| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Thumb2 ADD/SUB can take SP as a destination register. | Jim Grosbach | 2011-10-03 | 1 | -18/+18 |
| * | Check in a patch that has already been code reviewed by Owen that I'd forgott... | James Molloy | 2011-09-28 | 1 | -5/+46 |
| * | ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w. | Jim Grosbach | 2011-09-27 | 1 | -0/+10 |
| * | Remove extraneous commit garbage. | Owen Anderson | 2011-09-26 | 1 | -2/+0 |
| * | ASR #32 is not allowed on Thumb2 USAT and SSAT instructions. | Owen Anderson | 2011-09-26 | 1 | -2/+18 |
| * | Add more fixed bits to USAT16 encoding to filter out incorrect decodings. | Owen Anderson | 2011-09-23 | 1 | -2/+2 |
| * | Post-index loads/stores in still need to print the post-indexed immediate, ev... | Owen Anderson | 2011-09-23 | 1 | -8/+8 |
| * | Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o... | Owen Anderson | 2011-09-21 | 1 | -1/+0 |