index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAlloc
/
PhyRegAlloc.h
Age
Commit message (
Expand
)
Author
2003-08-05
Add a map
Chris Lattner
2003-08-05
Minor cleanups
Chris Lattner
2003-07-29
Code to insert caller-saves moved here from SparcRegInfo: it is now
Vikram S. Adve
2003-07-25
Remove unused field. Change the way unused regs. are marked and
Vikram S. Adve
2003-05-31
Minor changes.
Vikram S. Adve
2003-01-15
Remvoe dependency on RegClass.h
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-29
Remove #include, misleading comment, and a typedef used only once
Chris Lattner
2002-10-28
Rename some regalloc fields
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-07-08
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-05-20
Don't lose namespace qualifications on previous patch.
Chris Lattner
2002-05-19
InstrnsBefore and InstrnsAfter are now vectors instead of deques.
Vikram S. Adve
2002-04-28
Include appropriate file
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-25
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-09
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-18
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-04
Switch register allocator over to using LoopInfo directly instead of indirect...
Chris Lattner
2002-02-04
Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how regi...
Chris Lattner
2002-02-04
* Minor cleanups
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-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added comments, destructors where necessary.
Ruchira Sasanka
2001-11-15
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-14
Added support method for setting interference for pseudo instructions
Ruchira Sasanka
2001-11-08
Add method decl
Chris Lattner
2001-11-08
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-03
Added support for correct spilling of %ccr
Ruchira Sasanka
2001-11-03
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-10-28
Added support for spilling
Ruchira Sasanka
2001-10-23
added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-19
Added code to support unusable Suggested Colors.
Ruchira Sasanka
2001-10-19
Changed Call interference info
Ruchira Sasanka
2001-10-16
Added support for caller saving
Ruchira Sasanka
2001-10-15
fixed a coalscing bug
Ruchira Sasanka
2001-09-30
added suggesting color support
Ruchira Sasanka
2001-09-18
*** empty log message ***
Ruchira Sasanka
2001-09-15
--added methods for printing
Ruchira Sasanka
2001-09-15
--reg alloc code added
Ruchira Sasanka
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-08
Committed for compliation. Not yet final.
Ruchira Sasanka