This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b34ed8 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC new 8007bdd Revert "(HEAD -> master, origin/master, origin/HEAD) [Profile [...] new 1c60c02 Disable test from r269436 on unsupported platforms
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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 33 ++- .../ProfileData/Coverage/CoverageMappingReader.h | 24 +-- include/llvm/ProfileData/InstrProf.h | 68 +++--- include/llvm/ProfileData/InstrProfData.inc | 7 +- include/llvm/ProfileData/InstrProfReader.h | 82 ++++---- include/llvm/ProfileData/InstrProfWriter.h | 12 +- include/llvm/ProfileData/ProfileCommon.h | 24 --- lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++---- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 227 ++++++++++----------- lib/ProfileData/InstrProf.cpp | 133 ++++++------ lib/ProfileData/InstrProfReader.cpp | 176 ++++++++-------- lib/ProfileData/InstrProfWriter.cpp | 5 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +- .../Instrumentation/PGOInstrumentation.cpp | 43 ++-- .../RuntimeDyld}/SystemZ/lit.local.cfg | 0 tools/llvm-cov/CodeCoverage.cpp | 5 +- tools/llvm-profdata/llvm-profdata.cpp | 67 +++--- unittests/ProfileData/CoverageMappingTest.cpp | 18 +- unittests/ProfileData/InstrProfTest.cpp | 88 ++++---- 19 files changed, 502 insertions(+), 600 deletions(-) copy test/{MC/Disassembler => ExecutionEngine/RuntimeDyld}/SystemZ/lit.local.cfg (100%)