summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAge
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-09
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* whitespaceAndrew Trick2011-10-04
* Relax this condition.Bill Wendling2011-09-20
* Assert that we aren't trying to split the critical edge of a landing pad. DoingBill Wendling2011-08-17
* PR10386: Don't try to split an edge from an indirectbr.Eli Friedman2011-07-19
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Preserve line number information.Devang Patel2011-05-17
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Remove code for updating dominance frontiers and some outdated references toCameron Zwarich2011-01-18
* indentationChris Lattner2011-01-14
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-22
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* Speed up codegen prepare from 3.58s to 0.488s.Chris Lattner2010-02-13
* PHINode::getBasicBlockIndex is O(n) in the number of inputsChris Lattner2010-02-13
* iterate over preds using PHI information when available instead ofChris Lattner2010-02-13
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* improve comment.Chris Lattner2009-11-01
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-31
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* Preserve ProfileInfo.Andreas Neustifter2009-09-09
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* LoopIndexSplit can sometimes result in cases where a block in its own domfron...Owen Anderson2008-06-03
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13