aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+13
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+27
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-1/+2
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-5/+0
* Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-091-18/+22
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-1/+5
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+1
* Use TableGen'erated pseudo lowering for ARM.Jim Grosbach2011-07-081-1/+11
* Make size computation less brittle.Rafael Espindola2011-05-271-4/+0
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-0/+4
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-271-2/+1
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-261-1/+2
* Fix DWARF description of S registers.Devang Patel2011-04-211-0/+3
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+2
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-171-0/+2
* Model operand restrictions of mul-like instructions on ARMv5 viaAnton Korobeynikov2011-01-011-0/+3
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-011-0/+107