[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp PPCMachOWriterInfo.h

2007-02-27 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriterInfo.cpp updated: 1.4 - 1.5 PPCMachOWriterInfo.h updated: 1.3 - 1.4 --- Log message: More Mach-O writer improvements. --- Diffs of the changes: (+16 -6) PPCMachOWriterInfo.cpp | 20 +++- PPCMachOWriterInfo.h |

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp PPCMachOWriterInfo.h

2007-02-02 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriterInfo.cpp updated: 1.1 - 1.2 PPCMachOWriterInfo.h updated: 1.2 - 1.3 --- Log message: Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses non-Mach-O-specific information. --- Diffs of the changes: (+143 -1)