This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93fffbb1bb6 [LoopVectorize] add test that asserted after cost model cha [...] new 12cf3ff3262 [SampleFDO] Add compression support for any section in ExtB [...]
The 1 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 | 20 +++- include/llvm/ProfileData/SampleProfReader.h | 10 +- include/llvm/ProfileData/SampleProfWriter.h | 38 ++++++-- lib/ProfileData/SampleProf.cpp | 55 +++-------- lib/ProfileData/SampleProfReader.cpp | 84 ++++++++++++----- lib/ProfileData/SampleProfWriter.cpp | 102 +++++++++++++++++---- .../compressed-profile-symbol-list.ll | 2 +- ...rofile-format.ll => profile-format-compress.ll} | 10 +- .../uncompressed-profile-symbol-list.ll | 2 +- .../profile-symbol-list-compress.test | 6 ++ test/tools/llvm-profdata/roundtrip-compress.test | 10 ++ tools/llvm-profdata/llvm-profdata.cpp | 47 +++++++--- 12 files changed, 269 insertions(+), 117 deletions(-) copy test/Transforms/SampleProfile/{profile-format.ll => profile-format-compress.l [...] create mode 100644 test/tools/llvm-profdata/profile-symbol-list-compress.test create mode 100644 test/tools/llvm-profdata/roundtrip-compress.test