aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopInfoImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-31/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+19
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+3
* 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