Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
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-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Evan ChengFix indentation.
2006-12-01 Evan ChengDarwin X86 external weak linkage support.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-10-31 Evan ChengNuke dead code.
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-28 Evan ChengDoh. Must check if GV is constant first.
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-22 Anton KorobeynikovDo section switching right way for Mingw\Cygwin and...
2006-10-18 Anton KorobeynikovFixed mingw\cygwin linkonce linkage once again.
2006-10-17 Anton KorobeynikovAdding linkonce linkage codegeneration support for...
2006-10-14 Anton KorobeynikovAlign stack size to DWORD boundary
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
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-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
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 ChengDoh.
2006-06-28 Evan ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
2006-06-04 Evan ChengBe consistent with gcc.
2006-05-26 Evan ChengMinor bug caught by Ashwin Chandra
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-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-05 Chris LattnerPrint *some* grouping around inline asm blocks so we...
2006-05-04 Jeff CohenMake Intel syntax the default when LLVM is built with...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
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-23 Jim LaskeyChange interface to DwarfWriter.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-23 Chris Lattner"." isn't enough to get a private label on linux, use...
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-15 Evan ChengUse .zerofill on x86/darwin.
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-07 Evan ChengFixed a local common symbol bug.
2006-02-07 Evan ChengFor ELF, .comm takes alignment value as the optional...
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-05 Chris LattnerUse getPreferredAlignmentLog.
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 LattnerRemove a level of indentation by using a continue.
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 Lattnersimplify and genericize this code
2005-11-21 Chris Lattnerprune #include
2005-11-21 Chris LattnerSwitch to using the shared constant pool printer, along...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris Lattnerconvert the rest of this over to use SwitchSection
2005-11-21 Chris LattnerStart using the AsmPrinter shared SwitchSection code...
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerNaturally align doubles in the constant pool, set Priva...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-16 Nate BegemanA couple more darwinisms
2005-07-12 Nate BegemanCommit some pending darwin changes before subtarget...
2005-07-11 Chris LattnerFix crazy indentation
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-01 Nate BegemanThe statistic needs to be in the correct namespace.
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-20 John CriswellFixed indentation.
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-01-23 Reid SpencerSupport Cygwin assembly generation. The cygwin version...
2005-01-12 Chris LattnerPrint a load of a null pointer (in intel mode) like...
2005-01-12 Chris LattnerPrint a load of a null pointer like this:
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-11-14 Misha BrukmanGhostLinkage should not reach asm printing stage
next