aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopInfoImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Quick look-up for block in loop.Wan Xiaofei2013-10-261-31/+10
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-091-0/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-051-1/+0
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-261-179/+0
* Restructure PopulateLoopsDFS::insertIntoLoop.Andrew Trick2012-06-201-10/+11
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-201-0/+199
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-201-0/+549