[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2007-01-29 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.17 - 1.18 --- Log message: Properly support cstrings --- Diffs of the changes: (+8 -2) MachOWriter.h | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2007-01-26 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.16 - 1.17 --- Log message: Handle multiple functions, properly mangle symbols, and fix support for scattered relocations. --- Diffs of the changes: (+16 -7) MachOWriter.h | 23 --- 1 files

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2007-01-23 Thread Bill Wendling
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.14 - 1.15 --- Log message: Moved target-specific information to the TargetMachOWriterInfo obj. --- Diffs of the changes: (+7 -62) MachOWriter.h | 69 +- 1

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2007-01-23 Thread Bill Wendling
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.15 - 1.16 --- Log message: Make ivars private and use getters. Have the MachOWriter return Mach-O Writer for the pass name. --- Diffs of the changes: (+4 -2) MachOWriter.h |6 -- 1 files changed, 4

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2007-01-14 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.9 - 1.10 --- Log message: Primitive types don't include integers any more, adjust. --- Diffs of the changes: (+1 -1) MachOWriter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-12-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.8 - 1.9 --- Log message: Apply B. Scott Michel's patch for PR1054: http://llvm.org/PR1054 , thanks! --- Diffs of the changes: (+71 -16) MachOWriter.h | 87 +++---

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-09-08 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.5 - 1.6 --- Log message: First pass at supporting relocations. Relocations are written correctly to the file now, however the relocated address is currently wrong. Fixing that will require some deep pondering. ---

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-08-26 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.4 - 1.5 --- Log message: Properly size the string table, and emit symbol table and string table entries in the correct order, fixing several fixmes. --- Diffs of the changes: (+36 -19) MachOWriter.h | 55

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-08-25 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.3 - 1.4 --- Log message: Get closer to handling globals correctly. We now generally get them in the right section. --- Diffs of the changes: (+36 -2) MachOWriter.h | 38 -- 1

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-08-24 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.2 - 1.3 --- Log message: Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms and ensure that a memory overrun won't occur while still writing Length bytes in the outstring function. --- Diffs of

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-08-23 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.1 - 1.2 --- Log message: Correctly attribute file author remote tabs --- Diffs of the changes: (+20 -20) MachOWriter.h | 40 1 files changed, 20 insertions(+), 20