OLD | NEW |
1 add_llvm_library(LLVMNaClTransforms | 1 add_llvm_library(LLVMNaClTransforms |
2 AddPNaClExternalDecls.cpp | 2 AddPNaClExternalDecls.cpp |
3 BackendCanonicalize.cpp | 3 BackendCanonicalize.cpp |
4 CanonicalizeMemIntrinsics.cpp | 4 CanonicalizeMemIntrinsics.cpp |
5 ConstantInsertExtractElementIndex.cpp | 5 ConstantInsertExtractElementIndex.cpp |
6 ExceptionInfoWriter.cpp | 6 ExceptionInfoWriter.cpp |
7 ExpandArithWithOverflow.cpp | 7 ExpandArithWithOverflow.cpp |
8 ExpandByVal.cpp | 8 ExpandByVal.cpp |
9 ExpandConstantExpr.cpp | 9 ExpandConstantExpr.cpp |
10 ExpandCtors.cpp | 10 ExpandCtors.cpp |
11 ExpandGetElementPtr.cpp | 11 ExpandGetElementPtr.cpp |
12 ExpandIndirectBr.cpp | 12 ExpandIndirectBr.cpp |
13 ExpandLargeIntegers.cpp | 13 ExpandLargeIntegers.cpp |
14 ExpandShuffleVector.cpp | 14 ExpandShuffleVector.cpp |
15 ExpandSmallArguments.cpp | 15 ExpandSmallArguments.cpp |
16 ExpandStructRegs.cpp | 16 ExpandStructRegs.cpp |
17 ExpandTls.cpp | 17 ExpandTls.cpp |
18 ExpandTlsConstantExpr.cpp | 18 ExpandTlsConstantExpr.cpp |
19 ExpandUtils.cpp | 19 ExpandUtils.cpp |
20 ExpandVarArgs.cpp | 20 ExpandVarArgs.cpp |
21 FixVectorLoadStoreAlignment.cpp | 21 FixVectorLoadStoreAlignment.cpp |
22 FlattenGlobals.cpp | 22 FlattenGlobals.cpp |
23 GlobalCleanup.cpp | 23 GlobalCleanup.cpp |
24 GlobalizeConstantVectors.cpp | 24 GlobalizeConstantVectors.cpp |
25 InsertDivideCheck.cpp | 25 InsertDivideCheck.cpp |
| 26 NormalizeStructRegSignatures.cpp |
26 PNaClABISimplify.cpp | 27 PNaClABISimplify.cpp |
27 PNaClSjLjEH.cpp | 28 PNaClSjLjEH.cpp |
28 PromoteI1Ops.cpp | 29 PromoteI1Ops.cpp |
29 PromoteIntegers.cpp | 30 PromoteIntegers.cpp |
30 RemoveAsmMemory.cpp | 31 RemoveAsmMemory.cpp |
31 ReplacePtrsWithInts.cpp | 32 ReplacePtrsWithInts.cpp |
32 ResolvePNaClIntrinsics.cpp | 33 ResolvePNaClIntrinsics.cpp |
33 RewriteAtomics.cpp | 34 RewriteAtomics.cpp |
34 RewriteLLVMIntrinsics.cpp | 35 RewriteLLVMIntrinsics.cpp |
35 RewritePNaClLibraryCalls.cpp | 36 RewritePNaClLibraryCalls.cpp |
36 SimplifyAllocas.cpp | 37 SimplifyAllocas.cpp |
37 StripAttributes.cpp | 38 StripAttributes.cpp |
38 StripMetadata.cpp | 39 StripMetadata.cpp |
39 ) | 40 ) |
40 | 41 |
41 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 42 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
OLD | NEW |