llvm-6502/lib/Transforms/Scalar
2007-01-13 00:42:58 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CondPropagate.cpp eliminate redundant check 2007-01-12 18:35:11 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Implement review feedback for the ConstantBool->ConstantInt merge. Chris 2007-01-12 04:24:46 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp simplify some code 2007-01-12 22:51:20 +00:00
InstructionCombining.cpp For PR1064: 2007-01-12 07:05:14 +00:00
LICM.cpp
LoopStrengthReduce.cpp For PR1097: 2007-01-08 16:17:51 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp fix a bug in a recent patch 2007-01-13 00:02:49 +00:00
LowerGC.cpp relax some types 2007-01-07 06:58:05 +00:00
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp If we know that it's a constant being casted, propagate through the cast 2007-01-12 01:23:53 +00:00
Reassociate.cpp For PR1043: 2007-01-11 12:24:14 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp For PR1064: 2007-01-12 07:05:14 +00:00
SCCP.cpp Fix a minor bug handling constant exprs, introduced by a recent patch. 2007-01-13 00:42:58 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp