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-next-allnoconfig in repository toolchain/ci/llvm-project.
from 55dc751ef7a [NFC] Add parentheses to avoid -Wparentheses. adds 5ab41a7a055 [CodeGenPrepare] limit overflow intrinsic matching to a sin [...] adds 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. new cbcd9b1b922 [X86] Fix some cppcheck "Local variable name shadows outer [...] new dca69eb29c8 [lldb] [lit] Fix more filename mismatches in Register tests new 60211cb8728 [lldb] [lit] Simplify general-purpose register tests new ee0571734f5 [C++] Interpret unknown identifier in parameter clause as u [...] new 5125a02a032 [clang] fixing -ast-print for variadic parameter pack in la [...]
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/lib/AST/StmtPrinter.cpp | 3 + clang/lib/Parse/ParseDecl.cpp | 3 + clang/test/AST/ast-printer-lambda.cpp | 36 +++++++++ clang/test/Parser/editor-placeholder-recovery.cpp | 2 +- clang/test/SemaCXX/unknown-type-name.cpp | 4 +- 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 +- llvm/lib/CodeGen/CodeGenPrepare.cpp | 49 ++++++------ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +---- llvm/lib/Target/X86/X86ISelLowering.cpp | 86 +++++++++++----------- .../Transforms/InstCombine/InstCombineCompares.cpp | 3 +- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 ++- llvm/test/CodeGen/X86/cgp-usubo.ll | 15 ++-- .../CodeGenPrepare/X86/optimizeSelect-DT.ll | 9 +-- .../CodeGenPrepare/X86/overflow-intrinsics.ll | 40 +++++++--- llvm/test/Transforms/InstCombine/fneg.ll | 46 ++++++++++++ 20 files changed, 239 insertions(+), 178 deletions(-) create mode 100644 clang/test/AST/ast-printer-lambda.cpp