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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8ca016606 binutils-2b05e5e2064c4aad54c0fbb3e48af41f2aa7d8dc: all
new 7cb377efc gcc-fbc08b6262064585fadd17c4dd3d9f2e3d1f0159: 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 (8ca016606)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 53 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3534 +++++++++--------
4-build_abe-stage1/console.log | 4041 ++++++++++----------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 176 +-
console.log | 7812 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 7776 insertions(+), 7860 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 b2251b3e323 DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit
new 3cc32f95a30 [codeview] Add begin/endSymbolRecord helpers, NFC
new b4b260e1797 DebugInfo: Avoid using split DWARF when the split unit woul [...]
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:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 211 ++++++++---------------
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 65 ++++---
lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 11 +-
test/DebugInfo/X86/fission-cu.ll | 40 ++---
test/DebugInfo/X86/fission-ranges.ll | 2 +-
test/DebugInfo/X86/string-offsets-table-order.ll | 8 +-
test/DebugInfo/X86/string-offsets-table.ll | 20 +--
9 files changed, 164 insertions(+), 206 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 clang.
from 46efdf2ccc Add extension to always default-initialize nullptr_t.
new 1e78a7db56 Revert "Add extension to always default-initialize nullptr_t."
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/Sema/SemaInit.cpp | 7 -------
test/Analysis/nullptr.cpp | 17 +++++++++++------
test/SemaCXX/ast-print-crash.cpp | 2 +-
test/SemaCXX/nullptr_t-init.cpp | 10 ----------
4 files changed, 12 insertions(+), 24 deletions(-)
delete mode 100644 test/SemaCXX/nullptr_t-init.cpp
--
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 lld.
from 6712269da Add --plugin-opt=emit-llvm option.
new 253ab3851 [test] Capture stderr from 'tar --version' call as well
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/lit.cfg.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 d5e23fb29c3 PR 79738 - Documentation for __attribute__((const)) slightl [...]
new 2ecb854bf2a PR tree-optimization/87096 - Optimised snprintf is not POSI [...]
new 0f15b7f669e PR tree-optimization/88372 - alloc_size attribute is ignore [...]
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 | 17 +++
gcc/calls.c | 31 ++--
gcc/doc/extend.texi | 68 ++++++++-
gcc/gimple-ssa-sprintf.c | 44 +++++-
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/gcc.dg/Walloc-size-larger-than-18.c | 93 ++++++++++++
gcc/testsuite/gcc.dg/builtin-object-size-19.c | 101 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-4.c | 156 +++++++++++++++++++++
gcc/tree-object-size.c | 39 ++----
9 files changed, 513 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-larger-than-18.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-object-size-19.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-4.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 878b42a93b0 [GlobalISel] LegalizerHelper: Implement fewerElementsVector [...]
new af2984265a8 [Hexagon] Add patterns for shifts of v2i16
new b2251b3e323 DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit
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:
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 9 +++++++++
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 +++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 ---------
lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 ---
lib/Target/Hexagon/HexagonPatterns.td | 12 ++++++++++++
test/CodeGen/Hexagon/isel-vlsr-v2i16.ll | 16 ++++++++++++++++
6 files changed, 40 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-vlsr-v2i16.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 glibc.
from e361dc043d manual: Document thread/task IDs for Linux
new 033a2c0a20 Remove x86 mathinline.h asinh, acosh, atanh inlines.
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 | 7 +++++++
sysdeps/x86/fpu/bits/mathinline.h | 13 -------------
2 files changed, 7 insertions(+), 13 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-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from 2e05e3e689 PR23788, objcopy: failed to find link section
adds ebaf5296e6 Automatic date update in version.in
adds 2b05e5e206 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ecbe56f92 gcc-f8499daa2e95876766831fa7d23e645ec8b0856f: all
new ce51cc65c binutils-2b05e5e2064c4aad54c0fbb3e48af41f2aa7d8dc: 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 (ecbe56f92)
\
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 | 72 +-
2-prepare_abe/console.log | 20 +-
3-build_abe-binutils/console.log | 3614 ++++++++--------
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 4553 +++++++++++----------
5-count_linux_objs/console.log | 63 +-
console.log | 8398 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 8381 insertions(+), 8357 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 clang.
from 2a16197a4c Using llvm::find_if() instead of a range-based for loop; NFC.
new 46efdf2ccc Add extension to always default-initialize nullptr_t.
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/Sema/SemaInit.cpp | 7 +++++++
test/Analysis/nullptr.cpp | 17 ++++++-----------
test/SemaCXX/ast-print-crash.cpp | 2 +-
test/SemaCXX/nullptr_t-init.cpp | 10 ++++++++++
4 files changed, 24 insertions(+), 12 deletions(-)
create mode 100644 test/SemaCXX/nullptr_t-init.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.