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
/
Target
/
TargetRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2009-05-30
Untabification.
Bill Wendling
2009-04-30
getCommonSubClass() - Calculate the largest common sub-class of two register
Jakob Stoklund Olesen
2009-04-09
Give register alias checking the hash table treatment too.
Owen Anderson
2009-04-09
Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...
Owen Anderson
2008-09-21
Instead of building a list and sorting it just to find a maximum element,
Dan Gohman
2008-07-01
Remove warning about initialization order.
Bill Wendling
2008-07-01
Make the subregister hashtable output more readable by wrapping the lines,
Owen Anderson
2008-07-01
Replace the dynamically computed std::set lookup method for subregisters with...
Owen Anderson
2008-06-27
Cache subregister relationships in a set in TargetRegisterInfo to allow faste...
Owen Anderson
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-25
80 col violation.
Evan Cheng
2008-03-11
If there are multiple register classes that a register belongs to, return the...
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman