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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 0d809aa2184 [dsymutil] Collect parseable Swift interfaces in the .dSYM bundle. adds 389d5a3474e [AMDGPU] Fix an issue in `op_sel_hi` skipping. adds a6314ea6c25 Rename C++ TestGlobalVariables.py to have a distinct name f [...] adds 16df7e086b6 Relax test to check for a valid number instead of a specifi [...] adds e495ec23fe4 Try to work around compile errors with older versions of GCC. adds d44a7be17b6 [Docs] Move API docs to the front page adds a38b8c8abce Fix a bug in my change to ModulesDidLoad in r357955. In the [...] adds bf8aacb7151 [SelectionDAG] move splat util functions up from x86 lowering adds 68602ab2f35 DebugInfo: Emit only one kind of accelerated access/name table
No new revisions were added by this update.
Summary of changes: lldb/docs/index.rst | 7 +++ lldb/docs/resources/external.rst | 6 --- ...lobalVariables.py => TestCPPGlobalVariables.py} | 0 lldb/source/Target/Target.cpp | 8 ++- llvm/include/llvm/CodeGen/SelectionDAG.h | 7 +++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 4 ++ llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp | 4 +- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 4 +- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 ++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 52 ++++++++++++++++++++ llvm/lib/Target/AMDGPU/SIFoldOperands.cpp | 23 ++++++--- llvm/lib/Target/X86/X86ISelLowering.cpp | 57 +--------------------- .../GlobalISel/legalizer-info-validation.mir | 2 +- llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll | 7 +++ llvm/test/CodeGen/X86/vector-rotate-256.ll | 10 ++-- llvm/test/CodeGen/X86/vector-rotate-512.ll | 16 +++--- llvm/test/CodeGen/X86/vector-shift-ashr-256.ll | 16 +++--- llvm/test/CodeGen/X86/vector-shift-lshr-256.ll | 16 +++--- llvm/test/CodeGen/X86/vector-shift-shl-256.ll | 16 +++--- llvm/test/DebugInfo/X86/accel-tables.ll | 14 +++++- .../X86/{accel-tables.ll => gnu-names.ll} | 20 +++++--- llvm/tools/dsymutil/dsymutil.cpp | 16 +++--- 22 files changed, 177 insertions(+), 131 deletions(-) rename lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/{TestGlobalVa [...] copy llvm/test/DebugInfo/X86/{accel-tables.ll => gnu-names.ll} (87%)