This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bd90f409a1 [AArch64] Add support for Transactional Memory Extension (TME)
new 91452ce7f8 [ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
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/AST/ASTImporter.cpp | 35 ++++++++++++++++++++++------
unittests/AST/ASTImporterTest.cpp | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 7 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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 4ee25869 5: reset: linux-764dd163ac922f8683b5bcd3007251ce7b26cd33: 16850
new fb55793a 6: update: linux-1438cde7c87cb5d59c4caa292f3d32e4ee06b763: 17092
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 | 163 +-
02-build_llvm/console.log | 11624 ++++++++++++++---------------
03-build_linux/console.log | 3385 +++------
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 36 +-
console.log | 15242 +++++++++++++++++---------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 13753 insertions(+), 16729 deletions(-)
delete mode 100644 reset-baseline
--
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 1e43d1991e0 [AArch64] Add support for Transactional Memory Extension (TME)
new a6477512888 [AMDGPU] Optimize atomic AND/OR/XOR
new 5e9a0031ce9 [llvm-ar][test] \r\n -> \n
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/AMDGPU/AMDGPUAtomicOptimizer.cpp | 71 +++-
.../AMDGPU/atomic_optimizations_local_pointer.ll | 36 ++
test/tools/llvm-ar/create.test | 27 +-
test/tools/llvm-ar/dash-before-letter.test | 24 +-
test/tools/llvm-ar/delete.test | 134 ++++----
test/tools/llvm-ar/insert-after.test | 118 +++----
test/tools/llvm-ar/insert-before.test | 118 +++----
test/tools/llvm-ar/move-after.test | 118 +++----
test/tools/llvm-ar/move-before.test | 138 ++++----
test/tools/llvm-ar/move.test | 258 +++++++-------
test/tools/llvm-ar/mri-addlib.test | 90 ++---
test/tools/llvm-ar/mri-addmod.test | 54 +--
test/tools/llvm-ar/mri-comments.test | 38 +--
test/tools/llvm-ar/mri-end.test | 96 +++---
test/tools/llvm-ar/quick-append.test | 184 +++++-----
test/tools/llvm-ar/read-only-archive.test | 60 ++--
test/tools/llvm-ar/replace-update.test | 378 ++++++++++-----------
test/tools/llvm-ar/replace.test | 356 +++++++++----------
test/tools/llvm-ar/symtab.test | 140 ++++----
19 files changed, 1255 insertions(+), 1183 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 bb8d4137890 PowerPC: Fix register spilling for SPE registers
new 1e43d1991e0 [AArch64] Add support for Transactional Memory Extension (TME)
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/llvm/IR/IntrinsicsAArch64.td | 17 +++++++++
include/llvm/Support/AArch64TargetParser.def | 1 +
include/llvm/Support/AArch64TargetParser.h | 1 +
lib/Target/AArch64/AArch64.td | 3 ++
lib/Target/AArch64/AArch64InstrFormats.td | 55 +++++++++++++++++++++++++---
lib/Target/AArch64/AArch64InstrInfo.td | 29 ++++++++++++---
lib/Target/AArch64/AArch64Subtarget.h | 2 +
test/CodeGen/AArch64/tme-tcancel.ll | 16 ++++++++
test/CodeGen/AArch64/tme-tcommit.ll | 16 ++++++++
test/CodeGen/AArch64/tme-tstart.ll | 16 ++++++++
test/CodeGen/AArch64/tme-ttest.ll | 16 ++++++++
test/MC/AArch64/tme-error.s | 47 ++++++++++++++++++++++++
test/MC/AArch64/tme.s | 24 ++++++++++++
test/MC/Disassembler/AArch64/tme.txt | 19 ++++++++++
unittests/Support/TargetParserTest.cpp | 1 +
15 files changed, 251 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/AArch64/tme-tcancel.ll
create mode 100644 test/CodeGen/AArch64/tme-tcommit.ll
create mode 100644 test/CodeGen/AArch64/tme-tstart.ll
create mode 100644 test/CodeGen/AArch64/tme-ttest.ll
create mode 100644 test/MC/AArch64/tme-error.s
create mode 100644 test/MC/AArch64/tme.s
create mode 100644 test/MC/Disassembler/AArch64/tme.txt
--
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 13104bffbb [AArch64] Consistent types and naming for AArch64 target fea [...]
new bd90f409a1 [AArch64] Add support for Transactional Memory Extension (TME)
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/Basic/BuiltinsAArch64.def | 6 +++++
lib/Basic/Targets/AArch64.cpp | 6 +++++
lib/Basic/Targets/AArch64.h | 1 +
lib/Headers/arm_acle.h | 24 ++++++++++++++++++-
lib/Sema/SemaChecking.cpp | 1 +
test/CodeGen/aarch64-tme-tcancel-arg.cpp | 10 ++++++++
test/CodeGen/aarch64-tme.c | 36 +++++++++++++++++++++++++++++
test/Sema/aarch64-tme-errors.c | 8 +++++++
test/Sema/aarch64-tme-tcancel-const-error.c | 4 ++++
test/Sema/aarch64-tme-tcancel-range-error.c | 4 ++++
10 files changed, 99 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/aarch64-tme-tcancel-arg.cpp
create mode 100644 test/CodeGen/aarch64-tme.c
create mode 100644 test/Sema/aarch64-tme-errors.c
create mode 100644 test/Sema/aarch64-tme-tcancel-const-error.c
create mode 100644 test/Sema/aarch64-tme-tcancel-range-error.c
--
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 0feea31a [clangd] Handle windows line endings in QueryDriver
new db8f75c5 [clangd] Force the required interpretation of #import on wind [...]
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/unittests/TestTU.cpp | 4 ++++
1 file 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from dfd6917457 x86: make RegMem an opcode modifier
adds bd7918379d Automatic date update in version.in
adds 1d942ae908 x86: drop stale Mem enumerator
adds 8dc0818eb2 x86: replace "anymem" checks where possible
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 8 ++++++++
gas/config/tc-i386.c | 22 ++++++++++++++--------
opcodes/ChangeLog | 8 ++++++++
opcodes/i386-gen.c | 16 +++++++++++++++-
opcodes/i386-opc.h | 4 +---
6 files changed, 47 insertions(+), 13 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards b347631b 0: update: binutils-gcc-linux: boot
new dd72c625 0: update: binutils-gcc-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 (b347631b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 130 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11444 +++++++------
04-build_abe-stage1/console.log | 20009 +++++++++++-----------
05-build_linux/console.log | 694 +-
06-boot_linux/console.log | 474 +-
console.log | 33236 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 33226 insertions(+), 33215 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.