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.
from e44ae9fdb linux-bebc6082da0a9f5d47a1ea2edc099bf671058bd4: 18065
new de9c27060 linux-f7adc3124da019878186f1ebe98a13a1af041afd: 17657
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 | 71 +-
2-build_llvm/console.log | 9951 +++++++++++++------------
3-count_linux_objs/console.log | 4156 +++++------
3-count_linux_objs/kernel.release | 2 +-
5-update_baseline/console.log | 18 +-
console.log | 14196 +++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 13692 insertions(+), 14720 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 24fa3683a5f [PDB] Increase TPI hash bucket count.
new 904cc193935 [elfabi] Add support for reading dynamic symbols from binaries
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:
.../Inputs/gnu_hash.so} | Bin 12580 -> 16088 bytes
.../Inputs/sysv_hash.so} | Bin 12580 -> 16088 bytes
test/tools/llvm-elfabi/binary-read-add-soname.test | 5 +-
test/tools/llvm-elfabi/binary-read-arch.test | 5 +-
test/tools/llvm-elfabi/binary-read-bad-soname.test | 5 +-
test/tools/llvm-elfabi/binary-read-bad-vaddr.test | 5 +-
.../binary-read-neededlibs-bad-offset.test | 5 +-
test/tools/llvm-elfabi/binary-read-neededlibs.test | 5 +-
.../llvm-elfabi/binary-read-replace-soname.test | 5 +-
.../llvm-elfabi/binary-read-soname-no-null.test | 5 +-
test/tools/llvm-elfabi/binary-read-soname.test | 5 +-
.../llvm-elfabi/binary-read-syms-gnu-hash.test | 22 +++
.../llvm-elfabi/binary-read-syms-sysv-hash.test | 22 +++
tools/llvm-elfabi/ELFObjHandler.cpp | 179 ++++++++++++++++++++-
14 files changed, 248 insertions(+), 20 deletions(-)
copy test/tools/{llvm-objdump/X86/Inputs/macho-multiple-text => llvm-elfabi/Inputs [...]
copy test/tools/{llvm-objdump/X86/Inputs/macho-multiple-text => llvm-elfabi/Inputs [...]
create mode 100644 test/tools/llvm-elfabi/binary-read-syms-gnu-hash.test
create mode 100644 test/tools/llvm-elfabi/binary-read-syms-sysv-hash.test
--
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 release_80
in repository llvm.
from b30cd93f9c3 [docs] Add release notes for notable things I've contribute [...]
new 12e8d2dc3c9 Merging r351930 and r351932: ------------------------------ [...]
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/Target/AArch64/AArch64SpeculationHardening.cpp | 175 ++++++++++++++-------
.../CodeGen/AArch64/speculation-hardening-loads.ll | 42 ++---
test/CodeGen/AArch64/speculation-hardening.ll | 60 ++++---
test/CodeGen/AArch64/speculation-hardening.mir | 85 ++++++++++
4 files changed, 258 insertions(+), 104 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 1e05d5e4463 [GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
new 24fa3683a5f [PDB] Increase TPI hash bucket count.
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/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 4 ++--
tools/llvm-pdbutil/DumpOutputStyle.cpp | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 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 0eea6b703 Add unittests to the Xcode gtest target.
new adc0bd299 [Process/NetBSD] Add missing linkage to -lutil
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/Plugins/Process/NetBSD/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 release_80
in repository clang.
from f615f9aa39 Merging r351531: ------------------------------------------- [...]
new f808c12bc5 Merging r352040: ------------------------------------------- [...]
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/Sema/SemaCodeComplete.cpp | 3 ++-
test/CodeCompletion/crash-null-type.cpp | 8 ++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 test/CodeCompletion/crash-null-type.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 clang.
from 2d66a94eaa [WebAssembly] Add WebAssemblyImportModule to pragma-attribut [...]
new 4828e10693 [clang-cl] Ignore space-separated /AI arguments
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/Driver/CLCompatOptions.td | 2 +-
test/Driver/cl-options.c | 1 +
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository lld.
from 3daf1150a Define the _fltused symbol in a couple tests post-r352076.
new f23961fef [PDB] Increase TPI hash bucket count.
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/COFF/pdb-tpi-hash-size.test | 10 ++++++++++
test/COFF/pdb.test | 34 +++++++++++++++++-----------------
2 files changed, 27 insertions(+), 17 deletions(-)
create mode 100644 test/COFF/pdb-tpi-hash-size.test
--
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 1ffa1238c30 allow COFF .def directive in module assembly when using ThinLTO
new 1e05d5e4463 [GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
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/GlobalISel/LegalizerHelper.cpp | 3 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 506 +++++++++++++++++----
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 13 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 56 +++
test/CodeGen/AArch64/GlobalISel/legalize-ceil.mir | 86 ++++
test/CodeGen/AArch64/GlobalISel/select-ceil.mir | 39 +-
test/CodeGen/AArch64/GlobalISel/select-unmerge.mir | 154 +++++++
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 28 ++
8 files changed, 790 insertions(+), 95 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-ceil.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-unmerge.mir
--
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 d586e7e56 Remove NO_DEBUGINFO_TESTCASE from testcase.
new 0eea6b703 Add unittests to the Xcode gtest target.
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:
lldb.xcodeproj/project.pbxproj | 58 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.