Show patches with: Submitter = Richard Biener       |    State = Action Required       |    Archived = No       |   276 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Fix wrong-code issue in VN Fix wrong-code issue in VN - - - -1- 2023-02-17 Richard Biener Repeat Merge
tree-optimization/108791 - checking ICE with sloppy ADDR_EXPR tree-optimization/108791 - checking ICE with sloppy ADDR_EXPR - - - -1- 2023-02-16 Richard Biener Repeat Merge
Improve VN PHI hash table handling Improve VN PHI hash table handling - - - -1- 2023-02-14 Richard Biener Repeat Merge
More DF worklist solver improvements More DF worklist solver improvements - - - -1- 2023-02-14 Richard Biener Unresolved
tree-optimization/108782 - nested first order recurrence vectorization tree-optimization/108782 - nested first order recurrence vectorization - - - -1- 2023-02-14 Richard Biener Repeat Merge
tree-optimization/26854 - compile-time hog in SSA forwprop tree-optimization/26854 - compile-time hog in SSA forwprop - - - -1- 2023-02-07 Richard Biener Repeat Merge
tree-optimization/108574 - wrong-code with PRE PHI node processing tree-optimization/108574 - wrong-code with PRE PHI node processing - - - -1- 2023-01-30 Richard Biener Repeat Merge
ipa/108511 - relax assert for undefined local statics ipa/108511 - relax assert for undefined local statics - - - -1- 2023-01-30 Richard Biener Repeat Merge
tree-optimization/108547 - robustify uninit predicate analysis tree-optimization/108547 - robustify uninit predicate analysis - - - -1- 2023-01-26 Richard Biener Repeat Merge
tree-optimization/108523 - testcase for the bug tree-optimization/108523 - testcase for the bug - - - -1- 2023-01-26 Richard Biener Repeat Merge
tree-optimization/108523 - fix endless iteration in VN tree-optimization/108523 - fix endless iteration in VN - - - -1- 2023-01-25 Richard Biener Repeat Merge
Fixup LTO internal docs for option processing Fixup LTO internal docs for option processing - - - -1- 2023-01-25 Richard Biener Repeat Merge
modula2/108144 - fix mistake in previous change modula2/108144 - fix mistake in previous change - - - -1- 2023-01-23 Richard Biener Repeat Merge
lto/108445 - avoid LTO decl wrapping being confused by tree sharing lto/108445 - avoid LTO decl wrapping being confused by tree sharing - - - -1- 2023-01-18 Richard Biener Repeat Merge
tree-optimization/108387 - ICE with VN handling of x << C as x * (1<<C) tree-optimization/108387 - ICE with VN handling of x << C as x * (1<<C) - - - -1- 2023-01-13 Richard Biener Repeat Merge
Sync LTO type_for_mode with c-family/ Sync LTO type_for_mode with c-family/ - - - -1- 2023-01-13 Richard Biener Repeat Merge
tree-optimization/108352 - FSM threads creating irreducible loops tree-optimization/108352 - FSM threads creating irreducible loops - - - -1- 2023-01-11 Richard Biener Repeat Merge
tree-optimization/108353 - copyprop iteration order tree-optimization/108353 - copyprop iteration order - - - -1- 2023-01-11 Richard Biener Repeat Merge
tree-optimization/106293 - missed DSE with virtual LC PHI tree-optimization/106293 - missed DSE with virtual LC PHI - - - -1- 2023-01-10 Richard Biener Repeat Merge
middle-end/108209 - typo in genmatch.cc:commutative_op middle-end/108209 - typo in genmatch.cc:commutative_op - - - -1- 2023-01-09 Richard Biener Repeat Merge
middle-end/69482 - not preserving volatile accesses middle-end/69482 - not preserving volatile accesses - - - -1- 2023-01-09 Richard Biener Repeat Merge
testsuite/107809 - fix vect-recurr testcases testsuite/107809 - fix vect-recurr testcases - - - -1- 2022-12-22 Richard Biener Repeat Merge
tree-optimization/107451 - SLP load vectorization issue tree-optimization/107451 - SLP load vectorization issue - - - -1- 2022-12-22 Richard Biener Repeat Merge
Compare DECL_NOT_FLEXARRAY for LTO tree merging Compare DECL_NOT_FLEXARRAY for LTO tree merging - - - -1- 2022-12-22 Richard Biener Repeat Merge
d/104749 - document host GDC version requirement d/104749 - document host GDC version requirement - - - -1- 2022-12-20 Richard Biener Repeat Merge
tree-optimization/108164 - undefined overflow with IV vectorization tree-optimization/108164 - undefined overflow with IV vectorization - - - -1- 2022-12-19 Richard Biener Repeat Merge
middle-end/108086 - avoid unshare_expr when remapping SSA names middle-end/108086 - avoid unshare_expr when remapping SSA names - - - -1- 2022-12-16 Richard Biener Unresolved
middle-end/108086 - remove PR28238 fix superseeded by PR34018 fix middle-end/108086 - remove PR28238 fix superseeded by PR34018 fix - - - -1- 2022-12-16 Richard Biener Unresolved
middle-end/108086 - more operand scanner reduction in inlining middle-end/108086 - more operand scanner reduction in inlining - - - -1- 2022-12-16 Richard Biener Unresolved
middle-end/108086 - reduce operand scanner use from inliner middle-end/108086 - reduce operand scanner use from inliner - - - -1- 2022-12-15 Richard Biener Repeat Merge
tree-optimization/107617 - big-endian .LEN_STORE VN tree-optimization/107617 - big-endian .LEN_STORE VN - - - -1- 2022-12-14 Richard Biener Repeat Merge
tree-optimization/108076 - if-conversion and forced labels tree-optimization/108076 - if-conversion and forced labels - - - -1- 2022-12-13 Richard Biener Repeat Merge
Revert parts of ADDR_EXPR/CONSTRUCTOR treatment change in match.pd Revert parts of ADDR_EXPR/CONSTRUCTOR treatment change in match.pd - - - -1- 2022-12-12 Richard Biener Unresolved
tree-optimization/89317 - another pattern for &p->x != p + 4 tree-optimization/89317 - another pattern for &p->x != p + 4 - - - -1- 2022-12-12 Richard Biener Repeat Merge
[2/2] tree-optimization/89317 - missed folding of (p + 4) - &p->d [1/2] Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically - - - -1- 2022-12-11 Richard Biener Repeat Merge
[1/2] Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically [1/2] Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically - - - -1- 2022-12-11 Richard Biener Repeat Merge
tree-optimization/107699 - missed &data._M_elems + _1 != &data._M_elems folding tree-optimization/107699 - missed &data._M_elems + _1 != &data._M_elems folding - - - -1- 2022-12-08 Richard Biener Repeat Merge
ipa/105676 - pure attribute suggestion for const function ipa/105676 - pure attribute suggestion for const function - - - -1- 2022-12-07 Richard Biener Repeat Merge
tree-optimization/104165 - bougs -Warray-bounds, add testcase tree-optimization/104165 - bougs -Warray-bounds, add testcase - - - -1- 2022-12-06 Richard Biener Repeat Merge
middle-end/40635 - SSA update losing PHI arg loations middle-end/40635 - SSA update losing PHI arg loations - - - -1- 2022-12-05 Richard Biener Repeat Merge
tree-optimization/106868 - bogus -Wdangling-pointer diagnostic tree-optimization/106868 - bogus -Wdangling-pointer diagnostic - - - -1- 2022-12-05 Richard Biener Repeat Merge
tree-optimization/107937 - uninit predicate simplification fixup tree-optimization/107937 - uninit predicate simplification fixup - - - -1- 2022-12-01 Richard Biener Repeat Merge
tree-optimization/107935 - fixup equivalence handling in PHI VN tree-optimization/107935 - fixup equivalence handling in PHI VN - - - -1- 2022-12-01 Richard Biener Unresolved
tree-optimization/107919 - predicate simplification in uninit tree-optimization/107919 - predicate simplification in uninit - - - -1- 2022-11-30 Richard Biener Unresolved
Improve uninit diagnostic dumps Improve uninit diagnostic dumps - - - -1- 2022-11-30 Richard Biener Repeat Merge
tree-optimization/107919 - uninit diagnostic predicate simplification tree-optimization/107919 - uninit diagnostic predicate simplification - - - -1- 2022-11-30 Richard Biener Repeat Merge
tree-optimization/107852 - missed optimization with PHIs tree-optimization/107852 - missed optimization with PHIs - - - -1- 2022-11-29 Richard Biener Unresolved
tree-optimization/106995 - if-conversion and vanishing loops tree-optimization/106995 - if-conversion and vanishing loops - - - -1- 2022-11-29 Richard Biener Repeat Merge
ipa/107897 - avoid property verification ICE after error ipa/107897 - avoid property verification ICE after error - - - -1- 2022-11-29 Richard Biener Repeat Merge
tree-optimization/107898 - ICE with -Walloca-larger-than tree-optimization/107898 - ICE with -Walloca-larger-than - - - -1- 2022-11-29 Richard Biener Repeat Merge
tree-optimization/107896 - allow v2si to dimode unpacks tree-optimization/107896 - allow v2si to dimode unpacks - - - -1- 2022-11-28 Richard Biener Repeat Merge
tree-optimization/107493 - SCEV analysis with conversions tree-optimization/107493 - SCEV analysis with conversions - - - -1- 2022-11-28 Richard Biener Repeat Merge
tree-optimization/107876 - unswitching of switch tree-optimization/107876 - unswitching of switch - - - -1- 2022-11-28 Richard Biener Repeat Merge
tree-optimization/107867 - failed abnormal cleanup in forwprop tree-optimization/107867 - failed abnormal cleanup in forwprop - - - -1- 2022-11-28 Richard Biener Repeat Merge
tree-optimization/107672 - avoid vector mode type_for_mode call tree-optimization/107672 - avoid vector mode type_for_mode call - - - -1- 2022-11-22 Richard Biener Repeat Merge
tree-optimization/107766 - ICE with recent -ffp-contract=off fix tree-optimization/107766 - ICE with recent -ffp-contract=off fix - - - -1- 2022-11-22 Richard Biener Repeat Merge
tree-optimization/107647 - avoid FMA from SLP with -ffp-contract=off tree-optimization/107647 - avoid FMA from SLP with -ffp-contract=off - - - -1- 2022-11-18 Richard Biener Repeat Merge
tree-optimization/107485 - fix non-call exception ICE with inlining tree-optimization/107485 - fix non-call exception ICE with inlining - - - -1- 2022-11-14 Richard Biener Unresolved
remove duplicate match.pd patterns remove duplicate match.pd patterns - - - -1- 2022-11-14 Richard Biener Repeat Merge
tree-optimization/107554 - fix ICE in stlen optimization tree-optimization/107554 - fix ICE in stlen optimization - - - -1- 2022-11-11 Richard Biener Repeat Merge
tree-optimization/107618 - enhance copy propagation of constants tree-optimization/107618 - enhance copy propagation of constants - - - -1- 2022-11-11 Richard Biener Repeat Merge
better PHI copy propagation for forwprop better PHI copy propagation for forwprop - - - -1- 2022-11-10 Richard Biener Repeat Merge
tree-optimization/84646 - remove premature thread path rejection tree-optimization/84646 - remove premature thread path rejection - - - -1- 2022-11-09 Richard Biener Repeat Merge
tree-optimization/107407 - wrong code with DSE tree-optimization/107407 - wrong code with DSE - - - -1- 2022-10-28 Richard Biener Repeat Merge
tree-optimization/107447 - avoid hoisting returns-twice calls in LIM tree-optimization/107447 - avoid hoisting returns-twice calls in LIM - - - -1- 2022-10-28 Richard Biener Repeat Merge
tree-optimization/107435 - ICE with recurrence vectorization tree-optimization/107435 - ICE with recurrence vectorization - - - -1- 2022-10-28 Richard Biener Repeat Merge
Adjust gcc.dg/vect/pr100756.c for V8SI and V16SI Adjust gcc.dg/vect/pr100756.c for V8SI and V16SI - - - -1- 2022-10-28 Richard Biener Repeat Merge
Move NOP stripping in SCEV analysis Move NOP stripping in SCEV analysis - - - -1- 2022-10-25 Richard Biener Repeat Merge
tree-optimization/100756 - niter analysis and folding tree-optimization/100756 - niter analysis and folding - - - -1- 2022-10-25 Richard Biener Repeat Merge
tree-optimization/107323 - loop distribution partition ordering issue tree-optimization/107323 - loop distribution partition ordering issue - - - -1- 2022-10-21 Richard Biener Repeat Merge
Avoid PHI - PHI recurrence in vectorization Avoid PHI - PHI recurrence in vectorization - - - -1- 2022-10-20 Richard Biener Repeat Merge
c/107305 - avoid ICEing with invalid GIMPLE input to the GIMPLE FE c/107305 - avoid ICEing with invalid GIMPLE input to the GIMPLE FE - - - -1- 2022-10-20 Richard Biener Repeat Merge
tree-optimization/106781 - adjust cgraph lhs removal tree-optimization/106781 - adjust cgraph lhs removal - - - -1- 2022-10-19 Richard Biener Repeat Merge
tree-optimization/107302 - fix vec_perm placement for recurrence vect tree-optimization/107302 - fix vec_perm placement for recurrence vect - - - -1- 2022-10-18 Richard Biener Repeat Merge
tree-optimization/107301 - check if we can duplicate block before doing so tree-optimization/107301 - check if we can duplicate block before doing so - - - -1- 2022-10-18 Richard Biener Repeat Merge
tree-optimization/107254 - check and support live lanes from permutes tree-optimization/107254 - check and support live lanes from permutes - - - -1- 2022-10-14 Richard Biener Repeat Merge
« 1 2 3 »