| OLD | NEW |
| 1 add_llvm_library(LLVMNaClTransforms | 1 add_llvm_library(LLVMNaClTransforms |
| 2 AddPNaClExternalDecls.cpp | 2 AddPNaClExternalDecls.cpp |
| 3 ExpandArithWithOverflow.cpp | 3 ExpandArithWithOverflow.cpp |
| 4 ExpandByVal.cpp | 4 ExpandByVal.cpp |
| 5 ExpandConstantExpr.cpp | 5 ExpandConstantExpr.cpp |
| 6 ExpandCtors.cpp | 6 ExpandCtors.cpp |
| 7 ExpandGetElementPtr.cpp | 7 ExpandGetElementPtr.cpp |
| 8 ExpandSmallArguments.cpp | 8 ExpandSmallArguments.cpp |
| 9 ExpandStructRegs.cpp | 9 ExpandStructRegs.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 FlattenGlobals.cpp |
| 15 FreezeAtomics.cpp |
| 16 GlobalCleanup.cpp |
| 14 InsertDivideCheck.cpp | 17 InsertDivideCheck.cpp |
| 15 FlattenGlobals.cpp | |
| 16 GlobalCleanup.cpp | |
| 17 PNaClABISimplify.cpp | 18 PNaClABISimplify.cpp |
| 18 PromoteIntegers.cpp | 19 PromoteIntegers.cpp |
| 19 ReplacePtrsWithInts.cpp | 20 ReplacePtrsWithInts.cpp |
| 20 RewriteLLVMIntrinsics.cpp | 21 RewriteLLVMIntrinsics.cpp |
| 21 ResolvePNaClIntrinsics.cpp | 22 ResolvePNaClIntrinsics.cpp |
| 22 RewritePNaClLibraryCalls.cpp | 23 RewritePNaClLibraryCalls.cpp |
| 23 StripAttributes.cpp | 24 StripAttributes.cpp |
| 24 StripMetadata.cpp | 25 StripMetadata.cpp |
| 25 ) | 26 ) |
| 26 | 27 |
| 27 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 28 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |