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.h
Age
Commit message (
Expand
)
Author
2008-06-25
Switch the PPC backend and target-independent JIT to use the libsystem
Chris Lattner
2008-06-17
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
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-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2005-10-16
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-14
Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo
Chris Lattner
2005-07-29
turn off GOT on archs that didn't use it (not that it appeard to harm them mu...
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-23
This method is dead
Chris Lattner
2004-11-20
Remove this method, it's not clear how it could be implemented indep of 32 or...
Chris Lattner
2004-08-11
Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.
Misha Brukman
2004-06-21
Initial revision
Misha Brukman