This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c54021d [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interfa [...] new 25a09f1 [NewGVN] Simplyfy loop NFC new a0ca6ae Add an index for Module Metadata record in the bitcode
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/BitstreamWriter.h | 7 +- include/llvm/Bitcode/LLVMBitCodes.h | 6 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 85 ++++++++++++++++++++-- lib/Transforms/Scalar/NewGVN.cpp | 5 +- test/Bitcode/mdnodes-distinct-in-post-order.ll | 4 + .../Bitcode/mdnodes-distinct-nodes-break-cycles.ll | 4 + test/Bitcode/mdnodes-distinct-nodes-first.ll | 4 + test/Bitcode/mdnodes-in-post-order.ll | 7 ++ test/Bitcode/metadata-function-blocks.ll | 3 + tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 21 ++++++ 10 files changed, 134 insertions(+), 12 deletions(-)