This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d6400d5f12 test/Other/can-execute.txt: delete %t after the test new ec13dea9af1 [SampleFDO] Add FunctionOffsetTable in compact binary forma [...]
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 | 3 +- include/llvm/ProfileData/SampleProfReader.h | 24 ++++- include/llvm/ProfileData/SampleProfWriter.h | 51 +++++++++- lib/ProfileData/SampleProf.cpp | 2 + lib/ProfileData/SampleProfReader.cpp | 111 ++++++++++++++++++--- lib/ProfileData/SampleProfWriter.cpp | 57 +++++++++++ lib/Transforms/IPO/SampleProfile.cpp | 1 + .../Inputs/function_metadata.compact.afdo | Bin 280 -> 295 bytes .../Inputs/indirect-call.compact.afdo | Bin 497 -> 533 bytes .../SampleProfile/Inputs/inline.compactbinary.afdo | Bin 172 -> 184 bytes unittests/ProfileData/SampleProfTest.cpp | 20 ++-- 11 files changed, 245 insertions(+), 24 deletions(-)