[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2007-04-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.20 -> 1.21 --- Log message: For PR1291: http://llvm.org/PR1291 : Change to use PathWithStatus --- Diffs of the changes: (+7 -7) Archive.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: l

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.18 -> 1.19 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) Archive.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Bytecode/Archive.h diff -u llvm/include/llvm

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-08-24 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.17 -> 1.18 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception handling from the bytecode archiver and adjust the llvm-ar tool to accommodate the new interfaces. --- Diffs of the changes: (+17 -9) Archiv

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-07-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.16 -> 1.17 --- Log message: Change Path::getStatusInfo to return a boolean and error string on an error instead of throwing an exception. This reduces the amount of code that is exposed to exceptions (e.g. FileUtilities), th

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-07-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.15 -> 1.16 --- Log message: Finish removal of EH usage from the Archive library. The REQUIRES_EH flag in lib/Bytecode/Archive/Makefile is now removed. One small step closer to a smaller LLVM. --- Diffs of the changes: (+27

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-07-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.14 -> 1.15 --- Log message: Remove EH use from the Archive library and adjust its users accordingly. --- Diffs of the changes: (+18 -6) Archive.h | 24 ++-- 1 files changed, 18 insertions(+), 6 dele

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h Format.h

2006-02-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.13 -> 1.14 Format.h updated: 1.12 -> 1.13 --- Log message: Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. Patch by Martin Partel! --- Diffs of the changes: (+2 -2) Archive.h |2 +- Format.h |2 +

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2005-11-29 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.12 -> 1.13 --- Log message: minor cleanup --- Diffs of the changes: (+1 -1) Archive.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Bytecode/Archive.h diff -u llvm/include/llvm/Byte

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2005-11-29 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.11 -> 1.12 --- Log message: Fix a problem with llvm-ranlib that (on some platforms) caused the archive file to become corrupted due to interactions between mmap'd memory segments and file descriptors closing. The problem is c