[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
[oota-llvm.git] / lib / Target / ARM / InstPrinter / ARMInstPrinter.h
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-10-06 Tim NorthoverARM: remove dead InstPrinting code
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-06-18 Amaury de la VieuvilleARM: add operands pre-writeback variants when needed
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Jim GrosbachTidy up. Kill some dead code.
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-25 Jim GrosbachNEON VLD4(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD3(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-21 Jim GrosbachARM NEON VLD2 assembly parsing for structure to all...
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-05 Jim GrosbachARM use a dedicated printer for postidx_reg operands.
2011-08-04 Owen AndersonLDCL_POST and STCL_POST need one's-complement offsets...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
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...