This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dfdde6d06e0 Fix a bug in just submitted rL369789 new 90a3ecb295f [PowerPC] Expand v1i128 smin new 6ef59a45457 [SampleFDO] Add ExtBinary format to support extension of bi [...]
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/ProfileData/SampleProf.h | 22 +++ include/llvm/ProfileData/SampleProfReader.h | 79 ++++++++-- include/llvm/ProfileData/SampleProfWriter.h | 69 +++++++-- lib/ProfileData/SampleProfReader.cpp | 122 ++++++++++++++- lib/ProfileData/SampleProfWriter.cpp | 165 ++++++++++++++++++--- lib/Target/PowerPC/PPCISelLowering.cpp | 16 +- test/CodeGen/PowerPC/vec-min-max.ll | 48 ++++++ .../SampleProfile/Inputs/inline.extbinary.afdo | Bin 0 -> 272 bytes ...compact-binary-profile.ll => profile-format.ll} | 6 +- test/tools/llvm-profdata/roundtrip.test | 11 +- tools/llvm-profdata/llvm-profdata.cpp | 25 ++-- unittests/ProfileData/SampleProfTest.cpp | 8 + 12 files changed, 501 insertions(+), 70 deletions(-) create mode 100644 test/Transforms/SampleProfile/Inputs/inline.extbinary.afdo rename test/Transforms/SampleProfile/{compact-binary-profile.ll => profile-format. [...]