Show patches with: Archived = No       |   126675 patches
« 1 2 ... 863 864 8651266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[ARM,Refactor,Builtins,2/8] Move Processor flags to arm-protos.h - - - - --- 2014-11-12 James Greenhalgh New
[Refactor,Builtins:,1/8] Remove arm_neon.h's "Magic Words" - - - - --- 2014-11-12 James Greenhalgh New
[ARM] Fix typo in *<arith_shift_insn>_shiftsi - - - - --- 2014-11-12 Ramana Radhakrishnan New
[PATCHv4,MIPS] Implement O32 ABI extensions (GCC) - - - - --- 2014-11-12 Moore, Catherine New
[ARM] Replace dmb sy with dmb ish - - - - --- 2014-11-12 Ramana Radhakrishnan New
[RFC,testsuite] Allow wrappers to choose file names based on pids - - - - --- 2014-11-12 Ramana Radhakrishnan New
[AArch64] Fix PR 63724 - Improve immediate generation - - - - --- 2014-11-12 Ramana Radhakrishnan New
[testsuite] Add bind_pic_locally to certain tests - - - - --- 2014-11-12 Alexander Ivchenko New
[ARM] Handle simple SImode PLUS and MINUS cases in rtx costs - - - - --- 2014-11-12 Kyrylo Tkachov New
[wwwdocs] Update changes.html with Cortex-A53 erratum workaround options - - - - --- 2014-11-12 Kyrylo Tkachov New
[RFC,C] Add -fno-float to forbid floating point data types - - - - --- 2014-11-12 Thomas Preud'homme New
[AArch64] Implement adrp+add fusion - - - - --- 2014-11-12 Kyrylo Tkachov New
[sched-deps] Remove needless check for modified_in_p when trying to fuse two non-conditional jump i… - - - - --- 2014-11-12 Kyrylo Tkachov New
[MPX,runtime,1/2] Integrate MPX runtime library - - - - --- 2014-11-12 Ilya Enkovich New
[C++,Patch/RFC] PR 60420 aka DR 1510 - - - - --- 2014-11-12 Paolo Carlini New
Disable aggressive optimizations for sanitizer. - - - - --- 2014-11-12 Marat Zakirov New
[PR,c/52952] More precise locations within format strings - - - - --- 2014-11-12 Manuel López-Ibáñez New
PATCH: PR target/63833: REAL_PIC_OFFSET_TABLE_REGNUM is wrong for x86-64 - - - - --- 2014-11-12 H.J. Lu New
[2/n] OpenMP 4.0 offloading infrastructure: LTO streaming - - - - --- 2014-11-12 Kirill Yukhin New
Don't perform A - (-B) -> A + B when sanitizing - - - - --- 2014-11-12 Marek Polacek New
[dejagnu] truncate absolute file path into relative for dg-output - - - - --- 2014-11-12 Marek Polacek New
Merge genmatch improvements from branch - - - - --- 2014-11-12 Richard Biener New
[18/n] Merge from match-and-simplify, complex stuff - - - - --- 2014-11-12 Richard Biener New
OpenACC GIMPLE_OACC_* -- or not? (was: [gomp4 9/9] OpenACC: Basic support for #pragma acc parallel.) - - - - --- 2014-11-12 Thomas Schwinge New
Run pass_expand_omp_ssa after pass_paralellize_loops - - - - --- 2014-11-12 Tom de Vries New
Document __builtin_*_overflow - - - - --- 2014-11-12 Jakub Jelinek New
[ARM-AArch64/testsuite] More Neon intrinsics executable tests - - - - --- 2014-11-12 Christophe Lyon New
PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h - - - - --- 2014-11-12 Basile Starynkevitch New
[v2] Fix libtool.m4 for Darwin >= 10.10 - - - - --- 2014-11-12 FX Coudert New
[10/11,RS6000] Migrate reduction optabs to reduc_..._scal - - - - --- 2014-11-12 Alan Lawrence New
Make weird half-GENERIC GIMPLE [VEC_]COND_EXPRs work for patterns - - - - --- 2014-11-12 Richard Biener New
LWG DR 2315. weak_ptr should be movable - - - - --- 2014-11-12 Jonathan Wakely New
Fix COND_EXPR handling in genmatch - - - - --- 2014-11-12 Richard Biener New
Extend shift permutations on power of 2 cases - - - - --- 2014-11-12 Evgeny Stupachenko New
__builtin_*_overflow builtins (PR c/59708) - - - - --- 2014-11-12 Jakub Jelinek New
[wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update - - - - --- 2014-11-12 Tobias Burnus New
Optimize UBSAN_NULL checks, add sanopt.c - - - - --- 2014-11-12 max New
c++/33911 add -Wno-deprecated to libstdc++ tests - - - - --- 2014-11-12 Jonathan Wakely New
[Build] Remove CLooG from the main configure.ac - - - - --- 2014-11-12 Tobias Burnus New
[c++] : Cleanup locally only/unused functions in typeck.c - - - - --- 2014-11-12 Kai Tietz New
Fix PR63821 - - - - --- 2014-11-12 Richard Biener New
Fix PR63819 - - - - --- 2014-11-12 Richard Biener New
[Android] Enable ifuncs on Android - - - - --- 2014-11-12 Alexander Ivchenko New
Fix gcc_assert in expand_omp_for_static_chunk - - - - --- 2014-11-12 Tom de Vries New
[RFC,AARCH64] Add support for -mlong-calls option - - - - --- 2014-11-12 Yangfei (Felix) New
[ARM] Add pipeline description for ARM Cortex-M7 - - - - --- 2014-11-12 Terry Guo New
Don't perform A - (-B) -> A + B when sanitizing - - - - --- 2014-11-12 Marek Polacek New
Peg down -(-A) -> A transformation - - - - --- 2014-11-12 Marek Polacek New
add option to emit more array bounds warnigs - - - - --- 2014-11-12 Martin Uecker New
Look through widening type conversions for possible edge assertions - - - - --- 2014-11-12 Patrick Palka New
libgo patch committed: Update libtool support - - - - --- 2014-11-12 Ian Lance Taylor New
Fix dump scan in test devirt-40.C - - - - --- 2014-11-12 H.J. Lu New
PATCH: PR testsuite/63830: c-c++-common/asan/strlen-overflow-1.c fails on x32 - - - - --- 2014-11-12 H.J. Lu New
PATCH [7 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
PATCH [6 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
[wwwdocs] Add news item about JIT - - - - --- 2014-11-12 David Malcolm New
PATCH [5 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
PATCH [4 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
PATCH [3 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
PATCH [2 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
PATCH [patch 1 of 7], rs6000, add support for scalar floating point in Altivec registers - - - - --- 2014-11-12 Michael Meissner New
Detect non-member operator&() overloads in std::experimental::optional - - - - --- 2014-11-12 Jonathan Wakely New
Detect non-member operator&() overloads in std::experimental::optional - - - - --- 2014-11-12 Jonathan Wakely New
LWG 2408. SFINAE-friendly common_type/iterator_traits is missing in C++14 - - - - --- 2014-11-11 Jonathan Wakely New
[Committed] Fix bug 61997 - - - - --- 2014-11-11 Andrew Pinski New
add varargs support to std::mem_fn - - - - --- 2014-11-11 Jonathan Wakely New
Follow-up to PR51471 - - - - --- 2014-11-11 Eric Botcazou New
[SPARC] Fix PR target/61535 - - - - --- 2014-11-11 Eric Botcazou New
[GOMP4,COMMITTED] OpenACC deviceptr clause. - - - - --- 2014-11-11 Thomas Schwinge New
[gomp4] Move libgomp plugins into subdirectory - - - - --- 2014-11-11 Thomas Schwinge New
[C] warn for empty struct -Wc++-compat - - - - --- 2014-11-11 Prathamesh Kulkarni New
Predefine __NO_MATH_ERRNO__ for -fno-math-errno - - - - --- 2014-11-11 Joseph Myers New
[C] warn for empty struct -Wc++-compat - - - - --- 2014-11-11 Prathamesh Kulkarni New
[RFC] Optimize ASAN_CHECK checks - - - - --- 2014-11-11 Jakub Jelinek New
Peg down -(-A) -> A transformation - - - - --- 2014-11-11 Marek Polacek New
[alpha] : Use std::swap - - - - --- 2014-11-11 Uros Bizjak New
Concepts code review - - - - --- 2014-11-11 Jason Merrill New
Fix PR63761: stmt set to wrong basic block - - - - --- 2014-11-11 Thomas Preud'homme New
[dejagnu] truncate absolute file path into relative for dg-output - - - - --- 2014-11-11 Jiong Wang New
[MPX,runtime,2/2] Add MPX tests - - - - --- 2014-11-11 Ilya Enkovich New
Remove for_each_rtx - - - - --- 2014-11-11 Richard Sandiford New
AIX: Filename-based shared library versioning for libgcc_s - - - - --- 2014-11-11 Michael Haubenwallner New
[MPX,runtime,1/2] Integrate MPX runtime library - - - - --- 2014-11-11 Ilya Enkovich New
[ARM] Fix PR59593/PR63742: arm *movhi_insn_arch4 pattern for big-endian - - - - --- 2014-11-11 Thomas Preud'homme New
[gomp-4_0-branch] openacc parallel reduction part 1 - - - - --- 2014-11-11 Thomas Schwinge New
[x86,merge] Replace builtins with vector extensions - - - - --- 2014-11-11 Marc Glisse New
[GRAPHITE] Loop unroll and jam optimization - - - - --- 2014-11-11 Mircea Namolaru New
[gomp-4_0-branch] openacc parallel reduction part 1 - - - - --- 2014-11-11 Thomas Schwinge New
[gomp4] Re: FWD: Re: OpenACC subarray specifications in the GCC Fortran front end - - - - --- 2014-11-11 Thomas Schwinge New
[C++] PR 63265 - - - - --- 2014-11-11 Paolo Carlini New
[gomp4] Re: FWD: Re: OpenACC subarray specifications in the GCC Fortran front end - - - - --- 2014-11-11 Thomas Schwinge New
Fix for mklog - - - - --- 2014-11-11 Marat Zakirov New
Fix for ipa/63795, ipa/63622 - - - - --- 2014-11-11 Martin Liška New
Extend shift permutations on power of 2 cases - - - - --- 2014-11-11 Evgeny Stupachenko New
[5/5] OpenACC 2.0 support for libgomp - temporary test harness tweaks - - - - --- 2014-11-11 Julian Brown New
[4/5] OpenACC 2.0 support for libgomp - new tests (repost) - - - - --- 2014-11-11 Julian Brown New
[3/5] OpenACC 2.0 support for libgomp - outline documentation (repost) - - - - --- 2014-11-11 Julian Brown New
[2/5] OpenACC 2.0 support for libgomp - temporarily work around missing __builtin_acc_on_device (re… - - - - --- 2014-11-11 Julian Brown New
[1/5] OpenACC 2.0 support for libgomp - OpenACC runtime, NVidia PTX/CUDA plugin (repost) - - - - --- 2014-11-11 Julian Brown New
Look through widening type conversions for possible edge assertions - - - - --- 2014-11-11 Richard Biener New
« 1 2 ... 863 864 8651266 1267 »