| Commit message (Expand) | Author | Age | Files | Lines |
* | Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ... | Evan Cheng | 2012-03-20 | 1 | -32/+23 |
* | ARM fix silly typo in optional operand alias. | Jim Grosbach | 2012-03-16 | 1 | -1/+1 |
* | ARM optional operand on MRC/MCR assembly instructions. | Jim Grosbach | 2012-03-16 | 1 | -0/+12 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -0/+32 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -32/+0 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -0/+32 |
* | Thumb2 asm aliases for wide bitwise w/ immediate instructions. | Jim Grosbach | 2012-02-24 | 1 | -0/+9 |
* | Switch ARM target to register masks. | Jakob Stoklund Olesen | 2012-02-24 | 1 | -3/+1 |
* | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng | 2012-02-23 | 1 | -0/+38 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Add missed mayStore flag to STREXD / t2STREXD | Anton Korobeynikov | 2012-01-23 | 1 | -3/+2 |
* | Thumb2 'add rd, pc, imm' alternate form for 'adr' instruction. | Jim Grosbach | 2012-01-21 | 1 | -0/+3 |
* | Thumb2 alternate syntax for LDR(literal) and friends. | Jim Grosbach | 2012-01-18 | 1 | -0/+29 |
* | Replace FIXME with explanatory comment. | Jim Grosbach | 2012-01-18 | 1 | -1/+2 |
* | Use RegisterTuples to generate pseudo-registers. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -2/+3 |
* | Thumb2 assembly parsing of 'mov(register shifted register)' aliases. | Jim Grosbach | 2011-12-21 | 1 | -0/+5 |
* | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng | 2011-12-20 | 1 | -3/+3 |
* | Thumb2 ADR assembly parsing w/o the .w suffix. | Jim Grosbach | 2011-12-15 | 1 | -0/+4 |
* | ARM/Thumb2 mov vs. mvn alias goes both ways. | Jim Grosbach | 2011-12-14 | 1 | -0/+2 |
* | ARM/Thumb2 'cmp rn, #imm' alias to cmn. | Jim Grosbach | 2011-12-14 | 1 | -1/+6 |
* | Thumb2 assembler aliases for "mov(shifted register)" | Jim Grosbach | 2011-12-13 | 1 | -0/+7 |
* | Thumb2 pre/post indexed stores can be from any non-PC GPR. | Jim Grosbach | 2011-12-13 | 1 | -3/+3 |
* | ARM pre-UAL NEG mnemonic for convenience when porting old code. | Jim Grosbach | 2011-12-13 | 1 | -0/+4 |
* | ARM assembly aliases for BIC<-->AND (immediate). | Jim Grosbach | 2011-12-09 | 1 | -0/+13 |
* | ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm". | Jim Grosbach | 2011-12-08 | 1 | -5/+13 |
* | Thumb2 alias for long-form pop and friends. | Jim Grosbach | 2011-12-07 | 1 | -0/+12 |
* | Thumb2: MUL two-operand form encoding operand order fix. | Jim Grosbach | 2011-12-06 | 1 | -1/+1 |
* | Thumb2 two-operand 'mul' instruction wide encoding parsing. | Jim Grosbach | 2011-11-15 | 1 | -0/+5 |
* | ARM refactor simple immediate asm operand render methods. | Jim Grosbach | 2011-11-12 | 1 | -1/+1 |
* | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach | 2011-11-09 | 1 | -0/+6 |
* | Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm". | Jim Grosbach | 2011-10-28 | 1 | -1/+13 |
* | Thumb2 ADD/SUB instructions encoding selection outside IT block. | Jim Grosbach | 2011-10-28 | 1 | -0/+21 |
* | Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix. | Jim Grosbach | 2011-10-27 | 1 | -0/+6 |
* | Thumb2 t2MVNi assembly parsing to recognize ".w" suffix. | Jim Grosbach | 2011-10-27 | 1 | -1/+3 |
* | Thumb2 ldr pc-relative encoding fixes. | Jim Grosbach | 2011-10-26 | 1 | -1/+16 |
* | Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern. | Jim Grosbach | 2011-10-26 | 1 | -1/+1 |
* | Thumb2 LDM instructions can target PC. Make sure to encode it. | Jim Grosbach | 2011-10-24 | 1 | -8/+4 |
* | Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns. | Andrew Trick | 2011-10-18 | 1 | -42/+42 |
* | whitespace | Andrew Trick | 2011-10-18 | 1 | -1/+1 |
* | Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it. | Jim Grosbach | 2011-10-18 | 1 | -0/+2 |
* | Fix misc warnings. Patch by Joe Abbey. | Eli Friedman | 2011-10-18 | 1 | -1/+1 |
* | Now Igor, throw the switch...give my creation life! | Bill Wendling | 2011-10-17 | 1 | -2/+4 |
* | Pseudoinstructions should not be less constrained than the instruction they are | Cameron Zwarich | 2011-10-17 | 1 | -6/+6 |
* | Add flags on Thumb2 indexed stores paralleling the flags on the indexed loads. | Cameron Zwarich | 2011-10-16 | 1 | -1/+3 |
* | Fix an obvious typo found when looking at nearby code. | Cameron Zwarich | 2011-10-16 | 1 | -1/+1 |
* | Thumb2 assembly parsing and encoding for LDC/STC. | Jim Grosbach | 2011-10-12 | 1 | -73/+62 |
* | Reapply r141365 now that PR11107 is fixed. | Bill Wendling | 2011-10-10 | 1 | -0/+8 |
* | Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to | Bill Wendling | 2011-10-10 | 1 | -8/+0 |
* | Peephole optimization for ABS on ARM. | Anton Korobeynikov | 2011-10-07 | 1 | -0/+8 |
* | Adding back support for printing operands symbolically to ARM's new disassembler | Kevin Enderby | 2011-10-04 | 1 | -0/+2 |