summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.cpp
Commit message (Expand)AuthorAge
...
* No functionality changes, but cleaner code with correct comments.Nate Begeman2006-04-25
* Change the PPC JIT to use a Static relocation modelNate Begeman2006-04-21
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-14
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-14
* update interfaceAndrew Lenharth2005-07-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* There is no reason to store <x,x>, just store <x>.Chris Lattner2004-11-26
* Fix the build on non ppc machinesChris Lattner2004-11-25
* * Rename existing relocations to be more specificChris Lattner2004-11-24
* Write CompilationCallback as an explicit assembly stub to avoid getting GCC'sChris Lattner2004-11-24
* When rewriting the original call instruction, make sure to rewrite it toChris Lattner2004-11-24
* Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a reallyChris Lattner2004-11-24
* Use the correct register class as a constaint to gcc's inline assembly, soNate Begeman2004-11-23
* Save/Restore arg regs and nonvolatile regs the compiler might use duringNate Begeman2004-11-23
* Initial implementation of exiting CompilationCallbackChris Lattner2004-11-23
* Implement the first hunk of CompilationCallback. The pieces missing are theChris Lattner2004-11-23
* Implement the stub needed to get into compilation callback.Chris Lattner2004-11-23
* Initial implementation of the JIT interfaces. Relocation is done and stubsChris Lattner2004-11-23