Implement the --enable-targets= feature of the configure script. The make
[oota-llvm.git] / lib / Target / Sparc / SparcRegisterInfo.td
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.