Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-01-12 Chris LattnerClean up #includes
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-12 Chris LattnerRemove use of ConstantHandling
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from VMCore to here...
2003-12-19 Chris LattnerAdd new function
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-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...