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-lts-allmodconfig
in repository toolchain/ci/gcc.
from a4c9e27e14b Daily bump.
adds b4f5611c4c3 [Darwin, PPC] Fix fail of cpp/assert4.c
adds dc855bfb36c [Darwin, fixincludes] Backport fix for PR83531
adds 98c65a64648 Daily bump.
No new revisions were added by this update.
Summary of changes:
fixincludes/ChangeLog | 12 ++++++
fixincludes/fixincl.x | 66 +++++++++++++++++++++++++++++---
fixincludes/inclhack.def | 27 +++++++++++++
fixincludes/tests/base/os/availability.h | 18 +++++++++
gcc/ChangeLog | 8 ++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/darwin.h | 20 ++++++++--
7 files changed, 143 insertions(+), 10 deletions(-)
create mode 100644 fixincludes/tests/base/os/availability.h
--
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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 34a5de604f Automatic date update in version.in
adds 5921485ab4 Automatic date update in version.in
adds 33ad488e39 [AArch64][gas] Update MTE system register encodings
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 8 ++++++++
gas/testsuite/gas/aarch64/sysreg-4.d | 20 ++++++++++----------
opcodes/ChangeLog | 9 +++++++++
opcodes/aarch64-opc.c | 20 ++++++++++----------
5 files changed, 38 insertions(+), 21 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7b1c46d7 0: update: binutils-gcc-linux: all
new 599cc937 0: update: binutils-gcc-linux: 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 (7b1c46d7)
\
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:
01-reset_artifacts/console.log | 48 +-
02-prepare_abe/console.log | 46 +-
03-build_abe-binutils/console.log | 11025 ++++++++--------
04-build_abe-stage1/console.log | 13237 +++++++++----------
05-build_linux/console.log | 730 +-
06-boot_linux/console.log | 2 +-
console.log | 25133 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25147 insertions(+), 25086 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 de2dc037c80 [X86][BtVer2] Fix latency/throughput of scalar integer MUL [...]
new f6826f8d24a [DAGCombiner] Remove explicit call to AddToWorklist in sqrt [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 33 +-------------------------------
test/CodeGen/PowerPC/qpx-recipest.ll | 33 +++++++++-----------------------
2 files changed, 10 insertions(+), 56 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 8baabb36ba3 [ARM] Cleanup DImode shifts
new def2e672b1d [ARM] Remove remaining Neon DImode support
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/ChangeLog | 10 ++++++
gcc/config/arm/arm.md | 90 ++++++++++++--------------------------------------
gcc/config/arm/neon.md | 89 -------------------------------------------------
3 files changed, 32 insertions(+), 157 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-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 5c10d7361c1 Merging r369251: ------------------------------------------ [...]
adds f3a5f2397d6 Merging r369537: ------------------------------------------ [...]
adds 74ed1f26415 Merging r369093: ------------------------------------------ [...]
adds 79c1eb90116 Merging r369095: ------------------------------------------ [...]
new ee7601a873d Merging r369426 and r369443:
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:
clang/lib/Basic/Targets/RISCV.cpp | 4 ++++
clang/test/CodeGen/riscv-inline-asm.c | 6 ++++++
libcxx/include/__threading_support | 7 ++++--
llvm/include/llvm/IR/InlineAsm.h | 1 +
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 3 +++
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | 17 +++++++++++++++
llvm/lib/Target/RISCV/RISCVISelLowering.h | 3 +++
llvm/lib/Target/TargetMachine.cpp | 8 ++++---
llvm/lib/Target/X86/X86Subtarget.cpp | 3 +++
.../propagate-attributes-bitcast-function.ll | 2 +-
.../CodeGen/AMDGPU/propagate-attributes-clone.ll | 2 +-
.../AMDGPU/propagate-attributes-single-set.ll | 2 +-
llvm/test/CodeGen/Hexagon/pic-jt-big.ll | 2 +-
llvm/test/CodeGen/Hexagon/pic-sdata.ll | 4 ++--
llvm/test/CodeGen/RISCV/inline-asm.ll | 25 ++++++++++++++++++++++
llvm/test/CodeGen/SPARC/tls.ll | 18 ++++++++--------
llvm/test/CodeGen/X86/mingw-refptr.ll | 7 ++++++
17 files changed, 94 insertions(+), 20 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3e458a96 6: update: llvm-linux: 17560
new 106524dd 6: update: llvm-linux: 17560
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 (3e458a96)
\
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 | 184 +-
02-build_llvm/console.log | 11976 ++++++++++++-------------
03-build_linux/console.log | 6176 ++++++-------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 54 +-
console.log | 18398 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 18402 insertions(+), 18402 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 af6e219a703 [PowerPC] Add combined ELF ABI and 32/64 bit queries to the [...]
new bb63e152b16 [PowerPC] Regenerate reciprocal tests, as discussed on D66548
new de2dc037c80 [X86][BtVer2] Fix latency/throughput of scalar integer MUL [...]
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/Target/X86/X86ScheduleBtVer2.td | 20 +-
test/CodeGen/PowerPC/qpx-recipest.ll | 401 +++++++++++++++------
.../llvm-mca/X86/BtVer2/clear-super-register-1.s | 34 +-
.../llvm-mca/X86/BtVer2/cmpxchg-read-advance.s | 24 +-
.../X86/BtVer2/dependency-breaking-sbb-2.s | 32 +-
.../llvm-mca/X86/BtVer2/partial-reg-update-2.s | 10 +-
.../llvm-mca/X86/BtVer2/partial-reg-update-4.s | 28 +-
.../llvm-mca/X86/BtVer2/partial-reg-update-6.s | 32 +-
.../llvm-mca/X86/BtVer2/partial-reg-update-7.s | 62 ++--
.../tools/llvm-mca/X86/BtVer2/partial-reg-update.s | 12 +-
test/tools/llvm-mca/X86/BtVer2/read-advance-2.s | 19 +-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 86 ++---
test/tools/llvm-mca/X86/BtVer2/xadd.s | 62 ++--
test/tools/llvm-mca/X86/BtVer2/xchg.s | 32 +-
test/tools/llvm-mca/X86/intel-syntax.s | 12 +-
test/tools/llvm-mca/X86/llvm-mca-markers-10.s | 24 +-
test/tools/llvm-mca/X86/llvm-mca-markers-9.s | 24 +-
17 files changed, 551 insertions(+), 363 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 lldb.
from d790791b6 [lldb] Fix `TestDataFormatterStdList` regression
new 455b1e2b5 [lldb] Remove ')' to fix the build
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:
source/Commands/CommandObjectProcess.cpp | 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.
unknown user pushed a change to branch master
in repository gcc.
from 5eddd2756d0 [ARM] Cleanup logical DImode operations
new 8baabb36ba3 [ARM] Cleanup DImode shifts
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/ChangeLog | 17 ++
gcc/config/arm/arm.md | 126 +++------------
gcc/config/arm/iterators.md | 4 +-
gcc/config/arm/neon.md | 229 ---------------------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arm/neon-extend-1.c | 13 --
gcc/testsuite/gcc.target/arm/neon-extend-2.c | 13 --
7 files changed, 48 insertions(+), 359 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/arm/neon-extend-1.c
delete mode 100644 gcc/testsuite/gcc.target/arm/neon-extend-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.