aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-1/+1
2015-11-20Add some constantness to GetSuccessorNumber().Rong Xu1-2/+3
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith1-1/+2
2015-06-24[CaptureTracking] Avoid long compilation time on large basic blocksBruno Cardoso Lopes1-9/+7
2015-01-13Standardize {pred,succ,use,user}_empty()Ramkumar Ramachandra1-1/+1
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