Fix -Asserts warnings.
[oota-llvm.git] / lib / Target / ARM / AsmPrinter / ARMInstPrinter.cpp
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.