Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LoopUnroll] Remap references in peeled iteration | Serge Pavlov | 2017-03-26 | 1 | -4/+5 |
* | [LoopUnroll] Don't peel loops where the latch isn't the exiting block | Michael Kuperstein | 2017-03-16 | 1 | -0/+7 |
* | [LoopUnrolling] Fix loop size check for peeling | Sanjoy Das | 2017-03-07 | 1 | -1/+3 |
* | Fix a compiler warning | Sanjoy Das | 2017-03-03 | 1 | -1/+2 |
* | [LoopUnrolling] Peel loops with invariant backedge Phi input | Sanjoy Das | 2017-03-03 | 1 | -0/+25 |
* | [LoopUnrolling] Re-prioritize Peeling and Partial unrolling | Sanjoy Das | 2017-03-03 | 1 | -1/+7 |
* | Update domtree incrementally in loop peeling. | Serge Pavlov | 2017-01-24 | 1 | -7/+30 |
* | Preserve domtree and loop-simplify for runtime unrolling. | Eli Friedman | 2017-01-18 | 1 | -2/+13 |
* | Make sure total loop body weight is preserved in loop peeling | Xin Tong | 2017-01-02 | 1 | -8/+17 |
* | [LoopUnroll] Implement profile-based loop peeling | Michael Kuperstein | 2016-11-30 | 1 | -0/+405 |