Age | Commit message (Expand) | Author |
---|---|---|
2003-12-19 | Add new function | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-08-23 | Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 | Chris Lattner |
2003-08-17 | Implement folding of switch instructions. | Chris Lattner |
2003-08-17 | Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll | Chris Lattner |
2003-08-17 | The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. | Chris Lattner |
2003-05-20 | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman |
2003-02-24 | Rename Instruction::hasSideEffects() -> mayWriteToMemory() | Chris Lattner |
2002-06-25 | *** empty log message *** | Chris Lattner |
2002-05-26 | Simplify the interface to local DCE and Constant prop | Chris Lattner |
2002-05-21 | Simplify interface to ConstantFoldTerminator | Chris Lattner |
2002-05-07 | Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp | Chris Lattner |