summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit "[GVN] Preserve loop related analysis/canonical forms."Florian Hahn2019-07-311-2/+9
* Revert [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-301-9/+2
* [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-301-2/+9
* An unreachable block may have a route to a reachable block, don't fast-path r...Nick Lewycky2019-04-041-2/+2
* Add an optional list of blocks to avoid when looking for a path in isPotentia...Nick Lewycky2019-04-021-22/+51
* Not all blocks are reachable from entry. Don't assume they are.Nick Lewycky2019-04-011-4/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-1/+1
* [TI removal] Remove TerminatorInst as an input parameter from all publicChandler Carruth2018-10-151-1/+2
* 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