This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ac2fcb8 [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator
new ed12690 [CUDA] Improve target attribute checking for function templates.
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/clang/Basic/DiagnosticSemaKinds.td | 5 ++
include/clang/Sema/Sema.h | 9 +++-
lib/Sema/SemaCUDA.cpp | 68 ++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 3 ++
lib/Sema/SemaOverload.cpp | 22 ++++----
lib/Sema/SemaTemplate.cpp | 35 +++++++++++-
test/CodeGenCUDA/launch-bounds.cu | 6 +--
test/SemaCUDA/function-overload.cu | 58 +++++++++++---------
test/SemaCUDA/function-template-overload.cu | 82 +++++++++++++++++++++++++++++
test/SemaCUDA/target_attr_inheritance.cu | 29 ----------
10 files changed, 247 insertions(+), 70 deletions(-)
create mode 100644 test/SemaCUDA/function-template-overload.cu
delete mode 100644 test/SemaCUDA/target_attr_inheritance.cu
--
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 8b90b13 [InstCombine] add tests for smin+icmp; NFC
new 5472e8e [CMake] Use cmakedefine01 instead of cmakedefine
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/Config/config.h.cmake | 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 zorg.
from e3de7ab [sanitizers] Update HOST_CLANG_REVISION to 288505
new 7635e70 [libFuzzer bot] don't error on the libpng test as it's too flaky
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 compiler-rt.
from 86a022a [builtin] for the condition for check __ARM_FEATURE_CLZ
new af83c66 [builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmod
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/builtins/arm/aeabi_idivmod.S | 9 +++++++++
lib/builtins/arm/divsi3.S | 20 ++++++++++++++++++++
2 files changed, 29 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 gcc.
from 2d7869e Add some functions for use by the RTL frontend.
new 6f7e2d6 PR c++/78692 * cgraph.c (cgraph_edge::redirect_call_stmt_to [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/cgraph.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr78692.C | 26 ++++++++++++++++++++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr78692.C
--
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 aee7c6e [SelectionDAG] Add knownbits support for vector demandedelts [...]
new cf24fcb [ObjectYAML] Support for DWARF __debug_abbrev section
new b7e5e7d [CMake] Add a check for HAVE_CRASHREPORTERCLIENT_H
new 8b90b13 [InstCombine] add tests for smin+icmp; NFC
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:
cmake/config-ix.cmake | 1 +
include/llvm/Config/config.h.cmake | 2 +-
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 19 ++
include/llvm/ObjectYAML/MachOYAML.h | 62 ++++
lib/ObjectYAML/MachOYAML.cpp | 19 +-
test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml | 433 ++++++++++++++++++++++++
test/Transforms/InstCombine/smin-icmp.ll | 357 +++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 29 +-
tools/yaml2obj/yaml2macho.cpp | 12 +
9 files changed, 930 insertions(+), 4 deletions(-)
create mode 100644 test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml
create mode 100644 test/Transforms/InstCombine/smin-icmp.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.