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
/
VirtRegMap.h
Age
Commit message (
Expand
)
Author
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-01
When a virtual register is folded into an instruction, keep track of whether
Chris Lattner
2004-10-01
Document this class a bit :-)
Alkis Evlogimenos
2004-09-30
Use longer and more explicit names for instance vars (particularly important
Chris Lattner
2004-09-30
Reindent code, improve comments, move huge nested methods out of classes,
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-20
Add function to clear all virtual->physical mappings but not assigned
Alkis Evlogimenos
2004-05-29
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-02-27
Rename member function to be consistent with the rest.
Alkis Evlogimenos
2004-02-25
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-24
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-24
Add predicates for checking if a virtual register has a physical
Alkis Evlogimenos
2004-02-23
Make enum private as it is an implementation detail.
Alkis Evlogimenos
2004-02-23
Remove '4Virt' from member function names as it is obvious.
Alkis Evlogimenos
2004-02-23
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
Alkis Evlogimenos