Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
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
2004-11-13 Chris LattnerDon't print unneeded labels
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerUse the AsmPrinter emitGlobalConstant.
2004-08-16 Chris LattnerStart using the AsmPrinter to emit our first class...
2004-08-11 Chris LattnerRemove a dead method
2004-08-11 Chris LattnerFinally, the entire instruction asmprinter is now gener...
2004-08-11 Chris LattnerAdd asmprintergen support for the last X86 instruction...
2004-08-11 Chris LattnerMove hacks up
2004-08-11 Chris LattnerConvert asmprinter to new style of instruction printer
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-01 Chris LattnerGet rid of 3 of the 4 'printimplicit' flags. Implicit...
2004-08-01 Chris LattnerHandle registers a bit more efficiently
2004-08-01 Chris LattnerThe tblgen'erated asmparser wants a way to print operands.
2004-08-01 Chris LattnerRename the Printer class -> X86AsmPrinter.
2004-07-26 Misha BrukmanFix indentation: should be 2 spaces.
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-07-18 Reid Spencerbug 122:
2004-06-29 Misha BrukmanFix associativity of parameters to assert(): now it...
2004-06-29 Misha BrukmanConvert tabs to spaces.
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
next