aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.cpp
AgeCommit message (Expand)Author
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-02Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner
2006-05-02Update the PPC compilation callback code to not need weird abi-violatingNate Begeman
2006-04-25No functionality changes, but cleaner code with correct comments.Nate Begeman
2006-04-21Change the PPC JIT to use a Static relocation modelNate Begeman
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner
2005-07-22update interfaceAndrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-26There is no reason to store <x,x>, just store <x>.Chris Lattner
2004-11-25Fix the build on non ppc machinesChris Lattner
2004-11-24* Rename existing relocations to be more specificChris Lattner
2004-11-24Write CompilationCallback as an explicit assembly stub to avoid getting GCC'sChris Lattner
2004-11-24When rewriting the original call instruction, make sure to rewrite it toChris Lattner
2004-11-24Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a reallyChris Lattner
2004-11-23Use the correct register class as a constaint to gcc's inline assembly, soNate Begeman
2004-11-23Save/Restore arg regs and nonvolatile regs the compiler might use duringNate Begeman
2004-11-23Initial implementation of exiting CompilationCallbackChris Lattner
2004-11-23Implement the first hunk of CompilationCallback. The pieces missing are theChris Lattner
2004-11-23Implement the stub needed to get into compilation callback.Chris Lattner
2004-11-23Initial implementation of the JIT interfaces. Relocation is done and stubsChris Lattner