summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAge
* X86: refactor export directive generationSaleem Abdulrasool2014-05-04
* Prune includes in X86 target.Craig Topper2014-03-19
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Convert more methods in static helpers.Rafael Espindola2013-11-27
* Convert these methods into static functions.Rafael Espindola2013-11-27
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Make pass name more precise and fix comment.Eli Bendersky2013-02-19
* Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper2012-10-09
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-03
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-10
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-10
* Whitespace.Chad Rosier2012-08-01
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Remove unnecessary include.Devang Patel2011-11-09
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-19
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-28
* Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...Anton Korobeynikov2008-06-28
* Use StringSet instead of std::set<std::string>Anton Korobeynikov2008-06-27
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* AsmPrinters overriding getAnalysisUsage should call super.Gordon Henriksen2007-09-30
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-11
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-23
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-17
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Really big cleanup.Anton Korobeynikov2007-01-03
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18
* add missing #includeChris Lattner2006-12-06
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-31
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-30
* Various random and minor code cleanups.Chris Lattner2006-09-26
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-20
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Committing X86-64 support.Evan Cheng2006-09-08
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06