public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Handle __builtin_unreachable () using assertions in VRP
 2013-10-29 14:15 UTC  (3+ messages)

[PATCH, MPX, 2/X] Pointers Checker [2/25] Builtins
 2013-10-29 14:12 UTC  (7+ messages)

libsanitizer merge from upstream r191666
 2013-10-29 14:06 UTC  (2+ messages)

[PATCH] Invalid unpoisoning of stack redzones on ARM
 2013-10-29 13:54 UTC  (11+ messages)

[wide-int] More optimisations
 2013-10-29 13:50 UTC  (3+ messages)

[PING] [AArch64] Peepholes to generate ldp and stp instructions
 2013-10-29 12:59 UTC  (3+ messages)

[PATCH][ARM] New rtx cost table for Cortex-A7
 2013-10-29 12:29 UTC  (2+ messages)

[wide-int] Treat order comparisons like other binary ops
 2013-10-29 12:26 UTC  (2+ messages)

[PATCH] Introduce [sg]et_nonzero_bits
 2013-10-29 12:18 UTC  (6+ messages)
` [PATCH] Use get_nonzero_bits to improve vectorization
  ` [PATCH] Compute nonzero_bits from __builtin_unreachable assertions
    ` [PATCH] Testcase for nonzero_bits & __builtin_unreachable

[PATCH] fixing typo in expr.c to allow proper recognition of complex addresses in some arches
 2013-10-29 12:15 UTC  (5+ messages)

[AArch64] Fix size of memory store for the vst<n>_lane intrinsics
 2013-10-29 12:14 UTC 

[PATCH, ARM] Fix line number data for PIC register setup code
 2013-10-29 11:57 UTC  (8+ messages)
  ` [PING] "

[C++ Patch] PR 58888
 2013-10-29 11:55 UTC  (3+ messages)

RFA: Andes nds32 port v4 patch
 2013-10-29 11:28 UTC  (3+ messages)

free is a killer
 2013-10-29 11:14 UTC  (7+ messages)

[PATCH v4, nds32] Andes nds32 port, documentation part
 2013-10-29 11:09 UTC 

[PATCH v4, nds32] Andes nds32 port, libgcc part
 2013-10-29 10:40 UTC 

[PATCH] Enhance ifcombine to recover non short circuit branches
 2013-10-29 10:39 UTC  (12+ messages)

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

[1/4] Using gen_int_mode instead of GEN_INT
 2013-10-29 10:28 UTC  (21+ messages)
    ` Using gen_int_mode instead of GEN_INT minot testsuite fallout on MIPS
                ` Using gen_int_mode instead of GEN_INT minor "

[PATCH i386 4/8] [AVX512] Add substed patterns
 2013-10-29 10:22 UTC  (14+ messages)
  ` [PATCH i386 4/8] [AVX512] [1/n] "
  ` [PATCH i386 4/8] [AVX512] [2/n] Add substed patterns: mask scalar subst
  ` [PATCH i386 4/8] [AVX512] Add substed patterns: mask_scalar_merge subst

[PATCH] tree-ssa documetation fix
 2013-10-29 10:20 UTC 

[PATCH] Time profiler - phase 1
 2013-10-29 10:03 UTC 

[ARM][PATCH] Fix testsuite testcase neon-vcond-[ltgt,unordered].c
 2013-10-29  9:53 UTC  (9+ messages)

Aliasing: look through pointer's def stmt
 2013-10-29  9:38 UTC  (10+ messages)

[PATCH GCC]Simplify address expression in IVOPT
 2013-10-29  9:37 UTC 

[PATCH] reimplement -fstrict-volatile-bitfields v4, part 1/2
 2013-10-29  9:22 UTC  (8+ messages)

[PATCH] Adjust testsuite with respect to -fvect-cost-model changes
 2013-10-29  9:22 UTC 

[PATCH] Vectorizing abs(char/short/int) on x86
 2013-10-29  9:18 UTC 

[Patch, fortran] PRs 57893 and 58858
 2013-10-29  8:12 UTC  (2+ messages)

[PATCH 0/3] Support some cases of inheritance in gengtype; use it for symtab
 2013-10-29  6:38 UTC  (9+ messages)
` [PATCH 3/3] Convert symtab, cgraph and varpool nodes into a real class hierarchy
    ` [PATCH (updated)] "
` [PATCH v2 0/4] Support some cases of inheritance in gengtype
  ` [PATCH v2 3/4] Handle simple "

[PATCH][RFA] Improvements to infer_nonnull_range
 2013-10-29  5:51 UTC 

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

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

[PATCH 1/n] Add conditional compare support
 2013-10-29  3:16 UTC  (13+ messages)

[PATCH] Vectorizing abs(char/short/int) on x86
 2013-10-29  2:58 UTC  (6+ messages)

[PATCH v2 4/4] Add documentation about gengtype and inheritance
 2013-10-29  2:43 UTC  (5+ messages)
` [PATCH] make gengtype more robust against user error
    ` Limited support for inheritance in gengtype now in trunk (was Re: [PATCH] make gengtype more robust against user error)

patch to fix a LRA crash on ppc
 2013-10-29  1:24 UTC 

[PATCH] libstdc++ testsuite cxxflags
 2013-10-29  1:06 UTC  (2+ messages)

[PATCH] Do not append " *INTERNAL* " to the decl name
 2013-10-28 22:51 UTC  (7+ messages)

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

[PATCH] Fix comment typo
 2013-10-28 22:12 UTC 

[PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C (and C++)
 2013-10-28 21:21 UTC  (5+ messages)

[PATCH, testsuite/rs6000] Adjust two VMX tests for little endian
 2013-10-28 21:17 UTC  (2+ messages)

[PATCH, MPX, 2/X] Pointers Checker [1/25] Hooks
 2013-10-28 21:02 UTC  (8+ messages)

Apply attribute returns_nonnull in libiberty
 2013-10-28 20:59 UTC  (3+ messages)

Commit: MSP430: Pass -md on to assembler
 2013-10-28 20:42 UTC  (5+ messages)

[PATCH] Final removal of mudflap
 2013-10-28 20:23 UTC  (5+ messages)

[patch] Mostly remove tree-core.h from other .h files
 2013-10-28 20:20 UTC  (2+ messages)

[PATCH] rewrite stack vectors
 2013-10-28 20:16 UTC  (5+ messages)

[patch] Flatten tree-outof-ssa.h
 2013-10-28 19:22 UTC  (2+ messages)

Fix for cris-elf breakage from mudflap removal, take 2
 2013-10-28 18:24 UTC  (2+ messages)

[patch] Remove gimple.h from header files
 2013-10-28 18:24 UTC  (2+ messages)

RFC/A: PR 58079: CONST_INT mode assert in combine.c:do_SUBST
 2013-10-28 18:05 UTC 

Patch to split out new warning flag for floating point conversion
 2013-10-28 15:06 UTC  (12+ messages)
  ` [PATCH, PR 53001] "

C++14 digit separators
 2013-10-28 15:02 UTC  (4+ messages)

Rework c99status.html
 2013-10-28 13:44 UTC  (3+ messages)

Committed: Add testcase / extra comment to recent arc_ccfsm_post_advance patch
 2013-10-28 13:11 UTC 

[Patch] Regex comments
 2013-10-28  8:50 UTC  (7+ messages)

[PATCH]Fix computation of offset in ivopt
 2013-10-28  8:42 UTC  (13+ messages)

[SH] Cleanup endianness macros
 2013-10-28  1:03 UTC  (2+ messages)

[C, C++, OpenMP] Add support for -fopenmp-simd
 2013-10-28  0:44 UTC 

[PATCH, i386]: Testcases for PR 58679 (Was: reverting a LRA change)
 2013-10-27 22:31 UTC  (2+ messages)

[PATCH, PR 57748] Check for out of bounds access
 2013-10-27 20:21 UTC  (12+ messages)
` [PATCH, PR 57748] Check for out of bounds access, Part 2
                    ` [PATCH] Remove "keep_aligning" from get_inner_reference

RFA: Remove some code from c-lex.c:interpret_integer
 2013-10-27 20:12 UTC  (2+ messages)

[C++ Patch Ping] PR 54485 (diagnose default arguments in out-of-line definitions for class template member functions)
 2013-10-27 14:49 UTC 

FW: MAX_PATH problems with mingw gcc
 2013-10-27 14:15 UTC  (7+ messages)

[C++14] implement [[deprecated]]
 2013-10-27 14:06 UTC  (2+ messages)

[Patch, Fortran] PR44350 - add constraint check for BLOCK DATA
 2013-10-27 13:42 UTC  (2+ messages)

[SH, committed] Fix some formatting
 2013-10-27  7:42 UTC 

[libiberty] Fix testsuite/test-demangle.c
 2013-10-27  0:33 UTC  (2+ messages)

Minor mudflap fallout
 2013-10-26 23:28 UTC  (13+ messages)
  ` Fixing cris-* breakage (was: Minor mudflap fallout)

[committed] Dump OpenMP version number listed for -fopenmp at doc/invoke.texi
 2013-10-26 20:53 UTC  (2+ messages)

reverting a LRA change
 2013-10-26 18:29 UTC 

[Patch] Refactor regex executors
 2013-10-26 17:44 UTC  (9+ messages)

[C11-atomic] Miscellaneous fixes 5/n
 2013-10-26 17:06 UTC 

vzeroupper mode-switching pass regression (Was: Re: patch adding LRA usage for ppc)
 2013-10-26 10:31 UTC 

[GOOGLE] Fix a bug when profile propagation handles infinite loop
 2013-10-26  7:20 UTC  (4+ messages)

[C11-atomic] Miscellaneous fixes 4/n
 2013-10-26  4:43 UTC 

[google gcc-4_8] write ggc_memory to gcda file
 2013-10-26  0:39 UTC  (2+ messages)

[PATCH, SH] Add support for inlined builtin_strncmp
 2013-10-25 23:35 UTC  (2+ messages)

patch to fix PR58759
 2013-10-25 22: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).