llvm-6502/lib/Transforms/Scalar
2007-11-05 23:16:33 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
GCSE.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Fix an abort in instcombine when folding creates a vector rem instruction. 2007-11-05 23:16:33 +00:00
LICM.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. 2007-11-05 19:32:30 +00:00
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
Makefile
PredicateSimplifier.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp If a long double is in a packed struct, it may be 2007-11-05 00:35:07 +00:00
SCCP.cpp
SimplifyCFG.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
TailDuplication.cpp Disable tail duplication of call instructions. The cost 2007-11-04 06:37:55 +00:00
TailRecursionElimination.cpp