aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-19Fix a doxygen problem and break lines at 80 columnsReid Spencer1-3/+3
2005-04-21Remove trailing whitespaceMisha Brukman1-5/+5
2005-04-21Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner1-17/+17
2005-03-05second argument to Value::setName is now gone.Chris Lattner1-3/+3
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-1/+1
2004-01-09Finegrainify namespacificationChris Lattner1-9/+7
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-10Fix spelling.Misha Brukman1-1/+1
2003-08-18Spell `necessary' correctly.Misha Brukman1-1/+1
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner1-1/+1
2002-10-29Fix spelling of `propagate'.Misha Brukman1-1/+1
2002-07-29Implement a new RemoveSuccessor functionChris Lattner1-4/+51
2002-06-25*** empty log message ***Chris Lattner1-31/+12
2002-05-07Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner1-0/+79