This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
adds b4e0939956 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
6 files changed, 25 insertions(+), 12 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 f7631b23401 Update test-suite expected output after rewording in libsanitizer.
new 89301960df9 [ARC] Remove non standard funcions calls.
new 563528ff826 Update LOCAL_PATCHES after libsanitizer merge.
new 551bcefa4be [ARC] Cleanup TLS implementation and add a number of tests.
new c2450ffb69c [ARC] Add BI/BIH instruction support.
new 44257478a8d [ARC] Handle store cacheline hazard.
The 5 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 | 59 ++++
gcc/config/arc/arc-arch.h | 1 +
gcc/config/arc/arc.c | 257 +++++++++------
gcc/config/arc/arc.h | 110 ++++---
gcc/config/arc/arc.md | 391 ++++-------------------
gcc/config/arc/arc.opt | 9 +-
gcc/config/arc/arc700.md | 18 +-
gcc/doc/invoke.texi | 9 +-
gcc/testsuite/ChangeLog | 16 +
gcc/testsuite/gcc.target/arc/jumptable.c | 34 ++
gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c | 5 +-
gcc/testsuite/gcc.target/arc/tls-1.c | 19 +-
gcc/testsuite/gcc.target/arc/tls-gd.c | 17 +
gcc/testsuite/gcc.target/arc/tls-ie.c | 17 +
gcc/testsuite/gcc.target/arc/tls-ld.c | 18 ++
gcc/testsuite/gcc.target/arc/tls-le.c | 16 +
libgcc/ChangeLog | 5 +
libgcc/config/arc/lib1funcs.S | 54 ++++
libgcc/config/arc/t-arc | 2 +-
libsanitizer/ChangeLog | 4 +
libsanitizer/LOCAL_PATCHES | 7 +-
21 files changed, 571 insertions(+), 497 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/jumptable.c
create mode 100644 gcc/testsuite/gcc.target/arc/tls-gd.c
create mode 100644 gcc/testsuite/gcc.target/arc/tls-ie.c
create mode 100644 gcc/testsuite/gcc.target/arc/tls-ld.c
create mode 100644 gcc/testsuite/gcc.target/arc/tls-le.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 c8be3e89c6e [ADT] Remove illegal comparison of singular iterators from [...]
new ce084155a27 [NFC] Add tests for loop-simplifycfg for further development
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:
.../LoopSimplifyCFG/constant-fold-branch.ll | 1408 ++++++++++++++++++++
1 file changed, 1408 insertions(+)
create mode 100644 test/Transforms/LoopSimplifyCFG/constant-fold-branch.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 newlib.
from 2bbe8697d Cygwin: fix memory corruption/SEGV if certain socket functions fail
new 9a7f131e0 Initialize SVE system registers.
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:
libgloss/aarch64/cpu-init/rdimon-aem-el3.S | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 llvm.
from 5ab552691a8 [AMDGPU] support image load/store a16
new c8be3e89c6e [ADT] Remove illegal comparison of singular iterators from [...]
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:
unittests/ADT/SmallSetTest.cpp | 4 ----
1 file changed, 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 dejagnu.
from e89b78c * Makefile.am (DISTCLEANFILES): Add testrun.xml. * Makefile [...]
new 6a6d98a * configure.ac (DEJAGNU): Add comments.
new f056f1b * contrib/sum2junit.sh (failures): Fix typo.
new a8a1219 * runtest.exp (load_tool_init): Add message indicating the [...]
new 33121d6 * Makefile.am (DEJATOOL): List tools in testsuite. (RUNTEST [...]
The 4 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 | 37 +++++++++++++++++++++++
Makefile.am | 5 ++-
configure.ac | 2 ++
contrib/sum2junit.sh | 2 +-
runtest.exp | 2 ++
testsuite/lib/libdejagnu.exp | 1 +
testsuite/{config/default.exp => lib/runtest.exp} | 1 -
7 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 testsuite/lib/libdejagnu.exp
rename testsuite/{config/default.exp => lib/runtest.exp} (99%)
--
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 d022aaf321b Fix PR87374: ICE with -mslow-flash-data and -mword-relocations
new aa63245e5a0 Fix hash-table violation in trans-decl.c.
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/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-decl.c | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.