summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRegInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Numerous bug fixes:Vikram S. Adve2002-05-191-419/+314
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-0/+1
* s/Method/FunctionChris Lattner2002-04-271-1/+1
* Simplify code a bitChris Lattner2002-04-271-6/+5
* Major changes to how int and FP arguments are handled. VarargsVikram S. Adve2002-04-251-189/+254
* Only print debug message if DEBUG_RA is onChris Lattner2002-04-151-8/+6
* Eliminate unneccesary extraneous iteratorsChris Lattner2002-04-091-10/+4
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-091-8/+8
* s/Method/FunctionChris Lattner2002-04-081-8/+7
* s/MethodType/FunctionTypeChris Lattner2002-04-041-4/+2
* Added function getCallInstIndirectAddrVal() to set call interferenceVikram S. Adve2002-03-311-0/+8
* Bug fixes for not using unified reg. numbers, and for using theVikram S. Adve2002-03-181-62/+77
* Clean up std namespace issuesChris Lattner2002-02-241-0/+1
* 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
OpenPOWER on IntegriCloud