summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.h
Commit message (Expand)AuthorAge
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Make ppc64 jit kinda work right. About 2/3 of Olden passes with this,Nate Begeman2006-08-29
* Resolve BB references with relocation.Evan Cheng2006-07-27
* synchronizeICache removeed from TargetJITInfo.Evan Cheng2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-14
* turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth2005-07-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* This method is deadChris Lattner2004-11-23
* Remove this method, it's not clear how it could be implemented indep of 32 or...Chris Lattner2004-11-20
* Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman2004-08-11
* Initial revisionMisha Brukman2004-06-21