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-arm-next-allyesconfig in repository toolchain/ci/llvm-project.
from 837d8129e91 [NFC] Remove some GCC warning from c9e93c84f61400d1aac7d195 [...] adds e48849a2404 [libcxx] [test] Suppress MSVC++ warning 4640 under /Zc:thre [...] adds 7b44f0428af Add a llvm::shuffle and use it in lld adds 56eb15a1c71 [Sema] Fix pointer-to-int-cast diagnostic for _Bool adds 81726894d3c [ORC] Add errors for missing and extraneous symbol definitions. adds 1df947ab403 [ORC] Update LLJIT to automatically run specially named ini [...] adds e7a184fc7c0 [X86] Use movlps for i64 atomic stores on 32-targets with sse1. adds bdb1729c834 [X86] Teach EltsFromConsecutiveLoads that it's ok to form a [...] adds 84cd968f75b [X86] Add AddToWorklist(N) after calls to SimplifyDemandedB [...] adds 57923617181 [X86] Add sse2 command lines to sse-intrinsics-fast-isel.ll. adds 21316f6f928 [NFC] Test commit access. Drop trivial braces. adds 98ac6e76960 [NFC] fix test nan value
No new revisions were added by this update.
Summary of changes: clang/lib/Sema/SemaCast.cpp | 3 +- clang/test/Sema/MicrosoftExtensions.c | 2 +- clang/test/Sema/cast.c | 8 +- clang/test/SemaCXX/cstyle-cast.cpp | 5 + libcxx/test/support/count_new.h | 7 + libcxx/test/support/type_id.h | 7 + lld/ELF/Writer.cpp | 2 +- lld/test/ELF/shuffle-sections-init-fini.s | 11 +- lld/test/ELF/shuffle-sections.s | 10 +- llvm/include/llvm/ADT/STLExtras.h | 10 ++ llvm/include/llvm/ExecutionEngine/Orc/Core.h | 38 ++++++ llvm/include/llvm/ExecutionEngine/Orc/OrcError.h | 4 +- .../ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 36 ++++- llvm/lib/ExecutionEngine/Orc/Core.cpp | 20 +++ llvm/lib/ExecutionEngine/Orc/LLJIT.cpp | 27 +++- .../lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 30 +++++ llvm/lib/ExecutionEngine/OrcError/OrcError.cpp | 4 + llvm/lib/Target/X86/X86ISelLowering.cpp | 61 +++++++-- llvm/test/CodeGen/X86/atomic-fp.ll | 145 +++++++-------------- llvm/test/CodeGen/X86/atomic-non-integer.ll | 51 ++------ .../CodeGen/X86/merge-consecutive-loads-128.ll | 29 ++--- llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 143 +++++++++++++------- .../OrcLazy/static-initializers-in-objectfiles.ll | 28 ++++ llvm/test/Transforms/InstCombine/fneg.ll | 16 +-- llvm/tools/lli/lli.cpp | 98 ++++++++++---- mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp | 3 +- 26 files changed, 521 insertions(+), 277 deletions(-) create mode 100644 llvm/test/ExecutionEngine/OrcLazy/static-initializers-in-object [...]