summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+2
* [Thumb1] Move padding earlier when synthesizing TBBs off of the PCJames Molloy2016-11-071-0/+8
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-11-011-0/+80
* Revert r284580+r284917. ("Synthesize TBB/TBH instructions")Eli Friedman2016-10-241-77/+0
* Reapply r284571 (with the new tests fixed).Sjoerd Meijer2016-10-191-14/+15
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-10-191-0/+77
* Revert of r284571 because of failing tests.Sjoerd Meijer2016-10-191-17/+14
* Checking FP function attribute values and adding more build attribute tests.Sjoerd Meijer2016-10-191-14/+17
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-181-0/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-071-2/+4
* Use StringRef in ARMConstantPool APIs (NFC)Mehdi Amini2016-10-051-1/+1
* Consistent fp denormal mode names. NFC.Sjoerd Meijer2016-10-041-2/+2
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* Revert "Use StringRef in Datalayout API (NFC)"Mehdi Amini2016-10-011-1/+1
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-0/+33
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-33/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-0/+33
* Revert r281715, it caused PR30475Nico Weber2016-09-211-13/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+9
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-161-0/+13
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-3/+3
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-151-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-151-0/+13
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-141-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-141-0/+13
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-131-13/+0
* [ARM] Add ".code 32" to functions in the ARM instruction setPablo Barrio2016-09-131-1/+2
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-131-0/+13
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-121-13/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-121-0/+13
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-9/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+9
* Setting fp trapping mode and denormal type: this an improvement ofSjoerd Meijer2016-09-021-16/+24
* Clang patch r280064 introduced ways to set the FP exceptions and denormalSjoerd Meijer2016-08-311-10/+31
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-10/+25
* ARM: support high registers in __builtin_longjmp on WoASaleem Abdulrasool2016-07-081-3/+32
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-281-2/+2
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-4/+0
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-1/+2
* Define a isPositionIndependent helper for ARMAsmPrinter. NFC.Rafael Espindola2016-06-211-2/+6
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-2/+0
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-0/+2
* ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool2016-06-071-5/+10
* Use StringRef::startswith instead of find(...) == 0.Benjamin Kramer2016-05-271-1/+1
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* Simplify handling of hidden stub.Rafael Espindola2016-05-171-16/+2
* ARM: support export directives for WindowsSaleem Abdulrasool2016-05-141-0/+23
OpenPOWER on IntegriCloud