]> granicus.if.org Git - clang/commit
[MIPS] Add support for direct-to-nacl in Clang
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 8 Jul 2015 13:07:31 +0000 (13:07 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 8 Jul 2015 13:07:31 +0000 (13:07 +0000)
commit335cc9e22d8b977d83a12297fc85b6f6be965689
tree8839659cac4e322d30913060d61bc800c12f350d
parent93ea4643bdacc8e2fe229b69f06ac9fa96e03313
[MIPS] Add support for direct-to-nacl in Clang

For Mips direct-to-nacl, the goal is to be close to le32 front-end and
use Mips32EL backend. This patch defines new NaClMips32ELTargetInfo and
modifies it slightly to be close to le32. It also adds necessary parts,
inline with ARM and X86.

Differential Revision: http://reviews.llvm.org/D10739

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
test/Driver/nacl-direct.c