fixed setUsedRegAtMI
[oota-llvm.git] / lib / CodeGen / RegAlloc / PhyRegAlloc.cpp
2001-11-15 Ruchira Sasankafixed setUsedRegAtMI
2001-11-14 Ruchira SasankaAdded interference for args in pseudo instructions
2001-11-13 Ruchira Sasankacommented out lines printing code after scheduling
2001-11-13 Ruchira SasankaFixed a bug concering LR spilling. Earlier, added spill...
2001-11-12 Vikram S. AdveDo the same for allocating spills to get their alignmen...
2001-11-12 Vikram S. AdveWhen allocating space on stack for writing a register,
2001-11-10 Ruchira SasankaChanged code to ignore Phi Nodes in PhyRegAlloc
2001-11-09 Ruchira SasankaNo major change
2001-11-08 Ruchira Sasankacorrected insertCode4Spilled ... bug.
2001-11-08 Ruchira SasankaUncommented LR spill code insertion
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 spill code support; moved insertCallerSaving...
2001-10-23 Ruchira SasankaAdded support to move "added instructions" after the...
2001-10-22 Vikram S. AdveUse class MachineCodeForMethod to print machine code.
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-19 Ruchira SasankaAdded code to PhyRegAlloc to mark unusable suggested...
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-18 Ruchira Sasankano major change
2001-10-18 Ruchira Sasankaremoved some debug messages
2001-10-16 Ruchira Sasankachanged debugg message printing - no change to useful...
2001-10-16 Ruchira SasankaNo major change - commented some debug code
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-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set