1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/MC
David Spickett 7d570d46c1 [AsmParser] Make generic directives and aliases case insensitive.
GCC will accept any case for assembler directives.
For example ".abort" and ".ABORT" (even ".aBoRt")
are equivalent.

https://sourceware.org/binutils/docs/as/Pseudo-Ops.html#Pseudo-Ops
"The names are case insensitive for most targets,
and usually written in lower case."

Change llvm-mc to accept any case for generic directives
or aliases of those directives.

This for Bugzilla #39527.

Differential Revision: https://reviews.llvm.org/D72686
2020-01-17 11:02:56 +00:00
..
AArch64 [AArch64] Emit HINT instead of PAC insns in Armv8.2-A or below 2020-01-13 14:14:48 +00:00
AMDGPU AMDGPU: Partially directly select llvm.amdgcn.interp.p1.f16 2020-01-15 08:58:58 -05:00
ARM [MC][test] Fix non-portable GNU diff option 2020-01-16 11:29:24 -05:00
AsmParser [AsmParser] Make generic directives and aliases case insensitive. 2020-01-17 11:02:56 +00:00
AVR Fixup AVR tests to reflect changes in addend format in llvm-objdump 2019-11-19 15:32:58 +00:00
BPF [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
COFF Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
Disassembler Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
ELF Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
Hexagon Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
Lanai [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
MachO Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
Mips Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
MSP430 [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
PowerPC Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
RISCV Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
Sparc [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
SystemZ [SystemZ] Improve handling of huge PC relative immediate offsets. 2019-11-04 10:38:18 +01:00
WebAssembly Revert "[WebAssembly] Track frame registers through VReg and local allocation" 2020-01-16 14:38:00 -08:00
X86 Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00