Show patches with: State = Action Required       |   126536 patches
« 1 2 ... 440 441 4421265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Add some further testcases Add some further testcases - - - - --- 2017-10-11 Jakub Jelinek New
Add various testcases Add various testcases - - - - --- 2017-10-10 Jakub Jelinek New
Fix ICEs with ss{e,e2,se3} builtins with -mno-mmx (PR target/82483, take 2) Fix ICEs with ss{e,e2,se3} builtins with -mno-mmx (PR target/82483, take 2) - - - - --- 2017-10-10 Jakub Jelinek New
Improve AVX512* vperm[ti]2* (PR target/82460) Improve AVX512* vperm[ti]2* (PR target/82460) - - - - --- 2017-10-09 Jakub Jelinek New
Fix ICEs with ss{e,e2,se3} builtins with -mno-mmx (PR target/82483) Fix ICEs with ss{e,e2,se3} builtins with -mno-mmx (PR target/82483) - - - - --- 2017-10-09 Jakub Jelinek New
[committed] s390 vec_xor fix (PR target/82464) [committed] s390 vec_xor fix (PR target/82464) - - - - --- 2017-10-09 Jakub Jelinek New
[C] Fix -Wtautological-compare (PR c/82437; #2) [C] Fix -Wtautological-compare (PR c/82437; #2) - - - - --- 2017-10-06 Jakub Jelinek New
[C] Fix -Wtautological-compare (PR c/82437) [C] Fix -Wtautological-compare (PR c/82437) - - - - --- 2017-10-05 Jakub Jelinek New
Improve -fstore-merging for bool/enum constants (PR tree-optimization/82434) Improve -fstore-merging for bool/enum constants (PR tree-optimization/82434) - - - - --- 2017-10-05 Jakub Jelinek New
Remove useless isa attributes from various sse.md patterns Remove useless isa attributes from various sse.md patterns - - - - --- 2017-10-04 Jakub Jelinek New
Improve V?TImode shifts (PR target/82370) Improve V?TImode shifts (PR target/82370) - - - - --- 2017-10-04 Jakub Jelinek New
Improve AVX512 vector shift patterns (PR target/82370) Improve AVX512 vector shift patterns (PR target/82370) - - - - --- 2017-10-04 Jakub Jelinek New
Prefer shorter VEX encoding of VP{AND,OR,XOR,ANDN} over EVEX when possible (PR target/82370) Prefer shorter VEX encoding of VP{AND,OR,XOR,ANDN} over EVEX when possible (PR target/82370) - - - - --- 2017-10-04 Jakub Jelinek New
[C++] Fix pretty-printing of auto returning functions (PR c++/82373) [C++] Fix pretty-printing of auto returning functions (PR c++/82373) - - - - --- 2017-10-04 Jakub Jelinek New
[committed] Propagate attributes, including optimization and target node, to OMP outlined regions (… [committed] Propagate attributes, including optimization and target node, to OMP outlined regions (… - - - - --- 2017-10-04 Jakub Jelinek New
Fix sort_by_operand_rank with qsort checking (PR tree-optimization/82381, #2) Fix sort_by_operand_rank with qsort checking (PR tree-optimization/82381, #2) - - - - --- 2017-10-03 Jakub Jelinek New
Fix sort_by_operand_rank with qsort checking (PR tree-optimization/82381) Fix sort_by_operand_rank with qsort checking (PR tree-optimization/82381) - - - - --- 2017-10-03 Jakub Jelinek New
[committed] Fix combiner ICE with unconditional traps (PR target/82386) [committed] Fix combiner ICE with unconditional traps (PR target/82386) - - - - --- 2017-10-03 Jakub Jelinek New
Avoid UB in tree-ssa-{dse,alias}* Avoid UB in tree-ssa-{dse,alias}* - - - - --- 2017-10-02 Jakub Jelinek New
Fix recent tree-ssa-dse.c regressions (PR tree-optimization/8238[789]) Fix recent tree-ssa-dse.c regressions (PR tree-optimization/8238[789]) - - - - --- 2017-10-02 Jakub Jelinek New
Improve x86-64 32-bit div/mod followed by zero-extension to 64-bit (PR target/82361) Improve x86-64 32-bit div/mod followed by zero-extension to 64-bit (PR target/82361) - - - - --- 2017-09-29 Jakub Jelinek New
Fix REG_EQUAL note in x86 -m8bit-idiv code Fix REG_EQUAL note in x86 -m8bit-idiv code - - - - --- 2017-09-29 Jakub Jelinek New
[C++] With -Wuseless-cast on direct enum init (PR c++/82299) [C++] With -Wuseless-cast on direct enum init (PR c++/82299) - - - - --- 2017-09-29 Jakub Jelinek New
Fix up handle_noipa_attribute Fix up handle_noipa_attribute - - - - --- 2017-09-29 Jakub Jelinek New
[C++] C++2A P0683R1 - default member initializers for bit-fields (take 2) [C++] C++2A P0683R1 - default member initializers for bit-fields (take 2) - - - - --- 2017-09-29 Jakub Jelinek New
[C++] Let make check-c++-all test also c++2a [C++] Let make check-c++-all test also c++2a - - - - --- 2017-09-28 Jakub Jelinek New
[C++] Stash bitfield width into DECL_BIT_FIELD_REPRESENTATIVE instead of DECL_INITIAL [C++] Stash bitfield width into DECL_BIT_FIELD_REPRESENTATIVE instead of DECL_INITIAL - - - - --- 2017-09-28 Jakub Jelinek New
[C++] Fix attribute parsing for bitfields [C++] Fix attribute parsing for bitfields - - - - --- 2017-09-28 Jakub Jelinek New
[committed] Fix i386/pr82260-*.c testcases (PR target/82342) [committed] Fix i386/pr82260-*.c testcases (PR target/82342) - - - - --- 2017-09-28 Jakub Jelinek New
[C] Fix flags on compound literal VAR_DECLs (PR c/82340) [C] Fix flags on compound literal VAR_DECLs (PR c/82340) - - - - --- 2017-09-28 Jakub Jelinek New
For -Os change movabsq $(imm32 << shift), %rX[xip] to movl $imm2, %eX[xip]; shl $shift, %rX[xip] (P… For -Os change movabsq $(imm32 << shift), %rX[xip] to movl $imm2, %eX[xip]; shl $shift, %rX[xip] (P… - - - - --- 2017-09-27 Jakub Jelinek New
Don't optimize away lhs from calls with addressable zero sized return type (PR c++/82159) Don't optimize away lhs from calls with addressable zero sized return type (PR c++/82159) - - - - --- 2017-09-27 Jakub Jelinek New
Optimize x == 0 && y == 0 into (x | y) == 0 in reassoc range opt (PR middle-end/35691) Optimize x == 0 && y == 0 into (x | y) == 0 in reassoc range opt (PR middle-end/35691) - - - - --- 2017-09-26 Jakub Jelinek New
Optimize x == -1 && y == -1 (PR middle-end/35691) Optimize x == -1 && y == -1 (PR middle-end/35691) - - - - --- 2017-09-22 Jakub Jelinek New
Fix __mulv[dt]i3 and expand_mul_overflow (PR target/82274) Fix __mulv[dt]i3 and expand_mul_overflow (PR target/82274) - - - - --- 2017-09-22 Jakub Jelinek New
Improve stack reuse for addressable args/retval of inlined functions (PR sanitizer/81715) Improve stack reuse for addressable args/retval of inlined functions (PR sanitizer/81715) - - - - --- 2017-09-21 Jakub Jelinek New
[C++] P0409R2 - allow lambda capture [=, this] [C++] P0409R2 - allow lambda capture [=, this] - - - - --- 2017-09-20 Jakub Jelinek New
Improve x86_64 *movqi_internal at -Os (PR target/82260) Improve x86_64 *movqi_internal at -Os (PR target/82260) - - - - --- 2017-09-20 Jakub Jelinek New
Improve DW_AT_const_value with early_dwarf Improve DW_AT_const_value with early_dwarf - - - - --- 2017-09-19 Jakub Jelinek New
[C++] Some check-c++-all fixes [C++] Some check-c++-all fixes - - - - --- 2017-09-19 Jakub Jelinek New
[C++] C++2A P0704R1 - fixing const-qualified pointers to members [C++] C++2A P0704R1 - fixing const-qualified pointers to members - - - - --- 2017-09-19 Jakub Jelinek New
[C++] C++2A P0386R1 - default member initializers for bit-fields [C++] C++2A P0386R1 - default member initializers for bit-fields - - - - --- 2017-09-19 Jakub Jelinek New
[committed] Add @findex for __builtin_shuffle (PR c/82234) [committed] Add @findex for __builtin_shuffle (PR c/82234) - - - - --- 2017-09-18 Jakub Jelinek New
[C++] Add a testcase for -std=c++1z [C++] Add a testcase for -std=c++1z - - - - --- 2017-09-18 Jakub Jelinek New
Backports to 5.x Backports to 5.x - - - - --- 2017-09-16 Jakub Jelinek New
Backports to 6.x Backports to 6.x - - - - --- 2017-09-15 Jakub Jelinek New
[committed] Fix combine make_extraction (PR rtl-optimization/82192) [committed] Fix combine make_extraction (PR rtl-optimization/82192) - - - - --- 2017-09-15 Jakub Jelinek New
[C++] Incremental patch for -std=gnu++2a and -std=c++2a [C++] Incremental patch for -std=gnu++2a and -std=c++2a - - - - --- 2017-09-15 Jakub Jelinek New
Backports to 7.x Backports to 7.x - - - - --- 2017-09-15 Jakub Jelinek New
[C++] Renames/adjustments of 1z to 17 [C++] Renames/adjustments of 1z to 17 - - - - --- 2017-09-14 Jakub Jelinek New
[committed] Fix handling of reference vars in C++ implicit task/taskloop firstprivate (PR c++/81314) [committed] Fix handling of reference vars in C++ implicit task/taskloop firstprivate (PR c++/81314) - - - - --- 2017-09-14 Jakub Jelinek New
[C++] Fix compile time hog in replace_placeholders (PR sanitizer/81929) [C++] Fix compile time hog in replace_placeholders (PR sanitizer/81929) - - - - --- 2017-09-14 Jakub Jelinek New
[committed] Formatting fixes in the combiner [committed] Formatting fixes in the combiner - - - - --- 2017-09-14 Jakub Jelinek New
Fallout from -static-pie to GCC driver to create static PIE Fallout from -static-pie to GCC driver to create static PIE - - - - --- 2017-09-13 Jakub Jelinek New
Fix -fcompare-debug issues in find_many_sub_basic_blocks (PR target/81325) Fix -fcompare-debug issues in find_many_sub_basic_blocks (PR target/81325) - - - - --- 2017-09-13 Jakub Jelinek New
Better fix for the x86_64 -mcmodel=large ICEs (PR target/82145) Better fix for the x86_64 -mcmodel=large ICEs (PR target/82145) - - - - --- 2017-09-13 Jakub Jelinek New
Fix powerpc ICE with __builtin_vec_ld on an array (PR target/82112, take 2) Fix powerpc ICE with __builtin_vec_ld on an array (PR target/82112, take 2) - - - - --- 2017-09-12 Jakub Jelinek New
Backports to 7.x Backports to 7.x - - - - --- 2017-09-07 Jakub Jelinek New
Fix atomic builtins on arrays (PR target/82112) Fix atomic builtins on arrays (PR target/82112) - - - - --- 2017-09-07 Jakub Jelinek New
Fix powerpc ICE with __builtin_vec_ld on an array (PR target/82112) Fix powerpc ICE with __builtin_vec_ld on an array (PR target/82112) - - - - --- 2017-09-07 Jakub Jelinek New
[committed] Fix OpenMP lowering related ICE (PR middle-end/81768) [committed] Fix OpenMP lowering related ICE (PR middle-end/81768) - - - - --- 2017-09-05 Jakub Jelinek New
[committed] Fix OpenMP simd expansion ICE (PR middle-end/81768) [committed] Fix OpenMP simd expansion ICE (PR middle-end/81768) - - - - --- 2017-09-05 Jakub Jelinek New
Fix rs6000 sysv4 -fPIC hot/cold partitioning handling (PR target/81979) Fix rs6000 sysv4 -fPIC hot/cold partitioning handling (PR target/81979) - - - - --- 2017-09-05 Jakub Jelinek New
Fix ICE in categorize_decl_for_section with TLS decl (PR middle-end/82095) Fix ICE in categorize_decl_for_section with TLS decl (PR middle-end/82095) - - - - --- 2017-09-05 Jakub Jelinek New
[committed] Fix pr70043.f90 testcase (PR testsuite/82093) [committed] Fix pr70043.f90 testcase (PR testsuite/82093) - - - - --- 2017-09-04 Jakub Jelinek New
Fix gdbhooks.py Fix gdbhooks.py - - - - --- 2017-09-01 Jakub Jelinek New
Fix a pasto in lra-remat.c (reg_overlap_for_remat_p) Fix a pasto in lra-remat.c (reg_overlap_for_remat_p) - - - - --- 2017-09-01 Jakub Jelinek New
Add UBSAN_{PTR,BOUNDS} folding (PR sanitizer/81981, take 2) Add UBSAN_{PTR,BOUNDS} folding (PR sanitizer/81981, take 2) - - - - --- 2017-09-01 Jakub Jelinek New
Fix asan create_odr_indicator (PR sanitizer/81923) Fix asan create_odr_indicator (PR sanitizer/81923) - - - - --- 2017-09-01 Jakub Jelinek New
Fix x86_64 ICE with -fpie -mcmodel=large (PR target/81766) Fix x86_64 ICE with -fpie -mcmodel=large (PR target/81766) - - - - --- 2017-09-01 Jakub Jelinek New
[committed] Recognize #pragma omp ordered simd with -fopenmp-simd (PR c/81887) [committed] Recognize #pragma omp ordered simd with -fopenmp-simd (PR c/81887) - - - - --- 2017-09-01 Jakub Jelinek New
Document -fsanitize=pointer-overflow (PR sanitizer/81902) Document -fsanitize=pointer-overflow (PR sanitizer/81902) - - - - --- 2017-09-01 Jakub Jelinek New
Add UBSAN_{PTR,BOUNDS} folding (PR sanitizer/81981) Add UBSAN_{PTR,BOUNDS} folding (PR sanitizer/81981) - - - - --- 2017-09-01 Jakub Jelinek New
[committed] Add support for OpenMP atomics on bitfields (PR c/69389) - - - - --- 2017-08-07 Jakub Jelinek New
Improve -Ofast vectorization of std::sin etc. (PR libstdc++/81706) - - - - --- 2017-08-07 Jakub Jelinek New
Fix s390x-linux bootstrap against glibc 2.12 - - - - --- 2017-08-07 Jakub Jelinek New
Fix switch expansion (PR middle-end/81698) - - - - --- 2017-08-04 Jakub Jelinek New
Fix OpenMP/OpenACC/Cilk+ issues with forced/non-local labels (PR c/81687) - - - - --- 2017-08-04 Jakub Jelinek New
Fix df-related ICE due to bbpart pass bug (PR target/81621) - - - - --- 2017-08-03 Jakub Jelinek New
Some -Walloc-size-larger-than= warning fixes (PR driver/81650) - - - - --- 2017-08-03 Jakub Jelinek New
[committed] Diagnose invalid #pragma omp simd even for -fopenmp-simd (PR middle-end/81052) - - - - --- 2017-08-03 Jakub Jelinek New
Improve var_bound range test opt (PR tree-optimization/81655) - - - - --- 2017-08-03 Jakub Jelinek New
Tweak tree-ssa/pr81588.c testcase (PR tree-optimization/81655) - - - - --- 2017-08-02 Jakub Jelinek New
[C++,committed] Fix ICE with -Wshadow=compatible-local (PR c++/81640) - - - - --- 2017-08-02 Jakub Jelinek New
Fix thread_prologue_and_epilogue_insns (PR middle-end/79499) - - - - --- 2017-08-01 Jakub Jelinek New
Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or… - - - - --- 2017-08-01 Jakub Jelinek New
[rs6000] altivec_resolve_overloaded_builtin fixes (PR target/81622) - - - - --- 2017-08-01 Jakub Jelinek New
Fix reassoc var_bound range test optimization (PR tree-optimization/81588) - - - - --- 2017-07-31 Jakub Jelinek New
Fix ubsan_type_descriptor - - - - --- 2017-07-31 Jakub Jelinek New
Fix UB in ipa-polymorphic-call.c (PR tree-optimization/81603) - - - - --- 2017-07-31 Jakub Jelinek New
Fix a pasto in gfc_check_num_images - - - - --- 2017-07-31 Jakub Jelinek New
[committed] Fix C omp for verification (PR c/45784) - - - - --- 2017-07-27 Jakub Jelinek New
Fix parloops ICE (PR tree-optimization/81578) - - - - --- 2017-07-27 Jakub Jelinek New
Patch ping - - - - --- 2017-07-27 Jakub Jelinek New
Fix reassoc SSA_NAME reuse (PR tree-optimization/81555, PR tree-optimization/81556) - - - - --- 2017-07-27 Jakub Jelinek New
Patch ping - - - - --- 2017-07-26 Jakub Jelinek New
Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or… - - - - --- 2017-07-25 Jakub Jelinek New
Fix a -Wnarrowing warning in Fortran FE - - - - --- 2017-07-25 Jakub Jelinek New
Fix movti_internal with -mavx512bw -mno-avx512dq (PR target/81532) - - - - --- 2017-07-25 Jakub Jelinek New
Kill TYPE_METHODS 0/9 - - - - --- 2017-07-24 Jakub Jelinek New
« 1 2 ... 440 441 4421265 1266 »