Age | Commit message (Expand) | Author | Files | Lines |
2020-12-02 | guard maybe_set_vectorized_backedge_value calls | Richard Biener | 1 | -11/+13 |
2020-11-30 | tree-optimization/98064 - fix BB SLP live lane extract wrt LC SSA | Richard Biener | 1 | -0/+18 |
2020-11-19 | vect: Add a “very cheap” cost model | Richard Sandiford | 1 | -0/+27 |
2020-11-18 | tree-optimization/97886 - deal with strange LC PHI nodes | Richard Biener | 1 | -0/+11 |
2020-11-16 | Delay SLP instance loads gathering | Richard Biener | 1 | -0/+3 |
2020-11-16 | tree-optimization/97835 - fix step vector construction for SLP induction | Richard Biener | 1 | -1/+1 |
2020-11-10 | tree-optimization/97760 - reduction paths with unhandled live stmt | Richard Biener | 1 | -3/+6 |
2020-11-09 | tree-optimization/97753 - fix SLP induction vect | Richard Biener | 1 | -2/+5 |
2020-11-06 | tree-optimization/97732 - fix init of SLP induction vectorization | Richard Biener | 1 | -0/+4 |
2020-11-05 | middle-end: Store and use the SLP instance kind when aborting load/store lanes | Tamar Christina | 1 | -0/+1 |
2020-11-04 | middle-end: Move load/store-lanes check till late. | Tamar Christina | 1 | -0/+72 |
2020-11-04 | add costing to SLP vectorized PHIs | Richard Biener | 1 | -1/+3 |
2020-11-04 | tree-optimization/97709 - set abnormal flag when vectorizing live lanes | Richard Biener | 1 | -0/+3 |
2020-11-04 | Re-instantiate SLP induction IV CSE | Richard Biener | 1 | -2/+19 |
2020-11-03 | tree-optimization/80928 - SLP vectorize nested loop induction | Richard Biener | 1 | -65/+51 |
2020-11-03 | tree-optimization/97678 - fix SLP induction epilogue vectorization | Richard Biener | 1 | -5/+44 |
2020-11-02 | Rewrite SLP induction vectorization | Richard Biener | 1 | -135/+161 |
2020-11-02 | tree-optimization/97558 - compute vectype for SLP nested cycles | Richard Biener | 1 | -3/+22 |
2020-11-02 | tree-optimization/97558 - avoid SLP analyzing irrelevant stmts | Richard Biener | 1 | -21/+44 |
2020-10-29 | Fix some memleaks | Richard Biener | 1 | -1/+1 |
2020-10-27 | SLP vectorize across PHI nodes | Richard Biener | 1 | -11/+101 |
2020-10-22 | vect: Remove redundant LOOP_VINFO_FULLY_MASKED_P | Kewen Lin | 1 | -2/+1 |
2020-10-20 | Fix latch PHI arg lookup in vectorizable_reduction for double-reduction | Richard Biener | 1 | -2/+4 |
2020-10-15 | Fix ICE in vectorizable_live_operation | Richard Biener | 1 | -2/+5 |
2020-10-09 | random memory leak fixes | Richard Biener | 1 | -0/+1 |
2020-09-29 | tree-optimization/97241 - fix ICE in reduction vectorization | Richard Biener | 1 | -12/+5 |
2020-09-23 | vect: Fix epilogue loop handling of partial vectors | Richard Sandiford | 1 | -68/+128 |
2020-09-23 | tree-optimization/97173 - extend assert in vectorizable_live_operation | Richard Biener | 1 | -2/+4 |
2020-09-18 | tree-optimization/97095 - fix typo in vectorizable_live_operation | Richard Biener | 1 | -1/+1 |
2020-09-16 | vec: don't select partial vectors when unnecessary | Andrea Corallo | 1 | -36/+49 |
2020-09-16 | remove STMT_VINFO_NUM_SLP_USES | Richard Biener | 1 | -3/+5 |
2020-09-11 | improve BB vectorization dump locations | Richard Biener | 1 | -1/+1 |
2020-09-07 | vec: Revert "dead code removal in tree-vect-loop.c" and add a comment. | Andrea Corallo | 1 | -4/+13 |
2020-09-07 | code generate live lanes in basic-block vectorization | Richard Biener | 1 | -94/+149 |
2020-09-04 | tree-optimization/96920 - another ICE when vectorizing nested cycles | Richard Biener | 1 | -35/+67 |
2020-09-04 | vec: dead code removal in tree-vect-loop.c | Andrea Corallo | 1 | -11/+4 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -4/+4 |
2020-08-26 | tree-optimization/96698 - fix ICE when vectorizing nested cycles | Richard Biener | 1 | -1/+34 |
2020-08-24 | SLP: support entire BB. | Martin Liska | 1 | -2/+3 |
2020-08-06 | vect/rs6000: Support vector with length cost modeling | Kewen Lin | 1 | -5/+83 |
2020-07-31 | vect: Don't consider branch costs if no peeled iterations | Kewen Lin | 1 | -7/+9 |
2020-07-27 | vect: Refactor peel_iters_{pro,epi}logue cost modeling | Kewen Lin | 1 | -125/+142 |
2020-07-19 | vect: Support length-based partial vectors approach | Kewen Lin | 1 | -6/+211 |
2020-07-09 | vect: Use adjusted niters by considering peeling prologue | Kewen Lin | 1 | -1/+7 |
2020-07-09 | remove premature vect_verify_datarefs_alignment | Richard Biener | 1 | -2/+0 |
2020-07-09 | vect/testsuite: Adjust dumping for fully masking decision | Kewen Lin | 1 | -3/+3 |
2020-06-26 | tree-optimization/95897 - fix fold-left SLP reduction insert place | Richard Biener | 1 | -2/+1 |
2020-06-15 | vect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consistently | Fei Yang | 1 | -2/+2 |
2020-06-12 | vect: Factor out and rename some functions/macros | Kewen Lin | 1 | -44/+72 |
2020-06-11 | vect: Rename things related to rgroup_masks | Kewen Lin | 1 | -22/+22 |