aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/ARM
AgeCommit message (Expand)Author
2011-12-14ARM NEON VST2 assembly parsing and encoding.Jim Grosbach
2011-11-15Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer
2011-11-02Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson
2011-11-01Fix disassembly of some VST1 instructions.Owen Anderson
2011-10-31More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson
2011-10-28Fix illegal disassembly testcase.Owen Anderson
2011-10-28Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson
2011-10-27Add testcase for r143162.Owen Anderson
2011-10-24Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson
2011-10-20Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson
2011-10-20Fix decoding tests for fixed MSR encodings.Owen Anderson
2011-10-12Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach
2011-10-11Update test for r141704.Jim Grosbach
2011-09-28Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy
2011-09-26Fix an incorrect decoder test.Owen Anderson
2011-09-23Fix incorrect disassembly test.Owen Anderson
2011-09-23Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson
2011-09-23Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson
2011-09-21Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson
2011-09-20Port over more Thumb2 encoding tests to decoding tests.Owen Anderson
2011-09-19Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson
2011-09-16Add a testcase for another corner-case decoding.Owen Anderson
2011-09-16Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson
2011-09-16Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson
2011-09-16Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson
2011-09-16Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson
2011-09-16Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson
2011-09-13Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson
2011-09-13Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson
2011-09-12Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson
2011-09-12Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson
2011-09-09LDM writeback is not allowed if Rn is in the target register list.Owen Anderson
2011-09-09Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson
2011-09-08Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson
2011-09-08Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach
2011-09-07Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy
2011-09-07Update test for 139243Jim Grosbach
2011-09-07Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson
2011-09-06Port more encoding tests over to Thumb2 decoding tests.Owen Anderson
2011-08-30Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson
2011-08-30Port Thumb2 assembler tests over to disassembler tests.Owen Anderson
2011-08-26Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson
2011-08-26invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson
2011-08-26Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson
2011-08-26Add a testcase for r138625.Owen Anderson
2011-08-25Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson
2011-08-24Port over more encoding tests to decoding tests.Owen Anderson