Add #includes neccesary since they were removed from .h files
[oota-llvm.git] / lib / CodeGen / RegAlloc / LiveRangeInfo.cpp
2002-02-04 Chris LattnerAdd #includes neccesary since they were removed from...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded destructors and comments.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-10 Ruchira SasankaCoalesing bug fix - now checks for the same regType...
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set
2001-09-18 Ruchira Sasanka-- updated printing
2001-09-15 Ruchira Sasankafixed printing messages
2001-09-14 Ruchira Sasanka*** empty log message ***