1. e95909a Layout proper frame for ppc64. by Jim Laskey · 19 years ago
  2. 6af2220 Reverting until finding the cause of secondary bugs. by Jim Laskey · 19 years ago
  3. 04c832d __PPC64CompilationCallback code was allowing registers to be clobbered by stub. by Jim Laskey · 19 years ago
  4. 09fecf9 this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 19 years ago
  5. 13535c2 fix incorrect encoding of rldicr, used by ppc64 function stubs, etc. by Chris Lattner · 19 years ago
  6. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  7. d32cb5e wrap long lines by Chris Lattner · 19 years ago
  8. 69df613 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 19 years ago
  9. 18f0329 Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, by Nate Begeman · 19 years ago
  10. 78bf107 Resolve BB references with relocation. by Evan Cheng · 19 years ago
  11. 7ec7b46 synchronizeICache removeed from TargetJITInfo. by Evan Cheng · 19 years ago
  12. f6acb34 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  13. 5b17dee Implement PPC64 relocations types by Chris Lattner · 19 years ago
  14. 4442a70 Silence -pedantic warning by Chris Lattner · 20 years ago
  15. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 20 years ago
  16. e1c9636 Fix a purely hypothetical problem (for now): emitWord emits in the host by Chris Lattner · 20 years ago
  17. 01364fb Update the PPC compilation callback code to not need weird abi-violating by Nate Begeman · 20 years ago
  18. 318bb96 No functionality changes, but cleaner code with correct comments. by Nate Begeman · 20 years ago
  19. 516b3939 Change the PPC JIT to use a Static relocation model by Nate Begeman · 20 years ago
  20. 6cca84e More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  21. 6f3b954 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago[Renamed (99%) from llvm/lib/Target/PowerPC/PPC32JITInfo.cpp]
  22. 0aa794b Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo by Chris Lattner · 20 years ago
  23. 111e5e6 update interface by Andrew Lenharth · 20 years ago
  24. b440243 Remove trailing whitespace by Misha Brukman · 21 years ago
  25. b50fd92 There is no reason to store <x,x>, just store <x>. by Chris Lattner · 21 years ago
  26. 8cbad8e Fix the build on non ppc machines by Chris Lattner · 21 years ago
  27. dd51679 * Rename existing relocations to be more specific by Chris Lattner · 21 years ago
  28. 078b6f2 Write CompilationCallback as an explicit assembly stub to avoid getting GCC's by Chris Lattner · 21 years ago
  29. 659d72e When rewriting the original call instruction, make sure to rewrite it to by Chris Lattner · 21 years ago
  30. cb9af55 Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really by Chris Lattner · 21 years ago
  31. c5fc6f5 Use the correct register class as a constaint to gcc's inline assembly, so by Nate Begeman · 21 years ago
  32. 6177606 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 21 years ago
  33. a8936af Initial implementation of exiting CompilationCallback by Chris Lattner · 21 years ago
  34. 4ff1175 Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 21 years ago
  35. 7445c5e Implement the stub needed to get into compilation callback. by Chris Lattner · 21 years ago
  36. 8296c4c Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 21 years ago