JMPL has a delay slot.
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.td
2004-06-18 Brian GaekeFix jmpl.
2004-06-18 Brian GaekeAdd load instructions for floating-point registers.
2004-06-17 Brian GaekeSet the isBranch and isTerminator flags on branch instr...
2004-05-08 Brian GaekeAdd a bunch more branches
2004-05-08 Brian GaekeAdd ADD with immediate
2004-05-08 Brian GaekeAdd forms of CMP, SUBCC, and a few branches, and some...
2004-04-07 Chris Lattnerandd subcc instructions which is used to create the...
2004-04-07 Chris LattnerFix encoding of existing shift instructions, add rr...
2004-04-07 Chris LattnerAdd a bunch more instructions
2004-04-07 Brian GaekeAdd UDIV, SDIV, and a few variants of WR.
2004-04-02 Brian GaekeAdd load, store, and NOP instructions.
2004-03-16 Brian GaekeAdd UMULrr and SMULrr instructions.
2004-03-06 Brian GaekeSort stanzas into Sparc V8 book page number order.
2004-03-04 Brian GaekeSubtract instructions; minor cleanups
2004-03-04 Brian GaekeSimple copyConstantToReg support, SETHIi and ORri
2004-03-03 Brian GaekeSupport add - note, still missing important copyConstan...
2004-02-28 Chris LattnerTab completion is our friend.