summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/basic-arm-instructions.s
Commit message (Expand)AuthorAgeFilesLines
* [ARM][Asm] Accept upper case coprocessor number and registersOliver Stannard2019-03-261-0/+28
* [ARM][v8.5A] Add speculation barriers SSBB and PSSBBOliver Stannard2018-09-281-2/+2
* [ARM] Relax 'cpsie'/'cpsid' flag parsing.Jonathan Roelofs2017-09-191-0/+2
* [ARM] Operands for PKHTB alias should be swappedOliver Stannard2016-01-181-1/+1
* [ARM] Allowing SP/PC for AND/BIC mod_imm_notRenato Golin2015-12-081-0/+11
* ARM: Fix another regression introduced in r223113Asiri Rathnayake2015-02-121-0/+2
* Fix modified immediate bug reported by MC Hammer.Asiri Rathnayake2014-12-091-4/+7
* Improvements to ARM assembler testsAsiri Rathnayake2014-12-051-70/+445
* Fix yet another unseen regression caused by r223113Asiri Rathnayake2014-12-041-0/+6
* Fix a minor regression introduced in r223113Asiri Rathnayake2014-12-041-0/+42
* Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake2014-12-021-3/+155
* Fix transformation of add with pc argument to adr for non-immediateJoerg Sonnenberger2014-11-211-2/+8
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-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
OpenPOWER on IntegriCloud