This is an automated email from the git hooks/post-receive script.
mark.murray pushed a change to branch releases/linaro-7.3-2018.05-rc1
in repository toolchain/release-notes.
at b130f4f Generated Release Notes for linaro-GCC-7.3-2018.05-rc1.
This branch includes the following new commits:
new 7fa77c9 Added NEWS items for releases/linaro-7.3-2018.05-rc1.
new b130f4f Generated Release Notes for linaro-GCC-7.3-2018.05-rc1.
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.
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/tcwg-release-tools.
from d435a25 Move to Python3 #2
new 82f5eb2 Fix "git log" command instantiation so it doesn't invoke the [...]
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:
linaropy/rn/gccclone.py | 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 9f0686b6672 [lit] Try to make `shtest-timeout.py` test more reliable by [...]
new 851bb222e8b [InstCombine] Calloc-ed strings optimizations
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/llvm/Analysis/ValueTracking.h | 2 +-
lib/Analysis/MemoryBuiltins.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 33 +++++++++++++++-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 30 +++++++--------
test/Transforms/InstCombine/zero-string.ll | 62 ++++++++++++++++++++++++++++++
5 files changed, 110 insertions(+), 19 deletions(-)
create mode 100644 test/Transforms/InstCombine/zero-string.ll
--
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 ff6960ed81 [CodeGen] add tests for abs builtins; NFC
new 98de0f5c7b [CodeGen] produce the LLVM canonical form of abs
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/CGBuiltin.cpp | 12 ++++--------
test/CodeGen/builtin-abs.c | 12 ++++++------
2 files changed, 10 insertions(+), 14 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 glibc.
from ed0d698870 i386: Drop -mpreferred-stack-boundary=4
new 5c5c0dd747 Make llseek a compat symbol (bug 18471).
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 | 14 ++++++++++++++
NEWS | 5 +++++
sysdeps/unix/make-syscalls.sh | 2 +-
sysdeps/unix/sysv/linux/lseek64.c | 11 +++++------
sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list | 2 +-
sysdeps/unix/sysv/linux/x86_64/x32/llseek.S | 1 -
6 files changed, 26 insertions(+), 9 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/llseek.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 f5fd97a2fb Call CreateTempMemWithoutCast for ActiveFlag
new ff6960ed81 [CodeGen] add tests for abs builtins; 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:
test/CodeGen/builtin-abs.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 test/CodeGen/builtin-abs.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.
mark.murray pushed a change to branch releases/linaro-6.4-2018.05-rc1
in repository toolchain/release-notes.
at c87c7e0 Generated Release Notes for linaro-GCC-6.4-2018.05-rc1.
This branch includes the following new commits:
new eaca7fc Added NEWS items for releases/linaro-6.4-2018.05-rc1.
new c87c7e0 Generated Release Notes for linaro-GCC-6.4-2018.05-rc1.
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.
--
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 f690e9b2671 [FastISel] Permit instructions to be skipped for FastISel g [...]
new 096b48f5145 [lit] Don't check output of commands used in `shtest-timeou [...]
new 8cf26099d73 [lit] Don't run `slow.py` in `shtest-timeout.py` test.
new 9f0686b6672 [lit] Try to make `shtest-timeout.py` test more reliable by [...]
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:
utils/lit/lit/LitConfig.py | 2 ++
utils/lit/tests/Inputs/shtest-timeout/lit.cfg | 4 +--
utils/lit/tests/Inputs/shtest-timeout/slow.py | 9 -------
utils/lit/tests/shtest-timeout.py | 39 ++++++++-------------------
4 files changed, 15 insertions(+), 39 deletions(-)
delete mode 100644 utils/lit/tests/Inputs/shtest-timeout/slow.py
--
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 241db429d5 fix "stale cleanup" internal-warning when using "catch asser [...]
new bd64614eb7 [PowerPC] Consolidate linux target description selection
new 2e077f5e67 [PowerPC] Consolidate wordsize getter between native and gdbserver
new 7273b5fc4b [PowerPC] Disable regsets using zero sizes in gdbserver
new d078308a2e [PowerPC] Consolidate linux vector regset sizes
new 1d75a65809 [PowerPC] Fix access to VSCR in linux targets
new 2c3305f6b0 [PowerPC] Fix VSX registers in linux core files
new 0fb2aaa15e [PowerPC] Fix inclusion of dfp pseudoregs in tdep
new 0ec848ad25 [PowerPC] Recognize isa205 in linux core files
The 8 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 | 150 +++++++++
gdb/Makefile.in | 3 +
gdb/arch/ppc-linux-common.c | 85 +++++
gdb/arch/ppc-linux-common.h | 60 ++++
gdb/{ppc-linux-tdep.h => arch/ppc-linux-tdesc.h} | 32 +-
gdb/configure.nat | 2 +-
gdb/configure.tgt | 3 +-
gdb/gdbserver/ChangeLog | 55 ++++
gdb/gdbserver/Makefile.in | 1 +
gdb/gdbserver/configure.srv | 1 +
gdb/gdbserver/linux-ppc-ipa.c | 3 +-
gdb/gdbserver/linux-ppc-low.c | 153 ++++-----
.../{linux-ppc-tdesc.h => linux-ppc-tdesc-init.h} | 15 -
gdb/nat/ppc-linux.c | 22 +-
gdb/nat/ppc-linux.h | 7 +-
gdb/ppc-fbsd-tdep.c | 16 +-
gdb/ppc-linux-nat.c | 359 ++++-----------------
gdb/ppc-linux-tdep.c | 146 ++++++---
gdb/ppc-linux-tdep.h | 21 +-
gdb/ppc-nbsd-tdep.c | 4 -
gdb/ppc-obsd-nat.c | 5 -
gdb/ppc-obsd-tdep.c | 4 -
gdb/ppc-tdep.h | 5 -
gdb/rs6000-aix-tdep.c | 14 +-
gdb/rs6000-tdep.c | 194 +----------
gdb/testsuite/ChangeLog | 8 +
gdb/testsuite/gdb.arch/powerpc-fpscr-gcore.exp | 93 ++++++
gdb/testsuite/gdb.arch/powerpc-vsx-gcore.exp | 90 ++++++
28 files changed, 833 insertions(+), 718 deletions(-)
create mode 100644 gdb/arch/ppc-linux-common.c
create mode 100644 gdb/arch/ppc-linux-common.h
copy gdb/{ppc-linux-tdep.h => arch/ppc-linux-tdesc.h} (62%)
rename gdb/gdbserver/{linux-ppc-tdesc.h => linux-ppc-tdesc-init.h} (76%)
create mode 100644 gdb/testsuite/gdb.arch/powerpc-fpscr-gcore.exp
create mode 100644 gdb/testsuite/gdb.arch/powerpc-vsx-gcore.exp
--
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 test-suite.
from a3c43977 [test-suite] Enable MicroBenchmarks by default
new 590caeb4 [test-suite] Revert rL332981 (Enable MicroBenchmarks by default)
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:
CMakeLists.txt | 3 ++-
MicroBenchmarks/CMakeLists.txt | 10 ++++------
2 files changed, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.