Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.td
2004-12-10 Brian GaekeAdd the rest of the multiply instructions.
2004-11-23 Brian GaekeAdd the rest of the logical instructions.
2004-11-21 Brian GaekeAdd all the rest of the ADD and SUB variants, some...
2004-11-16 Brian GaekeCorrect the implicit-defs information for indirect...
2004-11-15 Brian GaekeExpand Defs to encompass all the possibly-call-clobbere...
2004-10-14 Misha BrukmanThe field is called `imm22', not simply `imm'
2004-10-14 Misha BrukmanSynthetic instructions RET and RETL need to have all...
2004-10-14 Brian GaekeAdd FSTOI, FDTOI (fp to integer cast) instructions.
2004-10-10 Brian GaekeModel calls as *both* using *and* killing O0..O5, becau...
2004-09-30 Brian GaekeMark the instructions that have delay slots with the...
2004-09-29 Brian GaekeTell the target description that calls clobber register...
2004-09-29 Brian GaekeFITOD is spelled "fitod", not "fitos". Ouch.
2004-09-29 Brian GaekeAdd new FpMOVD pseudo-instruction, used to move doubles...
2004-09-22 Misha BrukmanCombine the F2 and F3 instruction classes into one...
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.