OSDN Git Service

First patch for Mips subzero compiler
authorJim Stichnoth <stichnot@chromium.org>
Thu, 11 Jun 2015 20:26:33 +0000 (13:26 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Thu, 11 Jun 2015 20:26:33 +0000 (13:26 -0700)
commit6da4cef77cdfbd8d42ee08171d550cc6414d06ab
treebbfb62cc8abf309f5ab1b9ad182bd91a29b0ccbd
parentd9f1f9fcb8f0ffe72e52722e26b735386db5fb3b
First patch for Mips subzero compiler

BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167

Move issue https://codereview.chromium.org/1159823004/ here so that
it's under the proper email.

Review URL: https://codereview.chromium.org/1169533003
Makefile.standalone
src/IceClFlags.cpp
src/IceInstMIPS32.def [new file with mode: 0644]
src/IceInstMIPS32.h [new file with mode: 0644]
src/IceRegistersMIPS32.h [new file with mode: 0644]
src/IceTargetLowering.cpp
src/IceTargetLoweringMIPS32.cpp [new file with mode: 0644]
src/IceTargetLoweringMIPS32.def [new file with mode: 0644]
src/IceTargetLoweringMIPS32.h [new file with mode: 0644]
src/IceTypes.def
src/assembler_mips32.h [new file with mode: 0644]