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
/
LowerSubregs.cpp
Age
Commit message (
Expand
)
Author
2008-03-11
Recommitting parts of r48130. These do not appear to cause the observed failu...
Christopher Lamb
2008-03-11
Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code.
Evan Cheng
2008-03-10
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
Evan Cheng
2008-03-10
Allow insert_subreg into implicit, target-specific values.
Christopher Lamb
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-23
isSubRegOf() is a dup of isSubRegister.
Evan Cheng
2007-09-26
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-14
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-08-10
Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...
Christopher Lamb
2007-08-06
Implement review feedback. No functionality change.
Christopher Lamb
2007-07-26
Add a MachineFunction pass, which runs post register allocation, that turns s...
Christopher Lamb