Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and relate...
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86MCAsmInfo.cpp
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-05 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-06 Brad SmithRemove X86 .quad workaround for buggy GNU assembler...
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-07-22 Tim NorthoverX86: drop relocations on __eh_frame sections globally.
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-04-07 NAKAMURA TakumiTarget/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfC...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-07-15 Chandler CarruthRemove an unnecessary header from this file. I don...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...