llvm-project/llvm/test
Oliver Stannard bbad419e94 [ARM, Asm] Add diagnostics for general-purpose register operands
This adds diagnostic strings for the ARM general-purpose register
classes, which will be used when these classes are expected by the
assembler, but the provided operand is not valid.

One of these, rGPR, requires C++ code to select the correct error
message, as that class contains different registers in pre-v8 and v8
targets. The rest can all have their diagnostic strings stored in the
tablegen description of them.

Differential revision: https://reviews.llvm.org/D36692

llvm-svn: 315303
2017-10-10 12:31:53 +00:00
..
Analysis Convert an APInt to int64_t properly in TTI::getGEPCost(). 2017-10-04 20:47:33 +00:00
Assembler
Bindings
Bitcode Bitcode: add an auto-upgrade for LTO section name 2017-10-06 18:06:59 +00:00
BugPoint
CodeGen AMDGPU: Split MUBUF offset into aligned components 2017-10-10 12:22:23 +00:00
DebugInfo Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs" 2017-10-10 11:49:56 +00:00
DllTool
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LTO
LibDriver
Linker Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs" 2017-10-10 11:49:56 +00:00
MC [ARM, Asm] Add diagnostics for general-purpose register operands 2017-10-10 12:31:53 +00:00
Object Added phdr upper bound checks to ElfObject. 2017-10-05 20:01:32 +00:00
ObjectYAML
Other [NewPassManager] Run global dead code elimination after the inliner. 2017-10-05 18:36:01 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel] Add support for ValueType operands in patterns. 2017-10-09 18:14:53 +00:00
ThinLTO/X86
Transforms [SCCP] Propagate integer range info for parameters in IPSCCP. 2017-10-10 09:32:38 +00:00
Unit
Verifier
YAMLParser
tools Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs" 2017-10-10 11:49:56 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py [lit] Improve tool substitution in lit. 2017-10-06 17:54:46 +00:00
lit.site.cfg.py.in