summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Don't produce eh_frame relocations when targeting the IOS simulator.Rafael Espindola2014-06-20
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-08
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Don't add suffixes for stdcall/fastcall on 64 coff.Rafael Espindola2013-12-09
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-24
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi2012-04-07
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-29
* Remove an unnecessary header from this file. I don't think this headerChandler Carruth2011-07-15
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14