This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8657a6b1952 [PDB] Fill in "Parent" and "End" fields of scope-like symbo [...] new a5a5f8ef6fc [opt-viewer] Move under tools, install it new 67a3f7fd429 Bitcode: Include any strings added to the string table in t [...]
The 2 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: lib/Bitcode/Writer/BitcodeWriter.cpp | 21 +++++++++++++++------ test/Bitcode/Inputs/module-hash-strtab1.ll | 10 ++++++++++ test/Bitcode/Inputs/module-hash-strtab2.ll | 10 ++++++++++ test/Bitcode/module-hash-strtab.ll | 15 +++++++++++++++ test/Bitcode/module_hash.ll | 8 ++++---- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 8 +++++++- tools/opt-viewer/CMakeLists.txt | 13 +++++++++++++ {utils => tools}/opt-viewer/opt-diff.py | 0 {utils => tools}/opt-viewer/opt-stats.py | 0 {utils => tools}/opt-viewer/opt-viewer.py | 0 {utils => tools}/opt-viewer/optpmap.py | 0 {utils => tools}/opt-viewer/optrecord.py | 0 {utils => tools}/opt-viewer/style.css | 0 13 files changed, 74 insertions(+), 11 deletions(-) create mode 100644 test/Bitcode/Inputs/module-hash-strtab1.ll create mode 100644 test/Bitcode/Inputs/module-hash-strtab2.ll create mode 100644 test/Bitcode/module-hash-strtab.ll create mode 100644 tools/opt-viewer/CMakeLists.txt rename {utils => tools}/opt-viewer/opt-diff.py (100%) rename {utils => tools}/opt-viewer/opt-stats.py (100%) rename {utils => tools}/opt-viewer/opt-viewer.py (100%) rename {utils => tools}/opt-viewer/optpmap.py (100%) rename {utils => tools}/opt-viewer/optrecord.py (100%) rename {utils => tools}/opt-viewer/style.css (100%)