public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, testsuite] Add effective target stack_size
 2017-06-21 13:19 UTC  (2+ messages)

[PATCH 0/3] Rework early return and hot/cold label predictors
 2017-06-21 13:09 UTC  (10+ messages)
` [PATCH 2/3] Make early return predictor more precise
` [PATCH 4/N] Recover GOTO predictor

[PATCH] Fix PR81090, properly free niter estimates
 2017-06-21 12:47 UTC  (7+ messages)

[PATCH] Tree-level fix for PR 69526
 2017-06-21 11:44 UTC  (18+ messages)
                ` [PATCH 2/3] Simplify wrapped binops

[PATCH 1/2] gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functions
 2017-06-21 11:25 UTC  (11+ messages)
` [PATCH 2/2] DWARF: make it possible to emit debug info for declarations only

Backports to 6.x
 2017-06-21 11:17 UTC  (2+ messages)

[PATCH/AARCH64] Improve/correct ThunderX 1 cost model for Arith_shift
 2017-06-21 11:13 UTC  (5+ messages)

[committed] Fix ICE with shared clause on non-static data member in a member function (PR c++/81130)
 2017-06-21 11:05 UTC 

[PATCH/AARCH64 v2] Enable software prefetching (-fprefetch-loop-arrays) for ThunderX 88xxx
 2017-06-21 11:01 UTC  (2+ messages)

[Mechanical Patch ARM/AArch64 1/2] Rename load/store scheduling types to encode data size
 2017-06-21 10:50 UTC  (5+ messages)
` [Patch AArch64 2/2] Fix memory sizes to load/store patterns

[Patch AArch64] Stop generating BSL for simple integer code
 2017-06-21 10:49 UTC  (3+ messages)

[PATCH][GCC][AArch64] optimize float immediate moves (2 /4) - HF/DF/SF mode
 2017-06-21 10:48 UTC  (3+ messages)

C++ PATCH for c++/81073, constexpr and static var in statement-expression
 2017-06-21 10:32 UTC  (5+ messages)

[gcn][patch] Add -mgpu option and plumb in assembler/linker
 2017-06-21 10:06 UTC  (4+ messages)

[PATCH][AArch64] Mark symbols as constant
 2017-06-21 10:01 UTC  (4+ messages)

[committed] Fix bootstrap on armv6-*-freebsd
 2017-06-21  9:50 UTC  (2+ messages)

[Patch AArch64] Add initial tuning support for Cortex-A55 and Cortex-A75
 2017-06-21  9:43 UTC  (2+ messages)

RFC: stack/heap collision vulnerability and mitigation with GCC
 2017-06-21  9:03 UTC  (6+ messages)

[PATCH] PR libstdc++/81092 add std::wstring symbols and bump library version
 2017-06-21  8:56 UTC  (2+ messages)

RFC: stack/heap collision vulnerability and mitigation with GCC
 2017-06-21  8:41 UTC  (43+ messages)

[patch][x86] Remove old rounding code
 2017-06-21  8:41 UTC 

[PATCH] [Aarch64] Variable shift count truncation issues
 2017-06-21  8:32 UTC  (6+ messages)

[RFC PATCH] -fsanitize=pointer-overflow support (PR sanitizer/80998)
 2017-06-21  8:05 UTC  (8+ messages)

[PATCH] C/C++: fix quoting of "aka" typedef information (PR 62170)
 2017-06-21  7:59 UTC  (7+ messages)
` [PING] C++ "

[i386] __builtin_ia32_stmxcsr could be pure
 2017-06-21  7:43 UTC 

Add quality tracking for profile counter
 2017-06-21  7:40 UTC  (2+ messages)

NOP conversions in X+CST+CST
 2017-06-21  7:16 UTC  (2+ messages)

SSA range class and removal of VR_ANTI_RANGEs
 2017-06-21  7:01 UTC  (9+ messages)

[Patch match.pd] Fold (A / (1 << B)) to (A >> B)
 2017-06-21  6:59 UTC  (3+ messages)

[PATCH] [SPARC] Add a workaround for the LEON3FT store-store errata
 2017-06-21  6:35 UTC  (6+ messages)

[PATCH][AArch64] Add crypto_pmull attribute
 2017-06-21  5:55 UTC  (7+ messages)

[PATCH, rs6000] Add vec_reve support
 2017-06-21  1:23 UTC 

[committed] Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)
 2017-06-21  0:54 UTC  (3+ messages)

[PATCH][libgcc] Fix PR81080, build libgcov with large file support
 2017-06-20 23:05 UTC  (3+ messages)
` [PING] "

[PATCH] LFS support for libbacktrace
 2017-06-20 23:03 UTC  (3+ messages)

[PATCH, AArch64] Add x86 intrinsic headers to GCC AArch64 taget
 2017-06-20 22:16 UTC  (7+ messages)

[i386] __builtin_ia32_stmxcsr could be pure
 2017-06-20 21:34 UTC  (4+ messages)

[PATCH] [i386] Enable Control-flow Enforcement Technology (CET)
 2017-06-20 21:29 UTC  (2+ messages)

[PATCH, VAX] Correct ffs instruction constraint
 2017-06-20 20:06 UTC 

[PATCH, alpha, go]: Introduce applyRelocationsALPHA
 2017-06-20 19:46 UTC 

[PATCH] c/c++: Add fix-it hints for suggested missing #includes
 2017-06-20 19:32 UTC  (3+ messages)
` [PING] "
  ` [PING^2] "

[PATCH, testsuite]: Fix gcc.target/i386/pr80732.c execution test failure
 2017-06-20 19:05 UTC 

[PATCH] Fix UB in ira-costs.c (find_costs_and_classes)
 2017-06-20 18:50 UTC  (2+ messages)

[PATCH] C++: Add fix-it hints for -Wold-style-cast
 2017-06-20 18:39 UTC  (6+ messages)
` [PATCH v2] "
  ` [PING] re "
    ` [PING^2] "
      ` [PING^3] "

[PATCH][X86] Fix rounding pattern similar to PR73350
 2017-06-20 18:26 UTC  (11+ messages)

[Patch AArch64] Add rcpc extension
 2017-06-20 18:25 UTC  (3+ messages)

C++ PATCH for c++/80972, C++17 ICE with packed class
 2017-06-20 16:46 UTC 

[C++ PATCH] remove unused identifier
 2017-06-20 16:29 UTC 

[PATCH] Improved diagnostics for casts and enums
 2017-06-20 16:10 UTC  (5+ messages)

[PATCH, alpha]: Update libstdc++ baseline_symbols.txt
 2017-06-20 15:56 UTC 

[PATCH, contrib] Support multi-tool sum files in dg-cmp-results.sh
 2017-06-20 15:50 UTC  (4+ messages)

[PATCH/AARCH64] Improve aarch64 conditional compare usage
 2017-06-20 15:21 UTC  (3+ messages)

[PATCH][AArch64] Improve dup pattern
 2017-06-20 15:19 UTC  (3+ messages)

[PATCH, GCC/ARM] Remove ARMv8-M code for D17-D31
 2017-06-20 15:01 UTC 

[testsuite, i386] Always check for target i?86 and x86_64
 2017-06-20 14:29 UTC  (6+ messages)

[patch, libfortran, RFC] Speed up cshift with array shift
 2017-06-20 14:25 UTC 

[AArch64] Improve HFA code generation
 2017-06-20 14:22 UTC 

[PATCH] Fix PR71815 (SLSR misses PHI opportunities)
 2017-06-20 14:06 UTC  (3+ messages)

[PATCH, GCC/ARM, Stage 1] Rename FPSCR builtins to correct names
 2017-06-20 13:49 UTC  (2+ messages)
` [arm-embedded] "

[Patch AArch64 obvious] Fix expected string for fp16 extensions
 2017-06-20 13:49 UTC 

[Patch AArch64 obvious] Rearrange the processors in aarch64-cores.def
 2017-06-20 13:33 UTC 

[RFC] Dejagnu patch to handle multi-line directives
 2017-06-20 13:28 UTC  (3+ messages)

[PATCH, GCC/LTO, ping] Fix PR69866: LTO with def for weak alias in regular object file
 2017-06-20 13:20 UTC  (2+ messages)
` [arm-embedded] "

[PATCH, ARM] Implement __ARM_FEATURE_COPROC coprocessor intrinsic feature macro
 2017-06-20 13:17 UTC  (2+ messages)
` [arm-embedded] "

[PATCH] ASAN: handle addressable params (PR sanitize/81040)
 2017-06-20 13:07 UTC  (5+ messages)

[rtlanal] Do a better job of costing parallel sets containing flag-setting operations
 2017-06-20 12:55 UTC  (7+ messages)

[PR c++/67074] Namespace aliases to same name
 2017-06-20 12:53 UTC 

[PATCH] Fix PR81097
 2017-06-20 12:45 UTC 

[PATCH, GCC/testsuite/ARM] Consistently check for neon in vect effective targets
 2017-06-20 12:44 UTC  (9+ messages)

[PATCH] Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitizer/81021)
 2017-06-20 12:16 UTC  (2+ messages)

[PATCH][AArch64] Emit SIMD moves as mov
 2017-06-20 11:48 UTC  (3+ messages)

[PATCH GCC][12/13]Workaround reduction statements for distribution
 2017-06-20 11:36 UTC  (5+ messages)

[PATCH GCC][11/13]Annotate partition by its parallelism execution type
 2017-06-20 11:34 UTC  (4+ messages)

[PATCH GCC][10/13]Compute and cache data dependence relation
 2017-06-20 11:32 UTC  (4+ messages)

[PATCH GCC][07/13]Preserve data references for whole distribution life time
 2017-06-20 11:25 UTC  (6+ messages)

[PATCH][1/2] Early LTO debug, simple-object part
 2017-06-20 11:16 UTC  (3+ messages)

[PATCH][2/2] early LTO debug, main part
 2017-06-20 11:16 UTC  (3+ messages)

[PATCH] have -Wformat-overflow handle -fexec-charset (PR 80503)
 2017-06-20 11:00 UTC  (14+ messages)

[committed] Prevent fix-it hints from affecting more than one line
 2017-06-20 10:44 UTC 

[PR target/25111] New patterns for m68k bit insns
 2017-06-20 10:28 UTC  (3+ messages)

[arm] Mention -mfpu=auto in release notes
 2017-06-20 10:18 UTC 

[PATCH GCC][13/13]Distribute loop with loop versioning under runtime alias check
 2017-06-20  9:22 UTC  (2+ messages)

[PATCH][AArch64] Allow const0_rtx operand for atomic compare-exchange patterns
 2017-06-20  8:30 UTC  (3+ messages)

Backport of r244010 to gcc-6-branch
 2017-06-20  7:45 UTC  (2+ messages)

[committed] Workaround buggy clang++ parser
 2017-06-20  7:13 UTC 

[PATCH] Fix x86 ICE with -mtune=amdfam10 -mno-sse2 (PR target/81121)
 2017-06-20  5:52 UTC  (2+ messages)

[PATCH rs6000] Fix for commit 249311
 2017-06-19 23:23 UTC  (2+ messages)

[PATCH] PR target/79799, Add vec_insert of V4SFmode on PowerPC ISA 3.0 (power9)
 2017-06-19 23:16 UTC  (8+ messages)
  ` [PATCH, rev 2] "

[PATCH, rs6000] Fix vec_mulo and vec_mule instruction generation
 2017-06-19 22:43 UTC  (2+ messages)

[patch, libfortran, RFC] Speed up cshift with array shift
 2017-06-19 22:34 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).