A minor simplification: no functional change.
[oota-llvm.git] / lib / Target / ARM / InstPrinter / ARMInstPrinter.h
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-14 Jim GrosbachRemove some dead patterns.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
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-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachARM Pseudo-ize tBR_JTr.
2010-11-14 Chris Lattnerstub out a powerpc MCInstPrinter implementation.
2010-11-12 Evan ChengFor pre-v6t2 targets, only select MOVi32imm if the...
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-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-01 Jim GrosbachPrintSpecial() can go away now.
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...