[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveWriter.cpp

2007-03-29 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.18 -> 1.19 ArchiveWriter.cpp updated: 1.35 -> 1.36 --- Log message: For PR789: http://llvm.org/PR789 : Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rathe

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveWriter.cpp

2007-03-29 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.17 -> 1.18 ArchiveWriter.cpp updated: 1.34 -> 1.35 --- Log message: For PR789: http://llvm.org/PR789 : Updates for change in interface of getFileStatus method of sys::Path class. --- Diffs of the changes: (+2 -2) Archiv

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveWriter.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.12 -> 1.13 ArchiveWriter.cpp updated: 1.25 -> 1.26 --- Log message: For PR797: http://llvm.org/PR797 : Adjust to new interface for MappedFile. Note that the new "throw" statements will be removed later. --- Diffs of the c

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveWriter.cpp

2006-07-28 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.11 -> 1.12 ArchiveWriter.cpp updated: 1.23 -> 1.24 --- 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 expos

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveWriter.cpp

2005-11-29 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.9 -> 1.10 ArchiveWriter.cpp updated: 1.20 -> 1.21 --- 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 fi