Added LLVM copyright header.
[oota-llvm.git] / lib / CodeGen / RegAlloc / LiveRange.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-01-15 Chris LattnerAdd new method
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerRemove #include
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-02-05 Chris Lattner* Code Cleanups of IGNode.h
2002-02-05 Chris Lattner* Code Cleanups
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-15 Ruchira SasankaChanged some names of methods, added const etc.
2001-11-08 Vikram S. AdveAdded two minor methods.
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaChanged Call interference info
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-08 Ruchira Sasanka--Ruchira