MIPS: Add big-endian support for MIPS.
authorplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Apr 2014 16:39:21 +0000 (16:39 +0000)
committerplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Apr 2014 16:39:21 +0000 (16:39 +0000)
commit5a016958c66d0b140dfdb2777dd3bafc60678103
treebe71cb5173cce566809e7b675940d5271ec84c59
parent2a974583cdcd4bc2e02e2d784c7baa19ad160d5d
MIPS: Add big-endian support for MIPS.

Important notices:

- The snapshot cannot be created for big-endian target in cross-compilation
  environment on little-endian host using simulator.

- In order to have i18n support working on big-endian target, the icudt46b.dat and
  icudt46b_dat.S files should be generated and upstreamed to ICU repo.

- The mjsunit 'nans' test is endian dependent, it is skipped for mips target.

- The zlib and Mandreel from Octane 2.0 benchmark are endian dependent due to
  use of typed arrays.

TEST=
BUG=
R=jkummerow@chromium.org, plind44@gmail.com

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

Patch from Dusan Milosavljevic <Dusan.Milosavljevic@rt-rk.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
25 files changed:
Makefile
build/toolchain.gypi
src/conversions-inl.h
src/globals.h
src/heap-snapshot-generator.cc
src/mips/assembler-mips.cc
src/mips/assembler-mips.h
src/mips/builtins-mips.cc
src/mips/code-stubs-mips.cc
src/mips/codegen-mips.cc
src/mips/constants-mips.h
src/mips/ic-mips.cc
src/mips/lithium-codegen-mips.cc
src/mips/macro-assembler-mips.cc
src/objects.h
src/runtime.cc
test/cctest/cctest.status
test/cctest/test-assembler-mips.cc
test/cctest/test-platform.cc
test/mjsunit/mjsunit.status
test/mozilla/mozilla.status
test/test262/test262.status
tools/gyp/v8.gyp
tools/run-tests.py
tools/testrunner/local/statusfile.py