summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Emit data or code export directives based on the type.Rafael Espindola2014-05-25
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* X86: further range-loopify AsmPrinterSaleem Abdulrasool2014-05-04
* X86: remove X86COFFMachineModuleInfoSaleem Abdulrasool2014-05-04
* X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool2014-05-04
* X86: refactor export directive generationSaleem Abdulrasool2014-05-04
* X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 andYaron Keren2014-04-01
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-01
* [x86] Fix printing of register operands with q modifier.Akira Hatanaka2014-03-28
* Prune includes in X86 target.Craig Topper2014-03-19
* X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob2014-03-18
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Handle dllexport for global aliasesNico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Revert "Handle dllexport for global aliases"Nico Rieck2014-01-14
* Handle dllexport for global aliasesNico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-11-27
* Convert two if sequences to switches.Rafael Espindola2013-11-27
* Use a switch.Rafael Espindola2013-11-27
* Remove more dead code now that this is only used for inline asm.Rafael Espindola2013-11-27
* Convert more methods in static helpers.Rafael Espindola2013-11-27
* Convert these methods into static functions.Rafael Espindola2013-11-27
* Cleanup and test X86AsmPrinter::printPCRelImm.Rafael Espindola2013-11-27
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* Add a FIXME for 32-bit q modifiers.Eric Christopher2013-11-12
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* [ms-inline-asm] Add support for memory references that have non-immediateChad Rosier2013-02-13
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01