llvm-6502/lib/Transforms/Scalar
2009-10-29 07:35:15 +00:00
..
ABCD.cpp Apply some cleanups. No functionality changes. 2009-10-29 07:35:15 +00:00
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Update CMake file. 2009-10-28 13:29:18 +00:00
CodeGenLICM.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Treat lifetime begin/end markers as allocations/frees respectively for the 2009-10-28 07:05:35 +00:00
GEPSplitter.cpp
GVN.cpp Treat lifetime begin/end markers as allocations/frees respectively for the 2009-10-28 07:05:35 +00:00
IndVarSimplify.cpp Factor out redundancy from clone() implementations. 2009-10-27 22:16:29 +00:00
InstructionCombining.cpp Rename MallocFreeHelper as MemoryBuiltins 2009-10-27 20:05:49 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp teach various passes about blockaddress. We no longer 2009-10-29 01:21:20 +00:00
SCCVN.cpp No newline at end of file. 2009-10-28 15:04:53 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp