| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -117/+0 |
* | Now that the pseudos that needed this are all custom lowered, we can go back | Jim Grosbach | 2010-09-30 | 1 | -1/+1 |
* | nuke unused var | Jim Grosbach | 2010-09-23 | 1 | -1/+0 |
* | Add PrintSpecial() handling for in ARM MC instruction printer. | Jim Grosbach | 2010-09-22 | 1 | -2/+1 |
* | Add start of support for MC instruction printer of ARM jump tables. Filling in | Jim Grosbach | 2010-09-21 | 1 | -0/+2 |
* | Hook up verbose asm comment printing for SOImm operands in MC printer | Jim Grosbach | 2010-09-17 | 1 | -2/+1 |
* | trailing whitespace | Jim Grosbach | 2010-09-17 | 1 | -8/+8 |
* | Rename sat_shift operand to shift_imm, in preparation for using it for other | Bob Wilson | 2010-08-16 | 1 | -1/+1 |
* | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen | 2010-08-12 | 1 | -0/+1 |
* | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson | 2010-08-11 | 1 | -0/+1 |
* | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson | 2010-06-11 | 1 | -4/+1 |
* | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen | 2010-04-16 | 1 | -4/+4 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -3/+3 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -50/+67 |
* | Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") | Bob Wilson | 2010-03-20 | 1 | -0/+1 |
* | Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm | Johnny Chen | 2010-03-17 | 1 | -20/+20 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -20/+20 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -20/+20 |
* | Added Thumb2 LDRD/STRD pre/post variants for disassembly only. | Johnny Chen | 2010-03-11 | 1 | -0/+1 |
* | Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero | Johnny Chen | 2010-03-10 | 1 | -1/+4 |
* | AL is an optional mnemonic extension for always, except in IT instructions. | Johnny Chen | 2010-03-02 | 1 | -0/+1 |
* | More consistent thumb1 asm printing. | Evan Cheng | 2009-11-19 | 1 | -1/+2 |
* | Print VMOV (immediate) operands as hexadecimal values. Apple's assembler | Bob Wilson | 2009-11-06 | 1 | -0/+4 |
* | Use fconsts and fconstd to materialize small fp constants. | Evan Cheng | 2009-10-28 | 1 | -0/+2 |
* | tidy | Chris Lattner | 2009-10-21 | 1 | -1/+1 |
* | implement some more easy hooks. | Chris Lattner | 2009-10-20 | 1 | -3/+4 |
* | Implement some hooks, make printOperand abort if unknown modifiers are | Chris Lattner | 2009-10-20 | 1 | -5/+5 |
* | add supprort for the 'sbit' operand, MOVi apparently has one. | Chris Lattner | 2009-10-20 | 1 | -1/+1 |
* | add support for instruction predicates. | Chris Lattner | 2009-10-20 | 1 | -1/+1 |
* | implement printSORegOperand, add lowering for the nasty and despicable MOVi2p... | Chris Lattner | 2009-10-20 | 1 | -3/+2 |
* | lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us constant pool entries | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | add MCInstLower support for lowering ARM::PICADD, a pseudo op for pic stuffola. | Chris Lattner | 2009-10-19 | 1 | -4/+3 |
* | add register list and hacked up addrmode #4 support, we now get this: | Chris Lattner | 2009-10-19 | 1 | -2/+2 |
* | add addrmode2 support, getting us up to: | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | add printing support for SOImm operands, getting us to: | Chris Lattner | 2009-10-19 | 1 | -2/+6 |
* | wire up some basic printOperand goodness, giving us stuff like this before | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | stub out a minimal ARMInstPrinter. | Chris Lattner | 2009-10-19 | 1 | -0/+86 |