summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use ".arch_extension" ARM directive to support hwdiv on kraitSumanth Gundapaneni2015-02-261-3/+12
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-1/+1
* Make the ARM AsmPrinter independent of global subtargetEric Christopher2015-02-171-65/+86
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-9/+7
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-0/+7
* Emit the build attribute Tag_conformance.Charlie Turner2015-01-051-0/+2
* Emit Tag_ABI_FP_16bit_format build attribute.Charlie Turner2014-12-121-0/+7
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-2/+2
* Add missing FP build attribute tests.Charlie Turner2014-12-051-0/+2
* Fix thumbv4t indirect callsJonathan Roelofs2014-12-041-11/+44
* Emit ABI_FP_rounding attribute.Charlie Turner2014-12-031-0/+6
* Emit Tag_ABI_FP_denormal correctly in fast-math mode.Charlie Turner2014-12-021-1/+26
* ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.Tim Northover2014-11-131-0/+3
* Emit unaligned access build attribute for ARMRenato Golin2014-10-081-0/+7
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-1/+3
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-14/+7
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-14/+23
* [ARM] Emit ABI_PCS_R9_use build attribute.Amara Emerson2014-07-251-0/+11
* [ARM] In thumb mode, emit directive ".code 16" before file level inlineAkira Hatanaka2014-07-251-0/+3
* ARM: correctly mangle dllimport symbolsSaleem Abdulrasool2014-07-071-16/+34
* ARM: unify symbol name retrievalSaleem Abdulrasool2014-07-071-5/+8
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-201-0/+26
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-271-0/+14
* If necessary for indirect encodings, emit stubs.Joerg Sonnenberger2014-05-011-0/+22
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-301-13/+16
* ARM: print COFF function header for Windows on ARMSaleem Abdulrasool2014-04-301-1/+23
* ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-291-31/+30
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Remove some empty statementsAlp Toker2014-04-191-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-031-2/+2
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-4/+4
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+4
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-4/+4
OpenPOWER on IntegriCloud