summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Arm: Don't define a label twice with two setjmps in a function.Matthias Braun2015-07-161-2/+0
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* ARM: recommit r237590: allow jump tables to be placed as constant islands.Tim Northover2015-05-311-2/+3
* Revert r237590, "ARM: allow jump tables to be placed as constant islands."Peter Collingbourne2015-05-211-3/+2
* ARM: allow jump tables to be placed as constant islands.Tim Northover2015-05-181-2/+3
* ARM: remove possible vestiges of the legacy JIT???Tim Northover2015-05-131-2/+1
* ARM: remove custom jump table UIDTim Northover2015-05-131-1/+1
* Change getISAEncoding to use the target triple to determineEric Christopher2015-03-211-3/+6
* Make the TargetMachine::getSubtarget that takes a Function argumentEric Christopher2015-02-201-1/+1
* Make the ARM AsmPrinter independent of global subtargetEric Christopher2015-02-171-4/+5
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-5/+2
* Fix thumbv4t indirect callsJonathan Roelofs2014-12-041-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-4/+5
* Prune includes in ARM target.Craig Topper2014-03-221-3/+5
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-20/+19
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-15/+14
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-271-4/+0
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-061-1/+2
* Remove dead code.Rafael Espindola2014-01-271-3/+0
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-241-0/+3
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-1/+1
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-251-1/+1
* 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
OpenPOWER on IntegriCloud