summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a r...Ruchira Sasanka2001-10-232-17/+16
* UNUSED.Vikram S. Adve2001-10-221-240/+0
* Split JMPL into JMPLCALL and JMPLRET.Vikram S. Adve2001-10-221-1/+2
* Added a frame layout class, and code to insert prolog/epilog code.Vikram S. Adve2001-10-221-15/+143
* Reordered registers slightly to simplify a new check.Vikram S. Adve2001-10-221-3/+14
* Split JMPL into JMPLCALL and JMPLRET so that IsCall and IsReturn canVikram S. Adve2001-10-221-11/+9
* Added functions to generate prolog and epilog code.Vikram S. Adve2001-10-221-116/+149
* Added SAVE and RESTORE. Duplicated JMPL into JMPLCALL and JMPLRET,Vikram S. Adve2001-10-221-1/+6
* Reordered a couple of registers to simplify some new checks.Vikram S. Adve2001-10-221-7/+41
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-212-92/+219
* Fixed printing of offset operand for RETURN instruction.Vikram S. Adve2001-10-201-1/+12
* Use CALL for direct function calls; JMPL for indirect ones.Vikram S. Adve2001-10-201-19/+26
* Minor bug fix in printing operands of JMPL.Vikram S. Adve2001-10-201-2/+2
* Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka2001-10-192-8/+18
* Corrected call interference bug - suggested color not allocated ifRuchira Sasanka2001-10-191-14/+45
* Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka2001-10-182-2/+8
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-181-1/+1
* 1. Move most of the constant-fixup code into machine-independent fileVikram S. Adve2001-10-181-395/+42
* Sparc-specific code shared between local files.Vikram S. Adve2001-10-181-0/+61
* Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.Vikram S. Adve2001-10-181-19/+0
* Added virtual function to generate an instruction sequence toVikram S. Adve2001-10-181-4/+13
* Moved implementation of class UltraSparcInstrInfo here.Vikram S. Adve2001-10-181-0/+143
* Only list automatically generated .cpp files.Vikram S. Adve2001-10-171-7/+1
* Added support for caller savingRuchira Sasanka2001-10-163-12/+158
* Emit the proper .type declarations to tell the debugger what a function isChris Lattner2001-10-151-0/+1
* Handle abnormal jmpl syntax correctlyChris Lattner2001-10-151-35/+50
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-154-39/+29
* updated suggesting/coloring of call & return args & implicit operandsRuchira Sasanka2001-10-154-232/+218
* Be const correctChris Lattner2001-10-152-4/+4
* Forward operands into implicit uses as well as explicit ones.Vikram S. Adve2001-10-141-3/+8
* Two bug fixes that were suppressing some "load-constant-into-register" instrs.Vikram S. Adve2001-10-141-2/+2
* Move the burg file to here. Add .in suffix to indicate that it getsChris Lattner2001-10-141-0/+309
* Make the sparc.burg file be a little more flexible and rubust in the fact ofChris Lattner2001-10-142-6/+11
* Fix broken #endifChris Lattner2001-10-131-1/+1
* * Add #includeChris Lattner2001-10-131-3/+3
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-111-39/+32
* Insert code to load constants used as Call or Return arguments.Vikram S. Adve2001-10-101-39/+94
* --removed %g regs being allocated - fix laterRuchira Sasanka2001-10-091-5/+6
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+1
* Convert more code to use new style castsChris Lattner2001-10-011-11/+11
* Add more support for new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-2/+2
* Fix emission of return instructionsChris Lattner2001-10-011-0/+2
* Several fixes:Vikram S. Adve2001-10-011-1222/+1301
* Change latency of setuw and setsw to 2 cycles.Vikram S. Adve2001-09-301-4/+5
* added suggesting color supportRuchira Sasanka2001-09-301-16/+120
* added support for suggesting colorsRuchira Sasanka2001-09-303-340/+684
* * Properly escape function namesChris Lattner2001-09-281-3/+23
* Check in bug fix for vadveChris Lattner2001-09-281-2/+2
OpenPOWER on IntegriCloud