aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopInfoImpl.h
AgeCommit message (Expand)Author
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-06-20Restructure PopulateLoopsDFS::insertIntoLoop.Andrew Trick
2012-06-20A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick
2012-06-20Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick