summaryrefslogtreecommitdiff
path: root/unittests/Analysis/CFGTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-13
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27