summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] Simplify StackMapShadowTracker; NFCSanjoy Das2016-04-191-5/+5
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-191-6/+6
* [X86] Rip out orphaned method declarations and other dead code. NFC.Benjamin Kramer2015-10-151-2/+0
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-2/+0
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-1/+5
* [X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.Sanjoy Das2015-05-061-0/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* [patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames2015-04-221-1/+1
* Save the MachineFunction in startFunction so that we can use it forEric Christopher2015-02-201-0/+1
* Migrate the X86 AsmPrinter away from using the subtarget whenEric Christopher2015-02-051-3/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-2/+3
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [X86] Clarify some stackmap shadow optimization code as based on reviewLang Hames2014-07-251-2/+13
* [X86] Optimize stackmap shadows on X86.Lang Hames2014-07-241-1/+53
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-0/+3
* X86: refactor export directive generationSaleem Abdulrasool2014-05-041-1/+3
* Prune includes in X86 target.Craig Topper2014-03-191-5/+2
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-1/+0
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-11/+11
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-7/+7
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-291-11/+1
* Convert more methods in static helpers.Rafael Espindola2013-11-271-10/+0
* Convert these methods into static functions.Rafael Espindola2013-11-271-7/+0
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-171-1/+2
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-1/+13
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-5/+0
* Make pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper2012-10-091-18/+15
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-031-0/+4
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-1/+1
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-101-1/+1
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-1/+1
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-101-1/+1
* Whitespace.Chad Rosier2012-08-011-4/+4
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-4/+0
* Remove unnecessary include.Devang Patel2011-11-091-1/+0
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-2/+0
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-0/+89
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+0
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-281-80/+0
* Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...Anton Korobeynikov2008-06-281-17/+0
* Use StringSet instead of std::set<std::string>Anton Korobeynikov2008-06-271-4/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* AsmPrinters overriding getAnalysisUsage should call super.Gordon Henriksen2007-09-301-1/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-1/+2
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-231-0/+0
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-171-1/+1
OpenPOWER on IntegriCloud