This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba37298 Add a missing break statement. NFC. new ef0facc Bitcode: Split out block info reading into a separate function. new 8fc9b4d Bitcode: Decouple block info block state from reader.
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: include/llvm/Bitcode/BitstreamReader.h | 128 +++++++++--------------------- lib/Bitcode/Reader/BitcodeReader.cpp | 22 +++-- lib/Bitcode/Reader/BitstreamReader.cpp | 48 +++++------ tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 88 ++++++++++---------- unittests/Bitcode/BitstreamReaderTest.cpp | 35 ++------ 5 files changed, 123 insertions(+), 198 deletions(-)