llvm-6502/lib/Transforms/Scalar
Owen Anderson 1ff50b380e Second batch of passes using LLVMContext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74753 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-03 00:54:20 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp
JumpThreading.cpp Second batch of passes using LLVMContext. 2009-07-03 00:54:20 +00:00
LICM.cpp Second batch of passes using LLVMContext. 2009-07-03 00:54:20 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp Second batch of passes using LLVMContext. 2009-07-03 00:54:20 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Second batch of passes using LLVMContext. 2009-07-03 00:54:20 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Second batch of passes using LLVMContext. 2009-07-03 00:54:20 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp