This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e4718103144 gn build: Merge r355685
new 083138333b3 [llvm-readelf]Don't lose negative-ness of negative addends [...]
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-reloc-negative-addend-no-sym.test | 74 ++++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 38 ++++++-----
2 files changed, 95 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-readobj/elf-reloc-negative-addend-no-sym.test
--
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-defconfig
in repository toolchain/ci/binutils-gdb.
from 2c5ebf1239 Automatic date update in version.in
adds 7584bb30cf gdb: Move value_from_host_double into value.c and make more [...]
adds fe72666741 Fix normal_stop latent bug
adds 25629dfdb4 C++-ify bcache
adds 65d8004072 Automatic date update in version.in
new ebd2263ba9 PR24311, FAIL: S-records with constructors
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 | 9 ++
bfd/merge.c | 52 ++++++-----
bfd/version.h | 2 +-
gdb/ChangeLog | 58 ++++++++++++
gdb/bcache.c | 238 ++++++++++++++++----------------------------------
gdb/bcache.h | 112 +++++++++++++++++-------
gdb/buildsym.c | 2 +-
gdb/dwarf2read.c | 1 -
gdb/elfread.c | 4 +-
gdb/f-lang.c | 14 ---
gdb/gdbtypes.c | 31 +------
gdb/guile/scm-math.c | 16 +---
gdb/guile/scm-value.c | 3 +-
gdb/infrun.c | 3 +-
gdb/macroexp.c | 1 -
gdb/macrotab.c | 2 +-
gdb/objfiles.c | 4 -
gdb/objfiles.h | 4 +-
gdb/psymtab.c | 68 ++-------------
gdb/psymtab.h | 11 +--
gdb/python/py-value.c | 6 +-
gdb/stabsread.c | 1 -
gdb/symfile.c | 4 +-
gdb/symmisc.c | 19 ++--
gdb/value.c | 13 +++
gdb/value.h | 1 +
26 files changed, 304 insertions(+), 375 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 2b0241e 0: good: binutils-gcc-linux: boot
new 579ed37 0: good: binutils-gcc-linux: boot
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 (2b0241e)
\
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:
1-reset_artifacts/console.log | 25 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3999 +++++++-------
4-build_abe-stage1/console.log | 5940 ++++++++++-----------
5-build_linux/console.log | 235 +-
6-boot_linux/console.log | 380 +-
console.log | 10547 ++++++++++++++++++-------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
9 files changed, 9990 insertions(+), 11160 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 21a1afeea95 gn build: Unbreak get.py and gn.py on Windows
new 0b3de189e51 gn build: Unbreak finding a working `gn` on $PATH on Unix a [...]
new e4718103144 gn build: Merge r355685
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:
utils/gn/gn.py | 6 +++---
utils/gn/secondary/llvm/unittests/IR/BUILD.gn | 1 +
2 files changed, 4 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 6f1714b371d Restrict IPA split (PR go/63560).
new 69a0142c5a2 x86: Disable jump tables when retpolines are used (PR targe [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 6 ++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/indirect-thunk-7.c | 2 +-
.../gcc.target/i386/indirect-thunk-inline-7.c | 2 +-
gcc/testsuite/gcc.target/i386/pr86952.c | 23 ++++++++++++++++++++++
6 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr86952.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 65d8004072 Automatic date update in version.in
new ebd2263ba9 PR24311, FAIL: S-records with constructors
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 | 9 +++++++++
bfd/merge.c | 52 ++++++++++++++++++++++++++++++----------------------
2 files changed, 39 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 696f587f446 PR c++/89585 * parser.c (cp_parser_asm_definition): Parse [...]
adds 787e2150014 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 0f2d7f4 0: good: binutils-gcc-linux: boot
new 72263d4 0: good: binutils-gcc-linux: boot
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 (0f2d7f4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3528 ++++++++++---------
4-build_abe-stage1/console.log | 3332 +++++++++---------
5-build_linux/console.log | 24 +-
6-boot_linux/console.log | 328 +-
console.log | 7190 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 7193 insertions(+), 7237 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.