2008-09-22 03:08:49 +02:00
|
|
|
add_llvm_library(LLVMScalarOpts
|
|
|
|
ADCE.cpp
|
|
|
|
BasicBlockPlacement.cpp
|
|
|
|
CodeGenPrepare.cpp
|
|
|
|
CondPropagate.cpp
|
|
|
|
ConstantProp.cpp
|
|
|
|
DCE.cpp
|
|
|
|
DeadStoreElimination.cpp
|
|
|
|
GVN.cpp
|
|
|
|
GVNPRE.cpp
|
|
|
|
IndVarSimplify.cpp
|
|
|
|
InstructionCombining.cpp
|
|
|
|
JumpThreading.cpp
|
|
|
|
LICM.cpp
|
|
|
|
LoopDeletion.cpp
|
|
|
|
LoopIndexSplit.cpp
|
|
|
|
LoopRotation.cpp
|
|
|
|
LoopStrengthReduce.cpp
|
|
|
|
LoopUnroll.cpp
|
|
|
|
LoopUnswitch.cpp
|
|
|
|
MemCpyOptimizer.cpp
|
|
|
|
PredicateSimplifier.cpp
|
|
|
|
Reassociate.cpp
|
|
|
|
Reg2Mem.cpp
|
|
|
|
SCCP.cpp
|
|
|
|
Scalar.cpp
|
|
|
|
ScalarReplAggregates.cpp
|
|
|
|
SimplifyCFGPass.cpp
|
2008-11-05 01:11:22 +01:00
|
|
|
SimplifyHalfPowrLibCalls.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
SimplifyLibCalls.cpp
|
|
|
|
TailDuplication.cpp
|
|
|
|
TailRecursionElimination.cpp
|
|
|
|
)
|