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
2006-06-12
Let the alpha breakage begin. First Formals and RET. next Calls
Andrew Lenharth
2006-05-18
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-17
Fix call_adj.ll
Andrew Lenharth
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-27
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-23
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-09
remove some now-dead code
Chris Lattner
2006-02-02
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2006-02-01
Add immediate forms of cmov and remove some cruft
Andrew Lenharth
2006-01-26
allow R28 to be used for frame calculations without entirely removing it from...
Andrew Lenharth
2006-01-25
maintaining stackpointer alignment. Perhaps it doesn't matter
Andrew Lenharth
2006-01-01
clean this function up some
Andrew Lenharth
2005-11-09
whatever. Intermediate patch to see what breaks. Seems ok.
Andrew Lenharth
2005-10-20
ret 0; works, not much else
Andrew Lenharth
2005-10-09
This seems useful from the original patch that added the function. If there ...
Andrew Lenharth
2005-09-30
Pass extra regclasses into spilling code
Chris Lattner
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