summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow '@' to appear in x86 mingw symbolsReid Kleckner2019-08-291-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from lib/Target/X86.Michael Zolotukhin2017-12-131-3/+0
* Mark all library options as hidden.Zachary Turner2017-12-011-5/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-4/+4
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Move RelaxELFRel out to llvm-mc.Rafael Espindola2016-05-291-6/+0
* X86-Darwin: start emitting data-region directives for jump-tables.Tim Northover2016-05-031-1/+1
* [MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.Davide Italiano2016-04-241-0/+6
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-14/+15
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-15/+14
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-14/+15
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-15/+14
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-0/+5
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-051-1/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+1
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-1/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+1
* [WinEH] Add an EH registration and state insertion pass for 32-bit x86Reid Kleckner2015-05-011-1/+2
* Classify functions by EH personality type rather than using the tripleReid Kleckner2015-01-231-4/+2
* 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
OpenPOWER on IntegriCloud