aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new functionChris Lattner2003-12-191-10/+41
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner2003-08-231-0/+13
* Implement folding of switch instructions.Chris Lattner2003-08-171-3/+56
* Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner2003-08-171-0/+6
* The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.Chris Lattner2003-08-171-7/+1
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-2/+2
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-241-1/+1
* *** empty log message ***Chris Lattner2002-06-251-7/+5
* Simplify the interface to local DCE and Constant propChris Lattner2002-05-261-6/+6
* Simplify interface to ConstantFoldTerminatorChris Lattner2002-05-211-3/+3
* Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner2002-05-071-0/+111