Make external globals public; other minor cleanup.
[oota-llvm.git] / lib / Target / X86 / X86IntelAsmPrinter.cpp
2006-05-04 Jeff CohenMake external globals public; other minor cleanup.
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-05-01 Chris LattnerRemove %'s from register names when in intel mode.
2006-04-28 Evan ChengI can't spell: Register, not Regsiter.
2006-04-28 Evan ChengImplemented x86 inline asm b, h, w, k modifiers.
2006-04-28 Evan ChengBare-bone X86 inline asm printer support.
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-03-23 Jim LaskeyChange interface to DwarfWriter.
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-26 Evan ChengFixed ConstantPoolIndex operand asm print bug. This...
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Evan ChengFixed a minor bug: - -offset != offset iff offset ...
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
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 LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels. This...
2005-11-21 Chris Lattnerconvert the rest of this over to use SwitchSection
2005-11-21 Chris LattnerNaturally align doubles in the constant pool, set Priva...
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-03 Chris LattnerPercolate the call up to the right superclass
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...