summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAge
* 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
* Minor asm fix.Evan Cheng2006-08-29
* Get darwin intel debugging up and running.Jim Laskey2006-08-03
* Use the predicate.Jim Laskey2006-07-27
* Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey2006-07-27
* Add an out-of-line virtual method for X86DwarfWriter to give it a home.Chris Lattner2006-07-14
* Move .literal4 and .literal8 support into AsmPrinter.cppEvan Cheng2006-06-29
* Oops. Need to keep CP index.Evan Cheng2006-06-28
* Darwin puts float and double literal constants into literal4 and literal8 sec...Evan Cheng2006-06-28
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-25
* Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner2006-05-09
* Hooray, everyone now uses the same printBasicBlockLabel implementationNate Begeman2006-05-02
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-02
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-07
* Enable Dwarf debugging info.Evan Cheng2006-03-07
* ConstantPoolIndex is now the displacement field of addressing mode.Evan Cheng2006-02-25
* Use the shared asmprinter code for printing special llvm globalsChris Lattner2005-12-13
* Add ELF and darwin support for static ctors and dtorsChris Lattner2005-12-13
* Use HasDotTypeDotSizeDirective instead of forELFChris Lattner2005-11-21