aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-04-06[SplitEdge] Update SplitCriticalEdge to return a nullptr only when the edge i...Sidharth Baveja1-34/+7
2021-01-15BreakCriticalEdges: do not split the critical edge from a CallBr indirect suc...Nick Desaulniers1-8/+10
2021-01-07[SplitEdge] Add new parameter to SplitEdge to name the newly created basic blockSidharth Baveja1-5/+10
2020-11-18[Transforms] Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2020-06-17BreakCriticalEdges for callbr indirect destsNick Desaulniers1-7/+3
2020-06-12[BreakCritEdges] Add option to opt-out of perserving loop-simplify.Florian Hahn1-23/+41
2020-05-21[BrachProbablityInfo] Set edge probabilities at once and fix calcMetadataWeig...Yevgeny Rouban1-3/+1
2020-05-13Revert "[BrachProbablityInfo] Set edge probabilities at once. NFC."Reid Kleckner1-1/+3
2020-05-13[BrachProbablityInfo] Set edge probabilities at once. NFC.Yevgeny Rouban1-3/+1
2020-05-07SplitIndirectBrCriticalEdges: Fix Branch Probability updateYevgeny Rouban1-3/+11
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-03-12[SanitizerCoverage] Avoid splitting critical edges when destination is a basi...Craig Topper1-0/+4
2019-02-22BreakCriticalEdges: Update PostDominatorTreeMatt Arsenault1-4/+13
2019-02-12[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIsMax Kazantsev1-1/+1
2019-02-08Implementation of asm-goto support in LLVMCraig Topper1-0/+4
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/+1
2018-09-07[MemorySSA] Update MemoryPhi wiring for block splitting to consider if identi...Alina Sbirlea1-1/+2
2018-08-21Update MemorySSA in BasicBlockUtils.Alina Sbirlea1-1/+6
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie1-1/+1
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer1-6/+5
2017-12-13Remove redundant includes from lib/Transforms.Michael Zolotukhin1-1/+0
2017-12-12Split IndirectBr critical edges before PGO gen/use passes.Hiroshi Yamauchi1-6/+28
2017-12-04Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi1-0/+139
2017-08-17[Dominators] Teach LoopUnswitch to use the incremental APIJakub Kuderski1-51/+15
2016-07-22[PM] Port BreakCriticalEdges to the new PM.Wei Mi1-2/+16
2016-04-23improve documentation comments; NFCSanjay Patel1-24/+7
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-5/+4
2015-08-04Drive-by fixes for LandingPad -> EHPadDavid Majnemer1-4/+3
2015-07-22[PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth1-2/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-01-19[PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth1-24/+17
2015-01-19[PM] Relax asserts and always try to reconstruct loop simplify form whenChandler Carruth1-10/+4
2015-01-18[PM] Pull the analyses used for another utility routine into its APIChandler Carruth1-6/+9
2015-01-18[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth1-4/+4
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth1-2/+3
2014-11-19Introduce llvm::SplitAllCriticalEdgesKostya Serebryany1-19/+5
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+6
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-6/+2
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-6/+6
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-01-29[LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth1-46/+30
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-2/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-8/+1
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky1-33/+1