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
/
SparcV9
/
SparcV9CodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2006-04-20
1
-304
/
+0
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Clean up some uninitialized variables and missing return statements that
Reid Spencer
2005-06-18
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-14
/
+14
*
Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead
Chris Lattner
2004-12-16
1
-8
/
+7
*
Squelch a bogus warning
Chris Lattner
2004-11-23
1
-1
/
+1
*
Remove some dead vars and some useless namespacification
Chris Lattner
2004-11-22
1
-10
/
+1
*
Implement a disgusting hack to work around broken machine code emission of
Chris Lattner
2004-11-22
1
-1
/
+12
*
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-11-22
1
-562
/
+34
*
Adjust to changed interfaces
Chris Lattner
2004-11-20
1
-2
/
+2
*
Instead of silently breaking, print notification of why this doesn't work.
Chris Lattner
2004-10-09
1
-0
/
+9
*
Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
Misha Brukman
2004-09-29
1
-5
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-1
/
+1
*
* Remove unnecessary comment
Misha Brukman
2004-08-04
1
-3
/
+3
*
Get rid of the (apparently non-working) filePrinterEmitter which is added in
Brian Gaeke
2004-07-27
1
-3
/
+1
*
Inline 4 methods
Chris Lattner
2004-07-19
1
-4
/
+4
*
Encode %fsr correctly; don't fail an assertion.
Brian Gaeke
2004-06-09
1
-0
/
+9
*
Fix assertion failure message to have the right method name.
Brian Gaeke
2004-06-09
1
-1
/
+1
*
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
Brian Gaeke
2004-06-03
1
-1
/
+1
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-2
/
+2
*
Fix a bug in outputting branches to constant PCs. Since the PC is supplied as
Brian Gaeke
2004-05-20
1
-2
/
+3
*
Minor simplification: eliminate a dyn_cast.
Brian Gaeke
2004-05-19
1
-9
/
+4
*
Get rid of the old byte-at-a-time emission code used when the Sparc JIT was
Brian Gaeke
2004-04-23
1
-9
/
+0
*
Emit SPARC machine code a word at a time instead of a byte at a time.
Brian Gaeke
2004-04-23
1
-1
/
+5
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
1
-0
/
+823