blob: f57558a1e747a90c0b4b13dcb8f9da6002f94c15 (
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
29
30
31
32
33
|
add_llvm_library(LLVMNaClTransforms
AddPNaClExternalDecls.cpp
CanonicalizeMemIntrinsics.cpp
ExceptionInfoWriter.cpp
ExpandArithWithOverflow.cpp
ExpandByVal.cpp
ExpandConstantExpr.cpp
ExpandCtors.cpp
ExpandGetElementPtr.cpp
ExpandSmallArguments.cpp
ExpandStructRegs.cpp
ExpandTls.cpp
ExpandTlsConstantExpr.cpp
ExpandUtils.cpp
ExpandVarArgs.cpp
FlattenGlobals.cpp
GlobalCleanup.cpp
InsertDivideCheck.cpp
PNaClABISimplify.cpp
PNaClSjLjEH.cpp
PromoteI1Ops.cpp
PromoteIntegers.cpp
RemoveAsmMemory.cpp
ReplacePtrsWithInts.cpp
ResolvePNaClIntrinsics.cpp
RewriteAtomics.cpp
RewriteLLVMIntrinsics.cpp
RewritePNaClLibraryCalls.cpp
StripAttributes.cpp
StripMetadata.cpp
)
add_dependencies(LLVMNaClTransforms intrinsics_gen)
|