This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from 91a7b5abbfa Merging r318289: new 138a40df8f3 Merging r313398: new d07b802e93a Merging r315086: new f30c9188161 Merging r318788:
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/AutoUpgrade.h | 2 ++ lib/AsmParser/LLParser.cpp | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- lib/IR/AutoUpgrade.cpp | 47 ++++++++++++++++++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 3 +- test/Bitcode/upgrade-module-flag.ll | 6 ++-- test/Bitcode/upgrade-section-name.ll | 31 ++++++++++++++++++ test/CodeGen/AArch64/thread-pointer.ll | 60 ---------------------------------- 8 files changed, 87 insertions(+), 65 deletions(-) create mode 100644 test/Bitcode/upgrade-section-name.ll delete mode 100644 test/CodeGen/AArch64/thread-pointer.ll