summaryrefslogtreecommitdiff
path: root/test/MC/ARM
Commit message (Expand)AuthorAge
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-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
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-16
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* 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
* CEHCK->CHECK typo fix.Eric Christopher2013-07-08
* Fix up whitespace.Eric Christopher2013-07-08
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-04
* 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
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-03
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-02
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-01
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-28
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-26
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-24
* This reverts r155000.Joey Gouly2013-06-20
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-18
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-18
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-18
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-13
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-11
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-11
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-11
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-05
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-31
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-31
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-14
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-13
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-10
* This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa2013-05-08
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-17
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-15