What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / Alpha / AlphaRegisterInfo.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-03 Chris Lattnersilence warnings.
2006-10-31 Andrew Lenharthmore shotenning
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-09 Chris Lattnerremove some now-dead code
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...