blob: 49c5153bf38aa2d860a8c798c7427a71a7b0ad43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
add_llvm_library(LLVMNaClTransforms
AddPNaClExternalDecls.cpp
ExpandArithWithOverflow.cpp
ExpandByVal.cpp
ExpandConstantExpr.cpp
ExpandCtors.cpp
ExpandGetElementPtr.cpp
ExpandSmallArguments.cpp
ExpandStructRegs.cpp
ExpandTls.cpp
ExpandTlsConstantExpr.cpp
ExpandUtils.cpp
ExpandVarArgs.cpp
InsertDivideCheck.cpp
FlattenGlobals.cpp
GlobalCleanup.cpp
PNaClABISimplify.cpp
PromoteI1Ops.cpp
PromoteIntegers.cpp
ReplacePtrsWithInts.cpp
RewriteLLVMIntrinsics.cpp
ResolvePNaClIntrinsics.cpp
RewritePNaClLibraryCalls.cpp
StripAttributes.cpp
StripMetadata.cpp
)
add_dependencies(LLVMNaClTransforms intrinsics_gen)
|