This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb0c0a3 Remove IsMetadataMaterialized from BitcodeReader (NFC) new 8a4442a Refactor BitcodeReader: move Metadata and ValueId handling in [...]
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: lib/Bitcode/Reader/BitcodeReader.cpp | 1417 +-------------------------------- lib/Bitcode/Reader/CMakeLists.txt | 2 + lib/Bitcode/Reader/MetadataLoader.cpp | 1316 ++++++++++++++++++++++++++++++ lib/Bitcode/Reader/MetadataLoader.h | 79 ++ lib/Bitcode/Reader/ValueList.cpp | 199 +++++ lib/Bitcode/Reader/ValueList.h | 76 ++ 6 files changed, 1694 insertions(+), 1395 deletions(-) create mode 100644 lib/Bitcode/Reader/MetadataLoader.cpp create mode 100644 lib/Bitcode/Reader/MetadataLoader.h create mode 100644 lib/Bitcode/Reader/ValueList.cpp create mode 100644 lib/Bitcode/Reader/ValueList.h