Added the llvm.readport and llvm.writeport intrinsics for x86. These do
[oota-llvm.git] / lib / Target / X86 / X86.td
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