* Use the MachineConstantPool for storing constants instead of a hash_set;
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9CodeEmitter.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-08-06 Misha BrukmanSparcV9CodeEmitter.cpp:
2003-07-29 Misha BrukmanMake emitFarCall() public, and add a few comments to...
2003-07-26 Chris LattnerThis code doesn't modify the LLVM structure, keep stuff...
2003-07-16 Misha BrukmanFixed the number translation scheme for the integer...
2003-07-15 Misha BrukmanCorrectly handle calls to functions which are further...
2003-07-14 Misha Brukman* Added support for the %ccr register
2003-07-03 Misha BrukmanApparently, the "regType" and "regClass" used in the...
2003-06-05 Misha BrukmanAdded lazy function resolution to the JIT.
2003-06-04 Misha Brukman* Instead of re-inventing the MachineConstantPool emitt...
2003-06-02 Misha BrukmanMerged in tools/lli/JIT/SparcEmitter.cpp, coupled with...
2003-05-30 Misha BrukmanAdded:
2003-05-27 Misha BrukmanFixed an error preventing compilation.
2003-05-27 Misha BrukmanKeep track of the current BasicBlock being processed...
2003-05-27 Misha BrukmanBroke out class definition from SparcV9CodeEmitter...