summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [SanitizerCoverage] Avoid splitting critical edges when destination is a basi...Craig Topper2019-03-121-0/+4
* BreakCriticalEdges: Update PostDominatorTreeMatt Arsenault2019-02-221-4/+13
* [NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIsMax Kazantsev2019-02-121-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+4
* 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/+1
* [MemorySSA] Update MemoryPhi wiring for block splitting to consider if identi...Alina Sbirlea2018-09-071-1/+2
* Update MemorySSA in BasicBlockUtils.Alina Sbirlea2018-08-211-1/+6
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-1/+1
* Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer2017-12-301-6/+5
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-1/+0
* Split IndirectBr critical edges before PGO gen/use passes.Hiroshi Yamauchi2017-12-121-6/+28
* Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi2017-12-041-0/+139
* [Dominators] Teach LoopUnswitch to use the incremental APIJakub Kuderski2017-08-171-51/+15
* [PM] Port BreakCriticalEdges to the new PM.Wei Mi2016-07-221-2/+16
* improve documentation comments; NFCSanjay Patel2016-04-231-24/+7
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-5/+4
* Drive-by fixes for LandingPad -> EHPadDavid Majnemer2015-08-041-4/+3
* [PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth2015-07-221-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-24/+17
* [PM] Relax asserts and always try to reconstruct loop simplify form whenChandler Carruth2015-01-191-10/+4
* [PM] Pull the analyses used for another utility routine into its APIChandler Carruth2015-01-181-6/+9
* [PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth2015-01-181-4/+4
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-2/+3
* Introduce llvm::SplitAllCriticalEdgesKostya Serebryany2014-11-191-19/+5
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+6
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-6/+2
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-6/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-291-46/+30
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-2/+4
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-8/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-33/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Second attempt at PR12573:Bill Wendling2012-04-301-11/+26
* Use an ArrayRef instead of explicit vector type.Bill Wendling2012-04-301-8/+5
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-2/+1
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-2/+3
* whitespaceAndrew Trick2011-10-041-18/+18
* Relax this condition.Bill Wendling2011-09-201-2/+1
OpenPOWER on IntegriCloud