aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)Author
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-02-24Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-26Simplify the interface to local DCE and Constant propChris Lattner
2002-05-21Simplify interface to ConstantFoldTerminatorChris Lattner
2002-05-07Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner