llvm-6502/lib/Transforms/Scalar
Chris Lattner 2a7c23ef91 Simplify code (somtimes dramatically), by using the new "auto-insert" feature
of instruction constructors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3656 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-10 17:04:02 +00:00
..
ADCE.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Minor simplification 2002-09-08 18:55:04 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
GCSE.cpp
IndVarSimplify.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
InstructionCombining.cpp Hack unneccesary now that shifts of pointers are no longer legal! 2002-09-10 03:50:54 +00:00
LICM.cpp
Makefile
PiNodeInsertion.cpp
Reassociate.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
SCCP.cpp - Implement SCCP of getelementptr instructions 2002-08-30 23:39:00 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp