public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Add vtable verification feature announcement to news on main page
 2013-08-07 17:19 UTC 

small patch to accept = inside plugin arguments
 2013-08-07 17:15 UTC 

i686 pic & DCmode
 2013-08-07 17:09 UTC  (2+ messages)

New parameters to control stringop expansion libcall strategy
 2013-08-07 17:06 UTC  (11+ messages)

[PATCH/Merge Request] Vtable Verification feature
 2013-08-07 16:57 UTC  (2+ messages)

Fix PR middle-end/57370
 2013-08-07 16:52 UTC  (3+ messages)

New option to do fine grain control [on|off] of micro-arch specific features : -mtune-ctrl=
 2013-08-07 16:37 UTC  (10+ messages)

Request to merge Undefined Behavior Sanitizer in
 2013-08-07 16:13 UTC  (14+ messages)
  ` Request to merge Undefined Behavior Sanitizer in (take 2)

[PATCH 1/3] [lambda] Support template-parameter-list in lambda-declarator
 2013-08-07 15:59 UTC  (8+ messages)
` [C++14/lambda/impicit-templates] Experimental polymorphic lambda and implicit function template patches
  ` [PATCH 2/4] [lambda] Support implicit conversion of a stateless generic lambda to a function pointer
          ` [FIXED] Generic lambda symbol table bug

[PATCH i386 2/8] [AVX512] Add mask registers
 2013-08-07 15:55 UTC  (5+ messages)
        ` avx512 mask register spilling

[buildbot] r201508: Build failures after pass C++ conversion
 2013-08-07 15:50 UTC  (18+ messages)
        ` [PATCH] Fix broken build on sparc (was Re: [buildbot] r201508: Build failures after pass C++ conversion)
    ` [rl78]: Port to new pass C++ API "

[PATCH][tree-optimization] Fix PR58088
 2013-08-07 14:41 UTC  (2+ messages)

[Patch, Fortran] PR 58099: [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking
 2013-08-07 14:02 UTC 

[patch, ARM] require 64-bit hw-int for all arm targets
 2013-08-07 13:52 UTC  (3+ messages)

lm32 build error
 2013-08-07 13:52 UTC 

PPC64 HTM support (was [buildbot] r201513: Invalid cast)
 2013-08-07 13:23 UTC  (3+ messages)

[PATCH 00/11] Rewrite of pass management
 2013-08-07 13:10 UTC  (19+ messages)
` [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed
        ` Updated patch (was Re: [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed)
` [PATCH 03/11] Handwritten part of conversion of passes to C++ classes
    ` Passes are now C++ classes (was Re: [PATCH 03/11] Handwritten part of conversion of passes to C++ classes)
        ` [Patch] Unbreak build on mips (was Re: Passes are now C++ classes (was Re: [PATCH 03/11] Handwritten part of conversion of passes to C++ classes))

[v3] Fix libstdc++/58098
 2013-08-07 11:49 UTC 

RFC/A: PR 58079: CONST_INT mode assert in combine.c:do_SUBST
 2013-08-07 11:42 UTC  (2+ messages)

[c++-concepts] Merge from trunk
 2013-08-07 11:36 UTC 

Go patch committed: Always put immutable structs in unique section
 2013-08-07 10:39 UTC  (3+ messages)

[C++ Patch / RFC] PR 46206
 2013-08-07  8:42 UTC  (8+ messages)

[PATCH] target/58065 ARM MALLOC_ABI_ALIGNMENT is wrong
 2013-08-07  7:11 UTC 

[PATCH] Convert more passes to new dump framework
 2013-08-07  5:23 UTC  (11+ messages)

[PATCH 05/11] Add -fno-rtti when building plugins
 2013-08-07  1:26 UTC  (4+ messages)

C++ PATCH for c++/57825 (ref-qualifier lost on template argument)
 2013-08-07  1:17 UTC 

[buildbot] r201513: Invalid cast
 2013-08-06 23:14 UTC  (3+ messages)

[GOOGLE] Refactor AutoFDO
 2013-08-06 22:41 UTC  (7+ messages)

[PATCH/Merge Request] Vtable Verification feature
 2013-08-06 21:51 UTC  (16+ messages)

[PATCH] Fix illegal cast to rtx (*insn_gen_fn) (rtx, ...)
 2013-08-06 21:46 UTC  (7+ messages)
  ` [PING] "

It Will Not Be At These Levels for Long
 2013-08-06 21:20 UTC 

[x86, PATCH] More effecient code for short unsigned conversion to float-point
 2013-08-06 21:03 UTC  (3+ messages)

Merge from gcc 4.8 branch to gccgo branch
 2013-08-06 19:24 UTC 

I know someone out there was listening, and I know it was YOU
 2013-08-06 19:05 UTC 

[PATCH, PR 57539] Fix refdesc remapping during inlining
 2013-08-06 17:49 UTC  (3+ messages)
` [PATCH, PR 57539] Testcase produced by multidelta and indent

[PATCH] Fix PR 58041 testcase failuers on i686
 2013-08-06 17:33 UTC 

[PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C
 2013-08-06 17:04 UTC  (3+ messages)

[Patch, Fortran] gfc_get_code cleanup
 2013-08-06 15:12 UTC 

Move function body streaming to passmanager/cgraph control
 2013-08-06 13:59 UTC 

[testsuite, Android] Add <stdlib.h> to pr56407.c
 2013-08-06 12:42 UTC  (5+ messages)

[wwwdocs] Buildstat update for 4.8
 2013-08-06 10:56 UTC  (2+ messages)

[patch, fortran] RFD: PR 56666 Allow suppression of zero-trip DO loop warning
 2013-08-06 10:42 UTC  (2+ messages)

Recent libstdc++ build failure in hashtable_policy.h on alpha, r201522
 2013-08-06  9:53 UTC  (4+ messages)

[PATCH] Reassociate X == CST1 || X == CST2 if popcount (CST2 - CST1) == 1 into ((X - CST1) & ~(CST2 - CST1)) == 0
 2013-08-06  9:48 UTC  (4+ messages)

[arm-embedded] Request to backport thumb1 far jump patch to embedded 4.8 branch
 2013-08-06  9:26 UTC  (2+ messages)

[AARCH64][Insn classification unification 3/N] ALU/shift types
 2013-08-06  9:12 UTC  (4+ messages)

Limit template parameters in hashtable
 2013-08-06  8:40 UTC 

[Patch, Fortran, OOP] PR 57306: ICE on valid with class pointer initialization
 2013-08-06  8:22 UTC  (13+ messages)

[arm-embedded] Request to back port Cortex-R7 option support patch
 2013-08-06  5:26 UTC  (2+ messages)

[PATCH] Sanitize block partitioning under -freorder-blocks-and-partition
 2013-08-06  3:01 UTC  (9+ messages)

[Patch] Whole regex refactoring and current status
 2013-08-06  1:21 UTC  (2+ messages)

[C++ Patch] PR 58080
 2013-08-05 21:30 UTC  (2+ messages)

[AArch64] Fixup the vget_lane RTL patterns and intrinsics
 2013-08-05 20:58 UTC 

[PATCH, PR 58041] Make gimple-ssa-strenght-reduction.c create MEM_REFs with alignment information
 2013-08-05 18:18 UTC  (2+ messages)

[PATCH] PR32219, weak hidden reference segfault
 2013-08-05 18:00 UTC  (16+ messages)
          ` [PATCH] PR32219, weak hidden reference segfault [PING]
            ` [PATCH] PR32219, weak hidden reference segfault [PING^2]

msp430 port
 2013-08-05 17:39 UTC  (4+ messages)

[PATCH] Correctly validate free registers for peep2
 2013-08-05 17:16 UTC  (2+ messages)

[PATCH, Fortran, PR 57987] Do not call cgraph_finalize_function multiple times on finalizers
 2013-08-05 16:39 UTC  (2+ messages)

[ubsan] Properly create const char type
 2013-08-05 15:15 UTC 

Fix wrong code issues on x86 and LTO
 2013-08-05 15:00 UTC 

[PATCH 0/2] Introduce context and pipeline classes
 2013-08-05 14:35 UTC  (7+ messages)
` [PATCH 2/2] Introduce beginnings of a pipeline class
    ` C++ coding conventions: namespaces, references and getters (was Re: [PATCH 2/2] Introduce beginnings of a pipeline class.)

GDB hooks for debugging GCC
 2013-08-05 14:26 UTC  (2+ messages)

[PATCH][4.8 backport] Fix PR57735
 2013-08-05 14:24 UTC  (5+ messages)

[PATCH] Caller instrumentation with -finstrument-calls
 2013-08-05 14:16 UTC  (5+ messages)
    ` [PING^2] "
      ` [PATCH] Caller instrumentation with -finstrument-calls [PING^3]

Clean up pretty printers [6/n]
 2013-08-05  9:01 UTC 

Clean up printer printers [5/n]
 2013-08-05  7:30 UTC 

New branch: ubsan
 2013-08-05  7:22 UTC  (4+ messages)

[SPARC] Remove superfluous memory barrier for atomics with TSO
 2013-08-05  7:13 UTC  (3+ messages)

Clean up pretty printers [4/n]
 2013-08-05  6:32 UTC 

Clean up pretty printers [3/n]
 2013-08-05  5:19 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).