summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.td
Commit message (Expand)AuthorAge
* Add SSSE3 as a feature of Core2. Add MMX registers to the list of registersBill Wendling2007-04-25
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-10
* Add a description of the X86-64 calling convention and the returnChris Lattner2007-02-26
* Still need to support -mcpu=<> or cross compilation will fail. Doh.Evan Cheng2006-10-06
* Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,...Evan Cheng2006-10-06
* Committing X86-64 support.Evan Cheng2006-09-08
* ImmMask should be 3 for a two-bit field; Compact X86IIEvan Cheng2006-05-18
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-18
* Remove PointerType from class TargetEvan Cheng2006-05-17
* - Use xor to clear integer registers (set R, 0).Evan Cheng2006-02-01
* * Fix 80-column violationsChris Lattner2006-01-31
* Fix typo.Jeff Cohen2006-01-29
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-27
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-27
* Added preliminary x86 subtarget support.Evan Cheng2006-01-26
* Get closer to fully working scalar FP in SSE regs. This gets singlesourceNate Begeman2005-07-15
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-06
* Add support for the -x86-asm-syntax flag, which can be used to choose betweenChris Lattner2004-10-03
* Remove a bunch of ad-hoc target-specific flags that were only used by theChris Lattner2004-08-11
* Eliminate 3 of the X86 printImplicit* flags.Chris Lattner2004-08-01
* Add support for the printImplicitDefsBefore flagChris Lattner2004-04-13
* Added the llvm.readport and llvm.writeport intrinsics for x86. These doJohn Criswell2004-04-08
* Add FP conditional move instructions, which annoyingly have special propertiesChris Lattner2004-03-31
* Each instruction now has both an ImmType and a MemType. This describesAlkis Evlogimenos2004-02-28
* Added LLVM copyright header.John Criswell2003-10-21
* Completely eliminate the isVoid TSFlag, shifting over all other fieldsChris Lattner2003-08-06
* There is nothing special about noops anymoreChris Lattner2003-08-04
* transition to using let instead of setChris Lattner2003-08-04
* Add new TableGen instruction definitionsChris Lattner2003-08-03
* Add Target class for X86 targetChris Lattner2003-08-03
* Initial checkin of X86.td fileChris Lattner2003-08-03