[llvm-commits] CVS: llvm/include/llvm/Support/OutputBuffer.h

2007-04-20 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: OutputBuffer.h updated: 1.4 -> 1.5 --- Log message: Fix a very strange assertion message, patch by Christopher Lamb CVS: -- --- Diffs of the changes: (+1 -1) OutputBuffer.h

[llvm-commits] CVS: llvm/include/llvm/Support/OutputBuffer.h

2007-02-04 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: OutputBuffer.h updated: 1.3 -> 1.4 --- Log message: Use unsigned char& instead of std::vector<>::reference. --- Diffs of the changes: (+2 -4) OutputBuffer.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/include

[llvm-commits] CVS: llvm/include/llvm/Support/OutputBuffer.h

2007-02-02 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: OutputBuffer.h updated: 1.2 -> 1.3 --- Log message: Added some accessor methods. --- Diffs of the changes: (+9 -0) OutputBuffer.h |9 + 1 files changed, 9 insertions(+) Index: llvm/include/llvm/Support/OutputBuffer.h diff -u llv

[llvm-commits] CVS: llvm/include/llvm/Support/OutputBuffer.h

2007-01-17 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: OutputBuffer.h updated: 1.1 -> 1.2 --- Log message: Have the OutputBuffer take the is64Bit and isLittleEndian booleans. --- Diffs of the changes: (+5 -6) OutputBuffer.h | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) In

[llvm-commits] CVS: llvm/include/llvm/Support/OutputBuffer.h

2007-01-17 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: OutputBuffer.h added (r1.1) --- Log message: Refactored output buffer methods from MachO and ELF writers. --- Diffs of the changes: (+146 -0) OutputBuffer.h | 146 + 1 files changed, 14