635c34486e919b6c63ab9a973636095643af0533
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
1 add_llvm_library(LLVMScalarOpts
2   ADCE.cpp
3   BasicBlockPlacement.cpp
4   BoundsChecking.cpp
5   CodeGenPrepare.cpp
6   ConstantProp.cpp
7   CorrelatedValuePropagation.cpp
8   DCE.cpp
9   DeadStoreElimination.cpp
10   EarlyCSE.cpp
11   GlobalMerge.cpp
12   GVN.cpp
13   IndVarSimplify.cpp
14   JumpThreading.cpp
15   LICM.cpp
16   LoopDeletion.cpp
17   LoopIdiomRecognize.cpp
18   LoopInstSimplify.cpp
19   LoopRotation.cpp
20   LoopStrengthReduce.cpp
21   LoopUnrollPass.cpp
22   LoopUnswitch.cpp
23   LowerAtomic.cpp
24   MemCpyOptimizer.cpp
25   ObjCARC.cpp
26   Reassociate.cpp
27   Reg2Mem.cpp
28   SCCP.cpp
29   Scalar.cpp
30   ScalarReplAggregates.cpp
31   SimplifyCFGPass.cpp
32   SimplifyLibCalls.cpp
33   Sink.cpp
34   TailRecursionElimination.cpp
35   )