llvm-6502/lib/Transforms/Scalar
Chris Lattner b49f306bdf Fix InstCombine/2004-08-09-RemInfLoop.llx
This should go into the 1.3 branch


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15593 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-09 21:05:48 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp Make the create...() functions for some of these passes return a FunctionPass *. 2004-07-27 17:43:21 +00:00
DeadStoreElimination.cpp Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the 2004-07-26 06:14:11 +00:00
DecomposeMultiDimRefs.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
GCSE.cpp
IndVarSimplify.cpp Throttle back indvar substitution from creating multiplies in loops. This is bad bad bad. 2004-07-26 02:47:12 +00:00
InstructionCombining.cpp Fix InstCombine/2004-08-09-RemInfLoop.llx 2004-08-09 21:05:48 +00:00
LICM.cpp Fix hoisting of void typed values, e.g. calls 2004-07-27 07:38:32 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
LowerConstantExprs.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
LowerGC.cpp
Makefile
PiNodeInsertion.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
PRE.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
Reassociate.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
ScalarReplAggregates.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
SCCP.cpp Stop using getValues(). 2004-08-04 08:44:43 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
TailRecursionElimination.cpp