| 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 CleanupUsedGlobalsMetadata.cpp | 5 CleanupUsedGlobalsMetadata.cpp |
| 6 ConstantInsertExtractElementIndex.cpp | 6 ConstantInsertExtractElementIndex.cpp |
| 7 ConvertToPSO.cpp | 7 ConvertToPSO.cpp |
| 8 ExceptionInfoWriter.cpp | 8 ExceptionInfoWriter.cpp |
| 9 ExpandArithWithOverflow.cpp | 9 ExpandArithWithOverflow.cpp |
| 10 ExpandByVal.cpp | 10 ExpandByVal.cpp |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 RemoveAsmMemory.cpp | 35 RemoveAsmMemory.cpp |
| 36 ReplacePtrsWithInts.cpp | 36 ReplacePtrsWithInts.cpp |
| 37 ResolvePNaClIntrinsics.cpp | 37 ResolvePNaClIntrinsics.cpp |
| 38 RewriteAtomics.cpp | 38 RewriteAtomics.cpp |
| 39 RewriteLLVMIntrinsics.cpp | 39 RewriteLLVMIntrinsics.cpp |
| 40 RewritePNaClLibraryCalls.cpp | 40 RewritePNaClLibraryCalls.cpp |
| 41 SimplifyAllocas.cpp | 41 SimplifyAllocas.cpp |
| 42 SimplifyStructRegSignatures.cpp | 42 SimplifyStructRegSignatures.cpp |
| 43 StripAttributes.cpp | 43 StripAttributes.cpp |
| 44 StripMetadata.cpp | 44 StripMetadata.cpp |
| 45 # Emscripten files: | |
| 46 ExpandI64.cpp | |
| 47 ExpandInsertExtractElement.cpp | |
| 48 LowerEmAsyncify.cpp | |
| 49 LowerEmExceptionsPass.cpp | |
| 50 LowerEmSetjmp.cpp | |
| 51 NoExitRuntime.cpp | |
| 52 # Emscripten files end. | |
| 53 ) | 45 ) |
| 54 | 46 |
| 55 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 47 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |