Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Issue 1692803002: Remove Emscripten support (Closed)

Created:
4 years, 10 months ago by Petr Hosek
Modified:
4 years, 10 months ago
Reviewers:
Derek Schuff
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/a/native_client/pnacl-llvm.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove Emscripten support The official Emscripten toolchain is no longer based on our branch and the related changes have a large maintenance cost. R=dschuff@chromium.org Committed: https://chromium.googlesource.com/native_client/pnacl-llvm/+/21d53dad27941cfb2157d0618be089f896565358

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -12449 lines) Patch
M CMakeLists.txt View 1 chunk +0 lines, -1 line 0 comments Download
M autoconf/configure.ac View 2 chunks +1 line, -2 lines 0 comments Download
M configure View 2 chunks +1 line, -2 lines 0 comments Download
M include/llvm/ADT/Triple.h View 5 chunks +0 lines, -11 lines 0 comments Download
M include/llvm/InitializePasses.h View 1 chunk +0 lines, -8 lines 0 comments Download
M include/llvm/Transforms/NaCl.h View 1 chunk +0 lines, -9 lines 0 comments Download
M lib/Support/Triple.cpp View 9 chunks +0 lines, -10 lines 0 comments Download
D lib/Target/JSBackend/AllocaManager.h View 1 chunk +0 lines, -180 lines 0 comments Download
D lib/Target/JSBackend/AllocaManager.cpp View 1 chunk +0 lines, -588 lines 0 comments Download
D lib/Target/JSBackend/CMakeLists.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D lib/Target/JSBackend/CallHandlers.h View 1 chunk +0 lines, -757 lines 0 comments Download
D lib/Target/JSBackend/JS.h View 1 chunk +0 lines, -29 lines 0 comments Download
D lib/Target/JSBackend/JSBackend.cpp View 1 chunk +0 lines, -2984 lines 0 comments Download
D lib/Target/JSBackend/JSTargetMachine.h View 1 chunk +0 lines, -42 lines 0 comments Download
D lib/Target/JSBackend/JSTargetMachine.cpp View 1 chunk +0 lines, -33 lines 0 comments Download
D lib/Target/JSBackend/JSTargetTransformInfo.h View 1 chunk +0 lines, -80 lines 0 comments Download
D lib/Target/JSBackend/JSTargetTransformInfo.cpp View 1 chunk +0 lines, -100 lines 0 comments Download
D lib/Target/JSBackend/LLVMBuild.txt View 1 chunk +0 lines, -31 lines 0 comments Download
D lib/Target/JSBackend/MCTargetDesc/CMakeLists.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D lib/Target/JSBackend/MCTargetDesc/JSBackendMCTargetDesc.h View 1 chunk +0 lines, -25 lines 0 comments Download
D lib/Target/JSBackend/MCTargetDesc/JSBackendMCTargetDesc.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D lib/Target/JSBackend/MCTargetDesc/LLVMBuild.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D lib/Target/JSBackend/MCTargetDesc/Makefile View 1 chunk +0 lines, -16 lines 0 comments Download
D lib/Target/JSBackend/Makefile View 1 chunk +0 lines, -16 lines 0 comments Download
D lib/Target/JSBackend/OptPasses.h View 1 chunk +0 lines, -21 lines 0 comments Download
D lib/Target/JSBackend/Relooper.h View 1 chunk +0 lines, -270 lines 0 comments Download
D lib/Target/JSBackend/Relooper.cpp View 1 chunk +0 lines, -1438 lines 0 comments Download
D lib/Target/JSBackend/SimplifyAllocas.cpp View 1 chunk +0 lines, -112 lines 0 comments Download
D lib/Target/JSBackend/TargetInfo/CMakeLists.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D lib/Target/JSBackend/TargetInfo/JSBackendTargetInfo.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
D lib/Target/JSBackend/TargetInfo/LLVMBuild.txt View 1 chunk +0 lines, -23 lines 0 comments Download
D lib/Target/JSBackend/TargetInfo/Makefile View 1 chunk +0 lines, -15 lines 0 comments Download
M lib/Target/LLVMBuild.txt View 1 chunk +1 line, -1 line 0 comments Download
M lib/Transforms/NaCl/CMakeLists.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/Transforms/NaCl/ExpandI64.cpp View 1 chunk +0 lines, -1161 lines 0 comments Download
D lib/Transforms/NaCl/ExpandInsertExtractElement.cpp View 1 chunk +0 lines, -105 lines 0 comments Download
M lib/Transforms/NaCl/ExpandVarArgs.cpp View 2 chunks +0 lines, -18 lines 0 comments Download
D lib/Transforms/NaCl/LowerEmAsyncify.cpp View 1 chunk +0 lines, -725 lines 0 comments Download
D lib/Transforms/NaCl/LowerEmExceptionsPass.cpp View 1 chunk +0 lines, -272 lines 0 comments Download
D lib/Transforms/NaCl/LowerEmSetjmp.cpp View 1 chunk +0 lines, -349 lines 0 comments Download
D lib/Transforms/NaCl/NoExitRuntime.cpp View 1 chunk +0 lines, -96 lines 0 comments Download
M lib/Transforms/NaCl/PNaClABISimplify.cpp View 9 chunks +20 lines, -65 lines 0 comments Download
M lib/Transforms/NaCl/ResolvePNaClIntrinsics.cpp View 2 chunks +6 lines, -8 lines 0 comments Download
D test/CodeGen/JS/aliases.ll View 1 chunk +0 lines, -52 lines 0 comments Download
D test/CodeGen/JS/alloca-contradiction.ll View 1 chunk +0 lines, -35 lines 0 comments Download
D test/CodeGen/JS/allocamanager.ll View 1 chunk +0 lines, -165 lines 0 comments Download
D test/CodeGen/JS/allocamanager-phis.ll View 1 chunk +0 lines, -142 lines 0 comments Download
D test/CodeGen/JS/asm.ll View 1 chunk +0 lines, -16 lines 0 comments Download
D test/CodeGen/JS/basics.ll View 1 chunk +0 lines, -38 lines 0 comments Download
D test/CodeGen/JS/blockchanges.ll View 1 chunk +0 lines, -399 lines 0 comments Download
D test/CodeGen/JS/dead-prototypes.ll View 1 chunk +0 lines, -12 lines 0 comments Download
D test/CodeGen/JS/expand-i64.ll View 1 chunk +0 lines, -329 lines 0 comments Download
D test/CodeGen/JS/expand-insertextract.ll View 1 chunk +0 lines, -31 lines 0 comments Download
D test/CodeGen/JS/expect-intrinsics.ll View 1 chunk +0 lines, -30 lines 0 comments Download
D test/CodeGen/JS/ffis.ll View 1 chunk +0 lines, -81 lines 0 comments Download
D test/CodeGen/JS/ffis-f32.ll View 1 chunk +0 lines, -81 lines 0 comments Download
D test/CodeGen/JS/getelementptr.ll View 1 chunk +0 lines, -13 lines 0 comments Download
D test/CodeGen/JS/global-alias.ll View 1 chunk +0 lines, -59 lines 0 comments Download
D test/CodeGen/JS/globals.ll View 1 chunk +0 lines, -45 lines 0 comments Download
D test/CodeGen/JS/insertelement-chains.ll View 1 chunk +0 lines, -99 lines 0 comments Download
D test/CodeGen/JS/invariant-intrinsics.ll View 1 chunk +0 lines, -20 lines 0 comments Download
D test/CodeGen/JS/lifetime-intrinsics.ll View 1 chunk +0 lines, -20 lines 0 comments Download
D test/CodeGen/JS/lit.local.cfg View 1 chunk +0 lines, -6 lines 0 comments Download
D test/CodeGen/JS/mem-intrinsics.ll View 1 chunk +0 lines, -56 lines 0 comments Download
D test/CodeGen/JS/phi.ll View 1 chunk +0 lines, -25 lines 0 comments Download
D test/CodeGen/JS/simd-fcmp.ll View 1 chunk +0 lines, -37 lines 0 comments Download
D test/CodeGen/JS/simd-loadstore.ll View 1 chunk +0 lines, -68 lines 0 comments Download
D test/CodeGen/JS/simd-misc.ll View 1 chunk +0 lines, -25 lines 0 comments Download
D test/CodeGen/JS/simd-select.ll View 1 chunk +0 lines, -56 lines 0 comments Download
D test/CodeGen/JS/simd-shift.ll View 1 chunk +0 lines, -142 lines 0 comments Download
D test/CodeGen/JS/simd-shuffle.ll View 1 chunk +0 lines, -524 lines 0 comments Download
D test/CodeGen/JS/splat-precise-f32.ll View 1 chunk +0 lines, -46 lines 0 comments Download
D test/CodeGen/JS/unrolled-simd.ll View 1 chunk +0 lines, -28 lines 0 comments Download
D test/Transforms/NaCl/expand-varargs-emscripten.ll View 1 chunk +0 lines, -28 lines 0 comments Download
M test/Transforms/NaCl/resolve-pnacl-intrinsics-lock-free.ll View 6 chunks +0 lines, -11 lines 0 comments Download
M tools/bugpoint/CMakeLists.txt View 1 chunk +0 lines, -1 line 0 comments Download
M tools/bugpoint/LLVMBuild.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/bugpoint/bugpoint.cpp View 1 chunk +0 lines, -9 lines 0 comments Download
M tools/opt/CMakeLists.txt View 1 chunk +0 lines, -1 line 0 comments Download
M tools/opt/opt.cpp View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Petr Hosek
4 years, 10 months ago (2016-02-12 01:05:32 UTC) #1
Derek Schuff
lgtm
4 years, 10 months ago (2016-02-17 18:09:53 UTC) #2
Petr Hosek
4 years, 10 months ago (2016-02-23 19:08:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
21d53dad27941cfb2157d0618be089f896565358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698