summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-thumb2-instructions.s
Commit message (Expand)AuthorAge
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-21
* Thumb2 add immediate alias for SPMihai Popa2013-08-19
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-16
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-16
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-15
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-09
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-09
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-06
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-31
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-19
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-16
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-03
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* [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
* 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
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-23
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-14
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-01
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-27
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-27
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* ARM fix cc_out operand handling for t2SUBrr instructions.Jim Grosbach2012-04-10
* ARM assembly parsing for 'msr' plain 'cpsr' operand.Jim Grosbach2012-04-05
* ARM assembler should prefer non-aliases encoding of cmp.Jim Grosbach2012-03-30
* ARM integrated assembler should encoding choice for add/sub imm.Jim Grosbach2012-03-30
* ARM assembly parsing needs to be paranoid about negative immediates.Jim Grosbach2012-03-30
* ARM optional operand on MRC/MCR assembly instructions.Jim Grosbach2012-03-16
* Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach2012-01-18
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-21
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-21
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-14
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-13
* Test for 146516Jim Grosbach2011-12-13
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-13
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-13
* Thumb2 alias for long-form pop and friends.Jim Grosbach2011-12-07
* Thumb2: MUL two-operand form encoding operand order fix.Jim Grosbach2011-12-06