This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1299cb573f Revert r305678: [driver][macOS] Pick the system version for [...]
new 4bdcdc6ddd [analyzer] LocalizationChecker: Support new localizable APIs.
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:
.../Checkers/LocalizationChecker.cpp | 43 ++++++++++++++++++++++
1 file changed, 43 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 glibc.
from 965d5c391c inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c
new 60149b2859 __inet_pton_length: Implement new internal helper function
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:
ChangeLog | 18 ++
resolv/Makefile | 3 +
resolv/Versions | 1 +
resolv/inet_pton.c | 159 +++++++-----
resolv/resolv-internal.h | 9 +
resolv/tst-inet_pton.c | 549 +++++++++++++++++++++++++++++++++++++++
support/Makefile | 1 +
support/{xdup2.c => xmprotect.c} | 12 +-
support/xunistd.h | 2 +-
9 files changed, 675 insertions(+), 79 deletions(-)
create mode 100644 resolv/tst-inet_pton.c
copy support/{xdup2.c => xmprotect.c} (79%)
--
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 3de58d950c Fix potential address violation parsing a corrupt Alpha VMS file.
new e4da2c6166 Change to_xfer_partial doc to use addressable memory units
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 | 5 +++++
gdb/target.h | 13 ++++++++-----
2 files changed, 13 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 gcc.
from c0de8f194f7 * line-map.c (location_adhoc_data_update): Perform additio [...]
new 049318f9b77 NOP conversions in X+CST+CST
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/match.pd | 58 +++++++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/addadd-2.c | 15 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/addadd.c | 6 ++--
5 files changed, 77 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/addadd-2.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 binutils-gdb.
from cb06d03ad9 Fix address violation parsing a corrupt IEEE Alpha binary.
new 3de58d950c Fix potential address violation parsing a corrupt Alpha VMS file.
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 | 6 ++++++
bfd/vms-alpha.c | 10 ++++++++++
2 files changed, 16 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 ac0bda3fc33 Improve dup pattern
new e815fba032b Emit SIMD moves as mov
new 23a7b91ba16 PR c++/81130 * gimplify.c (omp_add_variable): Don't force [...]
new c0de8f194f7 * line-map.c (location_adhoc_data_update): Perform additio [...]
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:
gcc/ChangeLog | 14 +++++++++++
gcc/config/aarch64/aarch64-simd.md | 4 ++--
gcc/config/aarch64/aarch64.md | 4 ++--
gcc/gimplify.c | 8 ++++---
libcpp/ChangeLog | 8 +++++++
libcpp/line-map.c | 5 ++--
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c++/pr81130.C | 41 +++++++++++++++++++++++++++++++++
8 files changed, 80 insertions(+), 9 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr81130.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 3b3d0f0cd3f [AArch64] Add early exit to promoteLoadFromStore.
new 84aab6f9f06 [Support] Add RetryAfterSignal helper function
new 39ca2eff5a9 [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
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:
include/llvm/Support/Errno.h | 13 ++++++
lib/Support/MemoryBuffer.cpp | 13 +++---
lib/Support/Unix/Path.inc | 12 ++----
lib/Support/Unix/Process.inc | 12 ++----
.../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 47 ++++++++++++++++++++++
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 15 +++++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 11 ++++-
lib/Target/AArch64/AArch64InstrAtomics.td | 46 +++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/ErrnoTest.cpp | 33 +++++++++++++++
10 files changed, 173 insertions(+), 30 deletions(-)
create mode 100644 unittests/Support/ErrnoTest.cpp
--
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.25
in repository glibc.
discards 129809d108 Y2038: implement Y2038-ready fstatat64, fxstatat (WIP)
discards b39d907b4d Y2038: implement Y2038-ready lstat64, lxstat64 (WIP)
discards a1b1961049 Y2038: implement Y2038 stat64, fstat64, xstat64, fxstat64 (WIP)
discards 053ecdab1f Y2038: implement struct stat
discards b70fb964f3 Y2038: implement Y2038-proof timerfd_gettime, timerfd_settime
discards 5281810c82 Y2038: implement Y2038-proof timer_gettime, timer_settime
discards edef574c9d Y2038: implement Y2038-proof struct itimerspec
discards 9f7bc727ad Y2038: implement Y2038-proof lutimes
discards e32b067587 Y2038: implement Y2038-proof futimes
discards 06065aae78 Y2038: implement Y2038-proof sigtimedwait
discards d2c88c3042 Y2038: implement Y2038-proof utimensat
discards 0f7cc01003 Y2038: implement Y2038-proof futimens
discards b8a5089afd Y2038: implement Y2038-proof timespec_get
discards f3d186f4dc Y2038: implement Y2038-proof clock_nanosleep
new 934f6ef8ac Y2038: implement Y2038-proof clock_nanosleep
new ea72a71578 Y2038: implement Y2038-proof timespec_get
new 7b09a42578 Y2038: implement Y2038-proof futimens
new c442b9bb21 Y2038: implement Y2038-proof utimensat
new 972127f35f Y2038: implement Y2038-proof sigtimedwait
new 00f4e4e855 Y2038: implement Y2038-proof futimes
new 35464f8f04 Y2038: implement Y2038-proof lutimes
new 675c5d3c79 Y2038: implement Y2038-proof struct itimerspec
new dc8f23b1d6 Y2038: implement Y2038-proof timer_gettime, timer_settime
new 9858590638 Y2038: implement Y2038-proof timerfd_gettime, timerfd_settime
new 1467823311 Y2038: implement struct stat
new c5cde9ee91 Y2038: implement Y2038 stat64, fstat64, xstat64, fxstat64 (WIP)
new b44d8568b8 Y2038: implement Y2038-ready lstat64, lxstat64 (WIP)
new 760dff1905 Y2038: implement Y2038-ready fstatat64, fxstatat (WIP)
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 (129809d108)
\
N -- N -- N refs/heads/aaribaud/y2038-2.25 (760dff1905)
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 14 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:
sysdeps/unix/sysv/linux/clock_nanosleep.c | 18 ++++++++++++++----
1 file changed, 14 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 0bf57487e7a [Patch AArch64] Add initial tuning support for Cortex-A55 a [...]
new bd6fe60df8e Mark symbols as constant
new ac0bda3fc33 Improve dup pattern
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/ChangeLog | 10 ++++++++++
gcc/config/aarch64/aarch64-simd.md | 8 ++++----
gcc/config/aarch64/aarch64.c | 5 +++++
3 files changed, 19 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 clang.
from 03143a6b2c Changed wording in comment
new 864bf1d491 Moved code hanlding precompiled preamble out of the ASTUnit.
new 1299cb573f Revert r305678: [driver][macOS] Pick the system version for [...]
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:
include/clang/Frontend/ASTUnit.h | 114 +---
include/clang/Frontend/PrecompiledPreamble.h | 248 +++++++++
lib/Driver/ToolChains/Darwin.cpp | 23 +-
lib/Frontend/ASTUnit.cpp | 806 ++++++++-------------------
lib/Frontend/CMakeLists.txt | 1 +
lib/Frontend/PrecompiledPreamble.cpp | 561 +++++++++++++++++++
test/Driver/darwin-sdk-vs-os-version.c | 10 -
7 files changed, 1031 insertions(+), 732 deletions(-)
create mode 100644 include/clang/Frontend/PrecompiledPreamble.h
create mode 100644 lib/Frontend/PrecompiledPreamble.cpp
delete mode 100644 test/Driver/darwin-sdk-vs-os-version.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.