public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] rl78 adddi3 improvement
 2017-10-14  8:39 UTC  (2+ messages)

[PATCH 0/2] add unique_ptr class
 2017-10-14  0:35 UTC  (12+ messages)
` [PATCH 1/2] add unique_ptr header
              ` [PATCH] Add gnu::unique_ptr
                    ` [PATCH] Implement unique_xmalloc_ptr<T[]> and add more selftests

[RFC] propagate malloc attribute in ipa-pure-const pass
 2017-10-13 23:34 UTC  (13+ messages)

[PATCH] Document -fdump-tree-vect option
 2017-10-13 21:50 UTC  (3+ messages)

[PATCH 2/2] PR libgcc/59714 complex division is surprising on aarch64
 2017-10-13 21:41 UTC  (5+ messages)

Make more use of df_read_modify_subreg_p
 2017-10-13 21:26 UTC  (6+ messages)

Check that there are no missing probabilities
 2017-10-13 20:56 UTC  (6+ messages)

Zen tuning part 8: Fix rtx costs
 2017-10-13 20:48 UTC 

[RFA][PATCH] Stack clash protection 07/08 -- V4 (aarch64 bits)
 2017-10-13 20:47 UTC  (3+ messages)

[C/C++ PATCH] Handle rotates like shifts
 2017-10-13 20:06 UTC  (2+ messages)

[PATCH] Slightly improve phiopt value_replacement optimization (PR middle-end/62263, PR middle-end/82498)
 2017-10-13 20:04 UTC 

[PATCH] Improve simplify_rotate (PR middle-end/62263, PR middle-end/82498)
 2017-10-13 19:43 UTC 

[committed][PATCH] Trivial cleanup in tree-ssa-reassoc.c
 2017-10-13 19:27 UTC 

Check that there are no missing probabilities
 2017-10-13 19:07 UTC 

[PATCH C++] Fix PR82357 - bogus "cannot bind bitfield" error
 2017-10-13 19:05 UTC  (4+ messages)

SUBREG_PROMOTED_VAR_P handling in expand_direct_optab_fn
 2017-10-13 19:04 UTC  (2+ messages)

[Patch, fortran] PR81048 - [6/7/8 Regression] incorrect derived type initialization
 2017-10-13 18:55 UTC  (3+ messages)

[PATCH] Factor out division by squares and remove division around comparisons (1/2)
 2017-10-13 18:53 UTC  (17+ messages)

Base subreg rules on REGMODE_NATURAL_SIZE rather than UNITS_PER_WORD
 2017-10-13 18:52 UTC  (2+ messages)

patch to fix PR82353
 2017-10-13 18:49 UTC  (7+ messages)

[PATCH v2, middle-end]: Introduce memory_blockage named insn pattern
 2017-10-13 18:33 UTC  (4+ messages)

[PATCH PR/82546] tree node size
 2017-10-13 18:32 UTC 

Ping for some "make more use of ..." patches
 2017-10-13 18:27 UTC  (2+ messages)

[PATCH,RFC] collect2 LTO for AIX
 2017-10-13 18:07 UTC 

[PATCH][compare-elim] Merge zero-comparisons with normal ops
 2017-10-13 18:04 UTC  (6+ messages)

Make istreambuf_iterator::_M_sbuf immutable and add debug checks
 2017-10-13 17:22 UTC 

[PATCH, alpha] Move linux-specific specfile definitions to linux.h
 2017-10-13 17:14 UTC  (2+ messages)

[PATCH] Fix __mulv[dt]i3 and expand_mul_overflow (PR target/82274)
 2017-10-13 17:12 UTC  (2+ messages)

[PATCH 09/22] Enable building libbacktrace with Intel CET
 2017-10-13 16:56 UTC  (5+ messages)

[PATCH, Makefile] improve default cpu selection for e500v2
 2017-10-13 16:44 UTC  (3+ messages)

[RFA] [PATCH][PR tree-optimization/64910] Fix reassociation of binary bitwise operations with 3 operands
 2017-10-13 16:37 UTC  (12+ messages)

[RFC, PR 80689] Copy small aggregates element-wise
 2017-10-13 16:31 UTC 

Add wider_subreg_mode helper functions
 2017-10-13 16:02 UTC  (2+ messages)

[PING from 2013][PATCH] fixincludes: handle symlinks with multiple slashes
 2017-10-13 15:51 UTC  (2+ messages)

Rename inchash::hash::add_wide_int
 2017-10-13 15:29 UTC  (2+ messages)

[PATCH GCC]Try harder to find base object by expanding base address
 2017-10-13 15:05 UTC 

[PATCH] Fix bitmap_bit_in_range_p (PR tree-optimization/82493)
 2017-10-13 15:04 UTC  (7+ messages)

Add wide_int version of inchash::hash::add_wide_int
 2017-10-13 14:20 UTC  (2+ messages)

Add an alternative vector loop iv mechanism
 2017-10-13 14:15 UTC 

[PATCH, rs6000] GIMPLE folding for vector compares
 2017-10-13 13:38 UTC  (5+ messages)

tree-complex.c: fix some_nonzerop test over reals (and a bug fix)
 2017-10-13 13:36 UTC  (7+ messages)

[PATCH] Add -fsanitize=pointer-{compare,subtract}
 2017-10-13 13:16 UTC  (14+ messages)

[PATCH][GRAPHITE] Consistently use region analysis
 2017-10-13 13:03 UTC 

[PATCH] C++: show location of problematic extern "C" specifications
 2017-10-13 12:53 UTC  (4+ messages)
` [PATCH] C++: show location of unclosed extern "C" specifications (v2)
    ` [committed] C++: show location of unclosed extern "C" specifications (v3)

[PATCH] PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)
 2017-10-13 12:45 UTC 

[PATCH] PR libstdc++/82481 Suppress clang-tidy warnings
 2017-10-13 12:40 UTC 

[PATCH 13/22] Enable building libstdc++-v3 with Intel CET
 2017-10-13 12:35 UTC  (2+ messages)

0006-Part-6.-Add-x86-tests-for-Intel-CET-implementation
 2017-10-13 12:01 UTC  (8+ messages)

[PATCH] Tree structure marking
 2017-10-13 11:25 UTC  (2+ messages)

[PATCH][GRAPHITE] Fix SSA update
 2017-10-13 11:01 UTC 

[PATCH][GRAPHITE] Some TLC
 2017-10-13 10:56 UTC 

[PATCH] Improve rotate fold-const pattern matching (PR target/82498)
 2017-10-13 10:39 UTC  (4+ messages)

Statement Frontier Notes, Location Views, and Inlined Entry Point Markers
 2017-10-13  9:41 UTC  (5+ messages)
` [PATCH 4/9] [SFN] introduce statement frontier notes, still disabled

[PATCH] (gimple) Allow integer return type from vector compares
 2017-10-13  9:26 UTC  (2+ messages)

Patch ping^3
 2017-10-13  8:01 UTC 

[ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated part 2
 2017-10-13  7:42 UTC 

[PATCH] i386: Check red zone size in push peephole2
 2017-10-13  7:41 UTC  (2+ messages)

[x86] GFNI enabling[1/4]
 2017-10-13  7:21 UTC  (3+ messages)

0004-Part-4.-Update-x86-backend-to-enable-Intel-CET
 2017-10-13  7:03 UTC  (4+ messages)

[PATCH] Avoid UB in ia32intrin.h rotate patterns (PR target/82498)
 2017-10-13  6:51 UTC  (2+ messages)

[PATCH] Improve x86 and + rotate (PR target/82498)
 2017-10-13  6:48 UTC  (8+ messages)

[PATCH] Fix various arithmetic patterns with %[abcd]h destination (PR target/82524)
 2017-10-13  6:48 UTC  (2+ messages)

[PATCH, rs6000] Correct unaligned_load vector cost for Power9
 2017-10-13  0:40 UTC  (2+ messages)

[PATCH 08/22] Add Intel CET support for EH in libgcc
 2017-10-12 23:59 UTC  (2+ messages)

[PATCH 07/22] Enable building libgcc with CET options
 2017-10-12 23:32 UTC  (3+ messages)

Make more use of byte_lowpart_offset
 2017-10-12 23:02 UTC  (2+ messages)

[PATCH, AArch64] Disable reg offset in quad-word store for Falkor
 2017-10-12 21:54 UTC  (6+ messages)

[PATCH 21/22] Enable building libitm with Intel CET
 2017-10-12 21:48 UTC 

[PATCH 20/22] Enable building libobjc with Intel CET
 2017-10-12 21:22 UTC 

[PATCH 19/22] Enable building libgfortran with Intel CET
 2017-10-12 21:19 UTC 

[patch] Fix PR debug/82509
 2017-10-12 21:07 UTC 

[PATCH 17/22] Enable building libquadmath with Intel CET
 2017-10-12 20:36 UTC 

[PATCH 18/22] Enable building libmpx with Intel CET
 2017-10-12 20:36 UTC 

[PATCH 16/22] Enable building libssp with Intel CET
 2017-10-12 20:34 UTC 

[PATCH 15/22] Enable building libvtv with Intel CET
 2017-10-12 20:31 UTC 

[PATCH 14/22] Enable building libsanitizer with Intel CET
 2017-10-12 20:30 UTC 

[PATCH 12/22] Enable building libgomp with Intel CET
 2017-10-12 20:24 UTC 

[PATCH 11/22] Enable building libatomic with Intel CET
 2017-10-12 20:20 UTC 

[PATCH 10/22] Enable building libcilkrts with Intel CET
 2017-10-12 20:18 UTC 

[patch, fortran] New take on PR 82373
 2017-10-12 19:39 UTC  (2+ messages)

Go patch committed: Fix import of indirectly imported type alias
 2017-10-12 19:11 UTC 

[C++ PATCH] cp_expr tweak and delete unused enumerations
 2017-10-12 19:02 UTC 

Increase base of profile probabilities
 2017-10-12 18:55 UTC 

Prevent invalid register mode changes in combine
 2017-10-12 18:44 UTC  (2+ messages)

[PATCH] Asm memory constraints
 2017-10-12 18:36 UTC  (8+ messages)
    ` Clobbers and Scratch Registers

Make more use of subreg_size_lowpart_offset
 2017-10-12 18:21 UTC  (2+ messages)

Minor tree-ssa-dse.c bugfix
 2017-10-12 18:14 UTC 

[PATCH 1/2] C++: avoid partial duplicate implementation of cp_parser_error
 2017-10-12 18:10 UTC  (2+ messages)

Zen tuning part 7: Fix ix86_adjust_cost
 2017-10-12 16:49 UTC 

[PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]
 2017-10-12 15:49 UTC  (6+ messages)

[RFA] [PATCH] Add a warning for invalid function casts
 2017-10-12 15:37 UTC  (23+ messages)
      `  "

0001-Part-1.-Add-generic-part-for-Intel-CET-enabling
 2017-10-12 15:15 UTC  (14+ messages)

[PATCH][GRAPHITE] Fix PR82525
 2017-10-12 15:10 UTC  (2+ messages)

[PATCH, alpha]: Use std::swap some more
 2017-10-12 14:57 UTC 

[PATCH][GRAPHITE] Fix PR69728 in "another" way
 2017-10-12 14:50 UTC  (2+ messages)

[PATCH][GRAPHITE] Lift some IV restrictions
 2017-10-12 14:47 UTC  (2+ messages)

[PATCH][GRAPHITE] Fix PR82451 (and PR82355 in a different way)
 2017-10-12 14:43 UTC  (5+ messages)

[PATCH GCC][6/7]Support loop nest distribution for builtin partition
 2017-10-12 14:29 UTC  (3+ messages)

[PATCH][GCC][Testsuite][ARM][AArch64] Enable Dot Product for generic tests for ARM and AArch64 [Patch (7/8)]
 2017-10-12 14:02 UTC  (6+ messages)

[PATCH GCC]Refine comment and set type for partition merged from SCC
 2017-10-12 14:00 UTC  (2+ messages)

[PATCH GCC][7/7]Merge adjacent memset builtin partitions
 2017-10-12 13:43 UTC  (2+ messages)

[PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]
 2017-10-12 12:58 UTC  (4+ messages)

[PATCH][RFC] Instrument function exit with __builtin_unreachable in C++
 2017-10-12 12:57 UTC  (7+ messages)

[PATCH] Add further VEC_SELECT verification
 2017-10-12 12:43 UTC  (2+ messages)

patch to fix PR82353
 2017-10-12 11:38 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).