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.cpp
Age
Commit message (
Expand
)
Author
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
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
fixed setUsedRegAtMI
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-09
No major change
Ruchira Sasanka
2001-11-08
corrected insertCode4Spilled ... bug.
Ruchira Sasanka
2001-11-08
Uncommented LR spill code insertion
Ruchira Sasanka
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 spill code support; moved insertCallerSaving to SparRegInfo since
Ruchira Sasanka
2001-10-23
Added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-22
Use class MachineCodeForMethod to print machine code.
Vikram S. Adve
2001-10-21
Added support for both call/jmpl instructions
Ruchira Sasanka
2001-10-19
Added code to PhyRegAlloc to mark unusable suggested regs
Ruchira Sasanka
2001-10-19
Corrected call interference bug
Ruchira Sasanka
2001-10-18
no major change
Ruchira Sasanka
2001-10-18
removed some debug messages
Ruchira Sasanka
2001-10-16
changed debugg message printing - no change to useful code
Ruchira Sasanka
2001-10-16
No major change - commented some debug code
Ruchira Sasanka
2001-10-16
Added support for caller saving
Ruchira Sasanka
2001-10-15
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
updated suggesting/coloring of call & return args & implicit operands.
Ruchira Sasanka
2001-09-30
--added suggesting colors; call/ret arg handling
Ruchira Sasanka
2001-09-19
Change debug info from #define to command line option
Chris Lattner
2001-09-19
* REMOVE extraneous debug info if DEBUG_RA is not set
Chris Lattner