llvm-6502/lib/Transforms/Scalar
2008-03-09 09:44:38 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp fix http://llvm.org/bugs/show_bug.cgi?id=2097 2008-02-26 19:13:21 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting 2008-02-26 23:06:17 +00:00
GVNPRE.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Don't eliminate blocks that are only reachable by unwind_to. 2008-03-09 08:50:23 +00:00
LICM.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp Update the block cloner which fixes bugpoint on code using unwind_to (phew!) 2008-03-09 05:24:34 +00:00
LoopUnswitch.cpp Update the block cloner which fixes bugpoint on code using unwind_to (phew!) 2008-03-09 05:24:34 +00:00
Makefile
PredicateSimplifier.cpp De-tabify. 2008-02-26 10:53:30 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp fix a bug Anders ran into where scalarrepl would crash when promoting 2008-02-29 07:12:06 +00:00
SCCP.cpp SCCP also needs to be taught to follow unwind_to 2008-03-09 09:44:38 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00