| 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 CombineVectorInstructions.cpp |
| 4 ConstantInsertExtractElementIndex.cpp | 5 ConstantInsertExtractElementIndex.cpp |
| 5 ExceptionInfoWriter.cpp | 6 ExceptionInfoWriter.cpp |
| 6 ExpandArithWithOverflow.cpp | 7 ExpandArithWithOverflow.cpp |
| 7 ExpandByVal.cpp | 8 ExpandByVal.cpp |
| 8 ExpandConstantExpr.cpp | 9 ExpandConstantExpr.cpp |
| 9 ExpandCtors.cpp | 10 ExpandCtors.cpp |
| 10 ExpandGetElementPtr.cpp | 11 ExpandGetElementPtr.cpp |
| 11 ExpandIndirectBr.cpp | 12 ExpandIndirectBr.cpp |
| 12 ExpandShuffleVector.cpp | 13 ExpandShuffleVector.cpp |
| 13 ExpandSmallArguments.cpp | 14 ExpandSmallArguments.cpp |
| (...skipping 15 matching lines...) Expand all Loading... |
| 29 ReplacePtrsWithInts.cpp | 30 ReplacePtrsWithInts.cpp |
| 30 ResolvePNaClIntrinsics.cpp | 31 ResolvePNaClIntrinsics.cpp |
| 31 RewriteAtomics.cpp | 32 RewriteAtomics.cpp |
| 32 RewriteLLVMIntrinsics.cpp | 33 RewriteLLVMIntrinsics.cpp |
| 33 RewritePNaClLibraryCalls.cpp | 34 RewritePNaClLibraryCalls.cpp |
| 34 StripAttributes.cpp | 35 StripAttributes.cpp |
| 35 StripMetadata.cpp | 36 StripMetadata.cpp |
| 36 ) | 37 ) |
| 37 | 38 |
| 38 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 39 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |