[mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>
Fri, 7 Feb 2014 17:16:40 +0000 (17:16 +0000)
committerSasa Stankovic <Sasa.Stankovic@imgtec.com>
Fri, 7 Feb 2014 17:16:40 +0000 (17:16 +0000)
commit24e5f9652aff7fc28bb3855d12e9d7506b384ad6
treef359a846c005da9a27d52f092f0802fc3ce0170a
parent0732e9437825550e65aab45050423cb87da55850
[mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.

Differential Revision: http://llvm-reviews.chandlerc.com/D2694

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200978 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsSubtarget.h
test/CodeGen/Mips/fastcc.ll
test/CodeGen/Mips/nacl-reserved-regs.ll [new file with mode: 0644]