summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-061-0/+222
* Fix issues with disassembly of IT instructions involving condition codes othe...Owen Anderson2011-08-301-0/+12
* Port Thumb2 assembler tests over to disassembler tests.Owen Anderson2011-08-301-0/+41
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-261-0/+9
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-261-1/+1
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-262-0/+14
* Add a testcase for r138625.Owen Anderson2011-08-261-0/+3
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-251-0/+31
* Port over more encoding tests to decoding tests.Owen Anderson2011-08-241-0/+148
* Fix decoding of Thumb2 prefetch instructions, which account for all the remai...Owen Anderson2011-08-231-0/+3
* Fix two more instances of mis-matched operand names breaking disassembly. Fo...Owen Anderson2011-08-231-0/+6
* Port more assemble tests over to disassembly tests.Owen Anderson2011-08-231-0/+59
* t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson2011-08-221-0/+3
* Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson2011-08-221-0/+3
* Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson2011-08-221-0/+3
* Provide a correct decoder hook for Thumb2 shifted registers. Found by random...Owen Anderson2011-08-221-0/+3
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-221-0/+3
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-221-0/+2
* Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson2011-08-221-0/+2
* Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson2011-08-221-0/+4
* Port another swathe of Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-221-0/+153
* Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ...Owen Anderson2011-08-221-0/+30
* STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo...Owen Anderson2011-08-181-0/+3
* Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ...Owen Anderson2011-08-181-0/+3
* Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in...Owen Anderson2011-08-181-1/+1
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-181-5/+5
* More Thumb1 decoding tests.Owen Anderson2011-08-181-0/+25
* Test commit; adding test for invalid LDRD which was part of the patch for r13...James Molloy2011-08-181-0/+10
* Port over BL/BLX to disassembly tests.Owen Anderson2011-08-181-3/+14
* Port new Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-171-0/+37
* Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...Owen Anderson2011-08-171-0/+30
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-1/+1
* Add a test file for Thumb2 NEON.Owen Anderson2011-08-151-0/+1586
* Add some more comprehensive VFP decoding tests.Owen Anderson2011-08-151-0/+213
* Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...Owen Anderson2011-08-151-33/+32
* Add a test for Thumb1 LDRSH decoding.Owen Anderson2011-08-151-0/+3
* Add testcase for STRH. Patch by James Molloy.Owen Anderson2011-08-151-0/+3
* Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.Owen Anderson2011-08-151-2/+2
* Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.Owen Anderson2011-08-151-0/+3
* Fix problems decoding the to/from-lane NEON memory instructions, and add a co...Owen Anderson2011-08-151-0/+1847
* Fix some remaining issues with decoding ARM-mode memory instructions, and add...Owen Anderson2011-08-121-0/+471
* Port over the basic ARM encodings test file to a decoding test file. Greatly...Owen Anderson2011-08-121-0/+2345
* Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.Owen Anderson2011-08-111-0/+3
* Improve operand validation for Thumb2 addressing modes.Owen Anderson2011-08-113-9/+6
* Continue to tighten decoding by performing more operand validation.Owen Anderson2011-08-113-8/+5
* Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases.Owen Anderson2011-08-111-3/+2
* Tighten operand decoding of addrmode2 instruction. The offset register canno...Owen Anderson2011-08-111-3/+2
* Correct immediate range for shifter operands. Patch by James Molloy, with ad...Owen Anderson2011-08-111-0/+3
* Improve error checking in the new ARM disassembler. Patch by James Molloy.Owen Anderson2011-08-111-1/+0
* Add initial support for decoding NEON instructions in Thumb2 mode.Owen Anderson2011-08-101-0/+3
OpenPOWER on IntegriCloud