1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC
Mihai Popa 95a5647431 This fixes three issues related to Thumb literal loads:
1. The offset range for Thumb1 PC relative loads is [0..1020] and not [-1024..1020]
2. Thumb2 PC relative loads may define the PC, so the restriction placed on target register is removed
3. Removes unneeded alias between "ldr.n" and t1LDRpci. ".n" is actually stripped by both tablegen
and the ASM parser, so this alias rule really does nothing

llvm-svn: 188466
2013-08-15 15:43:06 +00:00
..
AArch64 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions 2013-08-15 08:26:11 +00:00
ARM This fixes three issues related to Thumb literal loads: 2013-08-15 15:43:06 +00:00
AsmParser Add test-case for hex floating-literals 2013-08-14 14:55:54 +00:00
COFF [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF 2013-08-13 01:23:53 +00:00
Disassembler Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions 2013-08-15 08:26:11 +00:00
ELF Check for $PWD in llvm::sys::current_path. 2013-08-10 00:50:57 +00:00
MachO Fix a crash with X86 Mach-O and a subtraction expression where both symbols are 2013-08-12 22:45:44 +00:00
Markup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
Mips [mips] Fix bug in parsing accumulator registers. 2013-08-14 01:15:52 +00:00
PowerPC Fix FileCheck --check-prefix lines. 2013-08-12 12:43:26 +00:00
SystemZ [SystemZ] Add a definition of the CLC instruction 2013-08-12 10:17:33 +00:00
X86 EVEX and compressed displacement encoding for AVX512 2013-08-01 13:34:06 +00:00