OLD | NEW |
1 set(LLVM_LINK_COMPONENTS ipo) | 1 set(LLVM_LINK_COMPONENTS ipo) |
2 | 2 |
3 add_llvm_library(LLVMNaClTransforms | 3 add_llvm_library(LLVMNaClTransforms |
4 AddPNaClExternalDecls.cpp | 4 AddPNaClExternalDecls.cpp |
| 5 ExpandArithWithOverflow.cpp |
5 ExpandByVal.cpp | 6 ExpandByVal.cpp |
6 ExpandConstantExpr.cpp | 7 ExpandConstantExpr.cpp |
7 ExpandCtors.cpp | 8 ExpandCtors.cpp |
8 ExpandGetElementPtr.cpp | 9 ExpandGetElementPtr.cpp |
9 ExpandMulWithOverflow.cpp | |
10 ExpandTls.cpp | 10 ExpandTls.cpp |
11 ExpandTlsConstantExpr.cpp | 11 ExpandTlsConstantExpr.cpp |
12 ExpandUtils.cpp | 12 ExpandUtils.cpp |
13 ExpandVarArgs.cpp | 13 ExpandVarArgs.cpp |
14 InsertDivideCheck.cpp | 14 InsertDivideCheck.cpp |
15 FlattenGlobals.cpp | 15 FlattenGlobals.cpp |
16 GlobalCleanup.cpp | 16 GlobalCleanup.cpp |
17 PNaClABISimplify.cpp | 17 PNaClABISimplify.cpp |
18 PromoteIntegers.cpp | 18 PromoteIntegers.cpp |
19 ReplacePtrsWithInts.cpp | 19 ReplacePtrsWithInts.cpp |
20 ResolvePNaClIntrinsics.cpp | 20 ResolvePNaClIntrinsics.cpp |
21 RewritePNaClLibraryCalls.cpp | 21 RewritePNaClLibraryCalls.cpp |
22 StripMetadata.cpp | 22 StripMetadata.cpp |
23 ) | 23 ) |
24 | 24 |
25 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 25 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
OLD | NEW |