This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0be4050c18 [NFC] Fixed test new b13d65fe196 [AutoUpgrader] Make ArcRuntime Autoupgrader more conservative new 027b0999dbf [llvm-profdata] Profile dump for compact binary format
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/IR/AutoUpgrade.h | 10 +-- include/llvm/ProfileData/SampleProfReader.h | 2 + lib/Bitcode/Reader/BitcodeReader.cpp | 3 +- lib/IR/AutoUpgrade.cpp | 13 ++-- lib/ProfileData/SampleProfReader.cpp | 25 ++++++-- test/Bitcode/upgrade-arc-runtime-calls-new.bc | Bin 0 -> 4720 bytes test/Bitcode/upgrade-arc-runtime-calls.ll | 70 +++++++++++---------- .../llvm-profdata/Inputs/compat-sample.profdata | Bin 0 -> 340 bytes test/tools/llvm-profdata/compact-sample.proftext | 8 +++ 9 files changed, 77 insertions(+), 54 deletions(-) create mode 100644 test/Bitcode/upgrade-arc-runtime-calls-new.bc create mode 100644 test/tools/llvm-profdata/Inputs/compat-sample.profdata create mode 100644 test/tools/llvm-profdata/compact-sample.proftext