aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/basic-arm-instructions.s
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+592
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+18
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-081-12/+12
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-231-2/+2
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-011-0/+2
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+2
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-061-6/+2
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-011-20/+20
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-281-14/+14
* 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-261-0/+12
* This reverts r155000.Joey Gouly2013-06-201-0/+2
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-181-0/+2
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+4
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-051-0/+24
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-311-0/+4
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-131-3/+11
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-261-2/+0
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-171-1/+1
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-121-1/+1
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-101-9/+0
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-271-0/+4
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-231-0/+43
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-021-0/+74
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-021-0/+8
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-091-0/+33
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-271-0/+6
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-181-7/+19
* Specify cpu to unbreak tests.Evan Cheng2012-04-261-1/+1
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-301-1/+4
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-291-0/+2
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-2/+2
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-201-0/+17
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-141-0/+2
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-131-0/+6
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-131-0/+8
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-091-0/+2
* ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".Jim Grosbach2011-12-081-1/+6
* ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.Jim Grosbach2011-12-071-0/+2
* ARM mode 'mul' operand ordering tweak.Jim Grosbach2011-12-061-1/+0
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-161-2/+2
* ARM assembly parsing two operand forms for shift instructions.Jim Grosbach2011-11-151-0/+8
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-151-0/+2
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-101-2/+33
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-101-1/+8
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-201-18/+18
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* ARM encoding tests for STC.Jim Grosbach2011-10-121-0/+85
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-121-0/+4
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-111-0/+81