This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb8cd12 Tag the end of an anonymous namespace, NFC new 20c4466 BitcodeReader: Avoid referencing unresolved nodes from distinct ones new 436d289 ValueEnumerator: Use std::find_if, NFC new f217c8f Avoid ternery statement to please g++ after r267270, NFC
The 3 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/IR/Metadata.def | 1 + include/llvm/IR/Metadata.h | 46 +++++++++++++++++++++ lib/Bitcode/Reader/BitcodeReader.cpp | 69 ++++++++++++++++++++++++++++--- lib/Bitcode/Writer/ValueEnumerator.cpp | 21 ++++------ lib/Bitcode/Writer/ValueEnumerator.h | 10 ----- lib/IR/Metadata.cpp | 10 +++++ unittests/IR/MetadataTest.cpp | 75 ++++++++++++++++++++++++++++++++++ 7 files changed, 203 insertions(+), 29 deletions(-)