summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRegInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Clean up interface to Sparc register handling a bit:Chris Lattner2002-08-121-46/+97
* GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...Chris Lattner2002-07-251-3/+4
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* More important fixes:Vikram S. Adve2002-07-101-40/+53
* Added std:: to mem_fun for 64-bit gccAnand Shukla2002-07-091-2/+2
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-214/+273
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-28/+24
* Disable debugging outputChris Lattner2002-06-041-1/+1
* 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
OpenPOWER on IntegriCloud