aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-2/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-25Simplify loop that worked around bugs in old GCC/Xcode.Erik Verbruggen1-8/+2
2014-02-10Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer1-4/+2
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+0
2013-08-20Add some constantness.Jakub Staszak1-5/+6
2013-08-13Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky1-53/+70
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky1-0/+227