summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.h
Commit message (Expand)AuthorAge
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-25
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* 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