What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / PowerPC / PPCJITInfo.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-09-28 Chris Lattnerwrap long lines
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-12 Chris LattnerImplement PPC64 relocations types
2006-06-01 Chris LattnerSilence -pedantic warning
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Nate BegemanUpdate the PPC compilation callback code to not need...
2006-04-25 Nate BegemanNo functionality changes, but cleaner code with correct...
2006-04-21 Nate BegemanChange the PPC JIT to use a Static relocation model
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...