summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopSink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman2017-12-221-1/+1
* [PM] Port LoopSink to the new pass manager.Chandler Carruth2017-01-201-0/+37
* [LoopSink] Trivial comment cleanup.Chandler Carruth2017-01-201-1/+2
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-1/+1
* Add an assert for hasLoopInvariantOperandsXin Tong2017-01-101-0/+3
* Remove a unnecessary hasLoopInvariantOperands check in loop sink.Xin Tong2017-01-051-2/+1
* Enable Loop Sink pass for functions that has profile.Dehao Chen2016-11-091-0/+5
* Add Loop Sink pass to reverse the LICM based of basic block frequency.Dehao Chen2016-10-271-0/+328
OpenPOWER on IntegriCloud