llvm-6502/lib/Transforms/Scalar
2008-06-25 05:59:28 +00:00
..
ADCE.cpp At Chris' suggestion, move the liveness and worklist datastructures into 2008-06-23 06:13:12 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Disable PRE. It's breaking bootstrapping. 2008-06-23 21:22:35 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
InstructionCombining.cpp Fix PR2488, a case where we deleted stack restores too aggressively. 2008-06-25 05:59:28 +00:00
JumpThreading.cpp
LICM.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
LoopDeletion.cpp Use use_empty() instead of getNumUses(), avoiding a use list traversal. 2008-06-23 23:23:49 +00:00
LoopIndexSplit.cpp Fix a typo in a comment. 2008-06-24 18:00:21 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Fix spelling and grammar in a comment. 2008-06-23 22:11:52 +00:00
LoopUnroll.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp minor tidying of comments. 2008-06-23 17:11:23 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp