summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-39/+26
* Bug fix: address used by indirect call instruction should alsoVikram S. Adve2002-03-311-16/+21
* Destroy MethodLiveVarInfo after register allocation.Vikram S. Adve2002-03-241-0/+1
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-181-3/+3
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-34/+18
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-9/+9
* * Code CleanupsChris Lattner2002-02-051-14/+12
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-34/+24
* * Code CleanupsChris Lattner2002-02-051-22/+14
* * Add a #include not indirectly included any moreChris Lattner2002-02-051-0/+1
* * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copyChris Lattner2002-02-041-4/+2
* Switch register allocator over to using LoopInfo directly instead of indirect...Chris Lattner2002-02-041-4/+4
* Make LoopDeptCalculator be an internal artifact of how RegAlloc is implemented,Chris Lattner2002-02-041-4/+13
* * Add #includes removed from headersChris Lattner2002-02-041-1/+2
* Convert RegisterAllocator interface to opaque pass type, so that users do notChris Lattner2002-02-041-12/+26
* Add #includes neccesary since they were removed from .h filesChris Lattner2002-02-041-1/+2
* Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined passChris Lattner2002-02-041-2/+17
* Lots of code cleanups, no functional changesChris Lattner2002-02-031-103/+74
* Oops lost a parenthesis somehow :(Chris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-98/+72
* PhyRegAlloc.cpp: Added temp area resetting before every callRuchira Sasanka2002-01-071-1/+2
* Added destructors and comments.Ruchira Sasanka2002-01-071-74/+142
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-5/+5
* Commented some popTempArg.. since it leads to a bugRuchira Sasanka2001-11-151-3/+11
* Fixed a bug in setReLRegsUsedByMIRuchira Sasanka2001-11-151-54/+75
* fixed setUsedRegAtMIRuchira Sasanka2001-11-151-7/+34
* Added interference for args in pseudo instructionsRuchira Sasanka2001-11-141-8/+48
* commented out lines printing code after schedulingRuchira Sasanka2001-11-131-2/+2
* Fixed a bug concering LR spilling. Earlier, added spilled code was not insertedRuchira Sasanka2001-11-131-27/+43
* Do the same for allocating spills to get their alignment right too.Vikram S. Adve2001-11-121-1/+2
* When allocating space on stack for writing a register,Vikram S. Adve2001-11-121-1/+3
* Changed code to ignore Phi Nodes in PhyRegAllocRuchira Sasanka2001-11-101-1/+6
* No major changeRuchira Sasanka2001-11-091-3/+3
* corrected insertCode4Spilled ... bug.Ruchira Sasanka2001-11-081-8/+17
* Uncommented LR spill code insertionRuchira Sasanka2001-11-081-2/+85
* Removed class RegStackOffsets and used class MachineCodeForMethodVikram S. Adve2001-11-081-217/+34
* Added support for correct spilling of %ccrRuchira Sasanka2001-11-031-60/+17
* Arranged stack frame - needs furhter organizationRuchira Sasanka2001-11-031-2/+59
* Added spill code support; moved insertCallerSaving to SparRegInfo sinceRuchira Sasanka2001-10-281-66/+319
* Added support to move "added instructions" after the delay slotRuchira Sasanka2001-10-231-19/+79
* Use class MachineCodeForMethod to print machine code.Vikram S. Adve2001-10-221-1/+1
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-211-22/+13
* Added code to PhyRegAlloc to mark unusable suggested regsRuchira Sasanka2001-10-191-6/+56
* Corrected call interference bugRuchira Sasanka2001-10-191-14/+82
* no major changeRuchira Sasanka2001-10-181-2/+4
* removed some debug messagesRuchira Sasanka2001-10-181-15/+17
* changed debugg message printing - no change to useful codeRuchira Sasanka2001-10-161-13/+16
* No major change - commented some debug codeRuchira Sasanka2001-10-161-3/+3
* Added support for caller savingRuchira Sasanka2001-10-161-65/+138
OpenPOWER on IntegriCloud