| Age | Commit message (Expand) | Author |
| 2007-05-29 | Implementation of compilation callback in PPC ELF32 | Nicolas Geoffray |
| 2007-02-25 | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner |
| 2006-12-11 | Layout proper frame for ppc64. | Jim Laskey |
| 2006-12-10 | Reverting until finding the cause of secondary bugs. | Jim Laskey |
| 2006-12-10 | __PPC64CompilationCallback code was allowing registers to be clobbered by stub. | Jim Laskey |
| 2006-12-08 | this is an initial patch to switch the ppc64 jit over to working in PIC mode, | Chris Lattner |
| 2006-12-07 | fix incorrect encoding of rldicr, used by ppc64 function stubs, etc. | Chris Lattner |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-09-28 | wrap long lines | Chris Lattner |
| 2006-09-08 | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman |
| 2006-08-29 | Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, | Nate Begeman |
| 2006-07-27 | Resolve BB references with relocation. | Evan Cheng |
| 2006-07-27 | synchronizeICache removeed from TargetJITInfo. | Evan Cheng |
| 2006-07-25 | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng |
| 2006-07-12 | Implement PPC64 relocations types | Chris Lattner |
| 2006-06-01 | Silence -pedantic warning | Chris Lattner |
| 2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
| 2006-05-02 | Fix a purely hypothetical problem (for now): emitWord emits in the host | Chris Lattner |
| 2006-05-02 | Update the PPC compilation callback code to not need weird abi-violating | Nate Begeman |
| 2006-04-25 | No functionality changes, but cleaner code with correct comments. | Nate Begeman |
| 2006-04-21 | Change the PPC JIT to use a Static relocation model | Nate Begeman |
| 2005-10-16 | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman |
| 2005-10-14 | Rename PPC32*.h to PPC*.h | Chris Lattner |
| 2005-10-14 | Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo | Chris Lattner |
| 2005-07-22 | update interface | Andrew Lenharth |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2004-11-26 | There is no reason to store <x,x>, just store <x>. | Chris Lattner |
| 2004-11-25 | Fix the build on non ppc machines | Chris Lattner |
| 2004-11-24 | * Rename existing relocations to be more specific | Chris Lattner |
| 2004-11-24 | Write CompilationCallback as an explicit assembly stub to avoid getting GCC's | Chris Lattner |
| 2004-11-24 | When rewriting the original call instruction, make sure to rewrite it to | Chris Lattner |
| 2004-11-24 | Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really | Chris Lattner |
| 2004-11-23 | Use the correct register class as a constaint to gcc's inline assembly, so | Nate Begeman |
| 2004-11-23 | Save/Restore arg regs and nonvolatile regs the compiler might use during | Nate Begeman |
| 2004-11-23 | Initial implementation of exiting CompilationCallback | Chris Lattner |
| 2004-11-23 | Implement the first hunk of CompilationCallback. The pieces missing are the | Chris Lattner |
| 2004-11-23 | Implement the stub needed to get into compilation callback. | Chris Lattner |
| 2004-11-23 | Initial implementation of the JIT interfaces. Relocation is done and stubs | Chris Lattner |