aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-6/+6
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-141-1/+1
* update interfaceAndrew Lenharth2005-07-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* There is no reason to store <x,x>, just store <x>.Chris Lattner2004-11-261-5/+3
* Fix the build on non ppc machinesChris Lattner2004-11-251-0/+5
* * Rename existing relocations to be more specificChris Lattner2004-11-241-3/+21
* Write CompilationCallback as an explicit assembly stub to avoid getting GCC'sChris Lattner2004-11-241-20/+35
* When rewriting the original call instruction, make sure to rewrite it toChris Lattner2004-11-241-4/+5
* Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a reallyChris Lattner2004-11-241-4/+8
* Use the correct register class as a constaint to gcc's inline assembly, soNate Begeman2004-11-231-2/+2
* Save/Restore arg regs and nonvolatile regs the compiler might use duringNate Begeman2004-11-231-12/+29
* Initial implementation of exiting CompilationCallbackChris Lattner2004-11-231-9/+24
* Implement the first hunk of CompilationCallback. The pieces missing are theChris Lattner2004-11-231-10/+54
* Implement the stub needed to get into compilation callback.Chris Lattner2004-11-231-5/+14
* Initial implementation of the JIT interfaces. Relocation is done and stubsChris Lattner2004-11-231-0/+117