llvm-project/llvm/test/MC
John Brawn eba9fdac7e [ARM] Correct handling of LSL #0 in an IT block
The check for LSL #0 in an IT block was checking if operand 4 was zero, but
operand 4 is the condition code operand so it was actually checking for LSLEQ.
Fix this by checking operand 3, which really is the immediate operand, and add
some tests.

Differential Revision: https://reviews.llvm.org/D30692

llvm-svn: 297142
2017-03-07 14:42:03 +00:00
..
AArch64 [AArch64] Add Cavium ThunderX support 2017-02-17 18:34:24 +00:00
AMDGPU [AMDGPU][MC] Fix for Bug 30829 + LIT tests 2017-03-03 14:31:06 +00:00
ARM [ARM] Correct handling of LSL #0 in an IT block 2017-03-07 14:42:03 +00:00
AVR [AVR] Add all of the machine code test suite 2016-11-09 23:46:25 +00:00
AsmParser Move test input to directory called Inputs. 2017-01-06 10:22:15 +00:00
COFF MC/COFF: Do not emit forward associative section referenceds. 2017-02-17 17:32:54 +00:00
Disassembler AMDGPU: Add definition for v_swap_b32 2017-02-28 21:09:04 +00:00
ELF [DWARFv5] llvm-mc support for new unit header. 2017-02-28 23:40:46 +00:00
Hexagon [Hexagon] Fix testcase accidentally broken by r296645 2017-03-01 17:53:42 +00:00
Lanai [lanai] Add more tests for assembly of conditional ALU ops 2016-07-11 17:58:16 +00:00
MachO MCMacho: Allow __thread_ptr section after dwarf sections 2017-02-01 01:31:36 +00:00
Markup
Mips [mips] Fix 64bit slt/sltu/nor with immediates 2017-02-28 15:55:23 +00:00
PowerPC [PowerPC][Altivec] Add vnot extended mnemonic 2017-02-07 18:57:29 +00:00
Sparc Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
SystemZ [SystemZ] Support remaining atomic instructions 2016-12-02 18:24:16 +00:00
WebAssembly [WebAssembly] Implement the wasm binary container header. 2017-02-22 18:50:20 +00:00
X86 [X86] Clzero intrinsic and its addition under znver1 2017-02-09 04:27:34 +00:00