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-stable-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from aa4b83c9c7a [COFF] Map truncated .eh_frame section name
adds 4f8112e4faa SourceManager: insert(make_pair(..)) -> try_emplace. NFC
adds 3d8a5915d08 Remove some UB in RegisterContextDarwin_arm64.cpp
adds cd541ad246a Revert a hunk that shouldn't have been included in the last [...]
adds a5f8dbf9a95 [X86] Add test for PR39926; NFC
adds 2dbc3a2d0c8 Fix InitListExpr test
adds 5b69c28c96c Re-order content from InitListExpr
adds 8ac5f8465ea Inline dumpFullComment into callers
adds 9296daa4cd7 Inline hasNodes into only caller
adds 21215e340e3 Introduce optional labels to dumpStmt
adds 2fa5edf1135 Revert "Introduce optional labels to dumpStmt"
adds d4103419f91 NFC: Move dump of individual comment nodes to NodeDumper
adds cdf933bc139 NFC: Rename TemplateDecl dump utilities
adds afc60b27d3b [X86] Extend pfm counter coverage for llvm-exegesis
adds bade8587681 [x86] don't try to convert add with undef operands to LEA
adds 192b583e38e [x86] regenerate test checks; NFC
adds 5a5716f94b3 Remove unneeded dependency from lib/Target/X86/Utils/ to li [...]
adds 018d46cdfbe Add DragonFlyBSD support to OpenMP
adds 9268b2a5dff Add OpenBSD support to OpenMP
adds bf070aa1587 [X86] If the carry input to an addcarry/subborrow intrinsic [...]
adds 0986b950ac2 [X86] Add some comments about when some X86 intrinsic autou [...]
adds dcd7eb3ef72 Adding an STL-like type trait that is duplicated in multipl [...]
adds 23fa9edac4a Move the make_const_ptr trait into STLExtras; use add_point [...]
adds 9ba5e42f9ac Speculatively fixing the build; it seems add_pointer_t and [...]
new 5219d9e1dc6 [AMDGPU] Fix discarded result of addAttribute
new 151380f1326 Re-commit "[IR] Add NODISCARD to attribute functions"
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:
clang/include/clang/AST/CommentVisitor.h | 13 +-
clang/include/clang/AST/DeclVisitor.h | 13 +-
clang/include/clang/AST/EvaluatedExprVisitor.h | 18 +-
clang/include/clang/AST/StmtVisitor.h | 16 +-
clang/include/clang/AST/TextNodeDumper.h | 37 +++-
clang/lib/AST/ASTDumper.cpp | 235 ++++-----------------
clang/lib/AST/TextNodeDumper.cpp | 148 ++++++++++++-
clang/lib/Basic/SourceManager.cpp | 7 +-
clang/test/AST/ast-dump-stmt.cpp | 12 +-
.../Utility/RegisterContextDarwin_arm64.cpp | 12 +-
llvm/include/llvm/ADT/STLExtras.h | 4 +
llvm/include/llvm/IR/Attributes.h | 117 +++++-----
llvm/lib/IR/AutoUpgrade.cpp | 14 +-
llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp | 6 +-
llvm/lib/Target/X86/Utils/LLVMBuild.txt | 2 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 17 +-
llvm/lib/Target/X86/X86InstrInfo.cpp | 71 +++----
llvm/lib/Target/X86/X86InstrInfo.h | 2 +-
llvm/lib/Target/X86/X86IntrinsicsInfo.h | 12 +-
llvm/lib/Target/X86/X86PfmCounters.td | 34 ++-
llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll | 5 +
llvm/test/CodeGen/X86/GlobalISel/undef.ll | 35 ++-
llvm/test/CodeGen/X86/adx-intrinsics-upgrade.ll | 16 +-
llvm/test/CodeGen/X86/adx-intrinsics.ll | 16 +-
llvm/test/CodeGen/X86/pr23664.ll | 18 +-
llvm/test/CodeGen/X86/pr39926.ll | 48 +++++
openmp/runtime/cmake/LibompHandleFlags.cmake | 5 +
openmp/runtime/cmake/LibompMicroTests.cmake | 3 +
openmp/runtime/src/kmp.h | 8 +
openmp/runtime/src/kmp_ftn_entry.h | 3 +-
openmp/runtime/src/kmp_platform.h | 19 +-
openmp/runtime/src/kmp_runtime.cpp | 8 +-
openmp/runtime/src/kmp_wrapper_malloc.h | 2 +-
openmp/runtime/src/z_Linux_util.cpp | 25 ++-
34 files changed, 589 insertions(+), 412 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/pr39926.ll
--
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-stable-allnoconfig
in repository toolchain/binutils-gdb.
from a2419b98d9 Fix leak by using td_ta_delete() to deregister target proces [...]
adds b5ac78ffc6 Automatic date update in version.in
adds 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/ChangeLog | 7 ++++++
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
12 files changed, 78 insertions(+), 10 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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 10abda9baa7 [AMDGPU] Fix discarded result of addAttribute
new ff312308555 Re-commit "[IR] Add NODISCARD to attribute functions"
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/Attributes.h | 117 +++++++++++++++++++++++--------------------
1 file changed, 64 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.