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