Added LLVM copyright header.
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / LiveRangeInfo.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-15 Brian GaekeFix typos in comments.
2003-07-29 Vikram S. AdveAdd const version of getLiveRangeForValue().
2003-07-26 Chris LattnerRemove extraneous #includes
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-03-23 Chris LattnerRename Method to Function
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-04 Chris Lattner* Minor cleanups
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-11-08 Vikram S. AdveAdded two minor methods.
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-08 Ruchira Sasanka--Ruchira