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
/
Alpha
/
AlphaRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2005-08-19
This code has always been dead for alpha
Chris Lattner
2005-07-22
Alpha JIT (beta)
Andrew Lenharth
2005-07-07
clean up prolouge and epilouge
Andrew Lenharth
2005-07-01
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-06-23
remove a pseudo instruction, make ret always right, and fix vararg chains
Andrew Lenharth
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-13
WOW, function calls still seem to work after this.
Andrew Lenharth
2005-03-29
Fix up some types and constants
Andrew Lenharth
2005-03-13
Should fix mesa
Andrew Lenharth
2005-03-05
don't break the build on 32-bit hosts.
Chris Lattner
2005-03-05
fix data size stuff for architectures with bit challenged data types
Andrew Lenharth
2005-03-04
fix up stack pointer adjustments
Andrew Lenharth
2005-02-24
fix Allocas. Really. I mean it this time.
Andrew Lenharth
2005-02-22
dynamic stack allocas
Andrew Lenharth
2005-02-05
Make the rest of file header comments consistent in format and style
Misha Brukman
2005-02-01
Correct stack stuff for FP
Andrew Lenharth
2005-01-30
This code is really unreachable.
Chris Lattner
2005-01-30
Fix warnings.
Chris Lattner
2005-01-30
support for larger calls
Andrew Lenharth
2005-01-29
Unbreak the build :(
Chris Lattner
2005-01-29
first step towards a correct and complete stack. also add some forms for thi...
Andrew Lenharth
2005-01-27
stack frame fix and zero FP reg fix
Andrew Lenharth
2005-01-26
initial fp support
Andrew Lenharth
2005-01-24
Clean ups, and taught the instruction selector about immediate forms
Andrew Lenharth
2005-01-22
Let me introduce you to the early stages of the llvm backend for the alpha pr...
Andrew Lenharth