Use the shared asmprinter code for printing special llvm globals
[oota-llvm.git] / lib / Target / PowerPC / PPCJITInfo.cpp
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerMerge PPCJITInfo.h and PPC32JITInfo.h. Note that the...
2005-07-22 Andrew Lenharthupdate interface
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Chris LattnerWrite CompilationCallback as an explicit assembly stub...
2004-11-24 Chris LattnerWhen rewriting the original call instruction, make...
2004-11-24 Chris LattnerForce the intregs ptr into R2 and the FPregs ptr into...
2004-11-23 Nate BegemanUse the correct register class as a constaint to gcc...
2004-11-23 Nate BegemanSave/Restore arg regs and nonvolatile regs the compiler...
2004-11-23 Chris LattnerInitial implementation of exiting CompilationCallback
2004-11-23 Chris LattnerImplement the first hunk of CompilationCallback. The...
2004-11-23 Chris LattnerImplement the stub needed to get into compilation callback.
2004-11-23 Chris LattnerInitial implementation of the JIT interfaces. Relocati...