public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFA/ARM][Patch 01/02]: Thumb2 epilogue in RTL
 2011-12-09 11:10 UTC  (8+ messages)

{patch ira-color.c]: Fix printf-formatter use for long-long type for windows native targets
 2011-12-09 11:01 UTC  (9+ messages)

{patch implicit-zee.c]: Fix printf-formatter use for long-long type for windows native targets
 2011-12-09 10:15 UTC  (4+ messages)

[PATCH] Prevent 'control reaches end of non-void function' warning for DO_WHILE
 2011-12-09  9:45 UTC  (2+ messages)

PATCH: PR bootstrap/51479: Missing dependency on errors.o causes bootstrap failure
 2011-12-09  9:41 UTC  (2+ messages)

[PATCH] Optimize away unnecessary clobbers (PR tree-optimization/51117)
 2011-12-09  9:36 UTC  (5+ messages)

[PATCH 0/6] Implement vec_perm_const consistently
 2011-12-09  9:30 UTC  (9+ messages)
` [PATCH 5/6] mips: Implement vec_perm_const
` [PATCH 3/6] ia64: "
` [PATCH 1/6] Delete VEC_INTERLEAVE_*_EXPR
` [PATCH 2/6] rs6000: Implement vec_perm_constv16qi for altivec
` [PATCH 6/6] arm: Implement vec_perm and vec_perm_const for NEON
` [PATCH 4/6] rs6000: Cleanup interleave/even_odd/vec_perm

[PATCH][C++] Fix PR51262
 2011-12-09  9:16 UTC 

RFA: Avoid unnecessary clearing in union initialisers
 2011-12-09  8:56 UTC  (3+ messages)

[Patch,AVR]: Fix PR51425
 2011-12-09  6:15 UTC  (2+ messages)

[Path,AVR]: Implement __muldi3 in asm
 2011-12-09  6:14 UTC  (2+ messages)

Go patch committed: Another hidden fields correction
 2011-12-09  5:04 UTC 

[patch] ARM: Fix miscompilation in arm.md:*minmax_arithsi. (PR target/51408)
 2011-12-09  5:03 UTC  (4+ messages)

[PATCH] [MIPS] Add -march=octeon+ support for GCC
 2011-12-09  3:57 UTC  (4+ messages)

PR libgomp/51376 fix
 2011-12-09  2:24 UTC  (4+ messages)

[4.7][google] Adding a new option -fstack-protector-strong. (issue5461043)
 2011-12-09  0:56 UTC  (11+ messages)

[PATCH] Make #pragma GCC target properly change macros and fix recip-5 failures
 2011-12-09  0:29 UTC  (3+ messages)

Go patch committed: Fix hidden field code
 2011-12-09  0:16 UTC 

RFA: Fix PR middle-end/40154
 2011-12-08 23:59 UTC  (2+ messages)

Go patch committed: Don't check for hidden fields on struct assignment
 2011-12-08 23:27 UTC 

[PATCH] PR 51469, Make gnu indirect functions always non-local
 2011-12-08 23:01 UTC  (2+ messages)

C++ PATCH for c++/51318 (confusion with rvalue ?: in template)
 2011-12-08 22:27 UTC 

C++ PATCH for c++/51459 (wrong code with lambda in template)
 2011-12-08 22:24 UTC 

[PATCH] Fix PR middle-end/45416, missing opt for (a&(1<<C))!=0 to (a>>C)&1
 2011-12-08 22:12 UTC  (3+ messages)

[patch, fortran] Fix PR 50690
 2011-12-08 21:58 UTC  (5+ messages)

[PATCH, PR43814] Assume function arguments of pointer type are aligned
 2011-12-08 21:42 UTC  (8+ messages)

[testsuite,committed]: Fix wrong sizeof(int)==4 assumption (yet another time)
 2011-12-08 21:29 UTC  (4+ messages)

[pph] Fix references to external PPH files (issue5476043)
 2011-12-08 21:22 UTC 

[PATCH] use -fno-pie on darwin in boehm-gc.exp
 2011-12-08 21:08 UTC  (12+ messages)

Update to Fortran "invoke" documentation about the features -finit-<type> *really* provides
 2011-12-08 20:59 UTC  (4+ messages)

[patch PR libstdc++/51135]: Fix [4.7 Regression] SIGSEGV during exception cleanup on win32
 2011-12-08 20:37 UTC  (3+ messages)

[PATCH] Fix dg-function-on-line for MIPS64-linux-gnu
 2011-12-08 20:17 UTC 

[committed] Copy TREE_SIDE_EFFECTS alongside with TREE_THIS_VOLATILE in forwprop (PR tree-optimization/51466)
 2011-12-08 19:53 UTC 

[PATCH] Implement stap probe on ARM's unwinder
 2011-12-08 18:32 UTC  (5+ messages)

Add __stpncpy_chk builtin support
 2011-12-08 18:10 UTC  (3+ messages)

[Patch, i386] [4.6] Backport movd*_internal_rex64 fix from trunk and [4.6/4.7] add testcase
 2011-12-08 17:02 UTC  (8+ messages)

[PATCH] _GCC_PICFLAG: use -fPIC for s390x targets
 2011-12-08 16:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Fix PR middle-end/39976, 200.sixtrack degradation
 2011-12-08 14:43 UTC  (13+ messages)

[Committed] PR50395 S/390: Emit jump over literal pool as jump_insn
 2011-12-08 14:39 UTC 

[committed] 4 backports from trunk to 4.6 branch
 2011-12-08 13:45 UTC 

[PATCH] Do not mark address-taking stmts of volatile objects as volatile
 2011-12-08 13:45 UTC 

Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)
 2011-12-08 13:03 UTC  (2+ messages)
        ` [patch] Fix cygwin ada install [was Re: Yet another issue with gcc current trunk with ada on cygwin]

[PATCH] Do not stop inlining when seen_errors ()
 2011-12-08 12:38 UTC 

[PATCH] Fix PR50747
 2011-12-08 12:31 UTC 

[C++ Patch] PR 51464
 2011-12-08 11:50 UTC 

[v3] RFC: rename __calculate_memory_order
 2011-12-08  9:45 UTC  (3+ messages)

[PATCH][LTO] Fix PR48437
 2011-12-08  9:38 UTC  (11+ messages)

[C++ PATCH] Avoid ICE on auto non-static data members (PR c++/51401)
 2011-12-08  0:44 UTC  (2+ messages)

-finstrument-functions leads to unsats to _mm instrinsic wrappers
 2011-12-08  0:43 UTC  (3+ messages)

[Committed] Fix PR libffi/50051 (MIPS libffi does not compile for mips64octeon-linux-gnu)
 2011-12-07 22:58 UTC 

[Patch, i386] [4.6] Backport movd*_internal_rex64 fix from trunk and [4.6/4.7] add testcase
 2011-12-07 21:45 UTC 

[PATCH] Avoid using constructor attribute in libcpp (PR bootstrap/50237)
 2011-12-07 21:41 UTC  (2+ messages)

[Patch, Fortran] PR50815 - don't -fcheck=bounds of deferred-length strings
 2011-12-07 20:38 UTC  (3+ messages)

[PATCH][ARM] one_cmpldi2 in NEON
 2011-12-07 20:30 UTC  (3+ messages)

[C++ PATCH] Error out on [N] = style designated initializers for classes (PR c++/51229)
 2011-12-07 20:29 UTC  (2+ messages)

[C++ PATCH] Fix ICE in cxx_incomplete_type_diagnostic (PR c++/51429)
 2011-12-07 20:29 UTC  (2+ messages)

[Patch, Fortran] PR 51378 Fix component-access check
 2011-12-07 20:12 UTC  (2+ messages)

[Patch, Fortran] PR51407 - allow BOZ edit descriptors for REAL/COMPLEX
 2011-12-07 19:56 UTC  (3+ messages)

PR 51386
 2011-12-07 19:48 UTC 

[Patch, Fortran] PR51448 [4.6/4.7] Fix realloc with RHS conversion function
 2011-12-07 19:47 UTC  (2+ messages)

[PATCH] increase timeout in simulate-thread gdb test
 2011-12-07 19:09 UTC  (4+ messages)

Fix a bug in ThreadSanitizer pass (issue 5448109)
 2011-12-07 17:42 UTC 

[C++ PATCH] ICE with invalid user-defined literals (PR c++/51420)
 2011-12-07 17:18 UTC  (4+ messages)

Tidy up MD_INCLUDES in config/arm/t-arm
 2011-12-07 16:41 UTC  (4+ messages)

[google] Backport r171347 and r181549 from trunk (strict volatile bitfield) (issue5434084)
 2011-12-07 16:30 UTC  (7+ messages)

[SMS, DDG] Correctly delete anti-dep edges for renaming
 2011-12-07 15:35 UTC 

[SMS, DDG] Additional edges to instructions with clobber
 2011-12-07 15:30 UTC 

[C++ PATCH] Fix ICE in build_value_init (PR c++/51369)
 2011-12-07 15:27 UTC  (4+ messages)

[PATCH] Fix PR tree-optimization/51315
 2011-12-07 15:05 UTC  (5+ messages)

[SMS, DDG] Additional edges to instructions with clobber
 2011-12-07 15:05 UTC 

[SMS, DDG] Additional edges to instructions with clobber
 2011-12-07 14:47 UTC 

[PATCH 0/9] [RFC] Expand SMS functionality
 2011-12-07 14:42 UTC  (6+ messages)
` [PATCH 5/9] [SMS] Support new loop pattern
      `  "

RFC: ARM 64-bit shifts in NEON
 2011-12-07 14:36 UTC  (5+ messages)

[Patch, Fortran] PR50923 - [4.4-4.7] Print warning function does not return a value
 2011-12-07 13:54 UTC  (2+ messages)

[PATCH] Testcase for PR48100
 2011-12-07 13:52 UTC 

[coverage] Some restructuring
 2011-12-07 13:33 UTC  (2+ messages)

[PATCH] Remove dead labels to increase superblock scope
 2011-12-07 13:28 UTC  (8+ messages)

[Patch] Increase array sizes in vect-tests to enable 256-bit vectorization
 2011-12-07 12:09 UTC  (14+ messages)

[testsuite]: Move pr45830.c to gcc.dg/torture and make it pass for AVR
 2011-12-07 12:00 UTC 

[PATCH] Fix PR50823 and its gazillion dups
 2011-12-07 11:51 UTC  (3+ messages)

[Dodji Seketeli] Re: [PATCH] PR c++/51289 - ICE with alias template for bound template
 2011-12-07 11:04 UTC 

[Patch,AVR] Light-weight DImode implementation
 2011-12-07 11:01 UTC  (8+ messages)
            ` Ping #1: "

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