| Age | Commit message (Expand) | Author |
| 2002-03-31 | Bug fix: address used by indirect call instruction should also | Vikram S. Adve |
| 2002-03-24 | Destroy MethodLiveVarInfo after register allocation. | Vikram S. Adve |
| 2002-03-23 | Rename Method to Function | Chris Lattner |
| 2002-03-18 | Big bug fix: getUsableUniRegAtMI needed to return values in arguments | Vikram S. Adve |
| 2002-03-18 | Big bug fix: getUsableUniRegAtMI needed to return values in arguments | Vikram S. Adve |
| 2002-02-12 | Method.h no longer includes BasicBlock.h | Chris Lattner |
| 2002-02-05 | Convert operand iterator over to work like an STL iterator | Chris Lattner |
| 2002-02-05 | Minor change: Methods that return ValueSet's that are guaranteed to be valid | Chris Lattner |
| 2002-02-05 | * Code Cleanups | Chris Lattner |
| 2002-02-05 | * Code Cleanups of IGNode.h | Chris Lattner |
| 2002-02-05 | Must include SetOperations to do set_* | Chris Lattner |
| 2002-02-05 | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner |
| 2002-02-05 | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner |
| 2002-02-05 | * Code Cleanups | Chris Lattner |
| 2002-02-05 | * Add a #include not indirectly included any more | Chris Lattner |
| 2002-02-04 | * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copy | Chris Lattner |
| 2002-02-04 | Switch register allocator over to using LoopInfo directly instead of indirect... | Chris Lattner |
| 2002-02-04 | Make LoopDeptCalculator be an internal artifact of how RegAlloc is implemented, | Chris Lattner |
| 2002-02-04 | Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how regi... | Chris Lattner |
| 2002-02-04 | * Add #includes removed from headers | Chris Lattner |
| 2002-02-04 | Convert RegisterAllocator interface to opaque pass type, so that users do not | Chris Lattner |
| 2002-02-04 | Add #includes neccesary since they were removed from .h files | Chris Lattner |
| 2002-02-04 | * Minor cleanups | Chris Lattner |
| 2002-02-04 | Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass | Chris Lattner |
| 2002-02-03 | Lots of code cleanups, no functional changes | Chris Lattner |
| 2002-02-03 | Add a class forward decl | Chris Lattner |
| 2002-01-31 | LoopDepth calculation is now in CFG namespace | Chris Lattner |
| 2002-01-21 | Oops lost a parenthesis somehow :( | Chris Lattner |
| 2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
| 2002-01-08 | Fixed a bug in spill cost estimation | Ruchira Sasanka |
| 2002-01-07 | PhyRegAlloc.cpp: Added temp area resetting before every call | Ruchira Sasanka |
| 2002-01-07 | Added destructors and comments. | Ruchira Sasanka |
| 2002-01-07 | Added comments, destructors where necessary. | Ruchira Sasanka |
| 2001-12-04 | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner |
| 2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
| 2001-11-15 | Commented some popTempArg.. since it leads to a bug | Ruchira Sasanka |
| 2001-11-15 | Fixed a bug in setReLRegsUsedByMI | Ruchira Sasanka |
| 2001-11-15 | Changed some names of methods, added const etc. | Ruchira Sasanka |
| 2001-11-15 | fixed setUsedRegAtMI | Ruchira Sasanka |
| 2001-11-14 | Added support method for setting interference for pseudo instructions | Ruchira Sasanka |
| 2001-11-14 | Added interference for args in pseudo instructions | Ruchira Sasanka |
| 2001-11-13 | commented out lines printing code after scheduling | Ruchira Sasanka |
| 2001-11-13 | Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted | Ruchira Sasanka |
| 2001-11-12 | Do the same for allocating spills to get their alignment right too. | Vikram S. Adve |
| 2001-11-12 | When allocating space on stack for writing a register, | Vikram S. Adve |
| 2001-11-10 | Changed code to ignore Phi Nodes in PhyRegAlloc | Ruchira Sasanka |
| 2001-11-10 | Coalesing bug fix - now checks for the same regType instead of the same | Ruchira Sasanka |
| 2001-11-09 | No major change | Ruchira Sasanka |
| 2001-11-08 | Add method decl | Chris Lattner |
| 2001-11-08 | corrected insertCode4Spilled ... bug. | Ruchira Sasanka |