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