index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9CodeEmitter.h
Age
Commit message (
Expand
)
Author
2006-04-20
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-22
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-04-15
Give SparcV9CodeEmitter a head-of-file comment and a PassName.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-07
Switch to emitting MachineConstantPool the way it was meant to be done.
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-08-06
SparcV9CodeEmitter.cpp:
Misha Brukman
2003-07-29
Make emitFarCall() public, and add a few comments to functions.
Misha Brukman
2003-07-26
This code doesn't modify the LLVM structure, keep stuff const
Chris Lattner
2003-07-16
Fixed the number translation scheme for the integer condition code registers: it
Misha Brukman
2003-07-15
Correctly handle calls to functions which are further away than 2**32 bits will
Misha Brukman
2003-07-14
* Added support for the %ccr register
Misha Brukman
2003-07-03
Apparently, the "regType" and "regClass" used in the Sparc backend are not both
Misha Brukman
2003-06-05
Added lazy function resolution to the JIT.
Misha Brukman
2003-06-04
* Instead of re-inventing the MachineConstantPool emitter that's already given
Misha Brukman
2003-06-02
Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken
Misha Brukman
2003-05-30
Added:
Misha Brukman
2003-05-27
Fixed an error preventing compilation.
Misha Brukman
2003-05-27
Keep track of the current BasicBlock being processed so that a referencing
Misha Brukman
2003-05-27
Broke out class definition from SparcV9CodeEmitter, and added ability to take a
Misha Brukman