summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Emit @feat.00 on 64-bit and set the CFG bit when emitting guardcf tablesHans Wennborg2018-09-191-8/+15
* [MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo2018-08-291-0/+4
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-23/+0
* Tidy comment language and explanation.Eric Christopher2018-06-181-5/+5
* Pull non-lazy stub table emission into a separate function alongsideEric Christopher2018-06-181-41/+47
* Add return statements to make it clear that all of these are mutually exclusi...Eric Christopher2018-06-181-0/+4
* [X86][ELF][CET] Adding the .note.gnu.property ELF section in X86Alexander Ivchenko2018-06-041-0/+38
* [X86] Don't crash on bad operand modifiers in inline assemblyCraig Topper2018-04-181-0/+6
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Test commit: Remove an extraneous space. NFCDavid Stenberg2018-03-021-1/+1
* [X86] Support 'V' register operand modifierDavid Woodhouse2018-02-081-1/+10
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-21/+0
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Remove redundant includes from lib/Target/X86.Michael Zolotukhin2017-12-131-2/+0
* [codeview] Don't emit FPO data in funclet prologuesReid Kleckner2017-10-121-4/+0
* Speculative build fix 2Reid Kleckner2017-10-121-1/+1
* [codeview] Disable FPO in functions using EH funcletsReid Kleckner2017-10-121-0/+4
* [X86] Sink X86AsmPrinter ctor into .cpp file, NFCReid Kleckner2017-10-111-0/+4
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-1/+25
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-1/+1
* Correct PrivateLinkage for COFFReid Kleckner2016-10-131-3/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-3/+3
* Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis2016-08-081-25/+0
* [X86] Support the "ms-hotpatch" attribute.Charles Davis2016-08-081-0/+25
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-0/+3
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* Drop support for creating $stubs.Rafael Espindola2016-06-291-36/+2
* Simplify handling of hidden stub.Rafael Espindola2016-05-171-25/+1
* Emit code16 in assembly in 16-bit modeNirav Dave2016-04-221-0/+6
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-191-0/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-1/+2
* [X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...Craig Topper2015-12-251-10/+9
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-221-0/+1
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-2/+3
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-54/+13
* Enable StackMap Serialization for COFFSwaroop Sridhar2015-06-251-0/+2
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-3/+3
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-1/+4
* Revert "Move dllimport name mangling to IR mangler."Reid Kleckner2015-06-111-0/+5
* Move dllimport name mangling to IR mangler.Peter Collingbourne2015-06-091-5/+0
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-7/+14
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-14/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-29/+29
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-21/+1
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-031-1/+0
OpenPOWER on IntegriCloud