This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6eae0f89c96 Fix line endings (NFC)
new 123cdacd901 [APIntTest] multiplicativeInverse(): clarify test
new 7df05c88b07 [NFC][TargetLowering] Some preparatory cleanups around 'pre [...]
new 72994c96268 Removed extra ; after function definition
new 1980b3a5288 [X86][AVX] combineX86ShuffleChain - pull out CombineShuffle [...]
The 4 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/llvm/CodeGen/TargetLowering.h | 8 +-
.../Support/GenericIteratedDominanceFrontier.h | 2 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 35 ++--
lib/Target/X86/X86ISelLowering.cpp | 221 +++++++++++----------
unittests/ADT/APIntTest.cpp | 11 +-
5 files changed, 147 insertions(+), 130 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 8db6b2ce [clangd] Collect the refs when the main file is header.
new ca59e46a [clang-tidy] Extend TransformerClangTidyCheck to support addi [...]
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-tidy/utils/TransformerClangTidyCheck.cpp | 22 ++++++++++
clang-tidy/utils/TransformerClangTidyCheck.h | 5 +++
.../clang-tidy/TransformerClangTidyCheckTest.cpp | 49 ++++++++++++++++++++++
3 files changed, 76 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-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 65392b3edd Remove is_a_field_of_this from ada_lookup_symbol
adds 41be57caf3 [gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AES
adds 269b4ded72 Fix bug when generating REL type relocs for assembler genera [...]
adds 54ee425275 Avoid use-after-free in DWARF debug names code
adds 390b205f45 Automatic date update in version.in
adds 8941884429 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
adds 83adff695c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions
adds 01c1ee4a70 [AArch64] Allow MOVPRFX to be used with FMOV
adds bb32413ff7 Ensure that debug information is retained for ARMv8-M securi [...]
new 4d83e8d97e PR ld/24709 [arm] linker crash and assertion failure with CMSE
new 163b2c58bd This patch fixes a bug in the AArch64 assembler where an inc [...]
new 125f83f66c Fix a bug recently introduced to the linker where it would c [...]
The 3 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:
bfd/ChangeLog | 19 +
bfd/compress.c | 3 +
bfd/elf32-arm.c | 44 +-
bfd/version.h | 2 +-
gas/ChangeLog | 49 +++
gas/config/tc-aarch64.c | 9 +
gas/doc/c-aarch64.texi | 3 +-
gas/testsuite/gas/aarch64/diagnostic.l | 1 +
gas/testsuite/gas/aarch64/diagnostic.s | 1 +
gas/testsuite/gas/aarch64/illegal-sve2-aes.d | 4 -
gas/testsuite/gas/aarch64/illegal-sve2.l | 18 +-
gas/testsuite/gas/aarch64/illegal-sve2.s | 10 +
gas/testsuite/gas/aarch64/illegal.l | 6 +-
gas/testsuite/gas/aarch64/illegal.s | 5 +
gas/testsuite/gas/aarch64/sve-movprfx_25.d | 2 +-
gas/testsuite/gas/aarch64/sve-movprfx_25.l | 1 -
gas/testsuite/gas/aarch64/sve-movprfx_25.s | 2 +-
gas/testsuite/gas/aarch64/sve-movprfx_26.d | 40 ++
gas/testsuite/gas/aarch64/sve-movprfx_26.l | 12 +-
gas/testsuite/gas/aarch64/sve-movprfx_26.s | 28 +-
gas/testsuite/gas/aarch64/sve-movprfx_27.d | 14 +
gas/testsuite/gas/aarch64/sve-movprfx_27.s | 11 +
gas/testsuite/gas/aarch64/sve2.d | 2 +
gas/testsuite/gas/aarch64/sve2.s | 4 +
gas/write.c | 22 +-
gdb/ChangeLog | 6 +
gdb/dwarf2read.c | 9 +-
include/ChangeLog | 5 +
include/opcode/aarch64.h | 2 +-
ld/ChangeLog | 13 +
ld/emultempl/aarch64elf.em | 2 +-
ld/testsuite/ld-arm/arm-elf.exp | 6 +
ld/testsuite/ld-arm/cmse_main.s | 21 +
ld/testsuite/ld-arm/cmse_main_sec_debug.d | 29 ++
ld/testsuite/ld-arm/cmse_sec_debug.s | 142 +++++++
opcodes/ChangeLog | 30 ++
opcodes/aarch64-asm.c | 4 +-
opcodes/aarch64-dis-2.c | 594 ++++++++++++++-------------
opcodes/aarch64-dis.c | 13 +-
opcodes/aarch64-opc.c | 5 -
opcodes/aarch64-tbl.h | 73 ++--
41 files changed, 889 insertions(+), 377 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.d
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.s
create mode 100644 ld/testsuite/ld-arm/cmse_main.s
create mode 100644 ld/testsuite/ld-arm/cmse_main_sec_debug.d
create mode 100644 ld/testsuite/ld-arm/cmse_sec_debug.s
--
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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 83a49af27 0: update: binutils-gcc-linux: all
new 3bfd7b73d 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 (83a49af27)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11268 +++++++------
04-build_abe-stage1/console.log | 19653 +++++++++++-----------
05-build_linux/console.log | 426 +-
06-boot_linux/console.log | 2 +-
console.log | 31965 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 31964 insertions(+), 31970 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 32d690e7552 [Object/invalid.test] - Convert Object/corrupt.test to YAML [...]
new f6382c83d7f [docs][llvm-readelf] Delete old llvm-readelf.md
new 6eae0f89c96 Fix line endings (NFC)
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:
docs/CommandGuide/llvm-readelf.md | 28 -----
test/tools/llvm-cov/dir-with-filtering.test | 170 ++++++++++++++--------------
2 files changed, 85 insertions(+), 113 deletions(-)
delete mode 100644 docs/CommandGuide/llvm-readelf.md
--
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 b7d562343d [clang][ArgumentAdjusters] Do not add fsyntax-only if alread [...]
new c1bb4b1c1b [LibTooling] Extend `RewriteRule` with support for adding includes.
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/clang/Tooling/Refactoring/Transformer.h | 23 ++++++++++++++++
lib/Tooling/Refactoring/Transformer.cpp | 26 +++++++++++++++---
unittests/Tooling/TransformerTest.cpp | 36 +++++++++++++++++++++++++
3 files changed, 81 insertions(+), 4 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 4d83e8d97e PR ld/24709 [arm] linker crash and assertion failure with CMSE
new 163b2c58bd This patch fixes a bug in the AArch64 assembler where an inc [...]
new 125f83f66c Fix a bug recently introduced to the linker where it would c [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/compress.c | 3 +++
gas/ChangeLog | 8 ++++++++
gas/config/tc-aarch64.c | 9 +++++++++
gas/testsuite/gas/aarch64/diagnostic.l | 1 +
gas/testsuite/gas/aarch64/diagnostic.s | 1 +
gas/testsuite/gas/aarch64/illegal.l | 6 +++++-
gas/testsuite/gas/aarch64/illegal.s | 5 +++++
ld/ChangeLog | 6 ++++++
ld/emultempl/aarch64elf.em | 2 +-
10 files changed, 45 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.