summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/invalid-special-reg.s
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Use new assembler diags for ARMOliver Stannard2017-10-031-3/+3
| | | | | | | | | | | | | | | This converts the ARM AsmParser to use the new assembly matcher error reporting mechanism, which allows errors to be reported for multiple instruction encodings when it is ambiguous which one the user intended to use. By itself this doesn't improve many error messages, because we don't have diagnostic text for most operand types, but as we add that then this will allow more of those diagnostic strings to be used when they are relevant. Differential revision: https://reviews.llvm.org/D31530 llvm-svn: 314779
* [ARM] Fix bash-ism in testOliver Stannard2017-03-011-2/+2
| | | | llvm-svn: 296610
* [ARM] Fix parsing of special register masksOliver Stannard2017-03-011-0/+11
This parsing code was incorrectly checking for invalid characters, so an invalid instruction like: msr spsr_w, r0 would be emitted as: msr spsr_cxsf, r0 Differential revision: https://reviews.llvm.org/D30462 llvm-svn: 296607
OpenPOWER on IntegriCloud