MIPS: Add turbofan support for mips32.
authorpaul.lind@imgtec.com <paul.lind@imgtec.com>
Thu, 2 Oct 2014 15:48:48 +0000 (15:48 +0000)
committerpaul.lind@imgtec.com <paul.lind@imgtec.com>
Thu, 2 Oct 2014 15:48:48 +0000 (15:48 +0000)
commitf9b39f29fba96a22b72de316dabb77db4e56d03f
treeb1c1cb3ed72332a1a5c900d3e3a1c1810211b2d2
parente2ed242385c2e90df0f67d3704ae77abea624673
MIPS: Add turbofan support for mips32.

BUG=
R=bmeurer@chromium.org, dusan.milosavljevic@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24397 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/instruction-codes.h
src/compiler/mips/OWNERS [new file with mode: 0644]
src/compiler/mips/code-generator-mips.cc [new file with mode: 0644]
src/compiler/mips/instruction-codes-mips.h [new file with mode: 0644]
src/compiler/mips/instruction-selector-mips.cc [new file with mode: 0644]
src/compiler/mips/linkage-mips.cc [new file with mode: 0644]
src/globals.h
test/cctest/compiler/call-tester.h
test/unittests/compiler/mips/instruction-selector-mips-unittest.cc [new file with mode: 0644]
test/unittests/unittests.gyp
tools/gyp/v8.gyp