llvm-6502/test/MC
Daniel Sanders c7e1663c24 [mips] Correct testcase for .set at=$reg and emit the new warnings for numeric registers too.
Summary:
Remove the XFAIL added in my previous commit and correct the test such that
it correctly tests the expansion of the assembler temporary.

Also added a test to check that $at is always $1 when written by the
user.

Corrected the new assembler temporary warnings so that they are emitted for
numeric registers too.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204711 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-25 11:16:03 +00:00
..
AArch64
ARM Teach llvm-readobj to print human friendly description of reserved sections. 2014-03-24 05:00:34 +00:00
AsmParser
COFF
Disassembler [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
ELF Teach llvm-readobj to print human friendly description of reserved sections. 2014-03-24 05:00:34 +00:00
MachO Fix crashes when assembler directives are used that are not 2014-03-25 00:05:50 +00:00
Markup
Mips [mips] Correct testcase for .set at=$reg and emit the new warnings for numeric registers too. 2014-03-25 11:16:03 +00:00
PowerPC [PowerPC] Generate little-endian object files 2014-03-24 18:16:09 +00:00
Sparc
SystemZ [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
X86