Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / AllocInfo.h
2004-05-25 Brian GaekeAdd a (not very meaningful) default constructor for...
2004-03-08 Brian GaekeMake AllocInfo's Instruction an int, so that we can...
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-10-30 Brian GaekeMake AllocState an enum.
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.