summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.Brad Smith2015-01-061-5/+0
* Add the ExceptionHandling::MSVC enumerationReid Kleckner2014-12-191-1/+3
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* Tidied up target triple OS detection. NFCSimon Pilgrim2014-11-221-2/+1
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-2/+2
* Move getNonexecutableStackSection up to the base ELF class.Rafael Espindola2014-10-151-6/+0
* CodeGen: indicate Windows unwind data formatSaleem Abdulrasool2014-09-011-0/+2
* Remove HasLEB128.Rafael Espindola2014-08-151-3/+0
* X86: drop relocations on __eh_frame sections globally.Tim Northover2014-07-221-5/+4
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-2/+2
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-4/+8
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-8/+4
* Don't produce eh_frame relocations when targeting the IOS simulator.Rafael Espindola2014-06-201-2/+3
* Generate native unwind info on Win64Reid Kleckner2014-06-201-4/+8
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-081-1/+3
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+10
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-10/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+10
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-081-0/+5
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-8/+2
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-0/+6
* Don't add suffixes for stdcall/fastcall on 64 coff.Rafael Espindola2013-12-091-0/+2
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-2/+0
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-281-2/+2
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+2
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-2/+0
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+1
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-2/+0
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-3/+11
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+5
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-3/+4
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-17/+0
* Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi2012-04-071-0/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+8
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-1/+13
* Remove an unnecessary header from this file. I don't think this headerChandler Carruth2011-07-151-1/+0
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-14/+19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+134
OpenPOWER on IntegriCloud