Add support for printing out floating point values from the ARM assembly
[oota-llvm.git] / lib / Target / ARM / InstPrinter / ARMInstPrinter.cpp
2011-01-26 Bill WendlingAdd support for printing out floating point values...
2011-01-25 Bill WendlingRevert 124230. It was causing test failures.
2011-01-25 Bill WendlingThe floating point value is encoded in its binary form...
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-13 Bill WendlingMinor cleanups:
2010-11-12 Evan ChengFor pre-v6t2 targets, only select MOVi32imm if the...
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachRemove the no longer used 'Modifier' optional operand...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-10-28 Chris Lattnerhook up getOpcodeName for ARM so that "llc -show-mc...
2010-10-28 Jim GrosbachPLD, PLDW, PLI encodings, plus refactor their use of...
2010-10-27 Jim GrosbachLDRi12 machine instructions handle negative offset...
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-25 Jim Grosbachimm12 operands aren't Thumb2 only, so rename the printe...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-06 Jim GrosbachKill of the vestiges of the 'call' Modifier (no longer...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, kill...
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...