This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68857a7 [Support][Unittests] Add unittest for recursive_directory_ite [...] new 81f1df8 SDAG: Implement Select instead of SelectImpl in SparcDAGToDAGISel new db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Covera [...] new 73e8102 use 'match' for less indenting; NFCI
The 3 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 | 86 ++++---- include/llvm/ProfileData/InstrProfWriter.h | 12 +- include/llvm/ProfileData/ProfileCommon.h | 24 +++ lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++---- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 230 +++++++++++---------- lib/ProfileData/InstrProf.cpp | 133 ++++++------ lib/ProfileData/InstrProfReader.cpp | 175 ++++++++-------- lib/ProfileData/InstrProfWriter.cpp | 5 +- lib/Target/Sparc/SparcISelDAGToDAG.cpp | 33 +-- .../InstCombine/InstructionCombining.cpp | 41 ++-- lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +- .../Instrumentation/PGOInstrumentation.cpp | 43 ++-- tools/llvm-cov/CodeCoverage.cpp | 5 +- tools/llvm-profdata/llvm-profdata.cpp | 68 +++--- unittests/ProfileData/CoverageMappingTest.cpp | 18 +- unittests/ProfileData/InstrProfTest.cpp | 88 ++++---- 20 files changed, 643 insertions(+), 540 deletions(-)