This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7508c12f0 [LLD][ELF] - Fix tests after r350840.
new aeb734ed5 TrapInstr must be 4 bytes long. Currently we write two zeros [...]
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/Arch/MSP430.cpp | 2 +-
test/ELF/msp430.s | 3 +++
2 files changed, 4 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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from ff5bb358640 [ARM] Size reduce teq to eors
adds e464c496c17 Add a verbose mode to "image dump line-table" and use it to [...]
adds 9e0697f245e [clangd] Don't store completion info if the symbol is not u [...]
adds d194e2eb244 Implement ObjectFileELF::GetBaseAddress
adds 2735a262074 [libclang] Fix clang_Cursor_isAnonymous
adds 0d197476758 [asan] Mark tests as UNSUPPORTED on arm
adds 196a04f5569 Fix RUN line in test/Transforms/LoopDeletion/crashbc.ll
adds f02b24c273a [LoopUnroll] add parsing for unroll parameters in -passes pipeline
adds 1c63837b731 PECOFF: Fix section name computation
adds 33238b98972 Revert "Add a verbose mode to "image dump line-table" and u [...]
new 59a5e7e5447 [ARM] Fix for verifier buildbot
new 51de268e364 [pstl] Fix CMake configuration when parallel policies are disabled
new 63e5bd5c403 [pstl] Fix compile errors when PARALLEL_POLICIES is disabled
new 7f3a5192e53 [clang-tidy] Fix case of local variables in modernize-use-n [...]
new 568aa4f8303 [compiler-rt][builtins][PowerPC] Implemented __fixunstfti b [...]
new b40f0e863ef Correct the spelling of helpURI to helpUri.
The 6 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:
.../clang-tidy/modernize/UseNodiscardCheck.cpp | 12 +-
clang-tools-extra/clangd/index/Index.h | 7 +
clang-tools-extra/clangd/index/SymbolCollector.cpp | 32 +-
.../unittests/clangd/SymbolCollectorTests.cpp | 13 +-
clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 2 +-
.../sarif-multi-diagnostic-test.c.sarif | 4 +-
clang/test/Index/print-type.cpp | 16 +
clang/tools/c-index-test/c-index-test.c | 15 +-
clang/tools/libclang/CXType.cpp | 10 +-
compiler-rt/lib/builtins/CMakeLists.txt | 1 +
compiler-rt/lib/builtins/ppc/fixunstfti.c | 106 ++++
.../asan/TestCases/Linux/quarantine_size_mb.cc | 2 +-
.../test/builtins/Unit/ppc/fixunstfti_test.c | 52 ++
.../test/builtins/Unit/ppc/fixunstfti_test.h | 706 +++++++++++++++++++++
.../TestCases/hard_rss_limit_mb_test.cc | 2 +-
lldb/lit/Modules/ELF/basic-info.yaml | 27 +
lldb/lit/Modules/ELF/compressed-sections.yaml | 6 +-
lldb/lit/Modules/PECOFF/sections-names.yaml | 52 ++
.../Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 25 +-
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 +
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 31 +-
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 2 +-
lldb/tools/lldb-test/lldb-test.cpp | 2 +
llvm/lib/Passes/PassBuilder.cpp | 96 +++
llvm/lib/Passes/PassRegistry.def | 10 +-
llvm/lib/Target/ARM/Thumb2SizeReduction.cpp | 10 +-
llvm/test/Transforms/LoopDeletion/crashbc.ll | 2 +-
pstl/CMakeLists.txt | 2 +-
pstl/include/pstl/internal/algorithm_impl.h | 102 ++-
pstl/include/pstl/internal/numeric_impl.h | 10 +
30 files changed, 1283 insertions(+), 76 deletions(-)
create mode 100644 compiler-rt/lib/builtins/ppc/fixunstfti.c
create mode 100644 compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
create mode 100644 compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.h
create mode 100644 lldb/lit/Modules/ELF/basic-info.yaml
create mode 100644 lldb/lit/Modules/PECOFF/sections-names.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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 238c839dc linux-4064e47c82810586975b4304b105056389beaa06: 16510
new 9190a584f llvm-b40f0e863ef386aca4953baffb41e26e6563cfba: 16510
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 (238c839dc)
\
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:
1-reset_artifacts/console.log | 58 +-
2-build_llvm/console.log | 5196 +++++++++++++++----------------
3-count_linux_objs/console.log | 1239 ++++----
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 10 +-
console.log | 6547 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 6592 insertions(+), 6486 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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from c3cc81413c Automatic date update in version.in
adds 1c912acd5c 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a5b230960 gcc-0796fe4c562a12bfb49cf825b2629caf29c35143: all
new b5db118ab binutils-1c912acd5c873f351a20dac00ca82a39b4642e83: 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 (a5b230960)
\
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 | 65 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6594 +++++++-------
4-build_abe-stage1/console.log | 8701 ++++++++++---------
5-count_linux_objs/console.log | 1504 ++--
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 17266 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 16964 insertions(+), 17216 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 2bcf19a01d1 PR middle-end/84877 PR bootstrap/88450 * function.c (ass [...]
new a794c0dc29a [Committed, AArch64] Disable tests for ilp32.
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/aarch64/bti-1.c | 1 +
gcc/testsuite/gcc.target/aarch64/bti-2.c | 1 +
gcc/testsuite/gcc.target/aarch64/bti-3.c | 1 +
4 files changed, 9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d12394359 gcc-76fb04650b2bacd33eaff257f08fabcc237ec885: all
new 4882911d3 binutils-1910070b298052d7ca8e4024891465824588c1e9: 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 (d12394359)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 63 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3875 ++++++++--------
4-build_abe-stage1/console.log | 5138 +++++++++++----------
5-count_linux_objs/console.log | 123 +-
console.log | 9191 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 9089 insertions(+), 9323 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 83c921d19 linux-6cab33afc3dd17bd9922c99a828f5680b4667cd9: all
new 9ff4d0633 binutils-1910070b298052d7ca8e4024891465824588c1e9: 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 (83c921d19)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 84 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6527 +++++-----
4-build_abe-stage1/console.log | 9748 +++++++-------
5-count_linux_objs/console.log | 19167 ++++++++++++++-------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 25712 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 30568 insertions(+), 30720 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.