aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-233-3/+3
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-231-1/+1
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-221-0/+30
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-191-0/+30
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-191-0/+24
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-192-0/+50
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-191-0/+30
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-191-0/+24
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-191-0/+18
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-191-0/+18
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-191-1/+109
* ARM: delete two tests now integrated into the larger filesTim Northover2013-07-192-19/+0
* ARM: remove invalid invalid testsTim Northover2013-07-192-32/+0
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-1963-611/+972
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-182-0/+72
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-181-0/+163
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-172-0/+20
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-161-0/+63
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-111-4/+4
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+24
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-091-0/+19
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+49
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-061-0/+13
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-041-0/+25
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-042-0/+35
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-031-1/+5
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-014-16/+16
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-264-16/+16
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-261-0/+4
* ARM: check predicate bits for thumb instructionsAmaury de la Vieuville2013-06-242-0/+18
* ARM: rGPR is meant to be unpredictable, not undefinedAmaury de la Vieuville2013-06-242-3/+2
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-241-8/+2
* ARM: fix IT decodingAmaury de la Vieuville2013-06-241-2/+6
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-242-0/+32
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-201-1/+29
* This reverts r155000.Joey Gouly2013-06-202-4/+4
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-181-0/+16
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-181-2/+55
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-181-0/+37
* ARM: fix thumb coprocessor instruction with pre-writeback disassemblyAmaury de la Vieuville2013-06-141-0/+3
* ARM: fix B decodingAmaury de la Vieuville2013-06-131-0/+2
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-111-2/+10
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-113-38/+62
* ARM: Fix STREX/LDREX reecodingAmaury de la Vieuville2013-06-112-0/+28
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-102-0/+4
* ARM: fix VMOVvnf32 decoding when ambiguous with VCVTAmaury de la Vieuville2013-06-081-0/+7
* ARM: enforce SRS decoding constraintsAmaury de la Vieuville2013-06-081-3/+7
* ARM: fix CPS decoding when ambiguous with QADDAmaury de la Vieuville2013-06-082-0/+13
* ARM: fix VCVT decodingAmaury de la Vieuville2013-06-081-0/+8
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-051-0/+23