X86 / Cygwin asm / alignment fixes.
[oota-llvm.git] / lib / Target / X86 / X86ATTAsmPrinter.cpp
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
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-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 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-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 ChengMissing .globl for weak / link-once .text symbols.
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-26 Evan ChengWork around some x86 Darwin assembler bugs
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-12-16 Chris LattnerDon't globalize internal functions
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
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 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-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-12 Nate BegemanCheck in the last of the darwin-specific code necessary...
2005-07-12 Chris LattnerAdd a note
2005-07-12 Nate BegemanCommit some pending darwin changes before subtarget...
2005-07-11 Chris LattnerOutput .size directives to tell the assembler the size...
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...