Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCJITInfo.h
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