2008-09-22 01:08:49 +00: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 00:11:22 +00:00
|
|
|
SimplifyHalfPowrLibCalls.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
SimplifyLibCalls.cpp
|
|
|
|
TailDuplication.cpp
|
|
|
|
TailRecursionElimination.cpp
|
|
|
|
)
|
2009-06-26 15:37:00 +00:00
|
|
|
|
|
|
|
target_link_libraries (LLVMScalarOpts LLVMTransformUtils)
|