aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-04-30Second attempt at PR12573:Bill Wendling1-11/+26
2012-04-30Use an ArrayRef instead of explicit vector type.Bill Wendling1-8/+5
2011-12-09SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak1-2/+1
2011-10-04LSR should avoid redundant edge splitting.Andrew Trick1-2/+3
2011-10-04whitespaceAndrew Trick1-18/+18
2011-09-20Relax this condition.Bill Wendling1-2/+1
2011-08-17Assert that we aren't trying to split the critical edge of a landing pad. DoingBill Wendling1-0/+5
2011-07-19PR10386: Don't try to split an edge from an indirectbr.Eli Friedman1-2/+9
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad1-38/+16
2011-06-23Revert r133513:Eric Christopher1-16/+38
2011-06-21Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad1-38/+16
2011-06-21Revert r133435 and r133449 to appease buildbots.Chad Rosier1-16/+38
2011-06-20Change how PHINodes store their operands.Jay Foad1-38/+16
2011-05-17Preserve line number information.Devang Patel1-1/+2
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-2/+1
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2011-01-18Remove code for updating dominance frontiers and some outdated references toCameron Zwarich1-44/+6
2011-01-14indentationChris Lattner1-1/+1
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner1-1/+1
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1