x87: Move IC code into a subdir and move ic-compilation related code from stub-cache...
authorweiliang.lin@intel.com <weiliang.lin@intel.com>
Mon, 25 Aug 2014 09:00:04 +0000 (09:00 +0000)
committerweiliang.lin@intel.com <weiliang.lin@intel.com>
Mon, 25 Aug 2014 09:00:04 +0000 (09:00 +0000)
commitd171b9d535accdb4d1f52701ac5557e9d75e36d1
tree2446109dd2b4683d1b25954fe1bc43de987c1625
parent6190ac0882453f52c673db97b03bec49a26a9085
x87: Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compiler

port r23306.

original commit message:
   Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compiler.

BUG=
R=verwaest@chromium.org, weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23339 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/ic/x87/ic-compiler-x87.cc [new file with mode: 0644]
src/ic/x87/ic-x87.cc [new file with mode: 0644]
src/ic/x87/stub-cache-x87.cc [new file with mode: 0644]
src/x87/builtins-x87.cc
src/x87/code-stubs-x87.cc
src/x87/code-stubs-x87.h
src/x87/codegen-x87.h
src/x87/full-codegen-x87.cc
src/x87/ic-x87.cc [deleted file]
src/x87/lithium-codegen-x87.cc
src/x87/stub-cache-x87.cc [deleted file]
test/cctest/test-disasm-x87.cc
tools/gyp/v8.gyp