aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Recommit "[GVN] Preserve loop related analysis/canonical forms."Florian Hahn1-2/+9
2019-07-30Revert [GVN] Preserve loop related analysis/canonical forms.Florian Hahn1-9/+2
2019-07-30[GVN] Preserve loop related analysis/canonical forms.Florian Hahn1-2/+9
2019-04-04An unreachable block may have a route to a reachable block, don't fast-path r...Nick Lewycky1-2/+2
2019-04-02Add an optional list of blocks to avoid when looking for a path in isPotentia...Nick Lewycky1-22/+51
2019-04-01Not all blocks are reachable from entry. Don't assume they are.Nick Lewycky1-4/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-15[TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth1-1/+1
2018-10-15[TI removal] Remove TerminatorInst as an input parameter from all publicChandler Carruth1-1/+2
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