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 8fb49c3c71 Move the h8300 assembler's MOVFPE and MOVTPE tests to the co [...]
new 7b1dd70105 Update the handling of shift rotate and load/store multiple [...]
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:
gas/ChangeLog | 8 ++---
include/ChangeLog | 11 +++++-
include/opcode/h8300.h | 94 +++++++++++++++++++++++++-------------------------
3 files changed, 61 insertions(+), 52 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from a49ec198 0: update: llvm-19a71f6bdf2dddb10764939e7f0ec2b98dba76c9: all
new 7f2e5a95 1: reset: linux-b8b576a16f79efbdde49348147f491b176537d88: 18673
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-build_llvm/console.log | 11571 +++++++++----------
03-build_linux/console.log | 1054 +-
04-boot_linux/console.log | 8 -
05-check_regression/console.log | 19 +-
console.log | 12784 ++++++++++-----------
jenkins/manifest.sh | 10 +-
06-update_baseline/console.log => reset-baseline | 0
results | 4 +-
9 files changed, 12738 insertions(+), 12844 deletions(-)
delete mode 100644 04-boot_linux/console.log
copy 06-update_baseline/console.log => reset-baseline (100%)
--
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 02566989c Fix LLDB_CONFIGURATION_DEBUG builds for the GetSymbolVendor removal
new cb92109ad ObjectFileELF: Convert a unit test to a lit test
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:
lit/Modules/ELF/aarch64-relocations.yaml | 93 +++++++++++
unittests/ObjectFile/ELF/CMakeLists.txt | 1 -
.../ELF/Inputs/debug-info-relocations.pcm.yaml | 182 ---------------------
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 59 -------
4 files changed, 93 insertions(+), 242 deletions(-)
create mode 100644 lit/Modules/ELF/aarch64-relocations.yaml
delete mode 100644 unittests/ObjectFile/ELF/Inputs/debug-info-relocations.pcm.yaml
--
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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 81749f08 0: update: llvm-linux: boot
new 741d5d64 0: update: llvm-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 (81749f08)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 175 +-
02-build_llvm/console.log | 12132 ++++++++++++++++++------------------
03-build_linux/console.log | 806 +--
console.log | 13113 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 13126 insertions(+), 13108 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 libcxxabi.
from e79aec6 [libc++] Take 2: Integrate the PSTL into libc++
new 45961e1 [libc++abi] Fix tests when pstl is enabled
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/CMakeLists.txt | 1 +
test/lit.site.cfg.in | 3 +++
2 files changed, 4 insertions(+)
--
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 4579bbc8bd [clang-format] fix crash involving invalid preprocessor line
new 9e0d1b663c [ARM] Set default alignment to 64bits
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/Basic/Targets/ARM.cpp | 3 ++-
test/CodeGenCXX/ARM/exception-alignment.cpp | 21 +++++++++++++++++++++
test/SemaCXX/warn-overaligned-type-thrown.cpp | 3 ++-
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenCXX/ARM/exception-alignment.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 libcxx.
from 16560f681 Revert "[libc++] Take 3: Do not cleverly link against libc++a [...]
new 1ec0feb11 [pstl] Add a __pstl_config_site header to record the CMake co [...]
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.site.cfg.in | 3 ++-
utils/libcxx/test/config.py | 10 ++++++----
2 files changed, 8 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 clang-tools-extra.
from 474448d3 [clangd] Don't include internal gtest header.
new 0fac4702 [clangd] Added an early return from VisitMemberExpr in Semant [...]
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:
clangd/SemanticHighlighting.cpp | 4 ++++
clangd/unittests/SemanticHighlightingTests.cpp | 17 +++++++++++++++++
2 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.