summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicBlockUtils.cpp
Commit message (Expand)AuthorAge
* Fix simplifycfg crash in handing block merge.Devang Patel2008-09-09
* Add some checks that got lost in the shuffle. This fixes 464.h264ref.Owen Anderson2008-07-18
* Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson2008-07-17
* Factor MergeBlockIntoPredecessor out into BasicBlockUtils.Owen Anderson2008-07-17
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.hChris Lattner2008-04-21
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Two things. Preserve the unwind_to when splitting a BB.Nick Lewycky2008-03-09
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-27
* After a basic block is split into two parts,Devang Patel2007-07-19
* Add SplitEdge and SplitBlock utility routines. Devang Patel2007-07-06
* simplify code by using Value::takeNameChris Lattner2007-02-11
* Fix a doxygen problem and break lines at 80 columnsReid Spencer2006-05-19
* Remove trailing whitespaceMisha Brukman2005-04-21
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-21
* second argument to Value::setName is now gone.Chris Lattner2005-03-05
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Spell `necessary' correctly.Misha Brukman2003-08-18
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* Implement a new RemoveSuccessor functionChris Lattner2002-07-29
* *** empty log message ***Chris Lattner2002-06-25
* Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner2002-05-07