summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAge
* Merging r198744:Tom Stellard2014-04-08
* 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