llvm-6502/lib/Transforms/Scalar
2009-09-18 22:35:49 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Update CMake. 2009-09-17 00:06:48 +00:00
CodeGenLICM.cpp Add a new pass for doing late hoisting of floating-point and vector 2009-09-16 20:25:11 +00:00
CodeGenPrepare.cpp Preserve ProfileInfo during CodeGenPrepare. 2009-09-16 09:26:52 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Add more newlines to make up for the ones removed from the end of instructions. 2009-09-15 07:08:25 +00:00
SCCP.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
TailDuplication.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
TailRecursionElimination.cpp