Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86ATTAsmPrinter.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-10-30 Duncan SandsFix for visibility warnings generated by gcc-4.2.
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-06-25 Dan GohmanSay AT&T instead of Intel in the comments for AT&T...
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
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-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-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-22 Evan ChengAdded MMX, SSE1, and SSE2 vector instructions and some...
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-01-31 Evan Cheng- Allow XMM load (for scalar use) to be folded into...
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...