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

2007-02-07 Thread LLVM
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp (r1.16) removed --- Log message: Dead files. Functionality has been taken over by the Add*Writer functions. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

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

2007-02-02 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.15 - 1.16 --- Log message: Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The PPCMachOWriter is now trivial. --- Diffs of the changes: (+1 -131) PPCMachOWriter.cpp | 132

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

2007-01-26 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.14 - 1.15 --- Log message: Handle multiple functions, properly mangle symbols, and fix support for scattered relocations. --- Diffs of the changes: (+23 -12) PPCMachOWriter.cpp | 35

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

2007-01-23 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.13 - 1.14 --- Log message: Move the getJTRelocation method out of here. --- Diffs of the changes: (+7 -26) PPCMachOWriter.cpp | 33 +++-- 1 files changed, 7 insertions(+), 26

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCMachOWriter.cpp PPCTargetMachine.cpp PPCTargetMachine.h PPCTargetObjInfo.cpp PPCTargetObjInfo.h

2007-01-17 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.10 - 1.11 PPCTargetMachine.cpp updated: 1.113 - 1.114 PPCTargetMachine.h updated: 1.26 - 1.27 PPCTargetObjInfo.cpp (r1.1) removed PPCTargetObjInfo.h (r1.1) removed --- Log message: Revert patch. --- Diffs of the

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

2007-01-17 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.11 - 1.12 --- Log message: Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. --- Diffs of the changes: (+52 -31) PPCMachOWriter.cpp | 83

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

2007-01-16 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.9 - 1.10 PPCTargetMachine.cpp updated: 1.112 - 1.113 PPCTargetMachine.h updated: 1.25 - 1.26 --- Log message: Create the specified TargetObjInfo and use it. --- Diffs of the changes: (+24 -18) PPCMachOWriter.cpp

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

2006-12-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.8 - 1.9 --- Log message: Apply B. Scott Michel's patch for PR1054: http://llvm.org/PR1054 , thanks! --- Diffs of the changes: (+3 -3) PPCMachOWriter.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

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

2006-11-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp updated: 1.6 - 1.7 --- Log message: fix a bug reid noticed --- Diffs of the changes: (+1 -1) PPCMachOWriter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCMachOWriter.cpp

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCMachOWriter.cpp PPC.h PPCCodeEmitter.cpp PPCTargetMachine.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp added (r1.1) PPC.h updated: 1.30 - 1.31 PPCCodeEmitter.cpp updated: 1.65 - 1.66 PPCTargetMachine.cpp updated: 1.99 - 1.100 --- Log message: Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it does emit