llvm-6502/lib/Transforms/Scalar
2008-05-12 20:15:55 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
GVN.cpp Go back to passing the analyses around as parameters. 2008-05-12 20:15:55 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp don't sink invokes, even if they are readonly. This fixes a 2008-05-09 15:07:33 +00:00
JumpThreading.cpp restore doxygen comment. 2008-05-09 04:43:13 +00:00
LICM.cpp
LoopDeletion.cpp Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp Fix various DOUTs to not call the extremely expensive Value::getName() 2008-05-11 01:55:59 +00:00
SimplifyCFG.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp