Remove the use of TargetMachine from PPCJITInfo and replace with
[oota-llvm.git] / lib / Target / PowerPC / PPCJITInfo.h
2014-06-12 Eric ChristopherRemove the use of TargetMachine from PPCJITInfo and...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerMerge PPCJITInfo.h and PPC32JITInfo.h. Note that the...
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-23 Chris LattnerThis method is dead
2004-11-20 Chris LattnerRemove this method, it's not clear how it could be...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-06-21 Misha BrukmanInitial revision