summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-2/+18
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* ARM: follow up improvements for SVN r263118Saleem Abdulrasool2016-03-101-3/+3
* ARM: correct __builtin_longjmp on WoASaleem Abdulrasool2016-03-101-1/+3
* [ARM] Emit trap instruction using .inst directiveAlexandros Lamprineas2016-01-291-6/+5
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-251-0/+3
* # This is a combination of 2 commits.Reid Kleckner2016-01-151-3/+0
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-151-0/+3
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-3/+16
* ARM: only emit EABI attributes on EABI targetsSaleem Abdulrasool2015-12-131-1/+2
* [ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov2015-12-071-4/+41
* Revert "[ARM] Generate ABI_optimization_goals build attribute, as described i...Renato Golin2015-11-281-41/+4
* Follow-up fix for r254201Artyom Skrobov2015-11-271-1/+1
* [ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov2015-11-271-4/+41
* [ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingInstruction.Akira Hatanaka2015-11-101-0/+1
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-2/+1
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* - Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas2015-07-271-1/+1
* Arm: Don't define a label twice with two setjmps in a function.Matthias Braun2015-07-161-12/+3
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-30/+26
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-2/+8
OpenPOWER on IntegriCloud