2008-09-22 03:08:49 +02:00
|
|
|
add_llvm_library(LLVMScalarOpts
|
|
|
|
ADCE.cpp
|
|
|
|
BasicBlockPlacement.cpp
|
|
|
|
CodeGenPrepare.cpp
|
|
|
|
ConstantProp.cpp
|
2010-08-31 09:41:39 +02:00
|
|
|
CorrelatedValuePropagation.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
DCE.cpp
|
|
|
|
DeadStoreElimination.cpp
|
2011-01-03 03:13:05 +01:00
|
|
|
EarlyCSE.cpp
|
2009-10-26 23:06:01 +01:00
|
|
|
GEPSplitter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
GVN.cpp
|
|
|
|
IndVarSimplify.cpp
|
|
|
|
JumpThreading.cpp
|
|
|
|
LICM.cpp
|
|
|
|
LoopDeletion.cpp
|
2010-12-26 20:32:44 +01:00
|
|
|
LoopIdiomRecognize.cpp
|
2011-01-03 01:25:16 +01:00
|
|
|
LoopInstSimplify.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
LoopRotation.cpp
|
|
|
|
LoopStrengthReduce.cpp
|
2009-10-31 15:38:25 +01:00
|
|
|
LoopUnrollPass.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
LoopUnswitch.cpp
|
2010-08-03 18:19:16 +02:00
|
|
|
LowerAtomic.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
MemCpyOptimizer.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
|
2010-05-07 19:13:20 +02:00
|
|
|
Sink.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
TailDuplication.cpp
|
|
|
|
TailRecursionElimination.cpp
|
|
|
|
)
|