aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Revert "[ARM] Promote small global constants to constant pools"James Molloy1-13/+0
2016-09-13[ARM] Add ".code 32" to functions in the ARM instruction setPablo Barrio1-1/+2
2016-09-13[ARM] Promote small global constants to constant poolsJames Molloy1-0/+13
2016-09-12Revert "[ARM] Promote small global constants to constant pools"James Molloy1-13/+0
2016-09-12[ARM] Promote small global constants to constant poolsJames Molloy1-0/+13
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin1-9/+0
2016-09-08[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris1-0/+9
2016-09-02Setting fp trapping mode and denormal type: this an improvement ofSjoerd Meijer1-16/+24
2016-08-31Clang patch r280064 introduced ways to set the FP exceptions and denormalSjoerd Meijer1-10/+31
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-08[ARM] Add support for embedded position-independent codeOliver Stannard1-10/+25
2016-07-08ARM: support high registers in __builtin_longjmp on WoASaleem Abdulrasool1-3/+32
2016-06-28Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola1-2/+2
2016-06-27Move isPositionIndependent up to AsmPrinter.Rafael Espindola1-4/+0
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola1-1/+2
2016-06-21Define a isPositionIndependent helper for ARMAsmPrinter. NFC.Rafael Espindola1-2/+6
2016-06-16Don't print (PLT) on arm.Rafael Espindola1-2/+0
2016-06-07ARM: correct TLS access on WoASaleem Abdulrasool1-0/+2
2016-06-07ARM: clang-format a couple of switches, add commentsSaleem Abdulrasool1-5/+10
2016-05-27Use StringRef::startswith instead of find(...) == 0.Benjamin Kramer1-1/+1
2016-05-27Avoid some copies by using const references.Benjamin Kramer1-1/+1
2016-05-17Simplify handling of hidden stub.Rafael Espindola1-16/+2
2016-05-14ARM: support export directives for WindowsSaleem Abdulrasool1-0/+23
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover1-2/+18
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-03-10ARM: follow up improvements for SVN r263118Saleem Abdulrasool1-3/+3
2016-03-10ARM: correct __builtin_longjmp on WoASaleem Abdulrasool1-1/+3
2016-01-29[ARM] Emit trap instruction using .inst directiveAlexandros Lamprineas1-6/+5
2016-01-25[ARM] Add DSP build attribute and extension targetingBradley Smith1-0/+3
2016-01-15# This is a combination of 2 commits.Reid Kleckner1-3/+0
2016-01-15[ARM] Add DSP build attribute and extension targetingBradley Smith1-0/+3
2016-01-15[ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith1-3/+16
2015-12-13ARM: only emit EABI attributes on EABI targetsSaleem Abdulrasool1-1/+2
2015-12-07[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov1-4/+41
2015-11-28Revert "[ARM] Generate ABI_optimization_goals build attribute, as described i...Renato Golin1-41/+4
2015-11-27Follow-up fix for r254201Artyom Skrobov1-1/+1
2015-11-27[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov1-4/+41
2015-11-10[ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingInstruction.Akira Hatanaka1-0/+1
2015-10-26ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne1-2/+1
2015-09-24[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov1-1/+1
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-1/+1
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-1/+1
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-1/+1
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-1/+1
2015-07-27- Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas1-1/+1
2015-07-16Arm: Don't define a label twice with two setjmps in a function.Matthias Braun1-12/+3
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-30/+26
2015-06-29[ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar1-2/+8
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-3/+3
2015-06-11Revert "Move dllimport name mangling to IR mangler."Reid Kleckner1-1/+10