Show patches with: none      |   127477 patches
« 1 2 ... 695 696 6971274 1275 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[GCC/03] New option warning missed optimization on loops whose counter may overflow - - - - --- 2016-07-21 Bin Cheng New
[GCC/02] Remove -funsafe-loop-optimizations option. - - - - --- 2016-07-21 Bin Cheng New
[GCC/01] Bring back warning message on loop whose counter might overflow - - - - --- 2016-07-21 Bin Cheng New
[committed] Fix asan C++ ICE with PCH (PR sanitizer/71953) - - - - --- 2016-07-21 Jakub Jelinek New
[C++] Fix ICE with statement expression (PR c++/71728) - - - - --- 2016-07-21 Jakub Jelinek New
[avr] remove secondary_reload hook implementation - - - - --- 2016-07-21 Georg-Johann Lay New
[2/2] C++ FE: handle misspelled identifiers and typenames - - - - --- 2016-07-21 David Malcolm New
[hsa-branch] Refactoring of handling atomiscs - - - - --- 2016-07-21 Martin Jambor New
[Fortran,v1] Add STAT= support to caf_single get()/send() - - - - --- 2016-07-21 Andre Vehreschild New
[Fortran] Help with STAT= attribute in coarray reference - - - - --- 2016-07-21 Andre Vehreschild New
[OBVIOUS] Do not divide by zero in analyze_brprob.py - - - - --- 2016-07-21 Martin Liška New
Assorted fixes from LTO early debug - - - - --- 2016-07-21 Richard Biener New
fix typo in comment in tree-ssa-strlen.c - - - - --- 2016-07-21 Prathamesh Kulkarni New
[hsa-branch] Minor tweak to HSA_SORRY macros - - - - --- 2016-07-21 Martin Jambor New
Tree-level fix for PR 69526 - - - - --- 2016-07-21 Richard Biener New
Fix unsafe function attributes for special functions (PR 71876) - - - - --- 2016-07-21 Bernd Edlinger New
Tree-level fix for PR 69526 - - - - --- 2016-07-21 Robin Dapp New
[hsa-branch] Update existing hsa builtin handling - - - - --- 2016-07-21 Martin Jambor New
[committed] Fix up narrowing conversion in tree-object-size.c - - - - --- 2016-07-21 Jakub Jelinek New
fold x ^ y to 0 if x == y - - - - --- 2016-07-21 Richard Biener New
Giant concepts patch - - - - --- 2016-07-21 Jason Merrill New
C++ PATCH for c++/70781 (ICE with ill-formed lambda) - - - - --- 2016-07-21 Jason Merrill New
C++ PATCH for c++/71896 (constexpr pointer to member comparison) - - - - --- 2016-07-21 Jason Merrill New
C++ PATCH for -Waddress false positive in unevaluated context - - - - --- 2016-07-21 Jason Merrill New
C++ PATCH for C++/71121 (wrong -Waddress warning with PMF and constexpr) - - - - --- 2016-07-21 Jason Merrill New
[libstdc++,C++17] Implement C++17 P0330 size_t UDL. - - - - --- 2016-07-21 Ed Smith-Rowland New
fold x ^ y to 0 if x == y - - - - --- 2016-07-20 Prathamesh Kulkarni New
Fix unsafe function attributes for special functions (PR 71876) - - - - --- 2016-07-20 Bernd Edlinger New
: Introduce HOST_WIDE_INT_0{,U} - - - - --- 2016-07-20 Uros Bizjak New
[C++] Fix up genericization ICE (PR c++/71941) - - - - --- 2016-07-20 Jakub Jelinek New
Add priority_queue::value_compare (LWG 2684) - - - - --- 2016-07-20 Jonathan Wakely New
LWG 2441 Provide exact-width atomic typedefs - - - - --- 2016-07-20 Jonathan Wakely New
[Committed] S/390: Remove mode size check in encode_section_info. - - - - --- 2016-07-20 Andreas Krebbel New
LWG 2328 Rvalue stream extraction should use perfect forwarding - - - - --- 2016-07-20 Jonathan Wakely New
[#2] , PowerPC support to enable -mlra and/or -mfloat128 - - - - --- 2016-07-20 Michael Meissner New
[AArch64,8/14] ARMv8.2-A FP16 two operands scalar intrinsics - - - - --- 2016-07-20 Jiong Wang New
[AArch64,7/14] ARMv8.2-A FP16 one operand scalar intrinsics - - - - --- 2016-07-20 Jiong Wang New
[AArch64,3/14] ARMv8.2-A FP16 two operands vector intrinsics - - - - --- 2016-07-20 Jiong Wang New
[AArch64,2/14] ARMv8.2-A FP16 one operand vector intrinsics - - - - --- 2016-07-20 Jiong Wang New
[test] XFAIL gcc.dg/vect/vect-mask-store-move-1.c - - - - --- 2016-07-20 Bin Cheng New
[hsa-branch] Handle BRIG_OPCODE_DEBUGTRAP in op_output_p - - - - --- 2016-07-20 Martin Jambor New
Cleanup lt_to_ne handling in niter analyzer - - - - --- 2016-07-20 Bin Cheng New
Improve no-overflow check in SCEV using value range info. - - - - --- 2016-07-20 Bin.Cheng New
[v2] C++ FE: handle misspelled identifiers and typenames - - - - --- 2016-07-20 David Malcolm New
[vec-tails,07/10] Support loop epilogue combining - - - - --- 2016-07-20 Ilya Enkovich New
[avr] make progmem work on AVR_TINY, use TARGET_ADDR_SPACE_DIAGNOSE_USAGE - - - - --- 2016-07-20 Georg-Johann Lay New
Avoid invoking ranlib on libbackend.a - - - - --- 2016-07-20 Patrick Palka New
target lib tests with build sysroot PR testsuite/71931 - - - - --- 2016-07-20 Szabolcs Nagy New
check -nopie in configure - - - - --- 2016-07-20 Szabolcs Nagy New
report supported function classes correctly on *-musl - - - - --- 2016-07-20 Szabolcs Nagy New
disable ifunc on *-musl by default - - - - --- 2016-07-20 Szabolcs Nagy New
Consider functions with xloc.file == NULL (PR, gcov-profile/69028) - - - - --- 2016-07-20 Martin Liška New
c++/58796 Make nullptr match exception handlers of pointer type - - - - --- 2016-07-20 Jonathan Wakely New
[AArch64,3/3] Migrate aarch64_expand_prologue/epilogue to aarch64_add_constant - - - - --- 2016-07-20 Jiong Wang New
[AArch64,2/3] Optimize aarch64_add_constant to generate better addition sequences - - - - --- 2016-07-20 Jiong Wang New
[AArch64,1/3] Migrate aarch64_add_constant to new interface & kill aarch64_build_constant - - - - --- 2016-07-20 Jiong Wang New
[avr] More insns to handle (inverted) bit-bit moves - - - - --- 2016-07-20 Georg-Johann Lay New
: Use HOST_WIDE_INT_{,M}1{,U} some more - - - - --- 2016-07-20 Uros Bizjak New
S/390: Fix pr67443.c. - - - - --- 2016-07-20 Dominik Vogt New
Fix unsafe function attributes for special functions (PR 71876) - - - - --- 2016-07-20 Bernd Edlinger New
[v3] S/390: Add splitter for "and" with complement. - - - - --- 2016-07-20 Dominik Vogt New
Merge switch statements in tree-cfgcleanup - - - - --- 2016-07-20 Bernd Schmidt New
[RFC,4/2,v3] Refactor noce_try_cmove_arith - - - - --- 2016-07-20 James Greenhalgh New
[RFC:,3/2,v3] Don't expand a conditional move between identical sources - - - - --- 2016-07-20 James Greenhalgh New
[RFC:,2/2,v3] Introduce a new cost model for ifcvt. - - - - --- 2016-07-20 James Greenhalgh New
[Re:,RFC:,1/2,v3] New target hook: max_noce_ifcvt_seq_cost - - - - --- 2016-07-20 James Greenhalgh New
[PATCH/AARCH64] Add scheduler for vulcan. - - - - --- 2016-07-20 Virendra Pathak New
Properly handly PHI stmts in later_of_the_two (PR, middle-end/71898) - - - - --- 2016-07-20 Martin Liška New
[PR59833] : Fix sNaN handling in ARM float to double conversion - - - - --- 2016-07-20 Aurelien Jarno New
[testsuite,tentative] Explicitly disable pointer <-> int cast warnings for avr? - - - - --- 2016-07-20 Senthil Kumar Selvaraj New
C++ PATCH for c++/67164 (error with variadic templates) - - - - --- 2016-07-20 Jason Merrill New
[VRP] Use alloc-pool and obstack for value_range and vr->equiv allocations - - - - --- 2016-07-20 Kugan Vivekanandarajah New
libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS - - - - --- 2016-07-19 Jonathan Wakely New
[Fortran] Fix some string temporaries - - - - --- 2016-07-19 Thomas Koenig New
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop - - - - --- 2016-07-19 Kugan Vivekanandarajah New
[PR,debug/71855] avoid emitting DW_TAG_unspecified_parameters twice - - - - --- 2016-07-19 Aldy Hernandez New
nvptx: do not implicitly enable -ftoplevel-reorder - - - - --- 2016-07-19 Alexander Monakov New
Don't consider zero succs empty blocks as forwarders (PR rtl-optimization/71916) - - - - --- 2016-07-19 Jakub Jelinek New
Fix memmove to memcpy folding (PR middle-end/71874) - - - - --- 2016-07-19 Jakub Jelinek New
Fix unsafe function attributes for special functions (PR 71876) - - - - --- 2016-07-19 Bernd Edlinger New
Commit: M32R: Build crtinit.o and crtfini.o - - - - --- 2016-07-19 Nick Clifton New
[3/3,AArch64] Improve zero extend - - - - --- 2016-07-19 Wilco Dijkstra New
[2/3,AArch64] Improve zero extend - - - - --- 2016-07-19 Wilco Dijkstra New
[1/3,AArch64] Improve zero extend - - - - --- 2016-07-19 Wilco Dijkstra New
[2/2] Add selftests for fibonacci_heap - - - - --- 2016-07-19 Martin Liška New
[DOC] Enhance documentation of -fipa-ra option. - - - - --- 2016-07-19 Martin Liška New
Implement C _FloatN, _FloatNx types [version 4] - - - - --- 2016-07-19 Joseph Myers New
[PR71503/PR71683] Fix ICE in tree-if-conv.c - - - - --- 2016-07-19 Bin.Cheng New
[committed] Fix copy&paste bug in function-tests.c - - - - --- 2016-07-19 David Malcolm New
[testsuite,committed] Fix gcc.dg/params/blocksort-part.c for non 32-bit int targets - - - - --- 2016-07-19 Senthil Kumar Selvaraj New
selftest.c: gracefully handle NULL in assert_streq - - - - --- 2016-07-19 David Malcolm New
Fix test problem for pr70729. - - - - --- 2016-07-19 Jakub Jelinek New
: Use HOST_WIDE_INT_{,M}1{,U} some more - - - - --- 2016-07-19 Uros Bizjak New
[DOC] Enhance documentation of -fipa-ra option. - - - - --- 2016-07-19 Martin Liška New
Do not ICE in resolve.c (PR fortran/71799) - - - - --- 2016-07-19 Martin Liška New
RFA: new pass to warn on questionable uses of alloca() and VLAs - - - - --- 2016-07-19 Aldy Hernandez New
[avr] Slightly better memory accesses on avr_tiny - - - - --- 2016-07-19 Georg-Johann Lay New
S/390: Xfail some tests in insv-[12].c. - - - - --- 2016-07-19 Dominik Vogt New
[v2] S/390: Add splitter for "and" with complement. - - - - --- 2016-07-19 Dominik Vogt New
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop - - - - --- 2016-07-19 Kugan Vivekanandarajah New
« 1 2 ... 695 696 6971274 1275 »