Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hasProfileData() to check if a function has profile data. NFC. | Easwaran Raman | 2017-12-22 | 1 | -1/+1 |
* | [PM] Port LoopSink to the new pass manager. | Chandler Carruth | 2017-01-20 | 1 | -0/+37 |
* | [LoopSink] Trivial comment cleanup. | Chandler Carruth | 2017-01-20 | 1 | -1/+2 |
* | [PM] Separate the LoopAnalysisManager from the LoopPassManager and move | Chandler Carruth | 2017-01-11 | 1 | -1/+1 |
* | Add an assert for hasLoopInvariantOperands | Xin Tong | 2017-01-10 | 1 | -0/+3 |
* | Remove a unnecessary hasLoopInvariantOperands check in loop sink. | Xin Tong | 2017-01-05 | 1 | -2/+1 |
* | Enable Loop Sink pass for functions that has profile. | Dehao Chen | 2016-11-09 | 1 | -0/+5 |
* | Add Loop Sink pass to reverse the LICM based of basic block frequency. | Dehao Chen | 2016-10-27 | 1 | -0/+328 |