summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaRegisterInfo.cpp
Commit message (Expand)AuthorAge
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-20
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-28
* By default, spills kills the register being stored.Evan Cheng2007-02-23
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* Added getReservedRegs().Evan Cheng2007-02-17
* PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng2007-01-23
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-23
* Fix naming inconsistency.Evan Cheng2007-01-02
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* Properly transfer kill / dead info.Evan Cheng2006-11-15
* Matches MachineInstr changes.Evan Cheng2006-11-13
* silence warnings.Chris Lattner2006-11-03
* more shotenningAndrew Lenharth2006-10-31
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-05
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-17
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-12
* getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng2006-05-18
* Fix call_adj.llAndrew Lenharth2006-05-17
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-04
* Foundation for call frame information.Jim Laskey2006-04-07
* Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey2006-03-28
* Translate llvm target registers to dwarf register numbers properly.Jim Laskey2006-03-27
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-23
* remove some now-dead codeChris Lattner2006-03-09
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-02
* Add immediate forms of cmov and remove some cruftAndrew Lenharth2006-02-01
* allow R28 to be used for frame calculations without entirely removing it from...Andrew Lenharth2006-01-26
* maintaining stackpointer alignment. Perhaps it doesn't matterAndrew Lenharth2006-01-25
* clean this function up someAndrew Lenharth2006-01-01
* whatever. Intermediate patch to see what breaks. Seems ok.Andrew Lenharth2005-11-09
* ret 0; works, not much elseAndrew Lenharth2005-10-20
* This seems useful from the original patch that added the function. If there ...Andrew Lenharth2005-10-09
* Pass extra regclasses into spilling codeChris Lattner2005-09-30
* This code has always been dead for alphaChris Lattner2005-08-19
* Alpha JIT (beta)Andrew Lenharth2005-07-22
* clean up prolouge and epilougeAndrew Lenharth2005-07-07
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-01
* remove a pseudo instruction, make ret always right, and fix vararg chainsAndrew Lenharth2005-06-23
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* WOW, function calls still seem to work after this.Andrew Lenharth2005-04-13
* Fix up some types and constantsAndrew Lenharth2005-03-29
* Should fix mesaAndrew Lenharth2005-03-13