llvm-6502/lib/Transforms/Scalar
2007-06-29 00:40:05 +00:00
..
ADCE.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Sink CmpInst's to their uses to reduce register pressure. 2007-06-12 16:50:17 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Use DominatorTree instead of ETForest. 2007-06-07 21:35:27 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp Use DominatorTree instead of ETForest. 2007-06-07 18:45:06 +00:00
GVNPRE.cpp Add a type field to expressions in preparation for performing GVNPRE on casts. 2007-06-29 00:40:05 +00:00
IndVarSimplify.cpp Fix a bug. 2007-06-27 09:50:26 +00:00
InstructionCombining.cpp Significantly improve the documentation of the instcombine divide/compare 2007-06-21 18:11:19 +00:00
LICM.cpp Do not require ETForest. Now it is unused by LICM. 2007-06-07 22:21:15 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Rename ScalarEvolution::deleteInstructionFromRecords to 2007-06-19 14:28:31 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp - Undo previous check and allow loop switch for condtion that is not inside 2007-06-28 02:05:46 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Fix value ranges. 2007-06-24 20:14:22 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Use DominatorTree instead of ETForest. 2007-06-07 21:57:03 +00:00
SCCP.cpp Fix PR1431 2007-05-17 22:10:15 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp