2008-09-22 03:08:49 +02:00
|
|
|
add_llvm_library(LLVMScalarOpts
|
2009-10-28 14:29:18 +01:00
|
|
|
ABCD.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
ADCE.cpp
|
|
|
|
BasicBlockPlacement.cpp
|
|
|
|
CodeGenPrepare.cpp
|
|
|
|
ConstantProp.cpp
|
|
|
|
DCE.cpp
|
|
|
|
DeadStoreElimination.cpp
|
2009-10-26 23:06:01 +01:00
|
|
|
GEPSplitter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
GVN.cpp
|
|
|
|
IndVarSimplify.cpp
|
|
|
|
InstructionCombining.cpp
|
|
|
|
JumpThreading.cpp
|
|
|
|
LICM.cpp
|
|
|
|
LoopDeletion.cpp
|
|
|
|
LoopIndexSplit.cpp
|
|
|
|
LoopRotation.cpp
|
|
|
|
LoopStrengthReduce.cpp
|
2009-10-31 15:38:25 +01:00
|
|
|
LoopUnrollPass.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
LoopUnswitch.cpp
|
|
|
|
MemCpyOptimizer.cpp
|
|
|
|
Reassociate.cpp
|
|
|
|
Reg2Mem.cpp
|
|
|
|
SCCP.cpp
|
2009-10-27 03:14:13 +01:00
|
|
|
SCCVN.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
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
|
|
|
|
)
|
2009-06-26 17:37:00 +02:00
|
|
|
|
|
|
|
target_link_libraries (LLVMScalarOpts LLVMTransformUtils)
|