aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-213-114/+232
* 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 to support unusable Suggested Colors.Ruchira Sasanka2001-10-192-15/+26
* Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka2001-10-192-8/+18
* Added code to PhyRegAlloc to mark unusable suggested regsRuchira Sasanka2001-10-192-6/+57
* Corrected call interference bug - suggested color not allocated ifRuchira Sasanka2001-10-191-14/+45
* Changed Call interference infoRuchira Sasanka2001-10-193-10/+27
* Corrected call interference bugRuchira Sasanka2001-10-192-14/+87
* no major changeRuchira Sasanka2001-10-181-2/+4
* Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka2001-10-182-2/+8
* removed some debug messagesRuchira Sasanka2001-10-181-15/+17
* 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
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-172-147/+232
* Separate VM instruction that generates the instructions that compute a valueVikram S. Adve2001-10-171-1/+2
* *** empty log message ***Vikram S. Adve2001-10-171-15/+24
* Only list automatically generated .cpp files.Vikram S. Adve2001-10-171-7/+1
* changed debugg message printing - no change to useful codeRuchira Sasanka2001-10-161-13/+16
* No major change - commented some debug codeRuchira Sasanka2001-10-161-3/+3
* No major change - added some commentsRuchira Sasanka2001-10-161-7/+10
* Added support for caller savingRuchira Sasanka2001-10-168-124/+346
* 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
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-155-25/+25
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-158-124/+114
* --added support for implicit operandsRuchira Sasanka2001-10-151-9/+16
* updated suggesting/coloring of call & return args & implicit operands.Ruchira Sasanka2001-10-152-70/+147
* updated suggesting/coloring of call & return args & implicit operandsRuchira Sasanka2001-10-154-232/+218
* fixed a coalscing bugRuchira Sasanka2001-10-152-3/+5
* 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
* * Fix privacy issues on RegToRefVecMapChris Lattner2001-10-131-5/+5
* --corrected coalescing test: coalsed only if two are of the same reg classRuchira Sasanka2001-10-121-6/+6
* added support for implict operands in machine instructionRuchira Sasanka2001-10-122-29/+76
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-121-0/+6
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-111-39/+32
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-111-27/+52
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-102-27/+32
* Insert code to load constants used as Call or Return arguments.Vikram S. Adve2001-10-101-39/+94