summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopInfoImpl.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-09
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-05
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Restructure PopulateLoopsDFS::insertIntoLoop.Andrew Trick2012-06-20
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-20
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-20