Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
2003-08-17 Chris LattnerImplement folding of switch instructions.
2003-08-17 Chris LattnerFix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
2003-08-17 Chris LattnerThe fixme is irrelevant: if that happens, the LLVM...
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-06-25 Chris Lattner*** empty log message ***
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-07 Chris LattnerAdd code pulled out of TransformInternals.cpp, ConstPro...