summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BasicBlockUtils.h
Commit message (Expand)AuthorAge
* Reformat blank lines.NAKAMURA Takumi2014-05-19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Untabify.NAKAMURA Takumi2014-03-16
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* Remove unneeded #includes.Jakub Staszak2013-02-09
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-25
* Second attempt at PR12573:Bill Wendling2012-04-30
* 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
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-19
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-29
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Fix FoldSingleEntryPHINodes to update memdep and AA when it deletesChris Lattner2011-01-11
* remove the dead (and terrible) llvm::RemoveSuccessor function.Chris Lattner2010-12-14
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* Rename SuccessorNumber to GetSuccessorNumber.Bob Wilson2010-02-16
* Refactor to share code to find the position of a basic block successor in theBob Wilson2010-02-16
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Improve the other instance of the comment.Duncan Sands2009-11-01
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-31
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-31
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-31
* 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
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-03
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-02
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-02
* When sinking an insn in InstCombine bring its debugDale Johannesen2009-03-03
* Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner2008-12-03
* fix a really incorrect comment.Chris Lattner2008-12-03
* Rename DeleteBlockIfDead to DeleteDeadBlock and make it Chris Lattner2008-12-03
* Factor some code out of SimplifyCFG, forming a new Chris Lattner2008-12-03
* move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner2008-11-27
* Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson2008-07-17
* Factor MergeBlockIntoPredecessor out into BasicBlockUtils.Owen Anderson2008-07-17