]> granicus.if.org Git - clang/commit
[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 20 Feb 2015 23:37:40 +0000 (23:37 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 20 Feb 2015 23:37:40 +0000 (23:37 +0000)
commit7dc6740ba84a9dfbba22ef16252fdc3cc681d1af
tree21aa0f818a3640f316a88274f3cce88d5b69d794
parent4d355e22e150ad96f50beed1c1ae5a5a8370c3f2
[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names

The patch teaches the clang's driver to understand new MIPS ISA names,
pass appropriate options to the assembler, defines corresponding macros etc

http://reviews.llvm.org/D7737

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230092 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Driver/Tools.cpp
test/Driver/mips-as.c
test/Preprocessor/init.c