summaryrefslogtreecommitdiff
path: root/unittests/Analysis/CFGTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth1-1/+1
2014-02-10Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer1-22/+35
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+5
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-3/+3
2013-08-13Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky1-0/+17
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky1-0/+359