This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cffa682f10 Fix line endings.
new 4c55cf6ca1 Fix more line endings.
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-c/Index.h | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 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 8e8f6434760 Update copyright years.
new f87ff9a27c5 x86: don't use AVX512BW vmovdqu variants without -mavx512bw
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 | 5 +++++
gcc/config/i386/sse.md | 10 +++++++--
gcc/testsuite/ChangeLog | 5 +++++
.../gcc.target/i386/avx512vl-no-vmovdqu16.c | 24 ++++++++++++++++++++++
.../gcc.target/i386/avx512vl-no-vmovdqu8.c | 24 ++++++++++++++++++++++
5 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-no-vmovdqu16.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-no-vmovdqu8.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 clang.
from 5e3fa81ba5 [libclang] Fix cursors for functions with trailing return type
new cffa682f10 Fix line endings.
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/Index/annotate-tokens.cpp | 46 +++++++--------
test/Index/print-type-size.cpp | 16 +++---
tools/c-index-test/c-index-test.c | 16 +++---
tools/libclang/CIndex.cpp | 116 +++++++++++++++++++-------------------
4 files changed, 97 insertions(+), 97 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 aaribaud/y2038-2.26-rfc-2
in repository glibc.
discards e49eb23cd9 Y2038: add _TIME_BITS support
discards a460a35517 Y2038: add RPC functions
discards af264229eb Y2038: add function select
discards fd4feacffc Y2038: add function pselect
discards 97039d95d1 Y2038: add function __adjtimex_t64 (and __ntp_adjtime_t64)
discards 766399ef8e Y2038: add function __ntp_gettimex_t64
discards f9799f7547 Y2038: add function __ntp_gettime_t64
discards 16048c5d60 Y2038: add struct __ntp_timeval_t64
discards 99e7b27e4d Y2038: add function __getrusage_t64
discards 5f3f0887b6 Y2038: add functions using futexes
new bfe4a05164 Y2038: add functions using futexes
new bb621eacd3 Y2038: add function __getrusage_t64
new 8898b4452a Y2038: add struct __ntp_timeval_t64
new 336ded0132 Y2038: add function __ntp_gettime_t64
new 3c42c98d71 Y2038: add function __ntp_gettimex_t64
new 474538fc82 Y2038: add function __adjtimex_t64 (and __ntp_adjtime_t64)
new d157c79118 Y2038: add function pselect
new a21e0ced83 Y2038: add function select
new d3415481e6 Y2038: add RPC functions
new 200b99b3ea Y2038: add _TIME_BITS support
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 (e49eb23cd9)
\
N -- N -- N refs/heads/aaribaud/y2038-2.26-rfc-2 (200b99b3ea)
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 10 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:
nptl/pthread_mutex_timedlock.c | 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 binutils-gdb.
from 9f757bf7fc (Ada) New command to stop at start of exception handler.
new 6f156d7a4a Add support for v3 binary annotation notes.
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:
binutils/ChangeLog | 38 ++
binutils/objcopy.c | 514 ++++++++++++++-------
binutils/readelf.c | 154 ++++--
.../testsuite/binutils-all/mips/mips-note-2r-n32.d | 6 +-
.../testsuite/binutils-all/mips/mips-note-2r-n64.d | 10 +-
.../testsuite/binutils-all/mips/mips-note-2r.d | 6 +-
binutils/testsuite/binutils-all/note-2-32.d | 16 +-
binutils/testsuite/binutils-all/note-2-32.s | 18 +-
binutils/testsuite/binutils-all/note-2-64.d | 16 +-
binutils/testsuite/binutils-all/note-2-64.s | 15 +-
binutils/testsuite/binutils-all/note-3-32.d | 16 +-
binutils/testsuite/binutils-all/note-3-32.s | 1 +
binutils/testsuite/binutils-all/note-3-64.d | 16 +-
binutils/testsuite/binutils-all/note-3-64.s | 1 +
binutils/testsuite/binutils-all/note-4-32.d | 19 +
.../binutils-all/{note-3-64.s => note-4-32.s} | 29 +-
binutils/testsuite/binutils-all/note-4-64.d | 19 +
.../binutils-all/{note-3-32.s => note-4-64.s} | 37 +-
binutils/testsuite/binutils-all/objcopy.exp | 2 +
19 files changed, 641 insertions(+), 292 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/note-4-32.d
copy binutils/testsuite/binutils-all/{note-3-64.s => note-4-32.s} (72%)
create mode 100644 binutils/testsuite/binutils-all/note-4-64.d
copy binutils/testsuite/binutils-all/{note-3-32.s => note-4-64.s} (68%)
--
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 f3040d7ba09 Fix build of WebAssembly and AVR backends after r321692
new cf59225a2ba [AArch64][SVE] Asm: Add restricted register classes for SVE [...]
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 | 38 +++++++++++++++-------
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 12 +++++++
.../AArch64/Disassembler/AArch64Disassembler.cpp | 13 ++++++++
3 files changed, 52 insertions(+), 11 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 806baca8ec [libclang] Support querying whether a declaration is invalid
new 5e3fa81ba5 [libclang] Fix cursors for functions with trailing return type
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/Index/annotate-tokens.cpp | 36 ++++++++++++++--------
tools/libclang/CIndex.cpp | 70 ++++++++++++++++++++++++++----------------
2 files changed, 66 insertions(+), 40 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 219d1afa89 Update year range in copyright notice of binutils files
new 9f757bf7fc (Ada) New command to stop at start of exception handler.
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 | 34 ++++
gdb/NEWS | 3 +
gdb/ada-lang.c | 197 +++++++++++++++++++--
gdb/ada-lang.h | 3 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 20 +++
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.ada/excep_handle.exp | 171 ++++++++++++++++++
gdb/testsuite/gdb.ada/excep_handle/foo.adb | 103 +++++++++++
.../gdb.ada/{bp_reset => excep_handle}/pck.ads | 5 +-
10 files changed, 531 insertions(+), 16 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/excep_handle.exp
create mode 100644 gdb/testsuite/gdb.ada/excep_handle/foo.adb
copy gdb/testsuite/gdb.ada/{bp_reset => excep_handle}/pck.ads (86%)
--
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 05128b3225a Handle noipa attribute in IPA visibility (PR ipa/83594).
new b580b412818 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
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:
contrib/ChangeLog | 4 ++++
contrib/update-copyright.py | 2 ++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.