index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a r...
Ruchira Sasanka
2001-10-23
2
-17
/
+16
*
UNUSED.
Vikram S. Adve
2001-10-22
1
-240
/
+0
*
Split JMPL into JMPLCALL and JMPLRET.
Vikram S. Adve
2001-10-22
1
-1
/
+2
*
Added a frame layout class, and code to insert prolog/epilog code.
Vikram S. Adve
2001-10-22
1
-15
/
+143
*
Reordered registers slightly to simplify a new check.
Vikram S. Adve
2001-10-22
1
-3
/
+14
*
Split JMPL into JMPLCALL and JMPLRET so that IsCall and IsReturn can
Vikram S. Adve
2001-10-22
1
-11
/
+9
*
Added functions to generate prolog and epilog code.
Vikram S. Adve
2001-10-22
1
-116
/
+149
*
Added SAVE and RESTORE. Duplicated JMPL into JMPLCALL and JMPLRET,
Vikram S. Adve
2001-10-22
1
-1
/
+6
*
Reordered a couple of registers to simplify some new checks.
Vikram S. Adve
2001-10-22
1
-7
/
+41
*
Added support for both call/jmpl instructions
Ruchira Sasanka
2001-10-21
2
-92
/
+219
*
Fixed printing of offset operand for RETURN instruction.
Vikram S. Adve
2001-10-20
1
-1
/
+12
*
Use CALL for direct function calls; JMPL for indirect ones.
Vikram S. Adve
2001-10-20
1
-19
/
+26
*
Minor bug fix in printing operands of JMPL.
Vikram S. Adve
2001-10-20
1
-2
/
+2
*
Added code so that colorIGNode does not unnecessarily reserve unusable
Ruchira Sasanka
2001-10-19
2
-8
/
+18
*
Corrected call interference bug - suggested color not allocated if
Ruchira Sasanka
2001-10-19
1
-14
/
+45
*
Added support for condition code loading/stroing in methods cpReg2Reg etc.
Ruchira Sasanka
2001-10-18
2
-2
/
+8
*
Change Sources specifier to ExtraSources
Chris Lattner
2001-10-18
1
-1
/
+1
*
1. Move most of the constant-fixup code into machine-independent file
Vikram S. Adve
2001-10-18
1
-395
/
+42
*
Sparc-specific code shared between local files.
Vikram S. Adve
2001-10-18
1
-0
/
+61
*
Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.
Vikram S. Adve
2001-10-18
1
-19
/
+0
*
Added virtual function to generate an instruction sequence to
Vikram S. Adve
2001-10-18
1
-4
/
+13
*
Moved implementation of class UltraSparcInstrInfo here.
Vikram S. Adve
2001-10-18
1
-0
/
+143
*
Only list automatically generated .cpp files.
Vikram S. Adve
2001-10-17
1
-7
/
+1
*
Added support for caller saving
Ruchira Sasanka
2001-10-16
3
-12
/
+158
*
Emit the proper .type declarations to tell the debugger what a function is
Chris Lattner
2001-10-15
1
-0
/
+1
*
Handle abnormal jmpl syntax correctly
Chris Lattner
2001-10-15
1
-35
/
+50
*
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
4
-39
/
+29
*
updated suggesting/coloring of call & return args & implicit operands
Ruchira Sasanka
2001-10-15
4
-232
/
+218
*
Be const correct
Chris Lattner
2001-10-15
2
-4
/
+4
*
Forward operands into implicit uses as well as explicit ones.
Vikram S. Adve
2001-10-14
1
-3
/
+8
*
Two bug fixes that were suppressing some "load-constant-into-register" instrs.
Vikram S. Adve
2001-10-14
1
-2
/
+2
*
Move the burg file to here. Add .in suffix to indicate that it gets
Chris Lattner
2001-10-14
1
-0
/
+309
*
Make the sparc.burg file be a little more flexible and rubust in the fact of
Chris Lattner
2001-10-14
2
-6
/
+11
*
Fix broken #endif
Chris Lattner
2001-10-13
1
-1
/
+1
*
* Add #include
Chris Lattner
2001-10-13
1
-3
/
+3
*
Record implicitRefs for each machine instruction instead of
Vikram S. Adve
2001-10-11
1
-39
/
+32
*
Insert code to load constants used as Call or Return arguments.
Vikram S. Adve
2001-10-10
1
-39
/
+94
*
--removed %g regs being allocated - fix later
Ruchira Sasanka
2001-10-09
1
-5
/
+6
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-2
/
+1
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-11
/
+11
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Fix emission of return instructions
Chris Lattner
2001-10-01
1
-0
/
+2
*
Several fixes:
Vikram S. Adve
2001-10-01
1
-1222
/
+1301
*
Change latency of setuw and setsw to 2 cycles.
Vikram S. Adve
2001-09-30
1
-4
/
+5
*
added suggesting color support
Ruchira Sasanka
2001-09-30
1
-16
/
+120
*
added support for suggesting colors
Ruchira Sasanka
2001-09-30
3
-340
/
+684
*
* Properly escape function names
Chris Lattner
2001-09-28
1
-3
/
+23
*
Check in bug fix for vadve
Chris Lattner
2001-09-28
1
-2
/
+2
[prev]
[next]