Show patches with: State = Action Required       |   126460 patches
« 1 2 ... 427 428 4291264 1265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix objsz ICE (PR tree-optimization/92056) Fix objsz ICE (PR tree-optimization/92056) - - - - --- 2019-10-17 Jakub Jelinek New
Fix ifcombine ICE (PR tree-optimization/92115) Fix ifcombine ICE (PR tree-optimization/92115) - - - - --- 2019-10-17 Jakub Jelinek New
[committed] Add testcase for already fixed omp simd ICE (PR fortran/87752) [committed] Add testcase for already fixed omp simd ICE (PR fortran/87752) - - - - --- 2019-10-17 Jakub Jelinek New
[C++] Implement P1073R3: Immediate functions (PR c++/88335) [C++] Implement P1073R3: Immediate functions (PR c++/88335) - - - - --- 2019-10-15 Jakub Jelinek New
[committed] Fix up {in,task}_reduction handling with -std=c++17 (PR c++/92084) [committed] Fix up {in,task}_reduction handling with -std=c++17 (PR c++/92084) - - - - --- 2019-10-14 Jakub Jelinek New
[commited] Require commas in between clauses in context selector simd properties [commited] Require commas in between clauses in context selector simd properties - - - - --- 2019-10-14 Jakub Jelinek New
Fix up *COND_EXPR *trap* handling (PR middle-end/92063) Fix up *COND_EXPR *trap* handling (PR middle-end/92063) - - - - --- 2019-10-12 Jakub Jelinek New
[committed] Further work on declare variant [committed] Further work on declare variant - - - - --- 2019-10-12 Jakub Jelinek New
Fix constexpr-dtor3.C FAIL on arm Fix constexpr-dtor3.C FAIL on arm - - - - --- 2019-10-11 Jakub Jelinek New
[C++] Partial fix for further -fstrong-eval-order issues (PR c++/91987, take 2) [C++] Partial fix for further -fstrong-eval-order issues (PR c++/91987, take 2) - - - - --- 2019-10-10 Jakub Jelinek New
[committed] Initial OpenMP 5.0 #pragma omp declare variant parsing [committed] Initial OpenMP 5.0 #pragma omp declare variant parsing - - - - --- 2019-10-10 Jakub Jelinek New
[committed] Fix libgomp use_device_* handling (PR libgomp/92028) [committed] Fix libgomp use_device_* handling (PR libgomp/92028) - - - - --- 2019-10-09 Jakub Jelinek New
[C++] Partial fix for further -fstrong-eval-order issues (PR c++/91987) [C++] Partial fix for further -fstrong-eval-order issues (PR c++/91987) - - - - --- 2019-10-07 Jakub Jelinek New
[committed] Fix up gcc.target/i386/pr71801.c testcase [committed] Fix up gcc.target/i386/pr71801.c testcase - - - - --- 2019-10-07 Jakub Jelinek New
[C++] Improve cxx_fold_indirect_ref (PR c++/71504, take 2) [C++] Improve cxx_fold_indirect_ref (PR c++/71504, take 2) - - - - --- 2019-10-03 Jakub Jelinek New
[C++] Improve cxx_fold_indirect_ref (PR c++/71504) [C++] Improve cxx_fold_indirect_ref (PR c++/71504) - - - - --- 2019-10-03 Jakub Jelinek New
[C++] Fix up -fstrong-eval-order handling of call exprs (PR c++/91974) [C++] Fix up -fstrong-eval-order handling of call exprs (PR c++/91974) - - - - --- 2019-10-03 Jakub Jelinek New
Allow vectorization of __builtin_bswap16 (PR tree-optimization/91940) Allow vectorization of __builtin_bswap16 (PR tree-optimization/91940) - - - - --- 2019-10-02 Jakub Jelinek New
Fix up ix86_expand_adjust_ufix_to_sfix_si ICE (PR target/91931) Fix up ix86_expand_adjust_ufix_to_sfix_si ICE (PR target/91931) - - - - --- 2019-09-30 Jakub Jelinek New
Fix -Waddress-of-packed-member ICE in unevaluated contexts (PR c++/91925) Fix -Waddress-of-packed-member ICE in unevaluated contexts (PR c++/91925) - - - - --- 2019-09-29 Jakub Jelinek New
[C++] PR c++/91369 - Implement P0784R7: constexpr new [C++] PR c++/91369 - Implement P0784R7: constexpr new - - - - --- 2019-09-27 Jakub Jelinek New
[committed] Implement OpenMP TR8 wording for __func__ etc. (PR c++/88203) [committed] Implement OpenMP TR8 wording for __func__ etc. (PR c++/88203) - - - - --- 2019-09-27 Jakub Jelinek New
[committed] Fix handling of DECL_IN_CONSTANT_POOL in OpenMP gimplification (PR middle-end/91920) [committed] Fix handling of DECL_IN_CONSTANT_POOL in OpenMP gimplification (PR middle-end/91920) - - - - --- 2019-09-27 Jakub Jelinek New
Use build_clobber some more Use build_clobber some more - - - - --- 2019-09-26 Jakub Jelinek New
Fix up __builtin_alloca_with_align (0, ...) folding (PR sanitizer/91707) Fix up __builtin_alloca_with_align (0, ...) folding (PR sanitizer/91707) - - - - --- 2019-09-24 Jakub Jelinek New
Fold ((T)(A + CST1)) + CST2 -> (T)(A) + (T)CST1 + CST2 for unsigned T and undefined overflow A + CS… Fold ((T)(A + CST1)) + CST2 -> (T)(A) + (T)CST1 + CST2 for unsigned T and undefined overflow A + CS… - - - - --- 2019-09-24 Jakub Jelinek New
Fix up sqrt(x) < c and sqrt(x) >= c match.pd folding (PR tree-optimization/91734, take 2) Fix up sqrt(x) < c and sqrt(x) >= c match.pd folding (PR tree-optimization/91734, take 2) - - - - --- 2019-09-21 Jakub Jelinek New
Fix up sqrt(x) < c and sqrt(x) >= c match.pd folding (PR tree-optimization/91734) Fix up sqrt(x) < c and sqrt(x) >= c match.pd folding (PR tree-optimization/91734) - - - - --- 2019-09-14 Jakub Jelinek New
Allow useless type changes between vectype of builtin arguments (PR tree-optimization/91723) Allow useless type changes between vectype of builtin arguments (PR tree-optimization/91723) - - - - --- 2019-09-11 Jakub Jelinek New
Fix up match.pd ICE on kernel build (PR middle-end/91725) Fix up match.pd ICE on kernel build (PR middle-end/91725) - - - - --- 2019-09-11 Jakub Jelinek New
Optimize (A / (cast) (1 << B)) -> (A >> B) (PR middle-end/91680) Optimize (A / (cast) (1 << B)) -> (A >> B) (PR middle-end/91680) - - - - --- 2019-09-10 Jakub Jelinek New
Fix up -funsigned-char behavior of _mm256_cmpgt_epi8 (PR target/91704) Fix up -funsigned-char behavior of _mm256_cmpgt_epi8 (PR target/91704) - - - - --- 2019-09-09 Jakub Jelinek New
Punt on vectorizing sign-changing conditional reduction (PR tree-optimization/91665) Punt on vectorizing sign-changing conditional reduction (PR tree-optimization/91665) - - - - --- 2019-09-07 Jakub Jelinek New
Use RECORD_OR_UNION_TYPE_P for TYPE_TRANSPARENT_AGGR guarding (was Re: [PATCH] Fix ICE with TYPE_TR… Use RECORD_OR_UNION_TYPE_P for TYPE_TRANSPARENT_AGGR guarding (was Re: [PATCH] Fix ICE with TYPE_TR… - - - - --- 2019-09-06 Jakub Jelinek New
Fix ICE with TYPE_TRANSPARENT_AGGR (PR middle-end/91001) Fix ICE with TYPE_TRANSPARENT_AGGR (PR middle-end/91001) - - - - --- 2019-09-05 Jakub Jelinek New
Remove invalid pointer BIT_AND_EXPR vrp optimization (PR tree-optimization/91597) Remove invalid pointer BIT_AND_EXPR vrp optimization (PR tree-optimization/91597) - - - - --- 2019-09-03 Jakub Jelinek New
Fix x86 double word splitting (PR target/91604) Fix x86 double word splitting (PR target/91604) - - - - --- 2019-09-03 Jakub Jelinek New
Fix VEC_COND_EXPR expansion ICE (PR middle-end/91623) Fix VEC_COND_EXPR expansion ICE (PR middle-end/91623) - - - - --- 2019-09-01 Jakub Jelinek New
Fix up go regressions caused by my recent switchconv changes (PR go/91617) Fix up go regressions caused by my recent switchconv changes (PR go/91617) - - - - --- 2019-08-31 Jakub Jelinek New
Fix free_lang_data on asm stmts (PR lto/91572) Fix free_lang_data on asm stmts (PR lto/91572) - - - - --- 2019-08-31 Jakub Jelinek New
Backports to 7.5 (part 2) Backports to 7.5 (part 2) - - - - --- 2019-08-30 Jakub Jelinek New
Backports to 7.5 (part 1) Backports to 7.5 (part 1) - - - - --- 2019-08-30 Jakub Jelinek New
Backports to 8.4 Backports to 8.4 - - - - --- 2019-08-29 Jakub Jelinek New
Fix up switchconv for strict enum types (PR tree-optimization/91351) Fix up switchconv for strict enum types (PR tree-optimization/91351) - - - - --- 2019-08-29 Jakub Jelinek New
Improve -mavx -mno-avx2 32-byte vector permutations (PR target/91560) Improve -mavx -mno-avx2 32-byte vector permutations (PR target/91560) - - - - --- 2019-08-29 Jakub Jelinek New
Add vec_sh{l,r}_v4sf (PR libgomp/91530) Add vec_sh{l,r}_v4sf (PR libgomp/91530) - - - - --- 2019-08-28 Jakub Jelinek New
[committed] Fix libgomp scan* tests for non-avx_runtime testing (PR libgomp/91530) [committed] Fix libgomp scan* tests for non-avx_runtime testing (PR libgomp/91530) - - - - --- 2019-08-27 Jakub Jelinek New
Add missing _mm{256,512}_zext* intrinsics (PRs target/83250, target/91340) Add missing _mm{256,512}_zext* intrinsics (PRs target/83250, target/91340) - - - - --- 2019-08-12 Jakub Jelinek New
[C++] Adjust -Wsequence-point for C++17 changes (PR c++/91415) [C++] Adjust -Wsequence-point for C++17 changes (PR c++/91415) - - - - --- 2019-08-12 Jakub Jelinek New
[committed] declare target tweaks + device_type clause parsing [committed] declare target tweaks + device_type clause parsing - - - - --- 2019-08-10 Jakub Jelinek New
[committed] Fix mmx usadv8qi expander (PR target/91408) [committed] Fix mmx usadv8qi expander (PR target/91408) - - - - --- 2019-08-10 Jakub Jelinek New
[committed] Improve test coverage of duplicated clauses, fix whatever it found (PR c/91401) [committed] Improve test coverage of duplicated clauses, fix whatever it found (PR c/91401) - - - - --- 2019-08-09 Jakub Jelinek New
[committed] Fix dist_schedule clause duplication diagnostics (PR c/91401) [committed] Fix dist_schedule clause duplication diagnostics (PR c/91401) - - - - --- 2019-08-09 Jakub Jelinek New
[committed] Support map + use_device_{addr,ptr} clauses for the same var on the same construct [committed] Support map + use_device_{addr,ptr} clauses for the same var on the same construct - - - - --- 2019-08-08 Jakub Jelinek New
[committed] Add support for use_device_addr clause [committed] Add support for use_device_addr clause - - - - --- 2019-08-07 Jakub Jelinek New
[committed] Handle C++ random access iterators in loop construct, other C++ loop construct fixes [committed] Handle C++ random access iterators in loop construct, other C++ loop construct fixes - - - - --- 2019-08-06 Jakub Jelinek New
Add _mm256_{load,store}u2_m128{,d,i} intrinsics (PR target/91341) Add _mm256_{load,store}u2_m128{,d,i} intrinsics (PR target/91341) - - - - --- 2019-08-05 Jakub Jelinek New
[committed] Update quadmath M_*q constants [committed] Update quadmath M_*q constants - - - - --- 2019-08-02 Jakub Jelinek New
Improve QImode extraction without SSE4.1 (PR tree-optimization/91201) Improve QImode extraction without SSE4.1 (PR tree-optimization/91201) - - - - --- 2019-08-02 Jakub Jelinek New
Backports to gcc-9-branch Backports to gcc-9-branch - - - - --- 2019-08-01 Jakub Jelinek New
Implement x86 reduc_plus_scal_v8qi (PR tree-optimization/91201) Implement x86 reduc_plus_scal_v8qi (PR tree-optimization/91201) - - - - --- 2019-07-31 Jakub Jelinek New
[committed] Fix distribute parallel for with private class iterator (PR middle-end/91301) [committed] Fix distribute parallel for with private class iterator (PR middle-end/91301) - - - - --- 2019-07-31 Jakub Jelinek New
Implement x86 reduc_plus_scal_v{16,32,64}qi (PR tree-optimization/91201) Implement x86 reduc_plus_scal_v{16,32,64}qi (PR tree-optimization/91201) - - - - --- 2019-07-31 Jakub Jelinek New
[committed] Fix omp lowering when global vars turn to be addressable while lowering (PR middle-end/… [committed] Fix omp lowering when global vars turn to be addressable while lowering (PR middle-end/… - - - - --- 2019-07-30 Jakub Jelinek New
[C] Fix C error-recovery (PR c/91192) [C] Fix C error-recovery (PR c/91192) - - - - --- 2019-07-30 Jakub Jelinek New
[committed] Fix up expand_vec_perm_blend for V64QImode (PR target/91150) [committed] Fix up expand_vec_perm_blend for V64QImode (PR target/91150) - - - - --- 2019-07-30 Jakub Jelinek New
Fix up -fexcess-precision handling in LTO (was Re: [GCC][middle-end] Add rules to strip away unneed… Fix up -fexcess-precision handling in LTO (was Re: [GCC][middle-end] Add rules to strip away unneed… - - - - --- 2019-07-30 Jakub Jelinek New
Fix up gcc.dg/type-convert-var.c testcase (was Re: [GCC][middle-end] Add rules to strip away unneed… Fix up gcc.dg/type-convert-var.c testcase (was Re: [GCC][middle-end] Add rules to strip away unneed… - - - - --- 2019-07-30 Jakub Jelinek New
[committed] Add {target ,}{teams ,parallel ,}loop construct support [committed] Add {target ,}{teams ,parallel ,}loop construct support - - - - --- 2019-07-20 Jakub Jelinek New
: Fix ICE in expand_expr_real_2 (PR target/91204) : Fix ICE in expand_expr_real_2 (PR target/91204) - - - - --- 2019-07-20 Jakub Jelinek New
[committed] Improve simd with a single lastprivate iterator [committed] Improve simd with a single lastprivate iterator - - - - --- 2019-07-20 Jakub Jelinek New
Fix hash checking ICE in temp slot handling (PR middle-end/91190) Fix hash checking ICE in temp slot handling (PR middle-end/91190) - - - - --- 2019-07-19 Jakub Jelinek New
[committed] Small cleanup now that Cilk+ simd is not supported anymore [committed] Small cleanup now that Cilk+ simd is not supported anymore - - - - --- 2019-07-17 Jakub Jelinek New
Fix 3 generic vector lowering issues with VECTOR_BOOLEAN_TYPE_P SSA_NAMEs with scalar modes (PR tre… Fix 3 generic vector lowering issues with VECTOR_BOOLEAN_TYPE_P SSA_NAMEs with scalar modes (PR tre… - - - - --- 2019-07-17 Jakub Jelinek New
Recompute domonators in DSE when removing dead edges (PR rtl-optimization/91164) Recompute domonators in DSE when removing dead edges (PR rtl-optimization/91164) - - - - --- 2019-07-16 Jakub Jelinek New
Backports to 9.2 Backports to 9.2 - - - - --- 2019-07-14 Jakub Jelinek New
Fix OpenMP target parallel reduction (task, ...) (PR c/91149) Fix OpenMP target parallel reduction (task, ...) (PR c/91149) - - - - --- 2019-07-13 Jakub Jelinek New
[committed] Add some further restrictions for order(concurrent) [committed] Add some further restrictions for order(concurrent) - - - - --- 2019-07-13 Jakub Jelinek New
[committed] Add OpenMP 5.0 order(concurrent) clause parsing support [committed] Add OpenMP 5.0 order(concurrent) clause parsing support - - - - --- 2019-07-12 Jakub Jelinek New
Fix recent avx512vl-vcvttpd2*dq-2.c FAILs (PR target/91124) Fix recent avx512vl-vcvttpd2*dq-2.c FAILs (PR target/91124) - - - - --- 2019-07-11 Jakub Jelinek New
Fix recent avx512vl-vpsh*dvd-2.c FAILs (PR target/91124) Fix recent avx512vl-vpsh*dvd-2.c FAILs (PR target/91124) - - - - --- 2019-07-11 Jakub Jelinek New
Improve scan_operand_equal_p Improve scan_operand_equal_p - - - - --- 2019-07-08 Jakub Jelinek New
[committed] Fix handling of lastprivate clauses on omp for simd reduction (inscan, ...) loops [committed] Fix handling of lastprivate clauses on omp for simd reduction (inscan, ...) loops - - - - --- 2019-07-06 Jakub Jelinek New
[committed] Fix up omp for simd lastprivate (conditional:...) simdlen(1) handling [committed] Fix up omp for simd lastprivate (conditional:...) simdlen(1) handling - - - - --- 2019-07-06 Jakub Jelinek New
[committed] OpenMP scan for combined for simd [committed] OpenMP scan for combined for simd - - - - --- 2019-07-06 Jakub Jelinek New
[committed] Fix vect-simd-14.c for arm (PR tree-optimization/91096) [committed] Fix vect-simd-14.c for arm (PR tree-optimization/91096) - - - - --- 2019-07-06 Jakub Jelinek New
[committed] Fix OpenMP final scan merging with hypothetical non-commutative combiner [committed] Fix OpenMP final scan merging with hypothetical non-commutative combiner - - - - --- 2019-07-06 Jakub Jelinek New
[committed] Fix gimplification ICE with local VLA inside of simd body (PR middle-end/78884) [committed] Fix gimplification ICE with local VLA inside of simd body (PR middle-end/78884) - - - - --- 2019-07-04 Jakub Jelinek New
[committed] Fix inscan reduction and conditional lastprivate interaction [committed] Fix inscan reduction and conditional lastprivate interaction - - - - --- 2019-07-04 Jakub Jelinek New
[committed] Call lower_omp on GIMPLE_OMP_SCAN body [committed] Call lower_omp on GIMPLE_OMP_SCAN body - - - - --- 2019-07-04 Jakub Jelinek New
[committed] Fix ICE on scan* OpenMP tests on various targets (PR tree-optimization/91074) [committed] Fix ICE on scan* OpenMP tests on various targets (PR tree-optimization/91074) - - - - --- 2019-07-04 Jakub Jelinek New
Fix vect_init_vector regression (PR tree-optimization/91063) Fix vect_init_vector regression (PR tree-optimization/91063) - - - - --- 2019-07-04 Jakub Jelinek New
Fix out-of-ssa with unsupported vector types (PR rtl-optimization/90756) Fix out-of-ssa with unsupported vector types (PR rtl-optimization/90756) - - - - --- 2019-07-03 Jakub Jelinek New
Make scatter/gather vectorization failures non-fatal (PR tree-optimization/91033) Make scatter/gather vectorization failures non-fatal (PR tree-optimization/91033) - - - - --- 2019-07-03 Jakub Jelinek New
[committed] Add scan support for OpenMP worksharing loops [committed] Add scan support for OpenMP worksharing loops - - - - --- 2019-07-03 Jakub Jelinek New
[committed] Fix inscan reductions on combined parallel for [committed] Fix inscan reductions on combined parallel for - - - - --- 2019-07-03 Jakub Jelinek New
[committed] Emit GOMP_loop_end_nowait for OpenMP nowait static schedule loops with lastprivate cond… [committed] Emit GOMP_loop_end_nowait for OpenMP nowait static schedule loops with lastprivate cond… - - - - --- 2019-07-03 Jakub Jelinek New
[committed] Fix -Wimplicit-fallthrough with [[{,un}likely]] attributes on labels (PR c++/91024) [committed] Fix -Wimplicit-fallthrough with [[{,un}likely]] attributes on labels (PR c++/91024) - - - - --- 2019-06-27 Jakub Jelinek New
[committed] Fix ICE in scan_operand_equal_p (PR tree-optimization/91010) [committed] Fix ICE in scan_operand_equal_p (PR tree-optimization/91010) - - - - --- 2019-06-27 Jakub Jelinek New
Improve avx_vec_concat<mode> (PR target/90991) Improve avx_vec_concat<mode> (PR target/90991) - - - - --- 2019-06-27 Jakub Jelinek New
« 1 2 ... 427 428 4291264 1265 »