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
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
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
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
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
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
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 +
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
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