summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ARM] Uses "Sun Style" syntax for section switching"Jian Cai2019-10-251-4/+0
* [ARM] Uses "Sun Style" syntax for section switchingJian Cai2019-10-251-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM] Account for implicit IT when calculating inline asm sizePeter Smith2018-10-081-1/+12
* [ARM] Use SEH exceptions on thumbv7-windowsMartell Malone2017-11-211-1/+1
* [ARM] Use dwarf exception handling on MinGWMartin Storsjo2017-11-171-3/+3
* Remove Bitrig: LLVM ChangesErich Keane2017-07-211-1/+0
* [ARM] Set a non-conflicting comment character for assembly in MSVC modeRenato Golin2016-07-271-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+1
* ARM: make sure backend is consistent about exception handling method.Tim Northover2015-11-181-2/+3
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-1/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-10/+10
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-10/+10
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-10/+10
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-10/+10
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-4/+2
* Equally to NetBSD, Bitrig/ARM uses the Itanium-ABI.Renato Golin2015-02-271-0/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* Remove HasLEB128.Rafael Espindola2014-08-151-2/+0
* Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger2014-05-071-1/+8
* ARM: Support SingleParameterDotFile on WoASaleem Abdulrasool2014-04-271-0/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-021-0/+28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+13
* [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg2014-03-131-3/+9
* Add comment pointing to the binutils bugzilla entryHans Wennborg2014-03-121-0/+1
* [ARM] Use DWARF register numbers for CFI directives in ELF assemblyHans Wennborg2014-03-121-0/+3
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+4
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-4/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+4
* Remove -arm-disable-ehabi optionRenato Golin2014-02-071-10/+1
* Enable EHABI by defaultRenato Golin2014-01-291-3/+5
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-0/+3
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-2/+0
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+0
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+1
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-27/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-2/+5
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-5/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+1
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-2/+7
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+78
OpenPOWER on IntegriCloud