Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp (r1.23) removed
ArchiveInternals.h (r1.7) removed
ArchiveReader.cpp (r1.52) removed
ArchiveWriter.cpp (r1.39) removed
Makefile (r1.6) removed
---
Log message:
move this to lib/Archive
---
Diffs of the changes: (+0 -0)
0 files chan
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.22 -> 1.23
ArchiveInternals.h updated: 1.6 -> 1.7
ArchiveReader.cpp updated: 1.51 -> 1.52
ArchiveWriter.cpp updated: 1.38 -> 1.39
---
Log message:
Switch this over to bitcode instead of bytecode.
---
Diffs of the changes:
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.21 -> 1.22
---
Log message:
Avoid a useless temporary constrution.
---
Diffs of the changes: (+1 -2)
Archive.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Bytecode/Archive/Archive.cpp
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.20 -> 1.21
---
Log message:
Fix another PathWithStatus issue.
---
Diffs of the changes: (+2 -1)
Archive.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Bytecode/Archive/Archive.cpp
diff
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.19 -> 1.20
ArchiveReader.cpp updated: 1.49 -> 1.50
ArchiveWriter.cpp updated: 1.36 -> 1.37
---
Log message:
For PR1302: http://llvm.org/PR1302 :
Adjust useage of sys::Path::FileType for new enumerator names.
---
Diffs of t
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
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
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.16 -> 1.17
ArchiveInternals.h updated: 1.5 -> 1.6
---
Log message:
move archive-specific stuff out of bcreader into archive library.
---
Diffs of the changes: (+80 -3)
Archive.cpp| 70 +
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.15 -> 1.16
ArchiveReader.cpp updated: 1.48 -> 1.49
ArchiveWriter.cpp updated: 1.33 -> 1.34
---
Log message:
push bytecode decompressor out through APIs. Now the bytecode reader
api's look like this:
ModuleProvider *getByte
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.14 -> 1.15
ArchiveReader.cpp updated: 1.47 -> 1.48
ArchiveWriter.cpp updated: 1.32 -> 1.33
---
Log message:
For PR1050: http://llvm.org/PR1050 :
Convert asserts into error messages.
---
Diffs of the changes: (+27 -6)
Ar
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.13 -> 1.14
ArchiveReader.cpp updated: 1.45 -> 1.46
ArchiveWriter.cpp updated: 1.29 -> 1.30
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception handling from the bytecode archiver and adjust the llvm-ar
tool
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
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
Changes in directory llvm/lib/Bytecode/Archive:
Archive.cpp updated: 1.10 -> 1.11
---
Log message:
Apply bug fix supplied by Greg Pettyjohn for a bug he found: '' is
not a legal path on Windows.
---
Diffs of the changes: (+1 -1)
Archive.cpp |2 +-
1 files changed, 1 insertion(+), 1 de
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
15 matches
Mail list logo