aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCJITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-0/+1
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-1/+2
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-251-5/+0
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-171-0/+5
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-6/+0
* Make ppc64 jit kinda work right. About 2/3 of Olden passes with this,Nate Begeman2006-08-291-1/+5
* Resolve BB references with relocation.Evan Cheng2006-07-271-2/+0
* synchronizeICache removeed from TargetJITInfo.Evan Cheng2006-07-271-1/+0
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+3
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-3/+3
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-9/+3
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-141-1/+19
* turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth2005-07-291-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* This method is deadChris Lattner2004-11-231-7/+0
* Remove this method, it's not clear how it could be implemented indep of 32 or...Chris Lattner2004-11-201-6/+0
* Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman2004-08-111-3/+3
* Initial revisionMisha Brukman2004-06-211-0/+49