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-defconfig in repository toolchain/ci/llvm-project.
from fd254e429ea Add InstCombine tests for FNeg instruction. adds 7a2e855a0fe Move Value *RHSCIOp def into the scope where its actually u [...] adds 0f89b76b847 [SelectionDAG] Use any_of/all_of where possible. NFCI. adds 5b05f20a3a5 [SLPVectorizer] Make getSpillCost() const. NFCI. adds cbcd9b1b922 [X86] Fix some cppcheck "Local variable name shadows outer [...] adds dca69eb29c8 [lldb] [lit] Fix more filename mismatches in Register tests adds 60211cb8728 [lldb] [lit] Simplify general-purpose register tests adds ee0571734f5 [C++] Interpret unknown identifier in parameter clause as u [...] adds 5125a02a032 [clang] fixing -ast-print for variadic parameter pack in la [...] adds 70ee2def906 [X86] Make X86RegisterInfo(const Triple &TT) constructor explicit. adds 1d0c845d9dc Add FNeg IR constant folding support adds 0460a3629b2 [MCA] Notify event listeners when instructions transition t [...] adds 4c3fbbf6359 Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced [...] adds 41c999bcf5e [Constants] Simplify type checking switch in ConstantExpr::get. adds 8279695d666 [LLParser] Simplify type checking in ParseArithmetic and Pa [...] adds f6e07c472d3 [LLParser] Remove unnecessary error check making sure NUW/N [...] adds 922e252a70b [LLParser] Remove unused variable after r359987. NFC adds afb0e664e64 [SLPVectorizer] Prefer pre-increments. NFCI. adds 1c34db85e52 Precommit an FNeg InstructionSimplify test. adds 5170c0e5fe9 Move getOpcode() call into if statement. NFCI. adds 693551d7677 [test] Remove randomness adds e5be660e257 [NFC][Utils] deleteDeadLoop(): add an assert that exit bloc [...] adds 7ad5d14f3a2 [NFC] Instruction: introduce replaceSuccessorWith() functio [...] adds e3b1d82b530 [NFC] PHINode: introduce replaceIncomingBlockWith() functio [...] adds 1a1b9221778 [NFC] BasicBlock: refactor changePhiUses() out of replacePh [...] adds 02569408efe [NFC] BasicBlock: generalize replaceSuccessorsPhiUsesWith() [...] adds aa9d2623a05 [analyzer][UninitializedObjectChecker] PR41741: Regard all [...] adds addc90e4e83 [TTI][X86] Make getAddressComputationCost cost value const. NFCI. adds 8c0ab999d35 [TargetLowering] getValueType - use dyn_cast directly to fi [...] adds 8462cc3c749 [X86] Pull out repeated Subtarget feature tests. NFCI. adds ee1431072e3 [clang-tidy] openmp-exception-escape check: point to the st [...] adds 741f52ca627 [libcxx] Don't use -fvisibility-global-new-delete-hidden wh [...] adds 6971a166d91 [libcxxabi] Don't use -fvisibility-global-new-delete-hidden [...] adds 9dd6537b3ac The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang buil [...] adds b9fb121a62d [c++20] Implement P1009R2: allow omitting the array bound i [...] new 96d2735045c Fix up after r360006. new f723490e761 [SelectionDAG] Replace llvm_unreachable at the end of getCo [...] new 9d4bb51f57e Fix test to avoid assuming clang will diagnose problems in [...] new 7d02ca48789 Use DiagRuntimeBehavior for -Wunsequenced to weed out false [...] new 2b45b267dab P1286R2: Remove restriction that the exception specificatio [...]
The 5 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-tidy/modernize/MakeSmartPtrCheck.cpp | 2 +- .../clang-tidy/openmp/ExceptionEscapeCheck.cpp | 2 +- .../clangd/unittests/DiagnosticsTests.cpp | 2 + .../test/clang-tidy/openmp-exception-escape.cpp | 14 ++-- clang/include/clang/AST/ExprCXX.h | 20 ++--- clang/include/clang/AST/Stmt.h | 2 +- clang/include/clang/ASTMatchers/ASTMatchers.h | 4 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 7 +- clang/include/clang/Sema/Sema.h | 21 +---- clang/lib/AST/ASTImporter.cpp | 11 ++- clang/lib/AST/ExprCXX.cpp | 27 ++++--- clang/lib/AST/StmtPrinter.cpp | 8 +- clang/lib/Analysis/CFG.cpp | 4 +- clang/lib/CodeGen/CGExprCXX.cpp | 6 +- clang/lib/Parse/ParseDecl.cpp | 3 + clang/lib/Parse/ParseExprCXX.cpp | 11 +-- clang/lib/Sema/Sema.cpp | 1 - clang/lib/Sema/SemaDeclCXX.cpp | 85 +++++---------------- clang/lib/Sema/SemaExprCXX.cpp | 73 +++++++++++------- clang/lib/Sema/TreeTransform.h | 21 +++-- .../lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 +- .../UninitializedObject/UninitializedObject.h | 3 +- clang/test/AST/ast-printer-lambda.cpp | 36 +++++++++ clang/test/Analysis/cxx-uninitialized-object.cpp | 41 ++++++++-- .../dcl.fct.def/dcl.fct.def.default/p2.cpp | 27 +++++-- clang/test/CXX/drs/dr17xx.cpp | 15 ++++ clang/test/CXX/except/except.spec/p14.cpp | 29 ++++--- clang/test/CodeGenCXX/new-array-init.cpp | 22 ++++++ clang/test/CodeGenObjC/illegal-UTF8.m | 2 +- clang/test/PCH/cxx-exprs.cpp | 6 ++ clang/test/Parser/editor-placeholder-recovery.cpp | 2 +- clang/test/SemaCXX/cxx0x-defaulted-functions.cpp | 23 +++++- clang/test/SemaCXX/member-init.cpp | 2 +- clang/test/SemaCXX/new-delete.cpp | 24 +++++- clang/test/SemaCXX/unknown-type-name.cpp | 4 +- clang/test/SemaTemplate/exception-spec-crash.cpp | 6 +- clang/tools/libclang/CIndex.cpp | 2 +- clang/www/cxx_dr_status.html | 16 ++-- clang/www/cxx_status.html | 4 +- clang/www/make_cxx_dr_status | 2 +- libcxx/src/CMakeLists.txt | 7 +- libcxxabi/src/CMakeLists.txt | 7 +- lldb/lit/Register/Inputs/x86-64-gp-read.cpp | 13 +--- lldb/lit/Register/Inputs/x86-64-gp-write.cpp | 26 ++----- lldb/lit/Register/Inputs/x86-gp-read.cpp | 13 +--- lldb/lit/Register/Inputs/x86-gp-write.cpp | 36 ++++----- lldb/lit/Register/x86-gp-write.test | 2 +- lldb/lit/Register/x86-ymm-write.test | 2 +- .../watchpoint/watchpoint_set_command/main.cpp | 11 +-- llvm/include/llvm/Analysis/ConstantFolding.h | 6 ++ llvm/include/llvm/CodeGen/TargetLowering.h | 19 +++-- llvm/include/llvm/IR/BasicBlock.h | 8 ++ llvm/include/llvm/IR/Instruction.h | 4 + llvm/include/llvm/IR/Instructions.h | 8 ++ llvm/include/llvm/MCA/HWEventListener.h | 1 + llvm/include/llvm/MCA/HardwareUnits/Scheduler.h | 14 +++- llvm/include/llvm/MCA/Stages/ExecuteStage.h | 1 + llvm/lib/Analysis/ConstantFolding.cpp | 11 ++- llvm/lib/AsmParser/LLParser.cpp | 58 ++++---------- llvm/lib/AsmParser/LLParser.h | 4 +- llvm/lib/CodeGen/CodeGenPrepare.cpp | 6 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +---- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- llvm/lib/IR/BasicBlock.cpp | 48 ++++++------ llvm/lib/IR/ConstantFold.cpp | 46 +++++++++++ llvm/lib/IR/ConstantFold.h | 1 + llvm/lib/IR/Constants.cpp | 42 +++------- llvm/lib/IR/Instruction.cpp | 7 ++ llvm/lib/MCA/HardwareUnits/Scheduler.cpp | 11 ++- llvm/lib/MCA/Stages/ExecuteStage.cpp | 32 ++++++-- llvm/lib/Target/X86/X86FastISel.cpp | 23 +++--- llvm/lib/Target/X86/X86ISelLowering.cpp | 89 +++++++++++----------- llvm/lib/Target/X86/X86RegisterInfo.h | 2 +- llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- .../Transforms/InstCombine/InstCombineCompares.cpp | 3 +- .../Scalar/InductiveRangeCheckElimination.cpp | 20 +---- llvm/lib/Transforms/Scalar/LoopInterchange.cpp | 27 ++----- llvm/lib/Transforms/Utils/LoopSimplify.cpp | 4 +- llvm/lib/Transforms/Utils/LoopUtils.cpp | 10 ++- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 17 +++-- llvm/test/Analysis/ConstantFolding/fneg.ll | 53 +++++++++++++ llvm/test/Transforms/InstCombine/fneg.ll | 53 +------------ llvm/test/Transforms/InstCombine/fsub.ll | 6 +- llvm/test/Transforms/InstCombine/inselt-binop.ll | 2 +- llvm/test/Transforms/Reassociate/crash2.ll | 2 +- llvm/unittests/IR/ConstantsTest.cpp | 2 +- llvm/utils/gn/secondary/libcxx/src/BUILD.gn | 11 ++- llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn | 4 +- 88 files changed, 776 insertions(+), 612 deletions(-) create mode 100644 clang/test/AST/ast-printer-lambda.cpp create mode 100644 llvm/test/Analysis/ConstantFolding/fneg.ll