Mercurial > hg > CbC > CbC_llvm
comparison lib/Transforms/IPO/CMakeLists.txt @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 60c9769439b8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 add_llvm_library(LLVMipo | |
2 ArgumentPromotion.cpp | |
3 BarrierNoopPass.cpp | |
4 ConstantMerge.cpp | |
5 DeadArgumentElimination.cpp | |
6 ExtractGV.cpp | |
7 FunctionAttrs.cpp | |
8 GlobalDCE.cpp | |
9 GlobalOpt.cpp | |
10 IPConstantPropagation.cpp | |
11 IPO.cpp | |
12 InlineAlways.cpp | |
13 InlineSimple.cpp | |
14 Inliner.cpp | |
15 Internalize.cpp | |
16 LoopExtractor.cpp | |
17 MergeFunctions.cpp | |
18 PartialInlining.cpp | |
19 PassManagerBuilder.cpp | |
20 PruneEH.cpp | |
21 StripDeadPrototypes.cpp | |
22 StripSymbols.cpp | |
23 ) | |
24 | |
25 add_dependencies(LLVMipo intrinsics_gen) |