Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more...
[oota-llvm.git] / lib / Target / Alpha / AlphaRegisterInfo.cpp
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-01 Andrew LenharthAdd immediate forms of cmov and remove some cruft
2006-01-26 Andrew Lenharthallow R28 to be used for frame calculations without...
2006-01-25 Andrew Lenharthmaintaining stackpointer alignment. Perhaps it doesn...
2006-01-01 Andrew Lenharthclean this function up some
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-10-09 Andrew LenharthThis seems useful from the original patch that added...
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-08-19 Chris LattnerThis code has always been dead for alpha
2005-07-22 Andrew LenharthAlpha JIT (beta)
2005-07-07 Andrew Lenharthclean up prolouge and epilouge
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-03-29 Andrew LenharthFix up some types and constants
2005-03-13 Andrew LenharthShould fix mesa
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-05 Misha BrukmanMake the rest of file header comments consistent in...
2005-02-01 Andrew LenharthCorrect stack stuff for FP
2005-01-30 Chris LattnerThis code is really unreachable.
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-29 Chris LattnerUnbreak the build :(
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-27 Andrew Lenharthstack frame fix and zero FP reg fix
2005-01-26 Andrew Lenharth initial fp support
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...