A def. operand of a machine instruction may be an ordinary Value*,
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9CodeEmitter.cpp
2003-06-06 Misha BrukmanPrint address out as hex.
2003-06-06 Misha BrukmanFixed a bunch of test cases in test/Regression/Jello...
2003-06-06 Misha Brukman* If a global is not a function, just ask the MachineCo...
2003-06-06 Misha BrukmanPut all debug print statements under the DEBUG() guard...
2003-06-05 Misha BrukmanFixed confusion between register classes and register...
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-03 Misha BrukmanConstants are laid out in memory in PC-relative form.
2003-06-02 Misha BrukmanClean up after merging in SparcEmitter.cpp; branches...
2003-06-02 Misha BrukmanMerged in tools/lli/JIT/SparcEmitter.cpp, coupled with...
2003-06-02 Brian GaekeDeal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
2003-05-31 Misha BrukmanRemoved useless code -- the byte order of output code...
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...
2003-05-27 Misha BrukmanSparcV9CodeEmitter.cpp is a part of the Sparc code...