llvm-6502/lib/Transforms/Scalar
2007-04-20 06:27:13 +00:00
..
ADCE.cpp Revert changes that caused breakage. 2007-04-18 06:46:57 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Use ETForest instead of DominatorTree. 2007-04-18 05:25:43 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. 2007-04-19 05:39:12 +00:00
LICM.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for 2007-04-15 08:47:27 +00:00
LoopUnroll.cpp Fix 2007-04-16 23:03:45 +00:00
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
Makefile
PredicateSimplifier.cpp Make the operations of APInt variables more efficient. 2007-04-19 05:35:00 +00:00
Reassociate.cpp
Reg2Mem.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
ScalarReplAggregates.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp