OSDN Git Service

Extracts an TargetX86Base target which will be used as the common X86{32,64} implemen...
authorJohn Porto <jpp@chromium.org>
Tue, 23 Jun 2015 17:58:57 +0000 (10:58 -0700)
committerJohn Porto <jpp@chromium.org>
Tue, 23 Jun 2015 17:58:57 +0000 (10:58 -0700)
commit7e93c62d7e223b7fd9e6e0889e4b70b635589282
tree0f0ef587838730d47f8aefd4d540f898f0d88d40
parente587d9494fa95920943fafa0f1dac470a298a251
Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=4077
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1202533003.
Makefile.standalone
src/IceAssemblerX8664.h [new file with mode: 0644]
src/IceInst.h
src/IceTargetLowering.cpp
src/IceTargetLoweringX8632.cpp
src/IceTargetLoweringX8632.h
src/IceTargetLoweringX8664.h [new file with mode: 0644]
src/IceTargetLoweringX86Base.h [new file with mode: 0644]
src/IceTargetLoweringX86BaseImpl.h [new file with mode: 0644]