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-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from 78c794a70bc [X86] Fix several places that weren't passing what they tho [...] adds 84254dd8abb [CMake] Use libtool for runtimes when building for Apple platform adds 0a6bababa83 [ELF][MIPS] Delete dead !Sym->isDefined() check in addAbsolute() adds f58ef87bb78 [DAGCombiner] Replace two unchecked dyn_casts with casts. adds 2e2c02c0cdd Add script to update OpenMP -ast-dump test expectations, an [...] adds e518235aca3 Factor out commonality between variable capture initializat [...] adds 591ede411d2 [Target] Adjust header in Thread adds 0bfa9359b0d [NFC][X86] extract-lowbits.ll: add patterns with truncation too adds eb375098322 [IndVarSimplify] Add tests for saturating math on IV; NFC adds 30a6caa3e72 [TargetLowering] SimplifyDemandedVectorElts - use same arg [...] adds 88522ce3889 [TargetLowering] SimplifyDemandedBits - don't use OriginalD [...] adds ffb4d2bff7f [DAG] isBitwiseNot / isConstOrConstSplat - add support for [...] adds 7a869e70367 [DAGCombine] Fold insert_subvector(bitcast(x),bitcast(y),c1 [...] adds 2065ddfd79b [NFC][X86] extract-lowbits.ll: add one more pattern a with [...] adds b0dc262ffbc [X86] Add AVX2 'fast-variable-shuffle' PHADD tests (PR39921) adds 71a39bcf68c [X86] isHorizontalBinOp - add extract_subvector(shuffle(x)) [...] adds ccbda6b0003 [test] Fix plugin tests adds d0d32c35d93 Add test coverage for __pascal mangling adds 420f5df1c32 [NFC][X86] extract-{low,}bits.ll: one more pattern a with t [...] adds dfe02bc4e9f Add mangling test coverage for non-volatile const member pointers adds 869308dd55b Add demangling test coverage for unsigned short, unsigned long adds b5cd6163f43 Remove code path that's dead after r358835 adds 232a8785c01 Fix bug in r362328 -- append to dependency list instead of [...] adds 59a8db628b7 [TTI][X86] Cleanup getMaskedMemoryOpCost. NFCI. adds 87346a15db5 Transform lambda expression captures when transforming an e [...] adds a7bc31ebc6d [DAGCombiner] Replace masked loads with a zero mask with th [...] adds 8a32ca381d1 [CostModel][X86] Improve masked load/store AVX1/AVX2 costs adds fde26d222da [Commands] Remove unused header adds 162360774ed [analyzer] exploded-graph-rewriter: Initial commit. adds 5f79d749466 [X86] Add test cases for masked store and masked scatter wi [...] adds 50b35caf305 [DAGCombiner][X86] Fold away masked store and scatter with [...] adds 0ac4ab48fcf [analyzer] exploded-graph-rewriter: An attempt to fix Windo [...] adds 54362477c7b llvm-undname; Add more test coverage for demangleFunctionClass() adds 2d59bab568f Update MSVC Visualizer to reflect new variadic PointerUnion adds 3cbb8b83917 llvm-undname: Add coverage for some error paths adds c3236cd200a Revert "[analyzer] exploded-graph-rewriter: An attempt to f [...] new 38f11825d18 [coroutines][PR41909] Don't build dependent coroutine state [...] new 382320ea025 [COFF, ARM64] Fix CodeView API change for getRegisterNames new e71963c850d Recommit r360171: [DAGCombiner] Avoid creating large tokenf [...]
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: clang/include/clang/Sema/Initialization.h | 4 +- clang/include/clang/Sema/Sema.h | 22 +- clang/lib/Analysis/CMakeLists.txt | 2 + clang/lib/Analysis/plugins/CMakeLists.txt | 5 + .../CheckerDependencyHandling/CMakeLists.txt | 15 +- .../CheckerDependencyHandling.cpp | 0 ...CheckerDependencyHandlingAnalyzerPlugin.exports | 0 .../plugins/CheckerOptionHandling/CMakeLists.txt | 15 +- .../CheckerOptionHandling.cpp | 0 .../CheckerOptionHandlingAnalyzerPlugin.exports | 0 .../Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 10 + .../plugins/SampleAnalyzer/MainCallChecker.cpp | 0 .../SampleAnalyzer/SampleAnalyzerPlugin.exports | 0 clang/lib/Sema/SemaExpr.cpp | 17 +- clang/lib/Sema/SemaLambda.cpp | 176 +-- clang/lib/Sema/SemaStmt.cpp | 40 +- clang/lib/Sema/TreeTransform.h | 51 +- clang/test/AST/ast-dump-expr-json.cpp | 56 +- clang/test/AST/ast-dump-expr.cpp | 1 + clang/test/AST/ast-dump-openmp-for.c | 390 ++--- clang/test/AST/ast-dump-openmp-parallel.c | 20 +- .../test/Analysis/exploded-graph-rewriter/edge.dot | 15 + .../Analysis/exploded-graph-rewriter/empty.dot | 12 + .../exploded-graph-rewriter/environment.dot | 53 + .../Analysis/exploded-graph-rewriter/lit.local.cfg | 13 + .../exploded-graph-rewriter/program_points.dot | 63 + .../Analysis/exploded-graph-rewriter/store.dot | 45 + clang/test/Analysis/lit.local.cfg | 2 - clang/test/Analysis/plugins/CMakeLists.txt | 12 - .../Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 11 - clang/test/CMakeLists.txt | 32 +- clang/test/CodeGenCXX/mangle-ms.cpp | 4 + clang/test/CodeGenCXX/mangle-windows.cpp | 4 + clang/test/SemaCXX/coroutines.cpp | 10 + clang/utils/analyzer/exploded-graph-rewriter.py | 398 ++++++ clang/utils/make-ast-dump-check.sh | 79 ++ lld/ELF/Writer.cpp | 2 - lldb/source/Commands/CommandObjectExpression.cpp | 1 - .../NativePDB/PdbFPOProgramToDWARFExpression.cpp | 13 +- lldb/source/Target/Thread.cpp | 2 +- llvm/CMakeLists.txt | 71 +- llvm/cmake/modules/HandleLLVMOptions.cmake | 8 - llvm/cmake/modules/UseLibtool.cmake | 50 + llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 8 +- llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 2 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 104 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 41 +- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 18 +- llvm/lib/Demangle/MicrosoftDemangle.cpp | 10 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 63 +- llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 19 +- llvm/runtimes/CMakeLists.txt | 5 + .../CostModel/X86/masked-intrinsic-cost-widen.ll | 76 +- .../CostModel/X86/masked-intrinsic-cost.ll | 76 +- llvm/test/CodeGen/AArch64/sat-add.ll | 24 +- llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 15 +- .../X86/dagcombine-tokenfactor-limit-crash.ll | 59 + llvm/test/CodeGen/X86/extract-bits.ll | 940 +++++++----- llvm/test/CodeGen/X86/extract-lowbits.ll | 1500 ++++++++++++++++---- llvm/test/CodeGen/X86/masked_gather_scatter.ll | 8 + llvm/test/CodeGen/X86/masked_load.ll | 12 + llvm/test/CodeGen/X86/masked_store.ll | 12 + llvm/test/CodeGen/X86/phaddsub.ll | 68 +- llvm/test/CodeGen/X86/vmaskmov-offset.ll | 40 +- llvm/test/Demangle/invalid-manglings.test | 50 + llvm/test/Demangle/ms-basic.test | 6 + llvm/test/Demangle/ms-mangle.test | 38 +- llvm/test/Demangle/ms-windows.test | 3 + .../Transforms/IndVarSimplify/eliminate-sat.ll | 123 ++ .../LoopVectorize/X86/masked_load_store.ll | 1422 ++++++++++++------- llvm/utils/LLVMVisualizers/llvm.natvis | 109 +- 71 files changed, 4669 insertions(+), 1906 deletions(-) create mode 100644 clang/lib/Analysis/plugins/CMakeLists.txt rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CMakeLists.t [...] rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CheckerDepen [...] rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CheckerDepen [...] rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt (50%) rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHan [...] rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHan [...] create mode 100644 clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt rename clang/{test => lib}/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp (100%) rename clang/{test => lib}/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.ex [...] create mode 100644 clang/test/Analysis/exploded-graph-rewriter/edge.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/empty.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/environment.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg create mode 100644 clang/test/Analysis/exploded-graph-rewriter/program_points.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/store.dot delete mode 100644 clang/test/Analysis/plugins/CMakeLists.txt delete mode 100644 clang/test/Analysis/plugins/SampleAnalyzer/CMakeLists.txt create mode 100755 clang/utils/analyzer/exploded-graph-rewriter.py create mode 100755 clang/utils/make-ast-dump-check.sh create mode 100644 llvm/cmake/modules/UseLibtool.cmake create mode 100644 llvm/test/CodeGen/X86/dagcombine-tokenfactor-limit-crash.ll create mode 100644 llvm/test/Transforms/IndVarSimplify/eliminate-sat.ll