This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 9016490 [tsan] Update fork_atexit.cc to consistently print to stderr [...]
new 82977c3 [sanitizer] add __sanitizer_symbolize_data (can only print th [...]
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/sanitizer/common_interface_defs.h | 3 +++
lib/asan/asan_win_dll_thunk.cc | 1 +
.../sanitizer_stacktrace_libcdep.cc | 20 ++++++++++++---
.../sanitizer_stacktrace_printer.cc | 29 ++++++++++++++++++++++
.../sanitizer_stacktrace_printer.h | 7 ++++++
test/sanitizer_common/TestCases/symbolize_pc.cc | 11 ++++++++
6 files changed, 67 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 73cca75 Automatic date update in version.in
new bc1e6c8 Consolidate target_mourn_inferior between GDB and gdbserver
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:
gdb/ChangeLog | 27 +++++++++++++++++++++++++++
gdb/darwin-nat.c | 2 +-
gdb/fork-child.c | 4 ++--
gdb/gdbserver/ChangeLog | 9 +++++++++
gdb/gdbserver/server.c | 6 +++---
gdb/gdbserver/target.c | 8 ++++++++
gdb/gdbserver/target.h | 3 ---
gdb/gnu-nat.c | 2 +-
gdb/inf-ptrace.c | 2 +-
gdb/infrun.c | 2 +-
gdb/linux-nat.c | 6 +++---
gdb/nto-procfs.c | 4 ++--
gdb/procfs.c | 2 +-
gdb/record.c | 2 +-
gdb/remote-sim.c | 2 +-
gdb/remote.c | 6 +++---
gdb/target.c | 3 ++-
gdb/target.h | 4 +---
gdb/target/target.h | 4 ++++
gdb/windows-nat.c | 2 +-
20 files changed, 72 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 764028e [llvm-cov] Emit a link to some documentation
new d5369d3 [AVX-512] Add support for lowering fp_to_f16 and f16_to_fp wh [...]
new d854787 [X86,AVX-512] Use INSERT_SUBREG instead of SUBREG_TO_REG when [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 3 +-
lib/Target/X86/X86InstrAVX512.td | 84 +-
lib/Target/X86/X86InstrSSE.td | 14 +-
test/CodeGen/X86/avx512-fsel.ll | 2 +
test/CodeGen/X86/avx512-intrinsics.ll | 16 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 16 +-
test/CodeGen/X86/avx512dq-intrinsics.ll | 4 +-
test/CodeGen/X86/avx512vl-intrinsics.ll | 160 +-
test/CodeGen/X86/pr27591.ll | 2 +
test/CodeGen/X86/vector-half-conversions.ll | 2507 ++++++++++-----------------
10 files changed, 1041 insertions(+), 1767 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1b70b5d [llvm-cov] Delete the NonCodeLines field, it was always dead
new 764028e [llvm-cov] Emit a link to some documentation
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:
tools/llvm-cov/SourceCoverageViewHTML.cpp | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 916b366 [XRay] ARM 32-bit no-Thumb support in LLVM
new 1b70b5d [llvm-cov] Delete the NonCodeLines field, it was always dead
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:
.../llvm-cov/Inputs/binary-formats.canonical.json | 6 +++---
test/tools/llvm-cov/Inputs/highlightedRanges.json | 6 +++---
test/tools/llvm-cov/Inputs/lineExecutionCounts.json | 6 +++---
test/tools/llvm-cov/Inputs/regionMarkers.json | 6 +++---
test/tools/llvm-cov/Inputs/showExpansions.json | 6 +++---
test/tools/llvm-cov/Inputs/universal-binary.json | 6 +++---
tools/llvm-cov/CoverageExporterJson.cpp | 12 +-----------
tools/llvm-cov/CoverageSummaryInfo.cpp | 2 +-
tools/llvm-cov/CoverageSummaryInfo.h | 18 ++++++------------
9 files changed, 26 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bff491f [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv
new c338f66 [docs] Touch up the code coverage doc
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:
docs/SourceBasedCodeCoverage.rst | 38 +++++++++++++++++++++++++++++---------
1 file changed, 29 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 381f9b3 [XRay] ARM 32-bit no-Thumb support in Clang
new bff491f [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv
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:
utils/analyzer/SATestBuild.py | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70b43c3 [llvm-cov] Teach the coverage exporter about instantiation coverage
new 916b366 [XRay] ARM 32-bit no-Thumb support in LLVM
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/CodeGen/AsmPrinter.h | 28 +++++
include/llvm/Target/Target.td | 10 +-
include/llvm/Target/TargetOpcodes.def | 17 +++
include/llvm/Target/TargetSubtargetInfo.h | 2 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++
lib/CodeGen/XRayInstrumentation.cpp | 115 +++++++++++++++------
lib/Target/ARM/ARMAsmPrinter.cpp | 9 ++
lib/Target/ARM/ARMAsmPrinter.h | 12 +++
lib/Target/ARM/ARMBaseInstrInfo.h | 4 +
lib/Target/ARM/ARMMCInstLower.cpp | 94 +++++++++++++++++
lib/Target/ARM/ARMSubtarget.cpp | 5 +
lib/Target/ARM/ARMSubtarget.h | 2 +
lib/Target/X86/X86AsmPrinter.h | 23 -----
lib/Target/X86/X86MCInstLower.cpp | 10 --
lib/Target/X86/X86Subtarget.h | 2 +
.../ARM/xray-armv6-attribute-instrumentation.ll | 24 +++++
.../ARM/xray-armv7-attribute-instrumentation.ll | 24 +++++
17 files changed, 328 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
create mode 100644 test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9022240 clang-format: [JS] Do not wrap taze annotation comments.
new 381f9b3 [XRay] ARM 32-bit no-Thumb support in Clang
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:
...{xray-attributes-supported.cpp => xray-attributes-supported-arm.cpp} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy test/CodeGen/{xray-attributes-supported.cpp => xray-attributes-supported-arm. [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 60489f4 Handle Invoke during sample profiler annotation: make it inlinable.
new 7b1bb28 [utils] Delete the 'check-coverage-regressions' script
new c063c43 [llvm-cov] Drop another redundant 'No.' suffix
new 6360ab9 [llvm-cov] Make 'adjustColumnWidths' do less work
new 40817d8 [llvm-cov] Don't recompute the 'Covered' field from *Coverage [...]
new e17f26f [llvm-cov] Track function and instantiation coverage separately
new a830753 [llvm-cov] Make a helper method static for re-use (NFC)
new 70b43c3 [llvm-cov] Teach the coverage exporter about instantiation coverage
The 7 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-cov/Inputs/binary-formats.canonical.json | 1 +
.../Inputs/hideUnexecutedSubviews.proftext | 2 +-
test/tools/llvm-cov/Inputs/highlightedRanges.json | 1 +
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 1 +
test/tools/llvm-cov/Inputs/regionMarkers.json | 1 +
test/tools/llvm-cov/Inputs/showExpansions.json | 1 +
test/tools/llvm-cov/Inputs/showProjectSummary.test | 2 +-
test/tools/llvm-cov/Inputs/universal-binary.json | 1 +
test/tools/llvm-cov/hideUnexecutedSubviews.test | 26 +++-
test/tools/llvm-cov/report.cpp | 6 +-
test/tools/llvm-cov/showLineExecutionCounts.cpp | 3 +
tools/llvm-cov/CoverageExporterJson.cpp | 42 ++++---
tools/llvm-cov/CoverageReport.cpp | 89 +++++++++----
tools/llvm-cov/CoverageReport.h | 6 +-
tools/llvm-cov/CoverageSummaryInfo.cpp | 12 ++
tools/llvm-cov/CoverageSummaryInfo.h | 9 ++
tools/llvm-cov/SourceCoverageViewHTML.cpp | 24 ++--
utils/check-coverage-regressions.py | 139 ---------------------
18 files changed, 165 insertions(+), 201 deletions(-)
delete mode 100755 utils/check-coverage-regressions.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.