summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-27
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Remove dead code.Rafael Espindola2014-01-27
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky2013-02-19
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-09
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Use TableGen'erated pseudo lowering for ARM.Jim Grosbach2011-07-08
* Make size computation less brittle.Rafael Espindola2011-05-27
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-28
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-27
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-26
* Fix DWARF description of S registers.Devang Patel2011-04-21
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-17
* Model operand restrictions of mul-like instructions on ARMv5 viaAnton Korobeynikov2011-01-01
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-01