This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 72932511053 rtl-optimization/99054 - fix leak in fixup_partitions
new 57d1b68d658 if-to-switch: fix memory leak in case merging
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/gimple-if-to-switch.cc | 17 +++++++++--------
gcc/tree-switch-conversion.c | 9 +--------
gcc/tree-switch-conversion.h | 10 ++++++++++
3 files changed, 20 insertions(+), 16 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-arm-stable-defconfig
in repository toolchain/ci/llvm-project.
from 3a8282376b6c Add minor version to libclang.so and libclang-cpp.so SONAME
adds e18e509bdb45 workflows: Add job to check for ABI changes in libclang.so [...]
adds 17e842f3785f workflows: Update action branch names
adds 85fcd4655947 workflows: Re-enable lldb test on Mac OS X
adds 1fdec59bffc1 [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS
No new revisions were added by this update.
Summary of changes:
.github/workflows/clang-tests.yml | 6 +-
.github/workflows/libclang-abi-tests.yml | 132 +++++++++++++++++++++
.github/workflows/libclc-tests.yml | 6 +-
.github/workflows/lld-tests.yml | 6 +-
.github/workflows/lldb-tests.yml | 12 +-
.github/workflows/llvm-tests.yml | 10 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.h | 2 +-
.../MacOSX/PlatformAppleWatchSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleWatchSimulator.h | 2 +-
.../Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +-
.../Platform/MacOSX/PlatformiOSSimulator.cpp | 10 +-
.../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 2 +-
13 files changed, 170 insertions(+), 36 deletions(-)
create mode 100644 .github/workflows/libclang-abi-tests.yml
--
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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1579b416 0: update: binutils-llvm-linux-qemu: boot
new 480a869e 0: update: binutils-llvm-linux-qemu: 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 (1579b416)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 81 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11525 +++++++-------
04-build_llvm/console.log | 13207 ++++++++--------
05-build_linux/console.log | 821 +-
06-build_abe-qemu/console.log | 3858 +++--
07-boot_linux/console.log | 491 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 18 +-
console.log | 30445 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
11 files changed, 30433 insertions(+), 30471 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 glibc.
from 7960c5eea9 benchtests: Updated json bench-variant attribute
new e604a5e4bb setrlimit/getrlimit: Use __nonnull to avoid null pointer
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:
include/sys/resource.h | 4 ++--
resource/sys/resource.h | 14 ++++++++------
2 files changed, 10 insertions(+), 8 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 binutils-gdb.
from ee4c3d88019 [gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaints
new 52ff20fe7ba [binutils] Handle presence of both .debug_ranges and .debug [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/dwarf.c | 17 ++++++++++++++++-
2 files changed, 22 insertions(+), 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/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/llvm-project.
from 3a8282376b6c Add minor version to libclang.so and libclang-cpp.so SONAME
adds e18e509bdb45 workflows: Add job to check for ABI changes in libclang.so [...]
adds 17e842f3785f workflows: Update action branch names
adds 85fcd4655947 workflows: Re-enable lldb test on Mac OS X
adds 1fdec59bffc1 [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS
No new revisions were added by this update.
Summary of changes:
.github/workflows/clang-tests.yml | 6 +-
.github/workflows/libclang-abi-tests.yml | 132 +++++++++++++++++++++
.github/workflows/libclc-tests.yml | 6 +-
.github/workflows/lld-tests.yml | 6 +-
.github/workflows/lldb-tests.yml | 12 +-
.github/workflows/llvm-tests.yml | 10 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.h | 2 +-
.../MacOSX/PlatformAppleWatchSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleWatchSimulator.h | 2 +-
.../Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +-
.../Platform/MacOSX/PlatformiOSSimulator.cpp | 10 +-
.../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 2 +-
13 files changed, 170 insertions(+), 36 deletions(-)
create mode 100644 .github/workflows/libclang-abi-tests.yml
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3c8a2602 2: update: binutils-llvm-linux-qemu: 19456
discards 6bc4e3c0 1: reset: linux-qemu: 19380
discards f7feb6c1 0: update: llvm-qemu: all
new 98fc0e93 0: update: binutils-llvm-linux-qemu: 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 (3c8a2602)
\
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 | 132 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 11392 ++++++------
04-build_llvm/console.log | 13277 +++++++-------
05-build_linux/console.log | 639 +-
06-build_abe-qemu/console.log | 2408 +++
07-boot_linux/console.log | 13 +
08-check_regression/console.log | 23 +-
08-check_regression/results.regressions | 5 +-
09-update_baseline/console.log | 145 +-
09-update_baseline/results.regressions | 5 +-
console.log | 28351 ++++++++++++++++--------------
jenkins/manifest.sh | 15 +-
results | 4 +-
14 files changed, 30765 insertions(+), 25966 deletions(-)
create mode 100644 06-build_abe-qemu/console.log
create mode 100644 07-boot_linux/console.log
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.