index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCJITInfo.cpp
Age
Commit message (
Expand
)
Author
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