summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFG.cpp
Commit message (Expand)AuthorAge
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add some constantness.Jakub Staszak2013-08-20
* 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