Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8InstrInfo.td
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanThe (future) SparcV8 JIT would do well to have a class...
2004-07-31 Chris LattnerI'm pretty sure that ba is branch always, which is...
2004-07-16 Brian GaekeAdd a class for pseudo-instructions. Use it.
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-06-27 Brian GaekeAdd FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}.
2004-06-24 Brian GaekeAdd FSTOD and FDTOS conversion instructions.
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
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.