Added LLVM copyright header.
[oota-llvm.git] / lib / CodeGen / RegAlloc / PhyRegAlloc.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-23 Chris LattnerMove getAnalysisUsage method from header to .cpp file...
2003-09-21 Brian GaekeErase now-unused prototypes.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeI tried to standardize the formatting and tidy up the...
2003-09-21 Brian GaekeConvert PhyRegAlloc into a proper pass.
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-07-29 Vikram S. AdveCode to insert caller-saves moved here from SparcRegInf...
2003-07-25 Vikram S. AdveRemove unused field. Change the way unused regs. are...
2003-05-31 Vikram S. AdveMinor changes.
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
2002-05-19 Vikram S. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
2002-04-28 Chris LattnerInclude appropriate file
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-27 Chris Lattners/Method/Function
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-08 Chris Lattners/Method/Function
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-04 Chris LattnerSwitch register allocator over to using LoopInfo direct...
2002-02-04 Chris LattnerMake #include "llvm/Analysis/LoopDepth.h" be an interna...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-03 Chris LattnerAdd a class forward decl
2002-01-31 Chris LattnerLoopDepth calculation is now in CFG namespace
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-14 Ruchira SasankaAdded support method for setting interference for pseud...
2001-11-08 Chris LattnerAdd method decl
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-03 Ruchira SasankaAdded support for correct spilling of %ccr
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-23 Ruchira Sasankaadded support to move "added instructions" after the...
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaChanged Call interference info
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-15 Ruchira Sasanka--added methods for printing
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.