| 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 ExceptionInfoWriter.cpp | 4 ExceptionInfoWriter.cpp |
| 5 ExpandArithWithOverflow.cpp | 5 ExpandArithWithOverflow.cpp |
| 6 ExpandByVal.cpp | 6 ExpandByVal.cpp |
| 7 ExpandConstantExpr.cpp | 7 ExpandConstantExpr.cpp |
| 8 ExpandCtors.cpp | 8 ExpandCtors.cpp |
| 9 ExpandGetElementPtr.cpp | 9 ExpandGetElementPtr.cpp |
| 10 ExpandIndirectBr.cpp |
| 10 ExpandSmallArguments.cpp | 11 ExpandSmallArguments.cpp |
| 11 ExpandStructRegs.cpp | 12 ExpandStructRegs.cpp |
| 12 ExpandTls.cpp | 13 ExpandTls.cpp |
| 13 ExpandTlsConstantExpr.cpp | 14 ExpandTlsConstantExpr.cpp |
| 14 ExpandUtils.cpp | 15 ExpandUtils.cpp |
| 15 ExpandVarArgs.cpp | 16 ExpandVarArgs.cpp |
| 16 FlattenGlobals.cpp | 17 FlattenGlobals.cpp |
| 17 GlobalCleanup.cpp | 18 GlobalCleanup.cpp |
| 18 InsertDivideCheck.cpp | 19 InsertDivideCheck.cpp |
| 19 PNaClABISimplify.cpp | 20 PNaClABISimplify.cpp |
| 20 PNaClSjLjEH.cpp | 21 PNaClSjLjEH.cpp |
| 21 PromoteI1Ops.cpp | 22 PromoteI1Ops.cpp |
| 22 PromoteIntegers.cpp | 23 PromoteIntegers.cpp |
| 23 RemoveAsmMemory.cpp | 24 RemoveAsmMemory.cpp |
| 24 ReplacePtrsWithInts.cpp | 25 ReplacePtrsWithInts.cpp |
| 25 ResolvePNaClIntrinsics.cpp | 26 ResolvePNaClIntrinsics.cpp |
| 26 RewriteAtomics.cpp | 27 RewriteAtomics.cpp |
| 27 RewriteLLVMIntrinsics.cpp | 28 RewriteLLVMIntrinsics.cpp |
| 28 RewritePNaClLibraryCalls.cpp | 29 RewritePNaClLibraryCalls.cpp |
| 29 StripAttributes.cpp | 30 StripAttributes.cpp |
| 30 StripMetadata.cpp | 31 StripMetadata.cpp |
| 31 ) | 32 ) |
| 32 | 33 |
| 33 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 34 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |