X87: enable the X87 turbofan support.
authorchunyang.dai <chunyang.dai@intel.com>
Tue, 16 Jun 2015 11:23:05 +0000 (04:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Jun 2015 11:23:19 +0000 (11:23 +0000)
commitebb0f9e52e32832de470cbe8a068e4218e584aae
tree2fad41cdd2c6e64e13939997797aca8baae9e249
parent8e1c3a75b0acfed5baf79d120a26b263a56fcc28
X87: enable the X87 turbofan support.

    This patch includes the following changes.
     1, Enable the turbofan backend support for X87 platform. It depends on previous CL: 3fdfebd26.
     2, Enable the test cases which are disabled because turbofan for X87 was not enabled.

BUG=v8:4135
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29049}
15 files changed:
src/compiler/instruction-codes.h
src/compiler/x87/OWNERS [new file with mode: 0644]
src/compiler/x87/code-generator-x87.cc [new file with mode: 0644]
src/compiler/x87/instruction-codes-x87.h [new file with mode: 0644]
src/compiler/x87/instruction-selector-x87.cc [new file with mode: 0644]
src/compiler/x87/linkage-x87.cc [new file with mode: 0644]
src/globals.h
src/x87/assembler-x87.cc
src/x87/assembler-x87.h
src/x87/disasm-x87.cc
src/x87/macro-assembler-x87.cc
test/cctest/cctest.status
test/message/message.status
test/mjsunit/mjsunit.status
tools/gyp/v8.gyp