public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Add __builtin_clrsb, similar to clz/ctz
 2011-06-21 16:46 UTC  (6+ messages)
    ` [PATCH] Fix __bultin_clrsb* (PR middle-end/49489)

[PATCH, MELT] fix minor issue with meltgc_new_split_string
 2011-06-21 16:16 UTC 

SRA generates uninitialized var use
 2011-06-21 16:11 UTC  (8+ messages)

[PATCH] middle-end only piece of middle-end array expressions
 2011-06-21 16:08 UTC  (2+ messages)

Patch: speed up compiler a little bit by optimizing lookup_attribute() and is_attribute_p()
 2011-06-21 15:52 UTC  (9+ messages)

[PATCH] Middle-end arrays, forward-ported to trunk (again)
 2011-06-21 15:33 UTC  (2+ messages)

Unreviewed libgcc build patch
 2011-06-21 15:13 UTC  (3+ messages)

[libjava] Fix md5test, shatest on Tru64 UNIX with native libiconv (PR libgcj/49314)
 2011-06-21 14:28 UTC 

Rename across basic block boundaries
 2011-06-21 14:12 UTC 

Generic hwloop support library
 2011-06-21 13:55 UTC 

[Patch, AVR]: Fix build warning in md
 2011-06-21 13:38 UTC  (2+ messages)

[Patch, AVR]: Fix PR33049 (implement extzv)
 2011-06-21 13:26 UTC  (6+ messages)

[Patch, Fortran, OOP] PR 49112: [4.6/4.7 Regression] Missing type-bound procedure, "duplicate save" warnings and internal compiler error
 2011-06-21 12:24 UTC  (4+ messages)

[patch] Fix PR tree-optimization/49478
 2011-06-21 12:22 UTC 

[PATH] PR/49139 fix always_inline failures diagnostics
 2011-06-21 12:07 UTC  (17+ messages)

[PATCH] Fix PR49483
 2011-06-21 11:44 UTC 

[PATCH, ARM] iWMMXT maintenance
 2011-06-21 10:47 UTC  (2+ messages)

[patch] Include tags file for generated source files
 2011-06-21 10:17 UTC 

[build] Move MD_UNWIND_SUPPORT to toplevel libgcc
 2011-06-21 10:11 UTC  (5+ messages)

Simplify Solaris configuration
 2011-06-21 10:05 UTC  (3+ messages)

[patch] Fix PR testsuite/49443
 2011-06-21  9:44 UTC 

Mark variables addressable if they are copied using libcall in RTL expander
 2011-06-21  9:02 UTC  (2+ messages)

Backport AVX256 load/store split patches to gcc 4.6 for performance boost on latest AMD/Intel hardware
 2011-06-21  8:46 UTC  (6+ messages)

[ARM] TLS Descriptor support
 2011-06-21  8:42 UTC  (2+ messages)

[RFC] Fix unwind info for sparc -mflat
 2011-06-21  8:06 UTC  (3+ messages)

[PATCH] parallelize g++ testing a bit more
 2011-06-21  7:09 UTC  (8+ messages)
      ` [PATCH] parallelize gcc, gfortran and libstdc++ testing some more

C++ PATCH for c++/49216 (problems with new T[1]{})
 2011-06-21  4:27 UTC 

C++ PATCH for c++/48138 (losing __attribute ((aligned)) on template argument)
 2011-06-21  3:08 UTC  (2+ messages)

[pph] Fix binding_level's names_size streaming (issue4634071)
 2011-06-21  1:39 UTC 

[x32] PATCH: Remove ix86_promote_function_mode
 2011-06-21  1:15 UTC  (12+ messages)

[patch] Improve detection of widening multiplication in the vectorizer
 2011-06-21  0:40 UTC  (3+ messages)

[google] Updated patch for PMU profiling (issue4638047)
 2011-06-21  0:21 UTC  (2+ messages)

__sync_swap* with acq/rel/full memory barrier semantics
 2011-06-20 23:29 UTC  (13+ messages)

Remove TARGET_HELP hook
 2011-06-20 22:29 UTC  (9+ messages)

[PATCH, PR 49089] Don't split AVX256 unaligned loads by default on bdver1 and generic
 2011-06-20 22:17 UTC  (13+ messages)

[Patch, Fortran] (coarray) Add LOCK_TYPE
 2011-06-20 22:10 UTC  (4+ messages)

[PATCH][RFC][1/2] Bitfield lowering, add BIT_FIELD_EXPR
 2011-06-20 21:05 UTC  (5+ messages)

[testsuite] scan-assembler variants to use 'unresolved' for missing file
 2011-06-20 20:55 UTC 

patch trunk: seek plugin also in a language specific directory when given a short name
 2011-06-20 20:12 UTC  (3+ messages)

Backport patches that are either bug fixes or make reasonably significant performance impact for latest AMD/Intel hardware
 2011-06-20 19:20 UTC 

[patch fold-const.c]: Add some missing optimizations about binary and and truth-not
 2011-06-20 17:56 UTC  (9+ messages)

[x32] PATCH: Also allow x32 for gcc.dg/pr44194-1.c
 2011-06-20 17:33 UTC 

[PATCH 0/4] Docs: extend.texi
 2011-06-20 17:20 UTC  (2+ messages)

[PATCH] Fix ICEs with -mxop __builtin_ia32_vpermil2p[sd]{,256} and __builtin_ia32_vprot[bwdq]i intrinsics (PR target/49411)
 2011-06-20 17:15 UTC  (7+ messages)
        ` [PATCH] Fix ICEs with out of range immediates in SSE*/AVX*/XOP* "

Libiberty: POSIXify psignal definition
 2011-06-20 17:03 UTC  (11+ messages)
                ` Removing target-libiberty (was: Re: Libiberty: POSIXify psignal definition)

[Patch, AVR]: QI builtins for parity, popcount, 1<< n
 2011-06-20 16:52 UTC  (9+ messages)

[build] Move unwinder to toplevel libgcc
 2011-06-20 15:47 UTC  (5+ messages)

Improve DSE in the presence of calls
 2011-06-20 15:34 UTC  (12+ messages)

[patch, 4.6/4.7] fix installation of plugin header files
 2011-06-20 15:22 UTC  (2+ messages)

powerpc64 large-toc vs. reload
 2011-06-20 15:18 UTC  (3+ messages)

Cgraph alias reorg 15/14 (New infrastructure for same body aliases)
 2011-06-20 14:47 UTC  (6+ messages)

C++ PATCH for c++/43831 (missing diagnostics for redundant captures)
 2011-06-20 14:37 UTC 

C++ PATCH for c++/43321 (error on valid C++0x auto)
 2011-06-20 14:34 UTC 

libiberty PATCH for c++/37089 (wrong demangling of reference to reference)
 2011-06-20 14:29 UTC 

C++ PATCH for c++/49205 (failure to use variadic template constructor as default constructor)
 2011-06-20 14:28 UTC 

C++ PATCH for c++/47635 (ICE after error with enum scoped function)
 2011-06-20 14:26 UTC 

[Ada] Fix bugs with volatile and components of aggregate types
 2011-06-20 14:20 UTC  (6+ messages)

C++ PATCH for c++/47080 (limits on explicit conversion operators)
 2011-06-20 14:20 UTC 

[Patch, AVR]: Fix PR34734
 2011-06-20 13:46 UTC 

[PATCH][RFC][1/2] Bitfield lowering, add BIT_FIELD_EXPR
 2011-06-20 13:44 UTC  (3+ messages)

[PATCH PR45098] Disallow NULL pointer in pointer arithmetic
 2011-06-20 13:35 UTC  (15+ messages)

Mention avx2 patch
 2011-06-20 13:29 UTC 

[Patch ARM] fix PR target/49385
 2011-06-20 12:26 UTC 

Support libmudflap on Solaris (PR libmudflap/38738)
 2011-06-20 12:07 UTC 

[ada, build] Link gnattools with $(LIBINTL)
 2011-06-20 11:29 UTC 

[v3] Remove tuple<_Tp> spec (and add wa for c++/48322
 2011-06-20 11:13 UTC 

RFA (fold): PATCH for c++/49290 (folding *(T*)(ar+10))
 2011-06-20 10:24 UTC  (21+ messages)

[APPROVED PATCH] c-pragma: adding a data field to pragma_handler
 2011-06-20 10:04 UTC  (2+ messages)

Patch ping
 2011-06-20  9:22 UTC 

[PATCH][PING] Backport PR42333 fix to gcc 4.5
 2011-06-20  6:42 UTC 

Converting Sparc to REG_CFA_* notes
 2011-06-20  3:04 UTC  (3+ messages)

[PATCH][Revised] Pass -no_pie on SYSTEMSPEC for darwin11
 2011-06-19 23:33 UTC  (6+ messages)

[testsuite] scan-dump variants to use 'unresolved' for missing dump file
 2011-06-19 23:07 UTC  (2+ messages)

[RFC, ARM] Convert thumb1 prologue completely to rtl
 2011-06-19 21:41 UTC  (2+ messages)

PING: PATCH: PR target/46770: Use .init_array/.fini_array sections
 2011-06-19 21:31 UTC  (9+ messages)

Turn on -pie on darwin11 and later
 2011-06-19 19:43 UTC  (5+ messages)

[PATCH] backport r175089/r175108 to gcc-4_5-branch
 2011-06-19 18:19 UTC  (2+ 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).