summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCJITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-46/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+46
* Nuke the old JIT.Rafael Espindola2014-08-071-46/+0
* Move PPCJITInfo off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-121-23/+20
* Remove the use of TargetMachine from PPCJITInfo and replace withEric Christopher2014-06-121-4/+4
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-8/+8
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* 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
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-0/+36
* Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke2004-07-161-49/+0
* Initial revisionMisha Brukman2004-06-211-0/+49
OpenPOWER on IntegriCloud