* Codegen of GEPs dramatically improved by folding multiplies and adds
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8RegisterInfo.td
2004-06-24 Brian GaekeMake the double-fp pseudo registers be "NamedRegs".
2004-06-24 Brian GaekeThe long integer pseudo-regs are history. So long,...
2004-06-22 Brian GaekeAdd pseudo-registers and register class for 64-bit...
2004-06-18 Brian GaekeMess around with allocation order. In particular, I...
2004-04-07 Chris LattnerMerge my changes with brians
2004-04-07 Brian GaekeAdd support for the "Y" register, used by MUL & DIV.
2004-03-08 Chris LattnerAvoid allocating special registers a bit more robustly
2004-03-06 Brian GaekeHack it so we do not try to allocate values to G0.
2004-03-04 Brian GaekeDouble-FP pseudo-registers.
2004-03-04 Brian GaekeFloating point regs
2004-02-29 Chris LattnerImplement initial prolog/epilog code insertion methods.
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...
2004-02-28 Chris LattnerTab completion is our friend.