summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-3/+3
* Revert "Move dllimport name mangling to IR mangler."Reid Kleckner2015-06-111-1/+10
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Move dllimport name mangling to IR mangler.Peter Collingbourne2015-06-091-10/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-3/+3
* [ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn2015-06-051-2/+6
* ARM: recommit r237590: allow jump tables to be placed as constant islands.Tim Northover2015-05-311-77/+67
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-31/+31
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* Revert r237590, "ARM: allow jump tables to be placed as constant islands."Peter Collingbourne2015-05-211-67/+77
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-6/+6
* ARM: allow jump tables to be placed as constant islands.Tim Northover2015-05-181-77/+67
* ARM: remove possible vestiges of the legacy JIT???Tim Northover2015-05-131-9/+5
* ARM: remove custom jump table UIDTim Northover2015-05-131-10/+7
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-25/+25
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-121-9/+9
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-2/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-104/+107
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-22/+0
* [ARM] Rename v8.1a from "extension" to "architecture"Vladimir Sukharev2015-04-011-2/+2
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-3/+3
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-2/+3
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-1/+1
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-59/+0
* Make EmitFunctionHeader a private helper.Rafael Espindola2015-03-171-3/+0
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-4/+1
OpenPOWER on IntegriCloud