remove V8 reference
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8RegisterInfo.td
2005-12-20 Chris LattnerReserve G1 for frame offset stuff and use it to handle...
2005-12-19 Chris LattnerElimiante SP and FP, which weren't members of the IntRe...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-17 Chris LattnerAdd patterns for multiply, simplify Y register handling...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris Lattnerput reg classes in namespaces
2004-12-10 Brian GaekeMake this file self-contained.
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-09-27 Misha BrukmanSparcV8 int regs are not only 32-bits in width, but...
2004-09-26 Misha BrukmanFix the copy-pasto that Brian noticed: V8 int regs...
2004-09-22 Misha BrukmanUse the V8/V9 shared register file description
2004-09-13 Chris LattnerChanges to make this work with Jason's patch. I checke...
2004-08-21 Chris LattnerConvert bytes to bits in alignment
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.