Age | Commit message (Expand) | Author |
2013-04-26 | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet |
2013-02-23 | ARM: Convenience aliases for 'srs*' instructions. | Jim Grosbach |
2012-12-14 | Make sure the alternate PC+imm syntax of LDR instruction with a small | Kevin Enderby |
2012-08-02 | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu |
2012-08-02 | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu |
2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu |
2012-06-18 | ARM: Define generic HINT instruction. | Jim Grosbach |
2012-05-01 | ARM: Add a few missing add->sub aliases w/ 'w' suffix. | Jim Grosbach |
2012-04-27 | ARM: Thumb add(sp plus register) asm constraints. | Jim Grosbach |
2012-04-27 | Fix ARM assembly parsing for upper case condition codes on IT instructions. | Richard Barton |
2012-04-26 | Specify cpu to unbreak tests. | Evan Cheng |
2012-04-10 | ARM fix cc_out operand handling for t2SUBrr instructions. | Jim Grosbach |
2012-04-05 | ARM assembly parsing for 'msr' plain 'cpsr' operand. | Jim Grosbach |
2012-03-30 | ARM assembler should prefer non-aliases encoding of cmp. | Jim Grosbach |
2012-03-30 | ARM integrated assembler should encoding choice for add/sub imm. | Jim Grosbach |
2012-03-30 | ARM assembly parsing needs to be paranoid about negative immediates. | Jim Grosbach |
2012-03-16 | ARM optional operand on MRC/MCR assembly instructions. | Jim Grosbach |
2012-01-18 | Thumb2 alternate syntax for LDR(literal) and friends. | Jim Grosbach |
2011-12-21 | Thumb2 assembly parsing of 'mov rd, rn, rrx'. | Jim Grosbach |
2011-12-21 | Thumb2 assembly parsing of 'mov(register shifted register)' aliases. | Jim Grosbach |
2011-12-14 | ARM/Thumb2 'cmp rn, #imm' alias to cmn. | Jim Grosbach |
2011-12-13 | Thumb2 assembler aliases for "mov(shifted register)" | Jim Grosbach |
2011-12-13 | Test for 146516 | Jim Grosbach |
2011-12-13 | ARM thumb2 parsing of "rsb rd, rn, #0". | Jim Grosbach |
2011-12-13 | ARM pre-UAL NEG mnemonic for convenience when porting old code. | Jim Grosbach |
2011-12-07 | Thumb2 alias for long-form pop and friends. | Jim Grosbach |
2011-12-06 | Thumb2: MUL two-operand form encoding operand order fix. | Jim Grosbach |
2011-12-06 | Thumb2 encoding choice correction for PLD. | Jim Grosbach |
2011-12-05 | Update tests for r145860. Add a few new ones. | Jim Grosbach |
2011-12-05 | Thumb2 prefer encoding T3 to T4 for ADD/SUB immediate instructions. | Jim Grosbach |
2011-11-15 | Testcase for r144684. | Jim Grosbach |
2011-11-15 | Thumb2 assembly parsing for mul.w in IT block fix. | Jim Grosbach |
2011-11-10 | Thumb2 parsing for push/pop w/ hi registers in the reglist. | Jim Grosbach |
2011-11-09 | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach |
2011-10-28 | Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm". | Jim Grosbach |
2011-10-28 | Thumb2 ADD/SUB instructions encoding selection outside IT block. | Jim Grosbach |
2011-10-27 | Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix. | Jim Grosbach |
2011-10-27 | Thumb2 t2MVNi assembly parsing to recognize ".w" suffix. | Jim Grosbach |
2011-10-26 | Thumb2 ldr pc-relative encoding fixes. | Jim Grosbach |
2011-10-12 | Thumb2 assembly parsing and encoding for LDC/STC. | Jim Grosbach |
2011-09-27 | ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w. | Jim Grosbach |
2011-09-26 | Remove incorrect testcases. | Owen Anderson |
2011-09-23 | Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ... | Owen Anderson |
2011-09-21 | Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o... | Owen Anderson |
2011-09-20 | Thumb2 assembly parsing and encoding for WFE/WFI/YIELD. | Jim Grosbach |
2011-09-20 | Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH. | Jim Grosbach |
2011-09-20 | Thumb2 assembly parsing and encoding for USUB8/USUB16. | Jim Grosbach |
2011-09-20 | Thumb2 assembly parsing and encoding for USAX. | Jim Grosbach |
2011-09-20 | Thumb2 assembly parsing and encoding for USAT16. | Jim Grosbach |
2011-09-20 | Thumb2 assembly parsing and encoding for USAT. | Jim Grosbach |