Show patches with: none      |   128083 patches
« 1 2 ... 435 436 4371280 1281 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Rename identifiers in a test-case. Rename identifiers in a test-case. - - - - --- 2019-11-08 Martin Liška New
[committed] Handle POLY_INT_CST in copy_reference_ops_from_ref [committed] Handle POLY_INT_CST in copy_reference_ops_from_ref - - - - --- 2019-11-08 Richard Sandiford New
Mark constant-sized objects as addressable if they have poly-int accesses Mark constant-sized objects as addressable if they have poly-int accesses - - - - --- 2019-11-08 Richard Sandiford New
Fix code order in tree-sra.c:create_access Fix code order in tree-sra.c:create_access - - - - --- 2019-11-08 Richard Sandiford New
[C++] Fix error-recovery with constexpr dtor (PR c++/92414) [C++] Fix error-recovery with constexpr dtor (PR c++/92414) - - - - --- 2019-11-08 Jakub Jelinek New
[committed] Handle POLY_INT_CSTs in declare_return_value [committed] Handle POLY_INT_CSTs in declare_return_value - - - - --- 2019-11-08 Richard Sandiford New
LRA: handle memory constraints that accept more than "m" LRA: handle memory constraints that accept more than "m" - - - - --- 2019-11-08 Richard Sandiford New
Fix PR92324 Fix PR92324 - - - - --- 2019-11-08 Richard Biener New
[committed,AArch64] Remove unused mode iterators [committed,AArch64] Remove unused mode iterators - - - - --- 2019-11-08 Richard Sandiford New
[committed,AArch64] Don't handle bswap in aarch64_builtin_vectorized_function [committed,AArch64] Don't handle bswap in aarch64_builtin_vectorized_function - - - - --- 2019-11-08 Richard Sandiford New
[3/5] Use func_checker::hash_operand for hashing of GIMPLE operands. IPA ICF: more clean up - - - - --- 2019-11-08 Martin Liška New
[2/5] Update dump message in IPA ICF. IPA ICF: more clean up - - - - --- 2019-11-08 Martin Liška New
[1/5] Do not overuse push/pop_cfun in IPA ICF. IPA ICF: more clean up - - - - --- 2019-11-08 Martin Liška New
Handle removal of old-style function definitions in C2x Handle removal of old-style function definitions in C2x - - - - --- 2019-11-08 Joseph Myers New
[committed] pa: Revise memory barriers to use strongly ordered ldcw instruction [committed] pa: Revise memory barriers to use strongly ordered ldcw instruction - - - - --- 2019-11-08 John David Anglin New
libsupc++: add <compare> to precompiled header libsupc++: add <compare> to precompiled header - - - - --- 2019-11-08 Jonathan Wakely New
libstdc++: define std::common_comparison_category for C++20 libstdc++: define std::common_comparison_category for C++20 - - - - --- 2019-11-08 Jonathan Wakely New
rs6000: Remove no longer correct assert rs6000: Remove no longer correct assert - - - - --- 2019-11-07 Segher Boessenkool New
Expand C2x attribute parsing support and factor out from TM attributes Expand C2x attribute parsing support and factor out from TM attributes - - - - --- 2019-11-07 Joseph Myers New
[committed] Fix some typos [committed] Fix some typos - - - - --- 2019-11-07 Jakub Jelinek New
libstdc++: make negative count safe with std::for_each_n libstdc++: make negative count safe with std::for_each_n - - - - --- 2019-11-07 Jonathan Wakely New
[4/4] MSP430: Deprecate -minrt option Tweaks to default configuration to reduce code size - - - - --- 2019-11-07 Jozef Lawrynowicz New
[3/4] MSP430: Disable __cxa_atexit Tweaks to default configuration to reduce code size - - - - --- 2019-11-07 Jozef Lawrynowicz New
[2/4] MSP430: Disable exception handling by default for C++ Tweaks to default configuration to reduce code size - - - - --- 2019-11-07 Jozef Lawrynowicz New
[1/4] MSP430: Disable TM clone registry by default Tweaks to default configuration to reduce code size - - - - --- 2019-11-07 Jozef Lawrynowicz New
[Darwin,X86,testsuite,committed] Fix pr92258.c. [Darwin,X86,testsuite,committed] Fix pr92258.c. - - - - --- 2019-11-07 Iain Sandoe New
[Fortran] PR91253 fix continuation-line handling with -pre_include [Fortran] PR91253 fix continuation-line handling with -pre_include - - - - --- 2019-11-07 Tobias Burnus New
PR libstdc++/92124 on hashtable PR libstdc++/92124 on hashtable - - - - --- 2019-11-07 François Dumont New
[rs6000,committed] Fix PR92090: Allow MODE_PARTIAL_INT modes for integer constant input operands. [rs6000,committed] Fix PR92090: Allow MODE_PARTIAL_INT modes for integer constant input operands. - - - - --- 2019-11-07 Peter Bergner New
[7/X,libsanitizer] Add tests [7/X,libsanitizer] Add tests - - - - --- 2019-11-07 Matthew Malcomson New
[6/X,libsanitizer] Add hwasan pass and associated gimple changes [6/X,libsanitizer] Add hwasan pass and associated gimple changes - - - - --- 2019-11-07 Matthew Malcomson New
[5/X,libsanitizer,mid-end] Introduce stack variable handling for HWASAN [5/X,libsanitizer,mid-end] Introduce stack variable handling for HWASAN - - - - --- 2019-11-07 Matthew Malcomson New
[4/X,libsanitizer,options] Add hwasan flags and argument parsing [4/X,libsanitizer,options] Add hwasan flags and argument parsing - - - - --- 2019-11-07 Matthew Malcomson New
[3/X,libsanitizer] Add option to bootstrap using HWASAN [3/X,libsanitizer] Add option to bootstrap using HWASAN - - - - --- 2019-11-07 Matthew Malcomson New
[2/X,libsanitizer] Only build libhwasan when targeting AArch64 [2/X,libsanitizer] Only build libhwasan when targeting AArch64 - - - - --- 2019-11-07 Matthew Malcomson New
[1/X,libsanitizer] Tie the hwasan library into our build system [1/X,libsanitizer] Tie the hwasan library into our build system - - - - --- 2019-11-07 Matthew Malcomson New
[LRA] Do not use eliminable registers for spilling [LRA] Do not use eliminable registers for spilling - - - - --- 2019-11-07 Kwok Cheung Yeung New
[C++] Implement D1959R0, remove weak_equality and strong_equality. [C++] Implement D1959R0, remove weak_equality and strong_equality. - - - - --- 2019-11-07 Jason Merrill New
[C++] PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqs [C++] PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqs - - - - --- 2019-11-07 Jakub Jelinek New
Handle gimple_clobber_p stmts in store-merging (PR target/92038) Handle gimple_clobber_p stmts in store-merging (PR target/92038) - - - - --- 2019-11-07 Jakub Jelinek New
Free some more stuff in free_lang_data Free some more stuff in free_lang_data - - - - --- 2019-11-07 Jan Hubicka New
[vect] PR 92351: When peeling for alignment make alignment of epilogues unknown [vect] PR 92351: When peeling for alignment make alignment of epilogues unknown - - - - --- 2019-11-07 Andre Vieira New
[Committed] IBM Z: Add pattern for load truth value of comparison into reg [Committed] IBM Z: Add pattern for load truth value of comparison into reg - - - - --- 2019-11-07 Andreas Krebbel New
Fix PR92405 Fix PR92405 - - - - --- 2019-11-07 Richard Biener New
[committed] Remove gimple_call_types_likely_match_p (PR 70929) [committed] Remove gimple_call_types_likely_match_p (PR 70929) - - - - --- 2019-11-07 Martin Jambor New
[C] Opt out of GNU vector extensions for built-in SVE types [C] Opt out of GNU vector extensions for built-in SVE types - - - - --- 2019-11-07 Richard Sandiford New
[arm,6/X] Add support for __[us]sat16 intrinsics [arm,6/X] Add support for __[us]sat16 intrinsics - - - - --- 2019-11-07 Kyrill Tkachov New
[arm,5/X] Implement Q-bit-setting SIMD32 intrinsics [arm,5/X] Implement Q-bit-setting SIMD32 intrinsics - - - - --- 2019-11-07 Kyrill Tkachov New
[arm,4/X] Add initial support for GE-setting SIMD32 intrinsics [arm,4/X] Add initial support for GE-setting SIMD32 intrinsics - - - - --- 2019-11-07 Kyrill Tkachov New
[arm,3/X] Implement __smla* intrinsics (Q-setting) [arm,3/X] Implement __smla* intrinsics (Q-setting) - - - - --- 2019-11-07 Kyrill Tkachov New
[arm,2/X] Implement __qadd, __qsub, __qdbl intrinsics [arm,2/X] Implement __qadd, __qsub, __qdbl intrinsics - - - - --- 2019-11-07 Kyrill Tkachov New
[arm,1/X] Add initial support for saturation intrinsics [arm,1/X] Add initial support for saturation intrinsics - - - - --- 2019-11-07 Kyrill Tkachov New
Add OpenACC 2.6 `serial' construct support Add OpenACC 2.6 `serial' construct support - - - - --- 2019-11-07 Frederik Harwath New
Make mklog more robust. Make mklog more robust. - - - - --- 2019-11-07 Martin Liška New
Ensure x86_64 TYPE_EMPTY_P args have distinct addresses (PR c++/92384) Ensure x86_64 TYPE_EMPTY_P args have distinct addresses (PR c++/92384) - - - - --- 2019-11-07 Jakub Jelinek New
debug-counter for GIMPLE unrolling debug-counter for GIMPLE unrolling - - - - --- 2019-11-07 Richard Biener New
[rs6000,v2] Make load cost more in vectorization cost for P8/P9 [rs6000,v2] Make load cost more in vectorization cost for P8/P9 - - - - --- 2019-11-07 Kewen.Lin New
Fix copy-paste typo syntax error by r277872 Fix copy-paste typo syntax error by r277872 - - - - --- 2019-11-07 Xionghu Luo New
Move string concatenation for C into the parser Move string concatenation for C into the parser - - - - --- 2019-11-07 Joseph Myers New
[C++] Implement D1907R1 "structural type". [C++] Implement D1907R1 "structural type". - - - - --- 2019-11-07 Jason Merrill New
C++ PATCH for nested requirements normalization C++ PATCH for nested requirements normalization - - - - --- 2019-11-07 Jason Merrill New
C++20 CA378 - Remove constrained non-template functions. C++20 CA378 - Remove constrained non-template functions. - - - - --- 2019-11-06 Jason Merrill New
include size and offset in -Wstringop-overflow include size and offset in -Wstringop-overflow - - - - --- 2019-11-06 Martin Sebor New
libstdc++: Add compare_three_way and install <compare> header libstdc++: Add compare_three_way and install <compare> header - - - - --- 2019-11-06 Jonathan Wakely New
libstdc++: remove redundant equality operators libstdc++: remove redundant equality operators - - - - --- 2019-11-06 Jonathan Wakely New
[2/2] Introduce the gcc option --record-gcc-command-line Introduce a new GCC option, --record-gcc-command-line - - - - --- 2019-11-06 Egeyar Bagcioglu New
[1/2] Introduce dg-require-target-object-format Introduce a new GCC option, --record-gcc-command-line - - - - --- 2019-11-06 Egeyar Bagcioglu New
[rs6000] Add xxswapd support for V2DF and V2DI modes [rs6000] Add xxswapd support for V2DF and V2DI modes - - - - --- 2019-11-06 Kelvin Nilsen New
[3/3] libgcc: Implement TARGET_LIBGCC_REMOVE_DSO_HANDLE libgcc/crtstuff.c tweaks to reduce code size - - - - --- 2019-11-06 Jozef Lawrynowicz New
[2/3] libgcc: Dont define __do_global_dtors_aux if it will be empty libgcc/crtstuff.c tweaks to reduce code size - - - - --- 2019-11-06 Jozef Lawrynowicz New
[1/3] libgcc: Add --disable-eh-frame-registry configure option libgcc/crtstuff.c tweaks to reduce code size - - - - --- 2019-11-06 Jozef Lawrynowicz New
Generalise gather and scatter optabs Generalise gather and scatter optabs - - - - --- 2019-11-06 Richard Sandiford New
[7/7] Fix test-suite fallout. Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[OpenMP,Fortran] Support absent optional args with use_device_{ptr,addr} (+ OpenACC's use_device cl… [OpenMP,Fortran] Support absent optional args with use_device_{ptr,addr} (+ OpenACC's use_device cl… - - - - --- 2019-11-06 Tobias Burnus New
simplify-rtx: simplify_logical_relational_operation simplify-rtx: simplify_logical_relational_operation - - - - --- 2019-11-06 Segher Boessenkool New
[6/7] Remove set_default_param_value from documentation. Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[ARM] Improve max_cond_insns setting for Cortex cores [ARM] Improve max_cond_insns setting for Cortex cores - - - - --- 2019-11-06 Wilco Dijkstra New
[Arm] Only enable fsched-pressure with Ofast [Arm] Only enable fsched-pressure with Ofast - - - - --- 2019-11-06 Wilco Dijkstra New
Some vectorizable_reduction TLC Some vectorizable_reduction TLC - - - - --- 2019-11-06 Richard Biener New
[committed] Warn about inconsistent OpenACC nested reduction clauses [committed] Warn about inconsistent OpenACC nested reduction clauses - - - - --- 2019-11-06 Frederik Harwath New
[5/7] Remove last leftover usage of params* files. Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[4/7] Remove gcc/params.* files. Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[vect] PR92317: fix skip_epilogue creation for epilogues [vect] PR92317: fix skip_epilogue creation for epilogues - - - - --- 2019-11-06 Andre Vieira New
[3/7] Apply mechanical replacement (generated patch). Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[2/7] Include new generated gcc/params.opt file. Param conversion to option machinery - - - - --- 2019-11-06 Martin Liška New
[V4] rs6000: Refine unroll factor in loop_unroll_adjust hook [V4] rs6000: Refine unroll factor in loop_unroll_adjust hook - - - - --- 2019-11-06 Jiufu Guo New
doc: Insn splitting by combine doc: Insn splitting by combine - - - - --- 2019-11-06 Segher Boessenkool New
tweak component_ref_size to extend -Wzero-length-array-bounds and not ICE (PR 92373) tweak component_ref_size to extend -Wzero-length-array-bounds and not ICE (PR 92373) - - - - --- 2019-11-06 Martin Sebor New
[C++] Implement C++20 operator<=>. [C++] Implement C++20 operator<=>. - - - - --- 2019-11-05 Jason Merrill New
[C++] Use vec instead of raw array for built-in candidates. [C++] Use vec instead of raw array for built-in candidates. - - - - --- 2019-11-05 Jason Merrill New
[C++] Various small C++ changes. [C++] Various small C++ changes. - - - - --- 2019-11-05 Jason Merrill New
Fix attribute((section)) for templates Fix attribute((section)) for templates - - - - --- 2019-11-05 Strager Neds New
[C++] diagnose address and decltype of unsatisfied function [C++] diagnose address and decltype of unsatisfied function - - - - --- 2019-11-05 Jason Merrill New
[3/3] hwasan: add from upstream [1/3] Libsanitizer: merge from trunk - - - - --- 2019-11-05 Martin Liška New
[2/3] Reapply all revisions mentioned in LOCAL_PATCHES. [1/3] Libsanitizer: merge from trunk - - - - --- 2019-11-05 Martin Liška New
[1/3] Libsanitizer: merge from trunk [1/3] Libsanitizer: merge from trunk - - - - --- 2019-11-05 Martin Liška New
[ARC] Add builtins for identifying floating point support [ARC] Add builtins for identifying floating point support - - - - --- 2019-11-05 Vineet Gupta New
[PR,c++/92370] ICE with VC marker [PR,c++/92370] ICE with VC marker - - - - --- 2019-11-05 Nathan Sidwell New
[committed] fix indentation issues with value_range_equiv patch [committed] fix indentation issues with value_range_equiv patch - - - - --- 2019-11-05 Aldy Hernandez New
Fix PR92371 Fix PR92371 - - - - --- 2019-11-05 Richard Biener New
« 1 2 ... 435 436 4371280 1281 »