Import Reversed adapter from Chromium and use it in v8.
authorsvenpanne <svenpanne@chromium.org>
Mon, 20 Apr 2015 16:24:52 +0000 (09:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Apr 2015 16:24:37 +0000 (16:24 +0000)
commit314e73d1ec93de843e9140f487159642fac66ede
treeb4cc5b4cf2b17c846c5ff0503d989a5a0d990f80
parent497c537310d72064a23bb0ea3e4e708460b7dbf4
Import Reversed adapter from Chromium and use it in v8.

Review URL: https://codereview.chromium.org/1098863003

Cr-Commit-Position: refs/heads/master@{#27947}
15 files changed:
BUILD.gn
src/base/adapters.h [new file with mode: 0644]
src/base/macros.h
src/compiler/arm/instruction-selector-arm.cc
src/compiler/ia32/instruction-selector-ia32.cc
src/compiler/instruction-selector.cc
src/compiler/liveness-analyzer.cc
src/compiler/mips/instruction-selector-mips.cc
src/compiler/mips64/instruction-selector-mips64.cc
src/compiler/ppc/instruction-selector-ppc.cc
src/compiler/register-allocator.cc
src/compiler/scheduler.cc
src/compiler/x64/instruction-selector-x64.cc
src/utils.h
tools/gyp/v8.gyp