This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70b92b659fe [SelectionDAG] Fix typo in comment. NFC
new 6cf02b953eb [AArch64][SVE] Asm: Add SVE (Z) Register definitions and pa [...]
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/AArch64/AArch64RegisterInfo.td | 122 ++++++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 162 ++++++++++++++++++++-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 24 +++
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 20 +++
.../AArch64/InstPrinter/AArch64InstPrinter.h | 3 +
5 files changed, 330 insertions(+), 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 clang.
from f31b02cad8 [CodeGen] split math and complex tests into separate files; NFCI
new e2686b2cbc SystemZ Swift TargetInfo: swifterror support in the backend [...]
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/CodeGen/TargetInfo.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 llvm.
from 861d2963c7a [AArch64][SVE] Asm: Set SVE as unsupported feature for exis [...]
new 70b92b659fe [SelectionDAG] Fix typo in comment. 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/CodeGen/SelectionDAG/SelectionDAGBuilder.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 compiler-rt.
from 8a8978319 Update sanitizer_allocator to use new API.
new 2e68a0aae tsan: allow usage of global vars with ctors in interceptors
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/tsan/rtl/tsan_interceptors.cc | 45 ++++++++++++++++++++++++++++-----------
1 file changed, 32 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 compiler-rt.
from d234c1caf [LSan] Detect dynamic loader by its base address.
new 8a8978319 Update sanitizer_allocator to use new API.
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_allocator_primary64.h | 16 +++++++++-------
lib/sanitizer_common/sanitizer_common.h | 3 ++-
lib/sanitizer_common/sanitizer_fuchsia.cc | 8 ++++++--
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 17 +++++++++++------
lib/sanitizer_common/sanitizer_win.cc | 10 +++++-----
5 files changed, 33 insertions(+), 21 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 140714e6 [clangd] Fix initialize capabilities response
new 31e48c94 [clangd] Fix opening declarations located in non-preamble inclusion
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/ClangdUnit.cpp | 13 +++++++++----
1 file changed, 9 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 gcc.
from 12f26ffdef5 2017-11-07 Richard Biener <rguenther(a)suse.de>
new 0a1e59e30f4 [AArch64] Use aarch64_reg_or_imm instead of nonmemory_operand
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 | 6 ++++++
gcc/config/aarch64/aarch64.md | 6 +++---
2 files changed, 9 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 hjl/ix86_frame/gcc-7-branch
in repository gcc.
discards 88268df5ee5 i386: Check red zone size in push peephole2
new 93a934cd9f1 i386: Use reference of struct ix86_frame to avoid copy
new 4d90987cd89 i386: Check red zone size in push peephole2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (88268df5ee5)
\
N -- N -- N refs/heads/hjl/ix86_frame/gcc-7-branch (4d90987cd89)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/config/i386/i386.c | 9 +++------
1 file changed, 3 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 clang-tools-extra.
from 2c8c163f [clangd] MSVC - third time's the charm
new 140714e6 [clangd] Fix initialize capabilities response
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/ClangdLSPServer.cpp | 50 +++++++++++++-------------
test/clangd/initialize-params-invalid.test | 58 +++++++++++++++---------------
test/clangd/initialize-params.test | 58 +++++++++++++++---------------
3 files changed, 86 insertions(+), 80 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 newlib.
from 2640628b0 cygwin: add socket bugfix to release notes
new 2e989b212 cygwin: fix stray 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:
winsup/cygwin/fhandler_socket.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.