llvm-6502/test
Daniel Sanders 61bc405795 [mips] Print warning when using register names not available in N32/64
Summary:
The register names t4-t7 are not available in the N32 and N64 ABIs.
This patch prints a warning, when those names are used in N32/64,
along with a fix-it with the correct register names.

Patch by Vasileios Kalintiris

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218989 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-03 15:37:37 +00:00
..
Analysis [BasicAA] Revert r218714 - Make better use of zext and sign information. 2014-10-03 01:33:47 +00:00
Assembler Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Bindings Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Bitcode Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
BugPoint Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
CodeGen [x86] Teach the new vector shuffle lowering to aggressively form MOVSS 2014-10-03 13:11:13 +00:00
DebugInfo Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
ExecutionEngine [mips] Remove XFAIL from two XPASS'ing tests on the llvm-mips-linux builder 2014-10-03 08:49:44 +00:00
Feature Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
FileCheck
Instrumentation Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Integer
JitListener Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Linker Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
LTO LTO: Add missing target triple from r218784 2014-10-01 18:49:58 +00:00
MC [mips] Print warning when using register names not available in N32/64 2014-10-03 15:37:37 +00:00
Object
Other [lit] Parse all strings as UTF-8 rather than ASCII. 2014-09-12 16:46:05 +00:00
TableGen [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. 2014-09-30 11:32:22 +00:00
tools llvm-readobj: print COFF delay-load import table 2014-10-03 00:41:58 +00:00
Transforms Revert r215343. 2014-10-03 09:29:24 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Add LLVMgold target to test dependencies. 2014-09-10 22:20:49 +00:00
lit.cfg pass environment when invoking llvm-config from lit.cfg 2014-09-24 18:37:48 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh