index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2007-02-23
By default, spills kills the register being stored.
Evan Cheng
2007-02-21
Support to provide exception and selector registers.
Jim Laskey
2007-02-19
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
For PR1207:
Reid Spencer
2007-02-17
Added getReservedRegs().
Evan Cheng
2007-01-23
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-02
Fix naming inconsistency.
Evan Cheng
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-15
Properly transfer kill / dead info.
Evan Cheng
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-03
silence warnings.
Chris Lattner
2006-10-31
more shotenning
Andrew Lenharth
2006-09-05
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-08-17
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
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
[next]