summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-021-0/+1
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-301-1/+0
* Make EmitFunctionHeader a private helper.Rafael Espindola2015-03-171-3/+0
* Don't dllexport declarationsReid Kleckner2015-02-061-2/+2
* Migrate the X86 AsmPrinter away from using the subtarget whenEric Christopher2015-02-051-11/+19
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-3/+2
* Rename the x86 isTargetMacho to isTargetMachO for uniformity.Eric Christopher2014-12-051-3/+3
* X86AsmPrinter MCJIT MSVC bug fix.Josh Klontz2014-08-211-6/+7
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* Add support for StackMap section for ELF/Linux systemsPhilip Reames2014-08-011-0/+2
* [X86] Optimize stackmap shadows on X86.Lang Hames2014-07-241-0/+2
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-0/+22
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
* Emit data or code export directives based on the type.Rafael Espindola2014-05-251-7/+3
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* X86: further range-loopify AsmPrinterSaleem Abdulrasool2014-05-041-18/+16
* X86: remove X86COFFMachineModuleInfoSaleem Abdulrasool2014-05-041-16/+0
* X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool2014-05-041-1/+6
* X86: refactor export directive generationSaleem Abdulrasool2014-05-041-21/+24
OpenPOWER on IntegriCloud