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
/
PowerPC
/
PPCRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2005-09-17
Implement hook for ppc
Chris Lattner
2005-09-09
I forgot that we always spill fp values as 64-bits. Implement spill folding
Chris Lattner
2005-09-09
Fix a problem that Nate noticed, where spill code was not getting coallesced
Chris Lattner
2005-09-09
code cleanup
Chris Lattner
2005-08-26
teach getClass what a condition reg is
Chris Lattner
2005-08-26
Minor cleanups:
Chris Lattner
2005-08-19
Now that the simple isels are dead, so is this.
Chris Lattner
2005-08-18
MFLR doesn't take an operand, the LR register is implicit
Chris Lattner
2005-08-04
Use the new subtarget support to automatically choose the correct ABI
Nate Begeman
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-27
Fix some comments
Nate Begeman
2005-07-27
Implement the optimization for the Red Zone on Darwin. This removes the
Nate Begeman
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-12
Initial support for allocation condition registers
Nate Begeman
2005-04-10
Remove unnecessary Implicit Defs. Since r0 is not in allocation, we do not
Nate Begeman
2005-04-04
Remove unnecessary register copy now that regalloc is fixed
Nate Begeman
2004-10-26
Eliminate usage of MRegisterInfo::getRegClass(physreg)
Nate Begeman
2004-09-27
Correct some BuildMI arguments for the upcoming simple scheduler
Nate Begeman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-27
Register sizes are in bits, not bytes
Nate Begeman
2004-08-22
Don't hard code the offset of the saved R31 in functions with frame pointers
Nate Begeman
2004-08-21
Reduce uses of getRegClass
Chris Lattner
2004-08-17
PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*
Misha Brukman