aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86.td
Commit message (Expand)AuthorAgeFilesLines
* ImmMask should be 3 for a two-bit field; Compact X86IIEvan Cheng2006-05-181-1/+1
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-181-3/+0
* Remove PointerType from class TargetEvan Cheng2006-05-171-3/+0
* - Use xor to clear integer registers (set R, 0).Evan Cheng2006-02-011-4/+4
* * Fix 80-column violationsChris Lattner2006-01-311-16/+16
* Fix typo.Jeff Cohen2006-01-291-1/+1
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-271-24/+26
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-271-1/+0
* Added preliminary x86 subtarget support.Evan Cheng2006-01-261-0/+69
* Get closer to fully working scalar FP in SSE regs. This gets singlesourceNate Begeman2005-07-151-1/+1
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-061-1/+1
* Add support for the -x86-asm-syntax flag, which can be used to choose betweenChris Lattner2004-10-031-0/+14
* Remove a bunch of ad-hoc target-specific flags that were only used by theChris Lattner2004-08-111-6/+2
* Eliminate 3 of the X86 printImplicit* flags.Chris Lattner2004-08-011-7/+1
* Add support for the printImplicitDefsBefore flagChris Lattner2004-04-131-1/+3
* Added the llvm.readport and llvm.writeport intrinsics for x86. These doJohn Criswell2004-04-081-6/+20
* Add FP conditional move instructions, which annoyingly have special propertiesChris Lattner2004-03-311-2/+4
* Each instruction now has both an ImmType and a MemType. This describesAlkis Evlogimenos2004-02-281-4/+4
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Completely eliminate the isVoid TSFlag, shifting over all other fieldsChris Lattner2003-08-061-4/+4
* There is nothing special about noops anymoreChris Lattner2003-08-041-1/+0
* transition to using let instead of setChris Lattner2003-08-041-8/+8
* Add new TableGen instruction definitionsChris Lattner2003-08-031-0/+11
* Add Target class for X86 targetChris Lattner2003-08-031-0/+17
* Initial checkin of X86.td fileChris Lattner2003-08-031-0/+17