This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from adbd909 cmake: Don't try to install exports if there aren't any new 5498e18 IR, Bitcode: Change bitcode reader to no longer own its memor [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Bitcode/ReaderWriter.h | 14 ++- include/llvm/IR/Module.h | 7 ++ lib/Bitcode/Reader/BitReader.cpp | 4 +- lib/Bitcode/Reader/BitcodeReader.cpp | 165 +++++++++++------------------------ lib/IR/Module.cpp | 5 ++ lib/IRReader/IRReader.cpp | 2 +- lib/LTO/LTO.cpp | 5 +- lib/LTO/LTOBackend.cpp | 3 +- lib/LTO/LTOModule.cpp | 6 +- lib/Object/IRObjectFile.cpp | 5 +- tools/llvm-dis/llvm-dis.cpp | 4 +- unittests/Bitcode/BitReaderTest.cpp | 4 +- 12 files changed, 87 insertions(+), 137 deletions(-)