summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFG.cpp
AgeCommit message (Expand)Author
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun
2015-11-20Add some constantness to GetSuccessorNumber().Rong Xu
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-06-24[CaptureTracking] Avoid long compilation time on large basic blocksBruno Cardoso Lopes
2015-01-13Standardize {pred,succ,use,user}_empty()Ramkumar Ramachandra
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-25Simplify loop that worked around bugs in old GCC/Xcode.Erik Verbruggen
2014-02-10Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-08-20Add some constantness.Jakub Staszak
2013-08-13Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky