This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from eef068332 Don't crash if PR_SET_VMA_ANON_NAME fails.
new 4503b7125 [Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on So [...]
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/sanitizer_common/sanitizer_posix_libcdep.cc | 6 +++---
1 file changed, 3 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/abe.
from a9c3a961 Improve handling of --with-mode= in $gcc_override_configure
adds 4efae91b Build a C++ compiler during stage1 when using glibc
No new revisions were added by this update.
Summary of changes:
config/gcc.conf | 11 +++++++++++
config/master/gcc.conf | 5 -----
2 files changed, 11 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 llvm.
from 908043fbf18 vs integration: bump version nbr
new 5fbcfbac594 [RISCV] Add lowering of global TLS addresses
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/RISCV/RISCVExpandPseudoInsts.cpp | 28 +++++
lib/Target/RISCV/RISCVISelLowering.cpp | 114 ++++++++++++++++++++
lib/Target/RISCV/RISCVISelLowering.h | 5 +
lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +
lib/Target/RISCV/RISCVMCInstLower.cpp | 15 +++
lib/Target/RISCV/Utils/RISCVBaseInfo.h | 5 +
test/CodeGen/RISCV/tls-models.ll | 155 ++++++++++++++++++++++++++++
7 files changed, 324 insertions(+)
create mode 100644 test/CodeGen/RISCV/tls-models.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 lldb.
from 48ef3cc4f Fix a dangling StringRef in FileCollector
new 14f7cde7d Stabilize TestGdbRemoteLibrariesSvr4Support
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:
.../libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py | 9 ++++++---
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository gcc.
from a88314959a4 Add new micro-benchmark for string operations.
new 0e56f0db822 * g++.dg/ubsan/pr63956.C: Adjust expected diagnostics.
new 631dab46178 * omp-low.c (lower_rec_input_clauses): Handle references p [...]
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 | 6 ++
gcc/cp/ChangeLog | 5 ++
gcc/cp/cp-gimplify.c | 2 +
gcc/omp-low.c | 78 +++++++++++++++-------
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/g++.dg/ubsan/pr63956.C | 8 +--
.../vect/vect-simd-8.c => g++.dg/vect/simd-3.cc} | 26 ++++----
.../vect/vect-simd-9.c => g++.dg/vect/simd-4.cc} | 26 ++++----
gcc/testsuite/g++.dg/vect/{simd-2.cc => simd-5.cc} | 12 ++--
9 files changed, 115 insertions(+), 58 deletions(-)
copy gcc/testsuite/{gcc.dg/vect/vect-simd-8.c => g++.dg/vect/simd-3.cc} (80%)
copy gcc/testsuite/{gcc.dg/vect/vect-simd-9.c => g++.dg/vect/simd-4.cc} (78%)
copy gcc/testsuite/g++.dg/vect/{simd-2.cc => simd-5.cc} (95%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 5bb4fed3d4 Automatic date update in version.in
adds 86e04673b4 [gdb/testsuite] Break up long debug_flags line in fission.exp
adds d20ed5fd57 Add comment to list0.h
adds 4ed4690fc2 doc: fix false claim about second argument to gdb
adds 3360b6e796 [gdb] Fix abstract_to_concrete type
adds 0ed4690a67 [gdb/testsuite] Use -fuse-ld=gold in fission.exp
adds 494986d596 gdb: Remove use of deprecated_interactive_hook
adds 312413cb84 Automatic date update in version.in
adds 4a4e7361d6 PowerPC64 notoc calls
adds 6f5601c4d0 PR24697, R_PPC_EMB_SDA21 relocation
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 12 ++++++++++++
bfd/elf32-ppc.c | 22 +++++++++++++++-------
bfd/elf64-ppc.c | 6 +++---
bfd/version.h | 2 +-
gdb/ChangeLog | 17 +++++++++++++++++
gdb/defs.h | 1 -
gdb/doc/ChangeLog | 7 +++++++
gdb/doc/gdb.texinfo | 18 +++++++++---------
gdb/dwarf2read.c | 13 +++++++++----
gdb/dwarf2read.h | 2 +-
gdb/interps.c | 1 -
gdb/testsuite/ChangeLog | 12 ++++++++++++
gdb/testsuite/boards/fission.exp | 8 +++++++-
gdb/testsuite/gdb.base/list0.h | 2 +-
gdb/top.c | 5 -----
gdb/utils.c | 3 ---
16 files changed, 94 insertions(+), 37 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d9a701a2 0: update: binutils-gcc-linux: all
new 14a114ab 0: update: binutils-gcc-linux: all
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 (d9a701a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 313 +-
03-build_abe-binutils/console.log | 10344 ++++++------
04-build_abe-stage1/console.log | 19632 +++++++++++-----------
05-build_linux/console.log | 944 +-
06-boot_linux/console.log | 2 +-
console.log | 31461 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 31438 insertions(+), 31440 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.