Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-30 Gordon HenriksenAsmPrinters overriding getAnalysisUsage should call...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-08-29 Evan ChengMinor asm fix.
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
2006-07-14 Chris LattnerAdd an out-of-line virtual method for X86DwarfWriter...
2006-06-29 Evan ChengMove .literal4 and .literal8 support into AsmPrinter.cpp
2006-06-28 Evan ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
2006-05-09 Chris LattnerFix the MASM asmprinter's lies. It does not want to...
2006-05-02 Nate BegemanHooray, everyone now uses the same printBasicBlockLabel...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-25 Evan ChengConstantPoolIndex is now the displacement field of...
2005-12-13 Chris LattnerUse the shared asmprinter code for printing special...
2005-12-13 Chris LattnerAdd ELF and darwin support for static ctors and dtors
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
2005-11-21 Chris LattnerUse subtarget information computed by X86Subtarget...
2005-11-21 Chris LattnerAdd a forELF flag, allowing the removal of forCygwin...
2005-11-21 Chris LattnerSwitch to using the shared constant pool printer, along...
2005-11-21 Chris LattnerStart using the AsmPrinter shared SwitchSection code...
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...