Add lock prefix support to x86. Also add the instructions necessary for the atomic...
[oota-llvm.git] / lib / Target / X86 / X86.td
2008-03-01 Andrew LenharthAdd lock prefix support to x86. Also add the instructi...
2008-02-15 Dale Johannesennocona, core2 and penryn support 64 bit.
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
2007-05-22 Bill WendlingWe only need to specify the most-implied feature for...
2007-05-06 Bill Wendling3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and...
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-04-25 Bill WendlingAdd SSSE3 as a feature of Core2. Add MMX registers...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-02-26 Chris LattnerAdd a description of the X86-64 calling convention...
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-05-18 Evan ChengImmMask should be 3 for a two-bit field; Compact X86II
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-02-01 Evan Cheng- Use xor to clear integer registers (set R, 0).
2006-01-31 Chris Lattner* Fix 80-column violations
2006-01-29 Jeff CohenFix typo.
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2005-07-15 Nate BegemanGet closer to fully working scalar FP in SSE regs....
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-08-11 Chris LattnerRemove a bunch of ad-hoc target-specific flags that...
2004-08-01 Chris LattnerEliminate 3 of the X86 printImplicit* flags.
2004-04-13 Chris LattnerAdd support for the printImplicitDefsBefore flag
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics...
2004-03-31 Chris LattnerAdd FP conditional move instructions, which annoyingly...
2004-02-28 Alkis EvlogimenosEach instruction now has both an ImmType and a MemType...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-08-06 Chris LattnerCompletely eliminate the isVoid TSFlag, shifting over...
2003-08-04 Chris LattnerThere is nothing special about noops anymore
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-03 Chris LattnerAdd new TableGen instruction definitions
2003-08-03 Chris LattnerAdd Target class for X86 target
2003-08-03 Chris LattnerInitial checkin of X86.td file