This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aaribaud/y2038-2.23
in repository glibc.
from fcefa838b7 Add __lutimes64
new 80d47fd88c Add __timer_gettime64, __timer_settime64
new 6c8cc94c64 Add __timerfd_gettime64, __timerfd_settime64
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/time.h | 8 +++
rt/Makefile | 3 +-
rt/Versions | 7 +++
rt/{timer_gettime.c => timerfd_gettime64.c} | 4 +-
rt/{timer_settime.c => timerfd_settime64.c} | 4 +-
sysdeps/unix/sysv/linux/arm/Versions | 4 +-
sysdeps/unix/sysv/linux/sys/timerfd.h | 19 +++++++
sysdeps/unix/sysv/linux/timer_gettime.c | 24 ++++++++
sysdeps/unix/sysv/linux/timer_settime.c | 43 ++++++++++++++
.../linux/{timer_gettime.c => timerfd_gettime64.c} | 27 +++++----
sysdeps/unix/sysv/linux/timerfd_settime64.c | 65 ++++++++++++++++++++++
time/time.h | 18 ++++++
12 files changed, 209 insertions(+), 17 deletions(-)
copy rt/{timer_gettime.c => timerfd_gettime64.c} (91%)
copy rt/{timer_settime.c => timerfd_settime64.c} (90%)
copy sysdeps/unix/sysv/linux/{timer_gettime.c => timerfd_gettime64.c} (63%)
create mode 100644 sysdeps/unix/sysv/linux/timerfd_settime64.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 gcc.
from 643e9393269 Wrap tree-data-ref.h macro arguments
new 8e254c74345 Revert r247509 2017-05-02 Bin Cheng <bin.cheng(a)arm.com> [...]
new a3d8c293c0c [ARM] Set mode for success result of atomic compare and swap
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 | 17 +++++++++++++++++
gcc/config/arm/arm.c | 31 +++++++++++++++++++++++--------
gcc/config/arm/iterators.md | 7 +++++++
gcc/config/arm/sync.md | 12 ++++++------
gcc/rtlanal.c | 8 --------
5 files changed, 53 insertions(+), 22 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 tag gcc-7_1_0-release
in repository gcc.
at f9105a38249 (commit)
No new revisions were added by this update.
--
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 c28349af2 [ELF] - Added testcase gdb-index-ranges.s (https://reviews.ll [...]
new 31e668451 [ELF] Fix problems with fabricateDefaultCommands() and --sect [...]
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/LinkerScript.cpp | 23 ++++++++++++-----------
ELF/Writer.cpp | 2 +-
test/ELF/sectionstart-noallochdr.s | 23 +++++++++++++++++++++++
3 files changed, 36 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/sectionstart-noallochdr.s
--
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 35387fdec5 Automatic date update in version.in
new e78bb25cb6 Prevent a seg-fault in the assembler when provided with a bo [...]
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:
gas/ChangeLog | 6 ++++++
gas/symbols.c | 20 +++++++++++++++++---
2 files changed, 23 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from 43dae5f bug-2562: New test.
new 573fc09 bug-2785: New test.
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:
{bug-2034 => bug-2785}/Makefile | 0
bug-2785/build.sh | 20 +
...oopfiltersimpleverticaledge_neon.preprocessed.c | 1270 ++++++++++++++++++++
3 files changed, 1290 insertions(+)
copy {bug-2034 => bug-2785}/Makefile (100%)
create mode 100755 bug-2785/build.sh
create mode 100644 bug-2785/loopfiltersimpleverticaledge_neon.preprocessed.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe-extraconfigs.
from 189af5c Add bootstrap-O3 config
new 31770cb Add gcc-stage1-ubsan.conf.
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/gcc-stage1-ubsan.conf | 1 +
1 file changed, 1 insertion(+)
create mode 100644 gcc/gcc-stage1-ubsan.conf
--
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 5df42b6ea Remove a dead function declaration.
new c28349af2 [ELF] - Added testcase gdb-index-ranges.s (https://reviews.ll [...]
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/ELF/gdb-index-ranges.s | 66 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 test/ELF/gdb-index-ranges.s
--
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 d47d19ceb9 Revert rL301998: "Fix a bug that -isysroot is completely ign [...]
new 7992b2b91e Silences gcc's -Wnarrowing.
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/Serialization/ASTWriter.cpp | 5 +++--
1 file changed, 3 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 gcc.
from 289d303a443 Replace absolute line numbers in c-c++-common
new c66f9851ed7 PR tree-optimization/79472 * tree-switch-conversion.c (st [...]
new 643e9393269 Wrap tree-data-ref.h macro arguments
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:
ChangeLog | 4 +
gcc/ChangeLog | 38 +++
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/tree-ssa/cswtch-3.c | 330 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cswtch-4.c | 57 ++++
gcc/testsuite/gcc.dg/tree-ssa/cswtch-5.c | 66 +++++
.../gcc.dg/tree-ssa/{vrp40.c => vrp113.c} | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp40.c | 2 +-
gcc/tree-data-ref.h | 26 +-
gcc/tree-switch-conversion.c | 277 ++++++++++++-----
10 files changed, 726 insertions(+), 85 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cswtch-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cswtch-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cswtch-5.c
copy gcc/testsuite/gcc.dg/tree-ssa/{vrp40.c => vrp113.c} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.