summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/ARM
Commit message (Expand)AuthorAge
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-30
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-22
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* [ARMv8] Add some disassembly tests for Thumb sevl/sevl.wJoey Gouly2013-10-07
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* 'svn add' the test cases.Joey Gouly2013-09-18
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-13
* [ARMv8] Add some missing tests for DSB/DMB.Joey Gouly2013-09-05
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-05
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-09
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-31
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-23
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* ARM: delete two tests now integrated into the larger filesTim Northover2013-07-19
* ARM: remove invalid invalid testsTim Northover2013-07-19
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-18
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-18
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-17
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-09
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-26
* ARM: check predicate bits for thumb instructionsAmaury de la Vieuville2013-06-24
* ARM: rGPR is meant to be unpredictable, not undefinedAmaury de la Vieuville2013-06-24
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-24
* ARM: fix IT decodingAmaury de la Vieuville2013-06-24
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-24
* This reverts r155000.Joey Gouly2013-06-20
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-18
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-18
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-18
* ARM: fix thumb coprocessor instruction with pre-writeback disassemblyAmaury de la Vieuville2013-06-14
* ARM: fix B decodingAmaury de la Vieuville2013-06-13
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-11
* ARM: Fix STREX/LDREX reecodingAmaury de la Vieuville2013-06-11