Move emitInlineAsmEnd to the AsmPrinter interface.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.h
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-02-19 Eli BenderskyMake ARMAsmPrinter pass name more precise and fix comment.
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-10-09 Craig TopperRemove some dead code from ARMAsmPrinter. Add virtual...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-01 Anton KorobeynikovModel operand restrictions of mul-like instructions...
2010-12-01 Jim GrosbachMove the ARMAsmPrinter class defintiion into a header...