This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2ead42c6582 [libFuzzer] move code around; NFC
new 486906f96f2 [Dominators] Define Arc less-than operator inline.
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:
unittests/IR/CFGBuilder.cpp | 6 ------
unittests/IR/CFGBuilder.h | 6 +++++-
2 files changed, 5 insertions(+), 7 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 c3e0164ec92 Fix build due to const-correctness issue after last minute [...]
new 2ead42c6582 [libFuzzer] move code around; 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:
lib/Fuzzer/FuzzerTracePC.cpp | 60 +++++++++++++++++++++++++++++++++++
lib/Fuzzer/FuzzerTraceState.cpp | 69 -----------------------------------------
2 files changed, 60 insertions(+), 69 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 5073cf0c9cd [Dominators] Rename Update.Arc to Update.Edge
new 773ac0d3166 [PDB] Fix quadratic behavior when writing a BinaryItemStream
new c3e0164ec92 Fix build due to const-correctness issue after last minute [...]
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:
include/llvm/Support/BinaryItemStream.h | 39 ++++++++++++++++++++++-----------
1 file changed, 26 insertions(+), 13 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 libcxx.
from cd75b288c [libc++] Mark string operator+ _LIBCPP_FUNC_VIS
new b58dd3d4f [libc++] class template -> template class. 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:
docs/DesignDocs/VisibilityMacros.rst | 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 a20c1d0cec2 AMDGPU: Annotate call graph with used features
new 5073cf0c9cd [Dominators] Rename Update.Arc to Update.Edge
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:
unittests/IR/CFGBuilder.cpp | 12 ++++++------
unittests/IR/CFGBuilder.h | 2 +-
2 files changed, 7 insertions(+), 7 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 4b8b9fa35 [scudo] Do not grab a cache for secondary allocation & per re [...]
new 8a5e425a6 Fix sanitizer build against latest glibc
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/sanitizer_common/sanitizer_linux.cc | 3 +--
lib/sanitizer_common/sanitizer_linux.h | 4 +---
lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc | 2 +-
lib/tsan/rtl/tsan_platform_linux.cc | 2 +-
4 files changed, 4 insertions(+), 7 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 40d67727c79 [Dominators] Add CFGBuilder testing utility
new a20c1d0cec2 AMDGPU: Annotate call graph with used features
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/AMDGPU/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 210 ++++++++++++++-------
.../AMDGPU/annotate-kernel-features-hsa-call.ll | 200 ++++++++++++++++++++
3 files changed, 344 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.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 binutils-gdb.
from b4365d025e gdb: Fix more parameter passing to mi_create_breakpoint
new e58ff055fa Add RDMA support for falkot/qdf24xx.
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:
gas/ChangeLog | 5 +++++
gas/config/tc-aarch64.c | 6 ++++--
2 files changed, 9 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 libcxx.
from 1beaa5acc [libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY
new cd75b288c [libc++] Mark string operator+ _LIBCPP_FUNC_VIS
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/DesignDocs/VisibilityMacros.rst | 3 ++-
include/string | 2 +-
2 files changed, 3 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 clang.
from cce46bee7c Use getNameAsString instead of getName to get method names w [...]
new 3c1756a951 [PS4] Disable LTO unit features under ThinLTO, like for Darwin.
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/Driver/ToolChains/Clang.cpp | 9 +++++----
test/Driver/lto-unit.c | 2 ++
2 files changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.