summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add missing 'override', fixing compilation with some compilers since SVN r337950Martin Storsjo2018-07-251-1/+1
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-1/+3
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-2/+1
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-3/+0
* [Target] Rename X86/ARM Assembly printer to reflect reality.Davide Italiano2016-11-101-1/+1
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-181-0/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-1/+12
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-12/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-1/+12
* Revert r281715, it caused PR30475Nico Weber2016-09-211-8/+1
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+12
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-161-1/+8
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-151-8/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-151-1/+8
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-141-8/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-141-1/+8
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-131-8/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-131-1/+8
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-121-8/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-121-1/+8
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-12/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+12
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-1/+0
* Define a isPositionIndependent helper for ARMAsmPrinter. NFC.Rafael Espindola2016-06-211-0/+2
* [ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov2015-12-071-0/+5
* Revert "[ARM] Generate ABI_optimization_goals build attribute, as described i...Renato Golin2015-11-281-5/+0
* [ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov2015-11-271-0/+5
* 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
OpenPOWER on IntegriCloud