aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9CodeEmitter.h
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-22Remove JIT-specific code from the code emitter.Chris Lattner
2004-04-15Give SparcV9CodeEmitter a head-of-file comment and a PassName.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07Switch to emitting MachineConstantPool the way it was meant to be done.Misha Brukman
2003-10-21Added LLVM copyright header.John Criswell
2003-08-06SparcV9CodeEmitter.cpp:Misha Brukman
2003-07-29Make emitFarCall() public, and add a few comments to functions.Misha Brukman
2003-07-26This code doesn't modify the LLVM structure, keep stuff constChris Lattner
2003-07-16Fixed the number translation scheme for the integer condition code registers: itMisha Brukman
2003-07-15Correctly handle calls to functions which are further away than 2**32 bits willMisha Brukman
2003-07-14* Added support for the %ccr registerMisha Brukman
2003-07-03Apparently, the "regType" and "regClass" used in the Sparc backend are not bothMisha Brukman
2003-06-05Added lazy function resolution to the JIT.Misha Brukman
2003-06-04* Instead of re-inventing the MachineConstantPool emitter that's already givenMisha Brukman
2003-06-02Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver takenMisha Brukman
2003-05-30Added:Misha Brukman
2003-05-27Fixed an error preventing compilation.Misha Brukman
2003-05-27Keep track of the current BasicBlock being processed so that a referencingMisha Brukman
2003-05-27Broke out class definition from SparcV9CodeEmitter, and added ability to take aMisha Brukman