Move handler compilers to handler-compiler
authorverwaest@chromium.org <verwaest@chromium.org>
Mon, 25 Aug 2014 11:17:37 +0000 (11:17 +0000)
committerverwaest@chromium.org <verwaest@chromium.org>
Mon, 25 Aug 2014 11:17:37 +0000 (11:17 +0000)
commit2803733a3b11e35a4990ab20d7d8cc9f00ff7f42
treeac1a584aad21cc22490c255a689fb16e4639c1e1
parent66dd8699809d2a7023a2330136637d61973a67f3
Move handler compilers to handler-compiler

BUG=
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23346 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
21 files changed:
BUILD.gn
src/arm/code-stubs-arm.cc
src/arm64/code-stubs-arm64.cc
src/builtins.cc
src/code-stubs.cc
src/ia32/code-stubs-ia32.cc
src/ic/arm/handler-compiler-arm.cc [new file with mode: 0644]
src/ic/arm/ic-compiler-arm.cc
src/ic/arm64/handler-compiler-arm64.cc [new file with mode: 0644]
src/ic/arm64/ic-compiler-arm64.cc
src/ic/handler-compiler.cc [new file with mode: 0644]
src/ic/handler-compiler.h [new file with mode: 0644]
src/ic/ia32/handler-compiler-ia32.cc [new file with mode: 0644]
src/ic/ia32/ic-compiler-ia32.cc
src/ic/ic-compiler.cc
src/ic/ic-compiler.h
src/ic/ic.cc
src/ic/x64/handler-compiler-x64.cc [new file with mode: 0644]
src/ic/x64/ic-compiler-x64.cc
src/x64/code-stubs-x64.cc
tools/gyp/v8.gyp