This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/ci/llvm-monorepo.
discards 81d786aa4a9a [OpenCL] Disallow negative attribute arguments omits f16f0ba5bcd7 [clangd] Fix data race in async fuzzyFind tests. omits 91307741e05a [LoopInterchange] Cleanup unused variables. omits 8f7da8bf5ebf Fix argument type in MachineInstr::hasPropertyInBundle omits f6bc791a8942 Reland [ClangUserExpression][NFC] Removed unused code omits fd164654a54d [clangd] Set SymbolID for sema macros so that they can be [...] omits c4e9030e2398 [LoopInterchange] Move preheader creation to transform sta [...] omits 27f37270c958 Revert "[ClangUserExpression][NFC] Removed unused code" omits 78d186708046 [NFC] Simplify inner structure of InstructionPrecedenceTracking omits 582b514c7ae3 [MSan] store origins for variadic function parameters in _ [...] omits 6b1af23839ba [SLC] Add an alignment to CreateGlobalString omits 9041efcf2ce8 Return "[NFC] Add severe validation of InstructionPreceden [...] omits 967d5be9f8d8 [MSan] Make sure variadic function arguments do not overfl [...] omits 3966db2829d0 [DebugInfo] Generate debug information for labels. (Fix PR37395) omits db3bdd5e8e6a [XRay] Add a BlockIndexer visitor for FDR Records. omits c27537636a9f Revert "[IndVars] Turn isValidRewrite into an assertion" b [...] omits f15e4bf66068 [IndVars] Turn isValidRewrite into an assertion omits efc8d8c9399e Revert rL341509 to fix massive failures on buildbots omits 4010124fcd4d [libfuzzer] Temporarily disable unittests failing on Windows. omits c1866090310a [DebugInfo] Do not generate label debug info if it has bee [...] omits faf7dcac92bd [X86][Assembler] Allow %eip as a register in 32-bit mode f [...] omits dce75e9e81a9 Re-instate a bit of code that was commented out in r188246 [...] omits 2edcefc86525 [llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/ [...]
This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/ci/llvm-kernel-aarch64-tested (d0995af8f335) \ O -- O -- O (81d786aa4a9a)
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/AST.cpp | 11 -- clang-tools-extra/clangd/AST.h | 11 -- clang-tools-extra/clangd/CodeComplete.cpp | 8 +- clang-tools-extra/clangd/index/SymbolCollector.cpp | 16 ++- .../unittests/clangd/CodeCompleteTests.cpp | 15 --- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 - clang/lib/CodeGen/CGDebugInfo.cpp | 26 ---- clang/lib/CodeGen/CGDebugInfo.h | 3 - clang/lib/CodeGen/CGStmt.cpp | 10 -- clang/lib/Sema/SemaDeclAttr.cpp | 14 +-- clang/test/CodeGen/debug-label-inline.c | 28 ----- clang/test/CodeGen/debug-label.c | 16 --- clang/test/SemaOpenCL/invalid-kernel-attrs.cl | 7 -- compiler-rt/lib/msan/msan.cc | 6 - compiler-rt/test/fuzzer/minimize_crash.test | 1 - compiler-rt/test/fuzzer/minimize_two_crashes.test | 2 +- compiler-rt/test/fuzzer/null-deref-on-empty.test | 1 - compiler-rt/test/fuzzer/null-deref.test | 1 - compiler-rt/test/msan/vararg.cc | 55 -------- .../ExpressionParser/Clang/ClangUserExpression.cpp | 2 - .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 24 ++-- .../tools/debugserver/source/MacOSX/MachProcess.mm | 4 +- .../llvm/Analysis/InstructionPrecedenceTracking.h | 18 +-- llvm/include/llvm/CodeGen/MachineInstr.h | 4 +- llvm/include/llvm/XRay/BlockIndexer.h | 69 ----------- .../lib/Analysis/InstructionPrecedenceTracking.cpp | 63 ++-------- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 10 +- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +- .../AsmPrinter/DbgEntityHistoryCalculator.cpp | 25 ++-- .../AsmPrinter/DbgEntityHistoryCalculator.h | 17 +-- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 +- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 67 +++++----- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +- llvm/lib/CodeGen/MachineInstr.cpp | 2 +- llvm/lib/IR/IRBuilder.cpp | 1 - llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | 4 +- .../Transforms/Instrumentation/MemorySanitizer.cpp | 138 ++++----------------- llvm/lib/Transforms/Scalar/LoopInterchange.cpp | 53 +++++--- llvm/lib/XRay/BlockIndexer.cpp | 97 --------------- llvm/lib/XRay/CMakeLists.txt | 1 - llvm/test/CodeGen/X86/eip-addressing-i386.ll | 4 +- llvm/test/DebugInfo/Generic/debug-label.ll | 4 +- .../MemorySanitizer/AArch64/vararg.ll | 27 ---- .../MemorySanitizer/Mips/vararg-mips64.ll | 27 ---- .../MemorySanitizer/Mips/vararg-mips64el.ll | 27 ---- .../MemorySanitizer/PowerPC/vararg-ppc64.ll | 28 ----- .../MemorySanitizer/PowerPC/vararg-ppc64le.ll | 27 ---- .../MemorySanitizer/X86/vararg-too-large.ll | 33 ----- .../MemorySanitizer/X86/vararg_call.ll | 110 ---------------- llvm/test/MC/X86/pr38826.s | 24 ---- llvm/test/MC/X86/x86_errors.s | 4 +- llvm/test/Transforms/InstCombine/printf-1.ll | 2 +- llvm/test/tools/llvm-dwp/X86/merge.test | 6 +- llvm/test/tools/llvm-dwp/X86/simple.test | 15 +-- llvm/tools/llvm-dwp/llvm-dwp.cpp | 10 +- llvm/unittests/XRay/CMakeLists.txt | 1 - llvm/unittests/XRay/FDRBlockIndexerTest.cpp | 83 ------------- 57 files changed, 190 insertions(+), 1087 deletions(-) delete mode 100644 clang/test/CodeGen/debug-label-inline.c delete mode 100644 clang/test/CodeGen/debug-label.c delete mode 100644 compiler-rt/test/msan/vararg.cc delete mode 100644 llvm/include/llvm/XRay/BlockIndexer.h delete mode 100644 llvm/lib/XRay/BlockIndexer.cpp delete mode 100644 llvm/test/Instrumentation/MemorySanitizer/X86/vararg-too-large.ll delete mode 100644 llvm/test/Instrumentation/MemorySanitizer/X86/vararg_call.ll delete mode 100644 llvm/test/MC/X86/pr38826.s delete mode 100644 llvm/unittests/XRay/FDRBlockIndexerTest.cpp