Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one
[oota-llvm.git] / lib / Target / ARM / AsmPrinter / ARMInstPrinter.cpp
2010-09-22 Jim GrosbachAdd PrintSpecial() handling for in ARM MC instruction...
2010-09-18 Jim GrosbachPC-relative pseudo instructions are lowered and printed...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Jim GrosbachHook up verbose asm comment printing for SOImm operands...
2010-09-16 Jim GrosbachMC-ization of the PICLDR pseudo. Next up, adding the...
2010-09-16 Bob WilsonRemove support for "dregpair" operand modifier, now...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-15 Jim GrosbachAdd support for the 'lane' modifier on vdup operands
2010-09-15 Jim GrosbachReduce dependencies in the ARM MC instruction printer.
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Jim Grosbachrevert 113875 momentarilly. Need to fix the MC disassem...
2010-09-14 Jim Grosbachtrailing whitespace cleanup
2010-09-14 Jim GrosbachThe register specified for a dregpair is the correspond...
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-16 Bob WilsonRename sat_shift operand to shift_imm, in preparation...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-07-14 Bob WilsonRemove restriction on NEON alignment values. Some...
2010-07-13 Bob WilsonMove NEON "modified immediate" encode/decode into ARMAd...
2010-07-02 Bob WilsonFix incorrect asm-printing of some NEON immediates...
2010-06-11 Bob WilsonAdd instruction encoding for the Neon VMOV immediate...
2010-05-24 Jakob Stoklund OlesenSwitch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-12 Rafael EspindolaAdd support for movi32 of global values to the new...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenRemove the assert() from printAddrMode2OffsetOperand...
2010-04-13 Bob WilsonReplace r101053 with a fix for getSOImmValRotate()...
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-19 Daniel DunbarFix -Asserts warnings.
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-16 Bob WilsonRevert 98683. It is breaking something in the disassem...
2010-03-16 Bob WilsonRemove redundant writeback flag from ARM address mode...
2010-03-16 Bob WilsonRemove redundant writeback flag in ARM addressing mode 5.
2010-03-16 Bob WilsonRemove the writeback flag from ARM's address mode 4...
2010-03-16 Bob WilsonFix unused variable warnings.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-02 Johnny ChenAL is an optional mnemonic extension for always, except...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-01-25 Johnny ChenImplemented ARMInstPrinter::printThumbS4ImmOperand().
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-10-20 Daniel DunbarFix -Asserts warning.
2009-10-20 Chris Lattnerimplement some more easy hooks.
2009-10-20 Chris LattnerImplement some hooks, make printOperand abort if unknow...
2009-10-20 Chris Lattneradd supprort for the 'sbit' operand, MOVi apparently...
2009-10-20 Chris Lattneradd support for instruction predicates.
2009-10-20 Chris Lattnerimplement printSORegOperand, add lowering for the nasty...
2009-10-19 Chris Lattnerhandle addmode4 modifiers, fix a fixme in printRegisterList
2009-10-19 Chris Lattnerlower the ARM::CONSTPOOL_ENTRY pseudo op, giving us...
2009-10-19 Chris Lattneradd MCInstLower support for lowering ARM::PICADD, a...
2009-10-19 Chris Lattneradd register list and hacked up addrmode #4 support...
2009-10-19 Chris Lattneradd addrmode2 support, getting us up to:
2009-10-19 Chris Lattneradd jump tables, constant pools and some trivial global
2009-10-19 Chris Lattneradd printing support for SOImm operands, getting us to:
2009-10-19 Chris Lattnerwire up some basic printOperand goodness, giving us...
2009-10-19 Chris Lattnerstub out a minimal ARMInstPrinter.