Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Utils / BasicBlockUtils.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-07-19 Devang PatelAfter a basic block is split into two parts,
2007-07-06 Devang PatelAdd SplitEdge and SplitBlock utility routines.
2007-02-11 Chris Lattnersimplify code by using Value::takeName
2006-05-19 Reid SpencerFix a doxygen problem and break lines at 80 columns
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerAdd code pulled out of TransformInternals.cpp, ConstPro...