public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ubsan] Add missing ubsan tests in g++.dg/dg.exp
 2013-07-31 17:06 UTC 

msp430 port
 2013-07-31 17:03 UTC  (15+ messages)

[PATCH 00/11] Rewrite of pass management
 2013-07-31 16:50 UTC  (24+ messages)
` [PATCH 01/11] Introduce beginnings of a pipeline class
    ` [Committed] Introduce beginnings of gcc::pass_manager class (was Re: [PATCH 01/11] Introduce beginnings of a pipeline class.)
` [PATCH 03/11] Handwritten part of conversion of passes to C++ classes
` [PATCH 05/11] Add -fno-rtti when building plugins
` [PATCH 02/11] Generate pass-instances.def
      ` Build broken (was: [PATCH 02/11] Generate pass-instances.def)

[PATCH] VAX: Fix ICE during operand output
 2013-07-31 16:50 UTC 

[PATCH i386 2/8] [AVX512] Add mask registers
 2013-07-31 16:34 UTC  (2+ messages)

[PATCH, rs6000] power8 patches
 2013-07-31 16:00 UTC  (4+ messages)
` [PATCH, rs6000] power8 patches, patch #8, power8 load fusion + misc
  ` [PATCH, rs6000] power8 patches, revised patch #8, power8 load fusion

Go patch committed: Update libgo to 1.1.1
 2013-07-31 16:00 UTC  (2+ messages)

[AARCH64][Insn classification unification 1/N] Define "type" attribute for all patterns
 2013-07-31 15:02 UTC 

[v3] libstdc++/56627
 2013-07-31 14:56 UTC 

[AARCH64][Insn classification unification 2/N] Add cortex-a53 pipeline description
 2013-07-31 14:56 UTC 

[ARM][Insn classification refactoring 7/N] Factor out common scheduling dependency routines
 2013-07-31 14:39 UTC  (2+ messages)

[ARM][Insn classification refactoring 7/N] Factor out "type" attribute
 2013-07-31 14:06 UTC  (2+ messages)

[PATCH][ARM] Fix FAIL pr46975
 2013-07-31 14:05 UTC  (6+ messages)

[PATCH] RTEMS: Use __cxa_atexit by default for RTEMS
 2013-07-31 13:32 UTC  (3+ messages)

Request to merge Undefined Behavior Sanitizer in
 2013-07-31 12:59 UTC  (6+ messages)

[ubsan] Improve documentation of -fsanitize=undefined
 2013-07-31 12:25 UTC 

[PATCH] Add atomic type qualifier
 2013-07-31 12:19 UTC  (20+ messages)
` [PATCH 0/5] Atomic "
  ` [PATCH 2/5] Atomic type qualifier - Add atomic type to tree node
  ` [PATCH 1/5] Atomic type qualifier - Add type alignment override hook
  ` [PATCH 3/5] Atomic type qualifier - front end changes
  ` [PATCH 4/5] Atomic type qualifier - Change built-in function types
  ` [PATCH 5/5] Atomic type qualifier - Use atomic objects

[Patch] Refractor Thompson matcher
 2013-07-31 12:19 UTC  (21+ messages)

[PATCH 3/6] Andes nds32: libgcc of nds32 porting
 2013-07-31 12:04 UTC  (4+ messages)

[PATCH, AArch64] Add secondary reload for immediates into FP_REGS
 2013-07-31 10:58 UTC  (2+ messages)

[C++ Patch] PR 57673
 2013-07-31 10:14 UTC  (3+ messages)

[ubsan] Instrument expr only when doing shift or division
 2013-07-31  7:06 UTC 

[PING 2] [Patch RX] Add assembler option "-mcu" for generating assembler
 2013-07-31  6:49 UTC 

[arm-embedded] Patch to define multilibs for arm embedded-4_8-branch
 2013-07-31  3:43 UTC  (2+ messages)

[GOOGLE] Refactor AutoFDO
 2013-07-31  0:50 UTC  (3+ messages)

MIPS tests (nan-legacy.c and nans-legacy.c) failing
 2013-07-30 23:27 UTC 

[SPARC] Remove superfluous memory barrier for atomics with TSO
 2013-07-30 22:44 UTC  (2+ messages)

[google gcc-4_8] Force cmd-line match for option -ansi in LIPO use
 2013-07-30 21:24 UTC  (2+ messages)

[Google] Fix profiledbootstrap failure
 2013-07-30 20:18 UTC  (7+ messages)

[patch, mips] Size savings for MIPS16 switch statements
 2013-07-30 19:36 UTC  (5+ messages)

[PATCH 0/2] Introduce context and pipeline classes
 2013-07-30 18:52 UTC  (8+ 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.)

[PATCH] libgcc/MIPS: Fill in delay slots of (some) MIPS16 call stubs
 2013-07-30 18:44 UTC  (5+ messages)

[PATCH, libgcc] Fix licenses on several files
 2013-07-30 17:53 UTC  (6+ messages)

[ubsan] Add bootstrap-ubsan.mk
 2013-07-30 17:04 UTC  (2+ messages)

[C++ Patch] PR 57947
 2013-07-30 16:49 UTC  (4+ messages)

[PATCH v2 00/18] resurrect automatic dependencies
 2013-07-30 16:39 UTC  (24+ messages)
` [PATCH v2 17/18] remove last definition of CROSS_FLOAT_H
` [PATCH v2 10/18] Fix up c-family targets
` [PATCH v2 11/18] convert the Fortran front end to automatic dependencies
` [PATCH v2 12/18] convert the Go "
` [PATCH v2 08/18] convert the ObjC++ "
` [PATCH v2 13/18] convert LTO "
` [PATCH v2 01/18] clean up SHLIB so subshells are not needed
` [PATCH v2 14/18] remove explicit dependencies
` [PATCH v2 18/18] remove unused macros
` [PATCH v2 07/18] convert the ObjC front end to automatic dependencies
` [PATCH v2 06/18] convert the C++ "
` [PATCH v2 03/18] move generated_files order-only dependency later
` [PATCH v2 02/18] update generated_files
` [PATCH v2 15/18] make out_object_file rule use automatic dependencies
` [PATCH v2 04/18] add configury
` [PATCH v2 16/18] remove last reference to TREE_GIMPLE_H
` [PATCH v2 05/18] convert the C front end to automatic dependencies
` [PATCH v2 09/18] convert the Java "

[patch, ARM] require 64-bit hw-int for all arm targets
 2013-07-30 16:16 UTC 

[patch, ARM] Add mulhi3 expander
 2013-07-30 16:00 UTC 

[ubsan] Rename obsolete variable
 2013-07-30 15:57 UTC 

[PATCH] Add a new option "-ftree-bitfield-merge" (patch / doc inside)
 2013-07-30 15:02 UTC  (3+ messages)

[ubsan] Use build_constructor_va where possible
 2013-07-30 14:34 UTC 

[ubsan] Don't try to sanitize shifts outside of functions
 2013-07-30 14:30 UTC 

[ubsan] Add -static-libubsan
 2013-07-30 14:29 UTC 

Symtab cleanups 8/17: abstract functions
 2013-07-30 14:24 UTC 

C++ PATCH for c++/57901 (bogus constexpr error)
 2013-07-30 13:29 UTC 

C++ PATCH for c++/58022 (bogus abstract class error)
 2013-07-30 13:27 UTC 

[PATCH] Enable non-complex math builtins from C99 for Bionic
 2013-07-30 12:26 UTC  (13+ messages)

Fix ICE when profiles are mismatched
 2013-07-30 12:07 UTC 

[PATCH][AArch64] Fix FAIL: gcc.target/aarch64/cmn.c scan-assembler cmn\tw[0-9]
 2013-07-30 10:19 UTC  (2+ messages)

[Patch, Fortran, OOP] PR 57306: ICE on valid with class pointer initialization
 2013-07-30  9:11 UTC  (6+ messages)

[PATCH] Fix pr57637
 2013-07-30  7:15 UTC  (5+ messages)

[patch] Add new -gmlt option for min. debug info with line tables (issue 4440072)
 2013-07-30  2:52 UTC  (2+ messages)

RFA: Fix rtl-optimization/58021
 2013-07-29 21:41 UTC  (2+ messages)

Committed: Disable gcc.dg/tree-ssa/pr44258.c scan for Epiphany
 2013-07-29 20:57 UTC 

Committed: Epiphany ashlv2si3
 2013-07-29 20:51 UTC 

[PATCH 0/4] Move pass-creation logic into a passes.def file
 2013-07-29 20:01 UTC  (9+ messages)
` [PATCH 3/4] Introduce NEXT_PASS_NUM macro

PATCH Re: [c++] Question about "write_unscoped_name (const tree decl)"
 2013-07-29 19:56 UTC 

[C++ Patch] PR 57948
 2013-07-29 19:31 UTC  (2+ messages)

[Patch, PR 57804] Wasted work in gfc_trans_transfer()
 2013-07-29 19:19 UTC  (2+ messages)

[Patch, PR 57791] Waste work in gfc_check_pointer_assign()
 2013-07-29 19:11 UTC  (2+ messages)

[Patch, PR 57802] Wasted work in set_loop_bounds()
 2013-07-29 19:11 UTC  (2+ messages)

[Patch, PR 57801] Waste work in resolve_variable()
 2013-07-29 19:10 UTC  (2+ messages)

[Patch, PR 57800] Waste work in gfc_match_call()
 2013-07-29 19:09 UTC  (2+ messages)

[PATCH] Fix PR57993 (ICE in slsr)
 2013-07-29 19:03 UTC  (2+ messages)

[c++-concepts] __is_same_as
 2013-07-29 15:40 UTC  (2+ messages)

[Patch, Fortran] PR57530 (Part 2 of 3) Support TYPE => CLASS
 2013-07-29 15:23 UTC  (8+ messages)

[PATCH] MIPS: IEEE 754-2008 features support
 2013-07-29 14:46 UTC  (9+ messages)
          ` [PATCH v4] "

fatal error: gnu/stubs-32.h: No such file
 2013-07-29 14:38 UTC  (4+ messages)

[PATCH, i386, MPX 1/X] Support of Intel MPX ISA
 2013-07-29 13:06 UTC  (5+ messages)

[PATCH, i386]: Fix PR57954 - AVX missing vxorps (zeroing) before vcvtsi2s %edx, slow down AVX code
 2013-07-29 12:40 UTC 

[PATCH][4.8 backport] Fix PR57735
 2013-07-29 11:22 UTC  (4+ messages)

[Patch ARM] Fix PR19599 tail
 2013-07-29 10:20 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).