aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+75
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-45/+14
* 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
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-2/+2
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-10/+1
* Really big cleanup.Anton Korobeynikov2007-01-031-1/+1
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-3/+0
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-3/+0
* add missing #includeChris Lattner2006-12-061-0/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-0/+3
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-1/+3
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-1/+1
* Various random and minor code cleanups.Chris Lattner2006-09-261-4/+3
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-0/+18
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+3
* Committing X86-64 support.Evan Cheng2006-09-081-1/+10
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-6/+1
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-26/+8
* Minor asm fix.Evan Cheng2006-08-291-1/+2
* Get darwin intel debugging up and running.Jim Laskey2006-08-031-14/+14
* Use the predicate.Jim Laskey2006-07-271-1/+1
* Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey2006-07-271-1/+3
* Add an out-of-line virtual method for X86DwarfWriter to give it a home.Chris Lattner2006-07-141-19/+17