aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/SparcV9RegInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-1/+0
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-16/+16
* * Code CleanupsChris Lattner2002-02-051-7/+6
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-4/+4
* * Code CleanupsChris Lattner2002-02-051-33/+17
* * ValueSet interface converted from add/remove to insert/eraseChris Lattner2002-02-041-2/+2
* * Minor cleanupsChris Lattner2002-02-041-174/+218
* SparcRegInfo does NOT need anything about instruction scheduling.Chris Lattner2002-02-041-1/+0
* Add a file level commentChris Lattner2002-02-031-8/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-48/+38
* Added more commentsRuchira Sasanka2002-01-071-20/+12
* Added comments and correct logic for finding register sizes.Ruchira Sasanka2002-01-071-87/+147
* commented out popAllTempValues since it leads to a bug - see codeRuchira Sasanka2001-11-151-2/+15
* changed since names of some methods in PhyRegAlloc changedRuchira Sasanka2001-11-151-3/+3
* When allocating space on stack for writing a register,Vikram S. Adve2001-11-121-5/+7
* Fixed a bug with pervious ColorCallArgRuchira Sasanka2001-11-121-7/+12
* Canged ColorCallArg so that when a call arg is directly pushed on to stackRuchira Sasanka2001-11-121-2/+7
* Added phi elimination codeRuchira Sasanka2001-11-121-9/+40
* Fixed FP and SP usage. SP for outgoing args - for everything else FPRuchira Sasanka2001-11-111-2/+2
* cahnged StackPointer accesses to FramePointerRuchira Sasanka2001-11-111-6/+6
* Corrected reodering code for instructions inserted before callsRuchira Sasanka2001-11-101-124/+182
* Disabled some debuggin messagesRuchira Sasanka2001-11-101-12/+17
* Added code for correct reordering of call argumentsRuchira Sasanka2001-11-091-3/+236
* Removed class RegStackOffsets and used class MachineCodeForMethodVikram S. Adve2001-11-081-31/+53
* Killing warningsChris Lattner2001-11-071-5/+6
* Bug fix: Printing AdIBef and AdIAft outside the scope where theyVikram S. Adve2001-11-061-7/+7
* Added code to support correct saving of %ccr across callsRuchira Sasanka2001-11-031-15/+112
* Arranged stack frame - needs furhter organizationRuchira Sasanka2001-11-031-0/+12
* Added support for spillingRuchira Sasanka2001-10-281-86/+228
* Fixed load syntax in EmitAssemblyRuchira Sasanka2001-10-241-9/+9
* Fixed logic for checking whether a LR received the correct color.Ruchira Sasanka2001-10-241-52/+60
* Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a r...Ruchira Sasanka2001-10-231-16/+15
* Split JMPL into JMPLCALL and JMPLRET so that IsCall and IsReturn canVikram S. Adve2001-10-221-11/+9
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-211-91/+212
* Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka2001-10-191-1/+0
* Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka2001-10-181-0/+6
* Added support for caller savingRuchira Sasanka2001-10-161-4/+105
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-151-28/+21
* updated suggesting/coloring of call & return args & implicit operandsRuchira Sasanka2001-10-151-221/+199
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* added support for suggesting colorsRuchira Sasanka2001-09-301-295/+593
* -- fixed a ret val bugRuchira Sasanka2001-09-191-1/+18
* -- ruchiraRuchira Sasanka2001-09-181-152/+388
* modified printing of debug messagesRuchira Sasanka2001-09-151-78/+0
* added register allocation codeRuchira Sasanka2001-09-151-0/+1
* *** empty log message ***Ruchira Sasanka2001-09-141-1/+16
* Move files.Chris Lattner2001-09-141-0/+301