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