This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from afd6ff8f05 [python bindings] Expose getNumTemplateArguments
new 09b62391ab [OPENMP] Simplified checks for declarations in declare targe [...]
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/Sema/SemaOpenMP.cpp | 142 ++++++++------------------------
test/OpenMP/declare_target_messages.cpp | 4 +-
2 files changed, 38 insertions(+), 108 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-tools-extra.
from 930e8b58 [NFC][clangd] fix warning for extra semicolon
new fb402ea5 Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
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:
clangd/RIFF.cpp | 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 lld.
from 78c2274fa [ELF] Don't emit .relr.dyn section if there are no relocs
new 9b3bb8f20 Style fix.
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:
ELF/Writer.cpp | 6 ++----
1 file changed, 2 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 de1ec836c8 Darwin: fix SIGTRAP when debugging
new d6be54ef73 Darwin: set startup-with-shell to off on Sierra and later.
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 | 6 ++++++
gdb/darwin-nat.c | 28 ++++++++++++++++++++++++++++
2 files changed, 34 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 binutils-gdb.
from 6f1107b593 [testsuite] Fix dg-extract-results.sh path
new de1ec836c8 Darwin: fix SIGTRAP when debugging
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 | 8 ++++++++
gdb/darwin-nat.h | 12 ++++++------
2 files changed, 14 insertions(+), 6 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 419a294f43d [MIPS] ORC JIT support
new f9867973b72 [AArch64] test codegen for unsigned saturated add; 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/CodeGen/AArch64/sat-add.ll | 729 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 729 insertions(+)
create mode 100644 test/CodeGen/AArch64/sat-add.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 release_70
in repository lld.
from 7813348bb ReleaseNotes: fixes
new 9be263cba Update release notes to say that lld/MinGW is production-ready.
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/ReleaseNotes.rst | 7 ++++---
1 file changed, 4 insertions(+), 3 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 0d36fb0dfa2 [ARM] Enable ARMCodeGenPrepare by default
new 419a294f43d [MIPS] ORC JIT support
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/ExecutionEngine/Orc/OrcABISupport.h | 75 +++-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 34 ++
lib/ExecutionEngine/Orc/OrcABISupport.cpp | 455 +++++++++++++++++++++++
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 4 +-
test/ExecutionEngine/OrcLazy/lit.local.cfg | 2 +-
5 files changed, 565 insertions(+), 5 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-tools-extra.
from cb074083 [clang-tidy] Insert absl::StrAppend when replacing StrCat.
new 930e8b58 [NFC][clangd] fix warning for extra semicolon
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/clangd/XRefsTests.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 8f483e6fc2d [AMDGPU] Preliminary patch for divergence driven instructio [...]
new 0d36fb0dfa2 [ARM] Enable ARMCodeGenPrepare by default
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/ARM/ARMCodeGenPrepare.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.