aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/SparcV9CodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Give SparcV9CodeEmitter a head-of-file comment and a PassName.Brian Gaeke2004-04-151-1/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Switch to emitting MachineConstantPool the way it was meant to be done.Misha Brukman2003-11-071-4/+0
* Added LLVM copyright header.John Criswell2003-10-211-0/+8
* SparcV9CodeEmitter.cpp:Misha Brukman2003-08-061-2/+3
* Make emitFarCall() public, and add a few comments to functions.Misha Brukman2003-07-291-3/+27
* This code doesn't modify the LLVM structure, keep stuff constChris Lattner2003-07-261-3/+3
* Fixed the number translation scheme for the integer condition code registers: itMisha Brukman2003-07-161-1/+0
* Correctly handle calls to functions which are further away than 2**32 bits willMisha Brukman2003-07-151-0/+2
* * Added support for the %ccr registerMisha Brukman2003-07-141-5/+1
* Apparently, the "regType" and "regClass" used in the Sparc backend are not bothMisha Brukman2003-07-031-3/+5
* Added lazy function resolution to the JIT.Misha Brukman2003-06-051-0/+4
* * Instead of re-inventing the MachineConstantPool emitter that's already givenMisha Brukman2003-06-041-14/+8
* Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver takenMisha Brukman2003-06-021-6/+21
* Added:Misha Brukman2003-05-301-5/+13
* Fixed an error preventing compilation.Misha Brukman2003-05-271-1/+1
* Keep track of the current BasicBlock being processed so that a referencingMisha Brukman2003-05-271-0/+2
* Broke out class definition from SparcV9CodeEmitter, and added ability to take aMisha Brukman2003-05-271-0/+33