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
/
SparcV9CodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
1
-1
/
+2
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
1
-2
/
+1
*
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Brian Gaeke
2003-10-17
1
-27
/
+33
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
Fix spelling.
Misha Brukman
2003-10-10
1
-6
/
+7
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
Added some optimizations:
Misha Brukman
2003-09-05
1
-34
/
+66
*
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-29
1
-115
/
+90
*
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
1
-1
/
+2
*
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
1
-1
/
+1
*
* Must save FP registers when calling CompilationCallback(), because FP
Misha Brukman
2003-08-15
1
-24
/
+168
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Use the registers g1 and g5 as temporaries for making far jumps and far calls,
Misha Brukman
2003-08-06
1
-64
/
+48
*
SparcV9CodeEmitter.cpp:
Misha Brukman
2003-08-06
1
-211
/
+166
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-2
/
+3
*
* Correctly emit a far call if the target address does not fit into 30 bits
Misha Brukman
2003-07-29
1
-17
/
+15
*
This code doesn't modify the LLVM structure, keep stuff const
Chris Lattner
2003-07-26
1
-1
/
+1
*
Fixed the number translation scheme for the integer condition code registers: it
Misha Brukman
2003-07-16
1
-31
/
+8
*
Correctly handle calls to functions which are further away than 2**32 bits will
Misha Brukman
2003-07-15
1
-6
/
+95
*
* Added support for the %ccr register
Misha Brukman
2003-07-14
1
-72
/
+23
*
Apparently, the "regType" and "regClass" used in the Sparc backend are not both
Misha Brukman
2003-07-03
1
-39
/
+90
*
Print address out as hex.
Misha Brukman
2003-06-06
1
-1
/
+1
*
Fixed a bunch of test cases in test/Regression/Jello which could not get the
Misha Brukman
2003-06-06
1
-2
/
+13
*
* If a global is not a function, just ask the MachineCodeEmitter for the addr
Misha Brukman
2003-06-06
1
-3
/
+3
*
Put all debug print statements under the DEBUG() guard to make output clean so
Misha Brukman
2003-06-06
1
-35
/
+36
*
Fixed confusion between register classes and register types.
Misha Brukman
2003-06-05
1
-2
/
+4
*
Added lazy function resolution to the JIT.
Misha Brukman
2003-06-05
1
-31
/
+219
*
* Instead of re-inventing the MachineConstantPool emitter that's already given
Misha Brukman
2003-06-04
1
-97
/
+138
*
Constants are laid out in memory in PC-relative form.
Misha Brukman
2003-06-03
1
-1
/
+1
*
Clean up after merging in SparcEmitter.cpp; branches and return work again.
Misha Brukman
2003-06-02
1
-11
/
+40
*
Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken
Misha Brukman
2003-06-02
1
-13
/
+254
*
Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
Brian Gaeke
2003-06-02
1
-10
/
+21
*
Removed useless code -- the byte order of output code is correct as is.
Misha Brukman
2003-05-31
1
-6
/
+1
*
Added:
Misha Brukman
2003-05-30
1
-10
/
+95
*
Fixed an error preventing compilation.
Misha Brukman
2003-05-27
1
-1
/
+1
*
Keep track of the current BasicBlock being processed so that a referencing
Misha Brukman
2003-05-27
1
-2
/
+2
*
Broke out class definition from SparcV9CodeEmitter, and added ability to take a
Misha Brukman
2003-05-27
1
-25
/
+2
*
SparcV9CodeEmitter.cpp is a part of the Sparc code emitter. The main function
Misha Brukman
2003-05-27
1
-0
/
+90