Fix thumbv4t indirect calls
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.h
2014-12-04 Jonathan RoelofsFix thumbv4t indirect calls
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-01-27 Rafael EspindolaRemove dead code.
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...