1. Clean up code due to changes in SwitchTo*Section(2)
[oota-llvm.git] / lib / Target / X86 / X86IntelAsmPrinter.cpp
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-20 Reid SpencerFor PR950:
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
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-05-31 Evan ChengRename ASM modifier trunc8, trunc16 to subreg8, subreg16.
2006-05-26 Evan ChengRemove a couple of bogus casts.
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerMASM doesn't have one of these.
2006-05-09 Chris LattnerPreserve prior behavior
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-08 Evan ChengFixing truncate. Previously we were emitting truncate...
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-05 Evan ChengBetter implementation of truncate. ISel matches it...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
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...