aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Rename the x86 isTargetMacho to isTargetMachO for uniformity.Eric Christopher1-3/+3
2014-08-21X86AsmPrinter MCJIT MSVC bug fix.Josh Klontz1-6/+7
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-08-01Add support for StackMap section for ELF/Linux systemsPhilip Reames1-0/+2
2014-07-24[X86] Optimize stackmap shadows on X86.Lang Hames1-0/+2
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-0/+22
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-2/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+2
2014-05-25Emit data or code export directives based on the type.Rafael Espindola1-7/+3
2014-05-16Delete getAliasedGlobal.Rafael Espindola1-1/+1
2014-05-04X86: further range-loopify AsmPrinterSaleem Abdulrasool1-18/+16
2014-05-04X86: remove X86COFFMachineModuleInfoSaleem Abdulrasool1-16/+0
2014-05-04X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool1-1/+6
2014-05-04X86: refactor export directive generationSaleem Abdulrasool1-21/+24
2014-04-29X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover1-31/+35
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-8/+8
2014-04-01If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 andYaron Keren1-2/+1
2014-04-01isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren1-4/+4
2014-03-28[x86] Fix printing of register operands with q modifier.Akira Hatanaka1-3/+5
2014-03-19Prune includes in X86 target.Craig Topper1-5/+3
2014-03-18X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob1-18/+18
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-4/+4
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-01-14Handle dllexport for global aliasesNico Rieck1-0/+15
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-5/+5
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-5/+5
2014-01-14Revert "Handle dllexport for global aliases"Nico Rieck1-15/+0
2014-01-14Handle dllexport for global aliasesNico Rieck1-0/+15
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-5/+5
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-1/+0
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-10Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover1-4/+4
2013-12-02Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola1-5/+5
2013-11-27Remove dead code.Rafael Espindola1-36/+4
2013-11-27Convert two if sequences to switches.Rafael Espindola1-10/+21
2013-11-27Use a switch.Rafael Espindola1-5/+11
2013-11-27Remove more dead code now that this is only used for inline asm.Rafael Espindola1-4/+1
2013-11-27Convert more methods in static helpers.Rafael Espindola1-23/+26
2013-11-27Convert these methods into static functions.Rafael Espindola1-51/+56
2013-11-27Cleanup and test X86AsmPrinter::printPCRelImm.Rafael Espindola1-4/+0
2013-11-18Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner1-0/+1
2013-11-12Add a FIXME for 32-bit q modifiers.Eric Christopher1-0/+1
2013-10-31Add support for stack map generation in the X86 backend.Andrew Trick1-0/+2
2013-10-31whitespaceAndrew Trick1-4/+4
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-6/+6
2013-10-18Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg1-3/+1
2013-10-17Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg1-1/+3
2013-09-17COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner1-0/+20
2013-06-16DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie1-42/+0