This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/glibc.
from 52faba65f8 powerpc: Fix format issue from 3a16dd780eeba602
adds 9bf8e29ca1 malloc: make malloc fail with requests larger than PTRDIFF_M [...]
No new revisions were added by this update.
Summary of changes:
ChangeLog | 34 +++++++++++++
NEWS | 6 +++
malloc/hooks.c | 17 ++++---
malloc/malloc.c | 112 ++++++++++++++++++------------------------
malloc/malloc.h | 17 ++++---
malloc/tst-malloc-too-large.c | 49 ++++++++++++++++++
malloc/tst-memalign.c | 10 ++++
malloc/tst-posix_memalign.c | 10 ++++
malloc/tst-pvalloc.c | 10 ++++
malloc/tst-reallocarray.c | 27 ++++++++--
malloc/tst-valloc.c | 10 ++++
stdlib/stdlib.h | 13 +++--
12 files changed, 227 insertions(+), 88 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/llvm-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards fccc58fb 2: update: llvm-linux: 16692
new 02f053ab 2: update: llvm-linux: 16692
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 (fccc58fb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 11550 ++++++++++++++++---------------
03-build_linux/console.log | 2387 ++++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 14145 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 14137 insertions(+), 14163 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_bmk/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards f660f778 0: update: binutils-gcc-glibc: 0
new cbec75cb 0: init: binutils-gcc-glibc: -5
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 (f660f778)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 245 +-
02-prepare_abe/console.log | 301 +-
03-build_abe-binutils/console.log | 10517 ++--
04-build_abe-stage1/console.log | 19661 +++---
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 39045 ++++++------
07-build_abe-stage2/console.log | 46316 +++++++-------
08-benchmark/benchmark.log | 38 +-
08-benchmark/console.log | 421 +-
09-check_regression/console.log | 17 +-
10-update_baseline/console.log | 21 +-
console.log | 116834 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results | 2 -
results_id | 1 -
15 files changed, 116797 insertions(+), 116934 deletions(-)
delete mode 100644 results_id
--
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 2df0acd2ffd [AMDGPU] Regenerate extractelt->truncate test.
new cfefa04a680 [llvm-symbolizer] Make the output with -output-style=GNU cl [...]
new e78c62a4e59 [llvm-symbolizer] Unhide and document the "-output-style" option
new dac6480dfd0 [llvm-symbolizer] Add llvm-addr2line
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:
docs/CommandGuide/index.rst | 1 +
docs/CommandGuide/llvm-addr2line.md | 28 +++++++++++++++
docs/CommandGuide/llvm-symbolizer.rst | 41 ++++++++++++++++++++++
test/CMakeLists.txt | 1 +
test/tools/llvm-symbolizer/demangle.s | 6 ++++
test/tools/llvm-symbolizer/help.test | 8 +++++
...{output-style.test => output-style-column.test} | 9 +++++
.../llvm-symbolizer/output-style-empty-line.test | 28 +++++++++++++++
.../llvm-symbolizer/output-style-inlined.test | 26 ++++++++++++++
test/tools/llvm-symbolizer/sym.test | 33 +++++++++++++++++
tools/llvm-symbolizer/CMakeLists.txt | 2 ++
tools/llvm-symbolizer/llvm-symbolizer.cpp | 30 +++++++++++++---
12 files changed, 209 insertions(+), 4 deletions(-)
create mode 100644 docs/CommandGuide/llvm-addr2line.md
create mode 100644 test/tools/llvm-symbolizer/help.test
rename test/tools/llvm-symbolizer/{output-style.test => output-style-column.test} (55%)
create mode 100644 test/tools/llvm-symbolizer/output-style-empty-line.test
create mode 100644 test/tools/llvm-symbolizer/output-style-inlined.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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from 3ebb870c08e 2019-04-17 Martin Jambor <mjambor(a)suse.cz>
adds 716a48f9a66 Daily bump.
adds c2c5c6fc1c6 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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
from db06266b99 Automatic date update in version.in
adds eb23038d19 AArch64: When DF_BIND_NOW don't use TLSDESC GOT value.
adds ef17a19d06 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 10 ++++++++++
bfd/elfnn-aarch64.c | 12 ++++++++----
bfd/version.h | 2 +-
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/tls-relax-gdesc-le-now.d | 19 +++++++++++++++++++
6 files changed, 49 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gdesc-le-now.d
--
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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 86cd178f 0: update: binutils-gcc-glibc: 0
new 184ce2aa 0: init: binutils-gcc-glibc: 0
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 (86cd178f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-aarch64- [...]
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 | 184 +-
02-prepare_abe/console.log | 303 +-
03-build_abe-binutils/console.log | 10733 ++--
04-build_abe-stage1/console.log | 13522 +++--
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 38463 ++++++-------
07-build_abe-stage2/console.log | 40127 +++++++-------
08-benchmark/benchmark.log | 31 +-
08-benchmark/console.log | 183 +-
09-check_regression/console.log | 17 +-
10-update_baseline/console.log | 17 +-
console.log | 103861 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
14 files changed, 103836 insertions(+), 103937 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.