Age | Commit message (Expand) | Author | Files | Lines |
2020-12-11 | tree-optimization/98235 - limit SLP discovery | Richard Biener | 1 | -31/+43 |
2020-12-10 | Allow scalar fallback for pattern root stmt | Richard Biener | 1 | -3/+12 |
2020-12-08 | tree-optimization/98192 - fix double free in SLP | Richard Biener | 1 | -1/+1 |
2020-12-08 | tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vectorization | Richard Biener | 1 | -1/+2 |
2020-12-08 | tree-optimization/98180 - fix BIT_INSERT_EXPR sequence vectorization | Richard Biener | 1 | -1/+3 |
2020-12-07 | tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRs | Richard Biener | 1 | -21/+171 |
2020-12-02 | tree-optimization/97630 - fix SLP cycle memory leak | Richard Biener | 1 | -1/+29 |
2020-11-23 | fix hybrid SLP discovery debug stmt issue | Richard Biener | 1 | -0/+2 |
2020-11-20 | SLP: Have vectorizable_slp_permutation set type on invariants | Tamar Christina | 1 | -1/+2 |
2020-11-20 | Deal with (pattern) SLP consumed stmts in hybrid discovery | Richard Biener | 1 | -7/+72 |
2020-11-20 | dump SLP_TREE_REPRESENTATIVE | Richard Biener | 1 | -0/+8 |
2020-11-16 | Delay SLP instance loads gathering | Richard Biener | 1 | -8/+18 |
2020-11-16 | tree-optimization/97838 - fix SLP leaf detection | Richard Biener | 1 | -5/+17 |
2020-11-09 | tree-optimization/97761 - fix SLP live calculation | Richard Biener | 1 | -4/+0 |
2020-11-06 | refactor SLP analysis | Richard Biener | 1 | -60/+45 |
2020-11-06 | tree-optimization/97733 - fix SLP of reductions with zero relevant | Richard Biener | 1 | -0/+3 |
2020-11-05 | Fix SLP vectorization of stores from boolean vectors | Richard Biener | 1 | -0/+45 |
2020-11-05 | middle-end: optimize slp simplify back to back permutes. | Tamar Christina | 1 | -1/+13 |
2020-11-05 | middle-end: Store and use the SLP instance kind when aborting load/store lanes | Tamar Christina | 1 | -7/+1 |
2020-11-04 | middle-end: Move load/store-lanes check till late. | Tamar Christina | 1 | -48/+0 |
2020-11-04 | bootstrap/97666 - really fix sizeof (bool) issue | Richard Biener | 1 | -2/+2 |
2020-11-03 | bootstrap/97666 - fix array of bool allocation | Richard Biener | 1 | -1/+1 |
2020-11-03 | tree-optimization/97678 - fix SLP induction epilogue vectorization | Richard Biener | 1 | -2/+6 |
2020-11-02 | Rewrite SLP induction vectorization | Richard Biener | 1 | -12/+6 |
2020-11-02 | tree-optimization/97558 - avoid SLP analyzing irrelevant stmts | Richard Biener | 1 | -22/+24 |
2020-11-02 | tree-optimization/97650 - fix ICE in vect_get_and_check_slp_defs | Richard Biener | 1 | -0/+1 |
2020-10-30 | tree-optimization/97626 - handle SCCs properly in SLP stmt analysis | Richard Biener | 1 | -13/+21 |
2020-10-30 | tree-optimization/97633 - fix SLP scheduling of single-node cycles | Richard Biener | 1 | -74/+88 |
2020-10-29 | vect: Fix load costs for SLP permutes | Richard Sandiford | 1 | -2/+37 |
2020-10-29 | Consistently pass the vector type for scalar SLP cost compute | Richard Biener | 1 | -1/+2 |
2020-10-29 | More BB vectorization tweaks | Richard Biener | 1 | -4/+6 |
2020-10-28 | dump when SLP analysis fails due to shared vectype mismatch | Richard Biener | 1 | -1/+7 |
2020-10-28 | Ignore ignored operands in vect_get_and_check_slp_defs | Richard Biener | 1 | -10/+26 |
2020-10-28 | tree-optimization/97615 - avoid creating externals from patterns | Richard Biener | 1 | -1/+2 |
2020-10-28 | Fix iteration over loads in SLP optimize | Richard Biener | 1 | -1/+1 |
2020-10-28 | Change the way we split stores in BB vectorization | Richard Biener | 1 | -7/+13 |
2020-10-27 | Fix BB store group splitting group size compute | Richard Biener | 1 | -1/+1 |
2020-10-27 | Adjust BB vectorization function splitting | Richard Biener | 1 | -13/+23 |
2020-10-27 | SLP vectorize across PHI nodes | Richard Biener | 1 | -222/+442 |
2020-10-27 | Avoid uniform lane BB vectorization | Richard Biener | 1 | -0/+22 |
2020-10-27 | Move SLP nodes to an alloc-pool | Richard Biener | 1 | -0/+17 |
2020-10-26 | Refactor SLP instance analysis | Richard Biener | 1 | -108/+152 |
2020-10-22 | Refactor vect_analyze_slp_instance a bit | Richard Biener | 1 | -47/+38 |
2020-10-21 | tree-optimization/97500 - avoid SLP backedges for inductions | Richard Biener | 1 | -0/+6 |
2020-10-20 | tree-optimization/97496 - avoid SLP externs in patterns | Richard Biener | 1 | -1/+2 |
2020-10-19 | tree-optimization/97486 - avoid edge insertion in SLP vectorizing | Richard Biener | 1 | -0/+9 |
2020-10-19 | tree-optimization/97466 - remove spurious assert | Richard Biener | 1 | -66/+62 |
2020-10-16 | Adjust BB vectorization SLP build heuristics | Richard Biener | 1 | -6/+25 |
2020-10-16 | Refactor vect_get_and_check_slp_defs some more | Richard Biener | 1 | -59/+82 |
2020-10-16 | tree-optimization/97428 - split SLP groups for loop vectorization | Richard Biener | 1 | -8/+38 |