summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-thumb2-instructions.s
Commit message (Expand)AuthorAge
* 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
* Thumb2 encoding choice correction for PLD.Jim Grosbach2011-12-06
* Update tests for r145860. Add a few new ones.Jim Grosbach2011-12-05
* Thumb2 prefer encoding T3 to T4 for ADD/SUB immediate instructions.Jim Grosbach2011-12-05
* Testcase for r144684.Jim Grosbach2011-11-15
* Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach2011-11-15
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-10
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-09
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-28
* Thumb2 ADD/SUB instructions encoding selection outside IT block.Jim Grosbach2011-10-28
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-27
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-27
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-26
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-12
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-27
* Remove incorrect testcases.Owen Anderson2011-09-26
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-23
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-21
* Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-20