| 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 ExceptionInfoWriter.cpp | 7 ExceptionInfoWriter.cpp |
| 8 ExpandArithWithOverflow.cpp | 8 ExpandArithWithOverflow.cpp |
| 9 ExpandByVal.cpp | 9 ExpandByVal.cpp |
| 10 ExpandConstantExpr.cpp | 10 ExpandConstantExpr.cpp |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 # Emscripten files: | 44 # Emscripten files: |
| 45 ExpandI64.cpp | 45 ExpandI64.cpp |
| 46 ExpandInsertExtractElement.cpp | 46 ExpandInsertExtractElement.cpp |
| 47 LowerEmAsyncify.cpp | 47 LowerEmAsyncify.cpp |
| 48 LowerEmExceptionsPass.cpp | 48 LowerEmExceptionsPass.cpp |
| 49 LowerEmSetjmp.cpp | 49 LowerEmSetjmp.cpp |
| 50 NoExitRuntime.cpp | 50 NoExitRuntime.cpp |
| 51 # Emscripten files end. | 51 # Emscripten files end. |
| 52 ) | 52 ) |
| 53 | 53 |
| 54 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 54 add_dependencies(LLVMNaClTransforms intrinsics_gen codegen mc) |
| OLD | NEW |