summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-291-31/+35
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-8/+8
* If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 andYaron Keren2014-04-011-2/+1
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-011-4/+4
* [x86] Fix printing of register operands with q modifier.Akira Hatanaka2014-03-281-3/+5
* Prune includes in X86 target.Craig Topper2014-03-191-5/+3
* X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob2014-03-181-18/+18
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-4/+4
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Handle dllexport for global aliasesNico Rieck2014-01-141-0/+15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-5/+5
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-5/+5
* Revert "Handle dllexport for global aliases"Nico Rieck2014-01-141-15/+0
* Handle dllexport for global aliasesNico Rieck2014-01-141-0/+15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-5/+5
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-101-4/+4
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-5/+5
* Remove dead code.Rafael Espindola2013-11-271-36/+4
* Convert two if sequences to switches.Rafael Espindola2013-11-271-10/+21
* Use a switch.Rafael Espindola2013-11-271-5/+11
* Remove more dead code now that this is only used for inline asm.Rafael Espindola2013-11-271-4/+1
* Convert more methods in static helpers.Rafael Espindola2013-11-271-23/+26
* Convert these methods into static functions.Rafael Espindola2013-11-271-51/+56
* Cleanup and test X86AsmPrinter::printPCRelImm.Rafael Espindola2013-11-271-4/+0
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-181-0/+1
* Add a FIXME for 32-bit q modifiers.Eric Christopher2013-11-121-0/+1
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-0/+2
* whitespaceAndrew Trick2013-10-311-4/+4
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-6/+6
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-3/+1
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-1/+3
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-0/+20
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-42/+0
OpenPOWER on IntegriCloud