aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicBlockUtils.cpp
AgeCommit message (Expand)Author
2009-03-04Skip ptr-to-ptr bitcasts when counting in another case.Dale Johannesen
2009-03-03Instruction counters must skip the bitcasts thatDale Johannesen
2009-03-03When removing a store to an alloca that has only oneDale Johannesen
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2009-03-03When sinking an insn in InstCombine bring its debugDale Johannesen
2009-02-24While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel
2009-02-11If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-12-03Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner
2008-12-03third time is the charm.Chris Lattner
2008-12-03fix assertion.Chris Lattner
2008-12-03Rename DeleteBlockIfDead to DeleteDeadBlock and make it Chris Lattner
2008-12-03Factor some code out of SimplifyCFG, forming a new Chris Lattner
2008-11-27switch InstCombine::visitLoadInst to use Chris Lattner
2008-11-27enhance FindAvailableLoadedValue to make use of AliasAnalysisChris Lattner
2008-11-27move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner
2008-11-03Fix unused variable warnings.Devang Patel
2008-10-03SplitBlock should only attempt to update LoopInfo if it is actually being used.Owen Anderson
2008-09-09Fix simplifycfg crash in handing block merge.Devang Patel
2008-07-18Add some checks that got lost in the shuffle. This fixes 464.h264ref.Owen Anderson
2008-07-17Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson
2008-07-17Factor MergeBlockIntoPredecessor out into BasicBlockUtils.Owen Anderson
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-21Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.hChris Lattner
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-09Two things. Preserve the unwind_to when splitting a BB.Nick Lewycky
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-27Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson
2007-07-19After a basic block is split into two parts,Devang Patel
2007-07-06Add SplitEdge and SplitBlock utility routines. Devang Patel
2007-02-11simplify code by using Value::takeNameChris Lattner
2006-05-19Fix a doxygen problem and break lines at 80 columnsReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner
2005-03-05second argument to Value::setName is now gone.Chris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-07-29Implement a new RemoveSuccessor functionChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner