This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b00ca29732c [X86] Fix missing predicates HasAVX512 Predicates in avx512 [...]
new ee8836d6c02 [AArch64][AsmParser] Cleanup isSImm7s4, isSImm7s8, (etc) fu [...]
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/AArch64InstrFormats.td | 16 +++++---
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 50 +++++------------------
2 files changed, 22 insertions(+), 44 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 40390e126e4 [arm] PR target/83687: Fix invalid combination of VSUB + VA [...]
new 064e88eed82 Missing vect_double in gcc.dg/vect/pr79920.c (PR83836)
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr79920.c | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 96f7d41d9bc Daily bump.
new 52dfda5432c PR libstdc++/83626 Don't throw for remove("") and remove_all("")
new ea6a77a2ca5 Fix type printers for Library Fundamentals types
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:
libstdc++-v3/ChangeLog | 20 ++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 6 +-
libstdc++-v3/src/filesystem/ops.cc | 45 ++++++++-----
.../operations/{remove_all.cc => remove.cc} | 76 ++++++++++++----------
.../filesystem/operations/remove_all.cc | 36 +++++++---
5 files changed, 122 insertions(+), 61 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{remove_all.cc => r [...]
--
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 7be1b562 [clangd] Fix uninitialized-read found by asan
new ad2c64f0 [clangd] Merge results from static/dynamic index.
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/CMakeLists.txt | 1 +
clangd/ClangdServer.cpp | 20 ++++---
clangd/ClangdServer.h | 15 +++---
clangd/CodeComplete.cpp | 15 ++----
clangd/CodeComplete.h | 4 --
clangd/index/Index.h | 11 ++--
clangd/index/Merge.cpp | 98 ++++++++++++++++++++++++++++++++++
clangd/index/Merge.h | 29 ++++++++++
unittests/clangd/CodeCompleteTests.cpp | 9 ++--
unittests/clangd/IndexTests.cpp | 37 +++++++++++++
10 files changed, 204 insertions(+), 35 deletions(-)
create mode 100644 clangd/index/Merge.cpp
create mode 100644 clangd/index/Merge.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 llvm.
from c471cfcc0c6 [Support] Remove MemoryBuffer::getNewMemBuffer
new b00ca29732c [X86] Fix missing predicates HasAVX512 Predicates in avx512 [...]
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/X86InstrAVX512.td | 77 ++++++++++++++++++++--------------------
1 file changed, 39 insertions(+), 38 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 dbfa452355 Fix gdb.texinfo for old makeinfo (again)
new 616dcb87ab Update Ukranian translations for bfd, binutils, gas, gold, l [...]
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:
bfd/ChangeLog | 4 +
bfd/po/uk.po | 3762 ++++++++++++++++++++------------------
binutils/ChangeLog | 4 +
binutils/po/uk.po | 3902 ++++++++++++++++++++++-----------------
gas/ChangeLog | 4 +
gas/po/uk.po | 5120 +++++++++++++++++++++++++++-------------------------
gold/ChangeLog | 4 +
gold/po/uk.po | 2789 +++++++++++++++++-----------
ld/ChangeLog | 4 +
ld/po/uk.po | 600 +++---
opcodes/ChangeLog | 4 +
opcodes/po/uk.po | 847 ++++-----
12 files changed, 9450 insertions(+), 7594 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 2edd657563 Clang counterpart change for fuzzer FreeBSD support
new a73a299e6b [clang-format] Adds a FormatStyleSet
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/Format/Format.h | 39 +++++++++++++++++++++++++++++
lib/Format/Format.cpp | 58 ++++++++++++++++++++++++++++++++++++-------
2 files changed, 88 insertions(+), 9 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 binutils-2_30-branch
in repository binutils-gdb.
from 02e0d43c04 Reset version number to 2.30.0
new 2f08d05223 Update Ukranian translations for bfd, binutils, gas, gold, l [...]
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:
bfd/ChangeLog | 4 +
bfd/po/uk.po | 3762 ++++++++++++++++++++------------------
binutils/ChangeLog | 4 +
binutils/po/uk.po | 3902 ++++++++++++++++++++++-----------------
gas/ChangeLog | 4 +
gas/po/uk.po | 5120 +++++++++++++++++++++++++++-------------------------
gold/ChangeLog | 4 +
gold/po/uk.po | 2789 +++++++++++++++++-----------
ld/ChangeLog | 4 +
ld/po/uk.po | 600 +++---
opcodes/ChangeLog | 4 +
opcodes/po/uk.po | 847 ++++-----
12 files changed, 9450 insertions(+), 7594 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 cee6e7adb00 Make optional conditionally trivially_{copy,move}_{construc [...]
new 40390e126e4 [arm] PR target/83687: Fix invalid combination of VSUB + VA [...]
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 | 8 ++++++
gcc/config/arm/iterators.md | 4 +++
gcc/config/arm/neon.md | 28 ++++++++-----------
gcc/testsuite/ChangeLog | 7 +++++
.../arm/neon-combine-sub-abs-into-vabd.c | 28 -------------------
gcc/testsuite/gcc.target/arm/pr83687.c | 31 ++++++++++++++++++++++
6 files changed, 61 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr83687.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.