llvm-6502/lib/Transforms/Scalar
2006-03-03 01:34:17 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Improve compatibility with VC2005, patch by Morten Ofstad! 2006-01-26 20:41:32 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Change this to work with renamed intrinsics. 2006-03-03 01:34:17 +00:00
LICM.cpp
LoopStrengthReduce.cpp Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces 2006-02-04 09:52:43 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Fix Regression/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll, which 2006-02-22 23:55:00 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll 2006-01-24 19:36:27 +00:00
SCCP.cpp Implement some more interesting select sccp cases. This implements: 2006-02-08 02:38:11 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp