This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9960086c111 AMDGPU: Merge BUFFER_STORE_DWORD_OFFEN/OFFSET into x2, x4
new f361756cf35 [Coverage] Use the wrapped segment when a line has entry segments
new 5a74fe77721 [llvm-cov] Don't render empty region marker lines
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/ProfileData/Coverage/CoverageMapping.cpp | 8 +--
.../llvm-cov/Inputs/deferred-regions.covmapping | Bin 796 -> 900 bytes
.../llvm-cov/Inputs/highlightedRanges.covmapping | Bin 360 -> 336 bytes
test/tools/llvm-cov/Inputs/highlightedRanges.json | 11 ++-
test/tools/llvm-cov/Inputs/instrprof-comdat.h | 6 +-
.../llvm-cov/Inputs/lineExecutionCounts.covmapping | Bin 172 -> 196 bytes
.../Inputs/prefer_used_to_unused.covmapping | Bin 420 -> 612 bytes
.../tools/llvm-cov/Inputs/regionMarkers.covmapping | Bin 208 -> 196 bytes
test/tools/llvm-cov/Inputs/regionMarkers.json | 11 ++-
test/tools/llvm-cov/Inputs/report.covmapping | Bin 219 -> 224 bytes
.../Inputs/templateInstantiations.covmapping | Bin 248 -> 316 bytes
test/tools/llvm-cov/deferred-region.cpp | 7 +-
test/tools/llvm-cov/hideUnexecutedSubviews.test | 4 +-
test/tools/llvm-cov/load-multiple-objects.test | 2 +-
test/tools/llvm-cov/prefer_used_to_unused.h | 4 +-
test/tools/llvm-cov/report.cpp | 22 +++---
test/tools/llvm-cov/showHighlightedRanges.cpp | 4 +-
test/tools/llvm-cov/showTemplateInstantiations.cpp | 80 +++++++--------------
tools/llvm-cov/SourceCoverageView.cpp | 19 ++---
tools/llvm-cov/SourceCoverageView.h | 2 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 14 ++--
tools/llvm-cov/SourceCoverageViewText.cpp | 11 +--
unittests/ProfileData/CoverageMappingTest.cpp | 3 +-
23 files changed, 89 insertions(+), 119 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 2050079cf4 Remove redundant copy-pasted comment in test file from r317736
new 04811d180e [Coverage] Emit a gap area after if conditions
new 1d4f0c6913 [Coverage] Complete top-level deferred regions before labels
new 5598246269 [Coverage] Emit deferred regions in headers
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:
lib/CodeGen/CoverageMappingGen.cpp | 76 ++++++++++++++++++++--
.../Inputs/deferred-region-helper.h | 5 ++
test/CoverageMapping/break.c | 6 +-
test/CoverageMapping/casts.c | 2 +-
test/CoverageMapping/continue.c | 6 +-
test/CoverageMapping/deferred-region.cpp | 13 +++-
test/CoverageMapping/if.cpp | 30 +++++----
test/CoverageMapping/includehell.cpp | 22 +++----
test/CoverageMapping/label.cpp | 22 +++----
test/CoverageMapping/macro-expansion.c | 8 +--
test/CoverageMapping/macro-expressions.cpp | 6 +-
test/CoverageMapping/macroscopes.cpp | 8 +--
test/CoverageMapping/moremacros.c | 4 +-
test/CoverageMapping/objc.m | 6 +-
test/CoverageMapping/preprocessor.c | 2 +-
test/CoverageMapping/return.c | 8 +--
test/CoverageMapping/switch.cpp | 2 +-
test/CoverageMapping/switchmacro.c | 4 +-
test/CoverageMapping/test.c | 2 +-
test/CoverageMapping/trycatch.cpp | 6 +-
20 files changed, 161 insertions(+), 77 deletions(-)
create mode 100644 test/CoverageMapping/Inputs/deferred-region-helper.h
--
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 compiler-rt.
from 5add750bd [libFuzzer] mechanically simplify a test, NFC
new fd65fa524 ubsan: Allow programs to use setenv to configure ubsan_standalone.
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:
lib/ubsan/CMakeLists.txt | 1 -
lib/ubsan/ubsan_flags.cc | 6 +++--
lib/ubsan/ubsan_init_standalone_preinit.cc | 37 ------------------------------
3 files changed, 4 insertions(+), 40 deletions(-)
delete mode 100644 lib/ubsan/ubsan_init_standalone_preinit.cc
--
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 compiler-rt.
from dc9407d65 [libFuzzer] fix a test (and hopefully, the bot)
new 5add750bd [libFuzzer] mechanically simplify a test, NFC
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:
test/fuzzer/merge.test | 64 +++++++++++++++++++++++++-------------------------
1 file changed, 32 insertions(+), 32 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 c8d83c1c39e [X86] Make sure we don't read too many operands from X86ISD [...]
new c94ae749c08 AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowere [...]
new 1a1019d0193 AMDGPU: Merge S_BUFFER_LOAD_DWORD_IMM into x2, x4
new 79b91c25d72 AMDGPU: Merge BUFFER_LOAD_DWORD_OFFEN into x2, x4
new e79e4fb9f11 AMDGPU: Merge BUFFER_LOAD_DWORD_OFFSET into x2, x4
new aa75d4aeb00 AMDGPU: Lower buffer store and atomic intrinsics manually
new 9960086c111 AMDGPU: Merge BUFFER_STORE_DWORD_OFFEN/OFFSET into x2, x4
The 6 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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 16 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 13 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 13 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +
lib/Target/AMDGPU/BUFInstructions.td | 40 +--
lib/Target/AMDGPU/SIISelLowering.cpp | 113 ++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 34 +-
lib/Target/AMDGPU/SIInstrInfo.h | 4 +
lib/Target/AMDGPU/SIInstrInfo.td | 47 +++
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 397 +++++++++++++++++++--
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll | 3 +
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 102 ++++++
.../AMDGPU/llvm.amdgcn.buffer.store.format.ll | 9 +
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll | 84 +++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.ll | 7 +
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 14 +
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll | 2 +
test/CodeGen/AMDGPU/merge-stores.ll | 16 +-
test/CodeGen/AMDGPU/smrd.ll | 100 +++++-
19 files changed, 936 insertions(+), 86 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 compiler-rt.
from e29c4b614 [libFuzzer] allow user to specify the merge control file
new dc9407d65 [libFuzzer] fix a test (and hopefully, the bot)
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:
test/fuzzer/merge.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 a1622118137 [CMake] Passthrough CMAKE_SYSROOT to external projects
new c8d83c1c39e [X86] Make sure we don't read too many operands from X86ISD [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 7 +++++--
test/CodeGen/X86/fma-fneg-combine.ll | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 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 compiler-rt.
from 1a158e7ba [Sanitizers, CMake] Also use version script for libclang_rt.a [...]
new e29c4b614 [libFuzzer] allow user to specify the merge control file
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:
lib/fuzzer/FuzzerDriver.cpp | 18 ++++++++++--------
lib/fuzzer/FuzzerFlags.def | 5 ++++-
lib/fuzzer/FuzzerInternal.h | 3 ++-
lib/fuzzer/FuzzerMerge.cpp | 22 ++++++++++++++--------
test/fuzzer/merge.test | 11 +++++++++++
5 files changed, 41 insertions(+), 18 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 b44ec61915 Make encode_actions_rsp use std::vector
new 286acbb5c2 local variable watchpoint not deleted after leaving scope
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 | 5 ++
gdb/ada-exp.y | 16 ++---
gdb/testsuite/ChangeLog | 8 +++
gdb/testsuite/gdb.ada/mi_interface.exp | 4 +-
gdb/testsuite/gdb.ada/mi_var_array.exp | 2 +-
gdb/testsuite/gdb.ada/scoped_watch.exp | 83 ++++++++++++++++++++++
.../foo.adb => scoped_watch/foo_p708_025.adb} | 12 ++--
.../pck.adb | 32 ++++++---
.../gdb.ada/{arr_arr => scoped_watch}/pck.ads | 8 ++-
gdb/testsuite/gdb.ada/watch_arg.exp | 13 +++-
10 files changed, 151 insertions(+), 32 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/scoped_watch.exp
copy gdb/testsuite/gdb.ada/{array_of_variable_length/foo.adb => scoped_watch/foo_p [...]
copy gdb/testsuite/gdb.ada/{tick_length_array_enum_idx => scoped_watch}/pck.adb (57%)
copy gdb/testsuite/gdb.ada/{arr_arr => scoped_watch}/pck.ads (74%)
--
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 dc8d2d90da gold: Ignore def/ref from a dynamic object for special symbols
new b44ec61915 Make encode_actions_rsp use std::vector
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 | 14 ++++++++
gdb/remote.c | 100 ++++++++++++++++++++-----------------------------------
gdb/tracepoint.c | 40 ++++++----------------
gdb/tracepoint.h | 5 +--
4 files changed, 65 insertions(+), 94 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.