Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Loop Peeling] Fix the handling of branch weights of peeled off branches. | Serguei Katkov | 2019-07-22 | 1 | -4/+4 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+110 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -110/+0 |
* | Use profile summary to disable peeling for huge working sets | Teresa Johnson | 2017-08-03 | 1 | -18/+37 |
* | Disable loop peeling during full unrolling pass. | Teresa Johnson | 2017-08-03 | 1 | -0/+5 |
* | [LoopUnroll] Enable PGO-based loop peeling by default. | Michael Kuperstein | 2017-02-22 | 1 | -1/+1 |
* | Add test that verifies we don't peel loops in optsize functions. NFC. | Michael Kuperstein | 2017-01-11 | 1 | -0/+39 |
* | Make sure total loop body weight is preserved in loop peeling | Xin Tong | 2017-01-02 | 1 | -1/+1 |
* | [LoopUnroll] Implement profile-based loop peeling | Michael Kuperstein | 2016-11-30 | 1 | -0/+47 |