summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Add some constantness to GetSuccessorNumber().Rong Xu2015-11-201-2/+3
* Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith2015-10-101-1/+2
* [CaptureTracking] Avoid long compilation time on large basic blocksBruno Cardoso Lopes2015-06-241-9/+7
* Standardize {pred,succ,use,user}_empty()Ramkumar Ramachandra2015-01-131-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-4/+4
* Simplify loop that worked around bugs in old GCC/Xcode.Erik Verbruggen2014-03-251-8/+2
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-101-4/+2
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* Add some constantness.Jakub Staszak2013-08-201-5/+6
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-131-53/+70
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+227
OpenPOWER on IntegriCloud