aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-054-0/+90
* [ARMv8]Joey Gouly2013-08-282-0/+30
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-272-0/+66
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-272-3/+108
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-221-0/+16
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-211-1/+16
* Thumb2 add immediate alias for SPMihai Popa2013-08-191-0/+2
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-0/+12
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-161-1/+8
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-152-6/+21
* ARMv8: SWP and SWPB are obsoleted on ARMv8.Joey Gouly2013-08-131-0/+7
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+2
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-092-0/+35
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-096-6/+330
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-062-2/+7
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-062-15/+14
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-021-0/+3
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-311-0/+4
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-2/+19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-192-0/+74
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-192-0/+10
* [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/+130
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-172-0/+20
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-161-0/+4
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+19
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-091-0/+15
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+38
* CEHCK->CHECK typo fix.Eric Christopher2013-07-081-4/+4
* Fix up whitespace.Eric Christopher2013-07-081-36/+36
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-061-0/+11
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-041-1/+1
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-041-0/+18
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-042-0/+33
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-031-0/+2
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-037-10/+10
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-032-5/+11
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-1/+1
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-012-21/+21
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-282-20/+20
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-18/+18
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-264-0/+65
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-262-0/+33
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-242-2/+2
* This reverts r155000.Joey Gouly2013-06-201-0/+2
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-181-0/+39
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-182-0/+5
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+20