public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][ubsan] Add VLA bound instrumentation
 2013-10-31  3:18 UTC  (14+ messages)

[PATCH] Introducing SAD (Sum of Absolute Differences) operation to GCC vectorizer
 2013-10-31  3:18 UTC  (6+ messages)

[PATCH] reimplement -fstrict-volatile-bitfields v4, part 1/2
 2013-10-31  3:17 UTC  (9+ messages)

[rx] fix no-argument builtins
 2013-10-31  3:03 UTC 

[patch] make the libstdc++ pretty printers compatible with both Python 2 and Python3
 2013-10-31  0:46 UTC 

[PATCH, rs6000] Correct handling of multiply high-part for little endian
 2013-10-31  0:29 UTC  (2+ messages)

Go testsuite patch committed: Remove empty directory
 2013-10-31  0:29 UTC 

[committed] Fix up bb-slp-31.c testcase
 2013-10-31  0:25 UTC  (3+ messages)
` [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

[C11-atomic] Miscellaneous fixes 6/n
 2013-10-31  0:24 UTC 

patch to improve register preferencing in IRA and to *remove regmove* pass
 2013-10-31  0:13 UTC 

[PATCH] arm: emit neon alignment hints for 32/16-bit loads/stores
 2013-10-31  0:06 UTC  (2+ messages)

[PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918)
 2013-10-31  0:02 UTC  (5+ messages)

[PATCH, PR 10474] Split live-ranges of function arguments to help shrink-wrapping
 2013-10-30 23:53 UTC  (7+ messages)

patch to improve register preferencing in IRA and to *remove regmove* pass
 2013-10-30 23:31 UTC  (10+ messages)

Pre-Patch RFC: proposed changes to option-lookup
 2013-10-30 23:18 UTC  (3+ messages)

C++14 digit separators
 2013-10-30 23:08 UTC  (4+ messages)

[PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918)
 2013-10-30 22:53 UTC 

[PATCH C++/testsuite] Remove pchtest check objects and compile with current tool
 2013-10-30 22:48 UTC  (5+ messages)

[v3 patch] enable commented out tests
 2013-10-30 22:22 UTC 

Testsuite / Cilk Plus: Include library path in compile flags in gcc.dg/cilk-plus/cilk-plus.exp
 2013-10-30 21:56 UTC  (14+ messages)

RFA [reload]: Fix PR other/58545
 2013-10-30 21:48 UTC  (5+ messages)

[PATCH] decide edge's hotness when there is profile info
 2013-10-30 20:40 UTC  (12+ messages)

[PATCH 1/n] Add conditional compare support
 2013-10-30 20:34 UTC  (18+ messages)

[PATCH] Vectorizing abs(char/short/int) on x86
 2013-10-30 20:15 UTC  (12+ messages)

PATCH to use -Wno-format during stage1
 2013-10-30 20:14 UTC  (3+ messages)

Two tiny C++ cleanup PATCHes
 2013-10-30 20:06 UTC 

[v3 patch] Extend smart ptr assertions to reject void*
 2013-10-30 20:03 UTC 

[PATCH, MPX, 2/X] Pointers Checker [5/25] Tree and gimple ifaces
 2013-10-30 19:55 UTC  (15+ messages)

[C++ Patch] PR 58581
 2013-10-30 19:38 UTC  (2+ messages)

[PATCH][RFC] fix reload causing ICE in subreg_get_info on m68k (PR58369)
 2013-10-30 19:32 UTC  (4+ messages)

C++ PATCH to deal with trivial but non-callable [cd]tors
 2013-10-30 19:22 UTC  (6+ messages)

[wide-int] Update main comment
 2013-10-30 19:05 UTC  (5+ messages)

RFA: patch to fix PR58785 (an ARM LRA crash)
 2013-10-30 18:13 UTC  (2+ messages)

[RFC PATCH] For TARGET_AVX use *mov<mode>_internal for misaligned loads
 2013-10-30 18:05 UTC  (11+ messages)

[Patch, C++] Add C++ FE support for #pragma ivdep
 2013-10-30 17:42 UTC  (9+ messages)
    ` [Patch, C, C++] Accept GCC ivdep for 'do' and 'while', and for C++11's range-based loops

C++ PATCH to C++1y VLA of 0 length
 2013-10-30 17:36 UTC 

[Patch] Fix canadian cross build on systems with no fenv.h
 2013-10-30 17:22 UTC 

[RFA][PATCH] Minor fix to aliasing machinery
 2013-10-30 16:19 UTC  (6+ messages)

[PATCH] Keep REG_INC note in subreg2 pass
 2013-10-30 16:14 UTC  (4+ messages)

[PATCH 0/2] Port symtab/cgraph/varpool nodes to use C++ inheritance
 2013-10-30 16:12 UTC  (5+ messages)
` [PATCH v2 0/6] Port symtab/cgraph/varpool nodes to use C++ inheritance; rename types
  ` [PATCH v2 3/6] Split symtab_node declarations onto multiple lines

[PATCH] Do not append " *INTERNAL* " to the decl name
 2013-10-30 15:59 UTC  (10+ messages)

[patch] fix libstdc++/58912
 2013-10-30 15:56 UTC 

patch to fix PR58784 (ARM LRA crash)
 2013-10-30 15:16 UTC 

[PATCH GCC]Simplify address expression in IVOPT
 2013-10-30 15:09 UTC  (2+ messages)

Aliasing: look through pointer's def stmt
 2013-10-30 15:05 UTC  (14+ messages)

[c++-concepts] Diagnostics patch
 2013-10-30 14:53 UTC 

[PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C (and C++)
 2013-10-30 14:46 UTC  (6+ messages)

[c++-concepts] Constrained scope bugfix
 2013-10-30 14:23 UTC 

[C++ Patch / RFC] PR 29234
 2013-10-30 13:18 UTC 

[PATCH] Fix PR57100, add pre_and_rev_post_order_compute_fn
 2013-10-30 12:43 UTC 

[PATCH] Introduce [sg]et_nonzero_bits
 2013-10-30 11:47 UTC  (10+ messages)
` [PATCH] Use get_nonzero_bits to improve vectorization

[Patch ARM] Fix PR target/58854
 2013-10-30 11:07 UTC 

[PATCH, MPX, 2/X] Pointers Checker [4/25] Constructors
 2013-10-30 10:53 UTC  (3+ messages)

[PATCH, MPX, 2/X] Pointers Checker [3/25] Attributes
 2013-10-30 10:51 UTC  (3+ messages)

[wide-int] More optimisations
 2013-10-30 10:16 UTC  (6+ messages)

[PATCH, MPX, 2/X] Pointers Checker [2/25] Builtins
 2013-10-30  9:59 UTC  (11+ messages)

[PATCH] Fix PR middle-end/58134
 2013-10-30  9:56 UTC  (2+ messages)

[PATCH] Invalid unpoisoning of stack redzones on ARM
 2013-10-30  9:26 UTC  (12+ messages)

libsanitizer merge from upstream r191666
 2013-10-30  8:33 UTC  (4+ messages)

[PATCH] Enhance ifcombine to recover non short circuit branches
 2013-10-30  7:32 UTC  (13+ messages)

[1/4] Using gen_int_mode instead of GEN_INT
 2013-10-30  7:03 UTC  (20+ messages)
    ` Using gen_int_mode instead of GEN_INT minot testsuite fallout on MIPS
                ` Using gen_int_mode instead of GEN_INT minor "

[wide-int] Various minor tweaks
 2013-10-30  6:09 UTC  (2+ messages)

Add predefined macros for library use in defining __STDC_IEC_559*
 2013-10-30  4:03 UTC  (4+ messages)
` Ping "
  ` Ping^2 "

[Patch, committed] libcilkrts - add AM_MAINTAINER_MODE; update "gcc_update" for libcilkrts
 2013-10-30  0:56 UTC  (2+ messages)

[Patch, libgfortran] Set close-on-exec flag when opening files
 2013-10-30  0:09 UTC 

[patch] fix libstdc++/58839
 2013-10-29 22:37 UTC  (2+ messages)

patch to fix a LRA crash on ppc
 2013-10-29 22:23 UTC  (2+ messages)

[SH] PR 54236 - add some more addc patterns
 2013-10-29 21:36 UTC  (3+ messages)

[Patch, fortran] PRs 57893 and 58858
 2013-10-29 21:33 UTC  (3+ messages)

[PATCH] Fix PR ipa/58862 (profiled bootstrap failure)
 2013-10-29 21:21 UTC  (2+ messages)

Fix scheduler ix86_issue_rate and ix86_adjust_cost for modern x86 chips
 2013-10-29 20:48 UTC  (8+ messages)

[Patch, Fortran] PR44350 - add constraint check for BLOCK DATA
 2013-10-29 20:34 UTC  (2+ messages)

[PATCH 0/3] Support some cases of inheritance in gengtype; use it for symtab
 2013-10-29 19:48 UTC  (7+ messages)
` [PATCH 3/3] Convert symtab, cgraph and varpool nodes into a real class hierarchy
    ` [PATCH (updated)] "
        ` Symtab, cgraph and varpool nodes are now "

free is a killer
 2013-10-29 19:39 UTC  (6+ messages)

[RFC] [Testsuite,ARM] Neon intrinsics executable tests
 2013-10-29 18:48 UTC  (3+ messages)

[PATCH] tree-ssa documetation fix
 2013-10-29 18:17 UTC  (2+ messages)

[GOOGLE] Don't update the callee count if caller is not resolved node
 2013-10-29 18:09 UTC  (4+ messages)

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).