[all-commits] [llvm/llvm-project] 134829: baseline

John Lluch Zorrilla via All-commits all-commits at lists.llvm.org
Fri Nov 8 01:30:25 PST 2019


  Branch: refs/heads/masterpatch2_5
  Home:   https://github.com/llvm/llvm-project
  Commit: 134829441250e27a8c41b01cdb562f27842947bc
      https://github.com/llvm/llvm-project/commit/134829441250e27a8c41b01cdb562f27842947bc
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    A llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  baseline


  Commit: 658a880daf2ab0fb3b7960aa53f4ee6fc34b1263
      https://github.com/llvm/llvm-project/commit/658a880daf2ab0fb3b7960aa53f4ee6fc34b1263
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  baseline


  Commit: f7b277356ae38e4c4cc6e4b24d545535ec3aa9a6
      https://github.com/llvm/llvm-project/commit/f7b277356ae38e4c4cc6e4b24d545535ec3aa9a6
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.h
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  baseline0


  Commit: f6633a063c43c9afad32b304e2face935583a307
      https://github.com/llvm/llvm-project/commit/f6633a063c43c9afad32b304e2face935583a307
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  more


  Commit: 017503a32b590ac2a93d5f8b308fac2d1996ff5f
      https://github.com/llvm/llvm-project/commit/017503a32b590ac2a93d5f8b308fac2d1996ff5f
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  more


  Commit: 8c6f2f7b8fb2599f11a6ee526b6fd0338b4c0828
      https://github.com/llvm/llvm-project/commit/8c6f2f7b8fb2599f11a6ee526b6fd0338b4c0828
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  more


  Commit: cf081ac53a8840f777c516fb6d680c7a4cc8e5f9
      https://github.com/llvm/llvm-project/commit/cf081ac53a8840f777c516fb6d680c7a4cc8e5f9
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-19 (Sat, 19 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  test


  Commit: a495957d78b62ef500c0ca7a3e6fd9b6c354cd29
      https://github.com/llvm/llvm-project/commit/a495957d78b62ef500c0ca7a3e6fd9b6c354cd29
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/FileDistance.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Index.h
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/MemIndex.h
    M clang-tools-extra/clangd/index/Relation.cpp
    M clang-tools-extra/clangd/index/Relation.h
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/Serialization.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang/docs/OpenCLSupport.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/index.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/OperatorKinds.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/test/AST/sourceranges.cpp
    M clang/test/Analysis/cast-value-logic.cpp
    M clang/test/Analysis/cast-value-notes.cpp
    M clang/test/Analysis/cast-value-state-dump.cpp
    M clang/test/Analysis/cfg-openmp.cpp
    M clang/test/Analysis/ctu-different-triples.cpp
    M clang/test/Analysis/ctu-main.cpp
    M clang/test/Analysis/ctu-unknown-parts-in-triples.cpp
    M clang/test/Analysis/deadstores-driverkit.cpp
    M clang/test/Analysis/diagnostics/dtors.cpp
    M clang/test/Analysis/domtest.cpp
    M clang/test/Analysis/dump_egraph.c
    M clang/test/Analysis/dump_egraph.cpp
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/exploded-graph-rewriter/checker_messages.dot
    M clang/test/Analysis/exploded-graph-rewriter/checker_messages_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/constraints.dot
    M clang/test/Analysis/exploded-graph-rewriter/constraints_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/edge.dot
    M clang/test/Analysis/exploded-graph-rewriter/environment.dot
    M clang/test/Analysis/exploded-graph-rewriter/environment_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/escapes.c
    M clang/test/Analysis/exploded-graph-rewriter/initializers_under_construction.cpp
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/test/Analysis/exploded-graph-rewriter/program_points.dot
    M clang/test/Analysis/exploded-graph-rewriter/store.dot
    M clang/test/Analysis/exploded-graph-rewriter/store_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/topology.dot
    M clang/test/Analysis/exploded-graph-rewriter/trimmers.dot
    M clang/test/Analysis/expr-inspection.c
    M clang/test/Analysis/initialization.cpp
    M clang/test/Analysis/inlining/placement-new-fp-suppression.cpp
    M clang/test/Analysis/inner-pointer.cpp
    M clang/test/Analysis/malloc.mm
    M clang/test/Analysis/mig.mm
    M clang/test/Analysis/new-ctor-null-throw.cpp
    M clang/test/Analysis/new-ctor-null.cpp
    M clang/test/Analysis/novoidtypecrash.c
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/osobjectcstylecastchecker_test.cpp
    M clang/test/Analysis/plist-macros-with-expansion.cpp
    M clang/test/Analysis/ptr-iter.cpp
    M clang/test/Analysis/ptr-sort.cpp
    M clang/test/Analysis/rvo.cpp
    M clang/test/Analysis/sizeofpack.cpp
    M clang/test/Analysis/stack-frame-context-revision.cpp
    M clang/test/Analysis/temporaries.mm
    M clang/test/Analysis/test-separate-retaincount.cpp
    M clang/test/Analysis/track-control-dependency-conditions.cpp
    A clang/test/Analysis/track-control-dependency-conditions.m
    M clang/test/Analysis/unions.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p8-2a.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p9-2a.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/p7.cpp
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    A clang/test/CodeGenCUDA/unnamed-types.cu
    M clang/test/CodeGenCXX/cxx11-extern-constexpr.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    A clang/test/CodeGenCXX/implicit-function-conversion.cpp
    A clang/test/CodeGenCXX/mangle-cxx2a.cpp
    M clang/test/CodeGenOpenCLCXX/addrspace-derived-base.cl
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/lto-unit.c
    M clang/test/Driver/wasm-toolchain.c
    A clang/test/OpenMP/master_taskloop_simd_aligned_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
    A clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_final_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_grainsize_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_lastprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_loop_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_misc_messages.c
    A clang/test/OpenMP/master_taskloop_simd_num_tasks_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_priority_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_private_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
    M clang/test/PCH/cxx2a-compare.cpp
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/warn-bitwise-compare.c
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    A clang/test/SemaCXX/warn-bitwise-compare.cpp
    M clang/test/SemaObjC/class-method-self.m
    M clang/test/SemaObjC/comptypes-1.m
    M clang/test/SemaObjC/comptypes-7.m
    A clang/test/SemaObjCXX/class-method-self.mm
    A clang/test/SemaObjCXX/comptypes-1.mm
    A clang/test/SemaObjCXX/comptypes-7.mm
    M clang/test/SemaObjCXX/instancetype.mm
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/analyzer/exploded-graph-rewriter.py
    M clang/www/cxx_status.html
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.h
    M compiler-rt/lib/hwasan/hwasan_exceptions.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/scudo/standalone/linux.h
    M compiler-rt/test/asan/TestCases/Windows/demangled_names.cpp
    M compiler-rt/test/asan/TestCases/invalid-pointer-pairs.cpp
    M compiler-rt/test/builtins/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/absvdi2_test.c
    M compiler-rt/test/builtins/Unit/absvsi2_test.c
    M compiler-rt/test/builtins/Unit/absvti2_test.c
    M compiler-rt/test/builtins/Unit/adddf3vfp_test.c
    M compiler-rt/test/builtins/Unit/addsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/addvdi3_test.c
    M compiler-rt/test/builtins/Unit/addvsi3_test.c
    M compiler-rt/test/builtins/Unit/addvti3_test.c
    M compiler-rt/test/builtins/Unit/ashldi3_test.c
    M compiler-rt/test/builtins/Unit/ashlti3_test.c
    M compiler-rt/test/builtins/Unit/ashrdi3_test.c
    M compiler-rt/test/builtins/Unit/ashrti3_test.c
    M compiler-rt/test/builtins/Unit/bswapdi2_test.c
    M compiler-rt/test/builtins/Unit/bswapsi2_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/clzdi2_test.c
    M compiler-rt/test/builtins/Unit/clzsi2_test.c
    M compiler-rt/test/builtins/Unit/clzti2_test.c
    M compiler-rt/test/builtins/Unit/cmpdi2_test.c
    M compiler-rt/test/builtins/Unit/cmpti2_test.c
    M compiler-rt/test/builtins/Unit/comparedf2_test.c
    M compiler-rt/test/builtins/Unit/comparesf2_test.c
    M compiler-rt/test/builtins/Unit/cpu_model_test.c
    M compiler-rt/test/builtins/Unit/ctzdi2_test.c
    M compiler-rt/test/builtins/Unit/ctzsi2_test.c
    M compiler-rt/test/builtins/Unit/ctzti2_test.c
    M compiler-rt/test/builtins/Unit/divdc3_test.c
    M compiler-rt/test/builtins/Unit/divdf3_test.c
    M compiler-rt/test/builtins/Unit/divdf3vfp_test.c
    M compiler-rt/test/builtins/Unit/divdi3_test.c
    M compiler-rt/test/builtins/Unit/divmodsi4_test.c
    M compiler-rt/test/builtins/Unit/divsc3_test.c
    M compiler-rt/test/builtins/Unit/divsf3_test.c
    M compiler-rt/test/builtins/Unit/divsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/divsi3_test.c
    M compiler-rt/test/builtins/Unit/divtc3_test.c
    M compiler-rt/test/builtins/Unit/divtf3_test.c
    M compiler-rt/test/builtins/Unit/divti3_test.c
    M compiler-rt/test/builtins/Unit/divxc3_test.c
    M compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
    M compiler-rt/test/builtins/Unit/eqdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/eqsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/eqtf2_test.c
    R compiler-rt/test/builtins/Unit/extebdsfdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/extenddftf2_test.c
    M compiler-rt/test/builtins/Unit/extendhfsf2_test.c
    A compiler-rt/test/builtins/Unit/extendsfdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/extendsftf2_test.c
    M compiler-rt/test/builtins/Unit/ffsdi2_test.c
    M compiler-rt/test/builtins/Unit/ffssi2_test.c
    M compiler-rt/test/builtins/Unit/ffsti2_test.c
    M compiler-rt/test/builtins/Unit/fixdfdi_test.c
    M compiler-rt/test/builtins/Unit/fixdfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixdfti_test.c
    M compiler-rt/test/builtins/Unit/fixsfdi_test.c
    M compiler-rt/test/builtins/Unit/fixsfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixsfti_test.c
    M compiler-rt/test/builtins/Unit/fixtfdi_test.c
    M compiler-rt/test/builtins/Unit/fixtfsi_test.c
    M compiler-rt/test/builtins/Unit/fixtfti_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfti_test.c
    M compiler-rt/test/builtins/Unit/fixunssfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunssfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunssfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixunssfti_test.c
    M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunstfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunstfti_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfti_test.c
    M compiler-rt/test/builtins/Unit/fixxfdi_test.c
    M compiler-rt/test/builtins/Unit/fixxfti_test.c
    M compiler-rt/test/builtins/Unit/floatdidf_test.c
    M compiler-rt/test/builtins/Unit/floatdisf_test.c
    M compiler-rt/test/builtins/Unit/floatditf_test.c
    M compiler-rt/test/builtins/Unit/floatdixf_test.c
    M compiler-rt/test/builtins/Unit/floatsidfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatsisfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatsitf_test.c
    M compiler-rt/test/builtins/Unit/floattidf_test.c
    M compiler-rt/test/builtins/Unit/floattisf_test.c
    M compiler-rt/test/builtins/Unit/floattitf_test.c
    M compiler-rt/test/builtins/Unit/floattixf_test.c
    M compiler-rt/test/builtins/Unit/floatundidf_test.c
    M compiler-rt/test/builtins/Unit/floatundisf_test.c
    M compiler-rt/test/builtins/Unit/floatunditf_test.c
    M compiler-rt/test/builtins/Unit/floatundixf_test.c
    M compiler-rt/test/builtins/Unit/floatunsitf_test.c
    M compiler-rt/test/builtins/Unit/floatunssidfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatunssisfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatuntidf_test.c
    M compiler-rt/test/builtins/Unit/floatuntisf_test.c
    M compiler-rt/test/builtins/Unit/floatuntitf_test.c
    M compiler-rt/test/builtins/Unit/floatuntixf_test.c
    M compiler-rt/test/builtins/Unit/gedf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/getf2_test.c
    M compiler-rt/test/builtins/Unit/gtdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gtsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gttf2_test.c
    M compiler-rt/test/builtins/Unit/ledf2vfp_test.c
    M compiler-rt/test/builtins/Unit/lesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/letf2_test.c
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/builtins/Unit/lit.site.cfg.py.in
    M compiler-rt/test/builtins/Unit/lshrdi3_test.c
    M compiler-rt/test/builtins/Unit/lshrti3_test.c
    M compiler-rt/test/builtins/Unit/ltdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/ltsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/lttf2_test.c
    M compiler-rt/test/builtins/Unit/moddi3_test.c
    M compiler-rt/test/builtins/Unit/modsi3_test.c
    M compiler-rt/test/builtins/Unit/modti3_test.c
    M compiler-rt/test/builtins/Unit/muldc3_test.c
    M compiler-rt/test/builtins/Unit/muldf3vfp_test.c
    M compiler-rt/test/builtins/Unit/muldi3_test.c
    M compiler-rt/test/builtins/Unit/mulodi4_test.c
    M compiler-rt/test/builtins/Unit/mulosi4_test.c
    M compiler-rt/test/builtins/Unit/muloti4_test.c
    M compiler-rt/test/builtins/Unit/mulsc3_test.c
    M compiler-rt/test/builtins/Unit/mulsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/multc3_test.c
    M compiler-rt/test/builtins/Unit/multf3_test.c
    M compiler-rt/test/builtins/Unit/multi3_test.c
    M compiler-rt/test/builtins/Unit/mulvdi3_test.c
    M compiler-rt/test/builtins/Unit/mulvsi3_test.c
    M compiler-rt/test/builtins/Unit/mulvti3_test.c
    M compiler-rt/test/builtins/Unit/mulxc3_test.c
    M compiler-rt/test/builtins/Unit/nedf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negdi2_test.c
    M compiler-rt/test/builtins/Unit/negsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negti2_test.c
    M compiler-rt/test/builtins/Unit/negvdi2_test.c
    M compiler-rt/test/builtins/Unit/negvsi2_test.c
    M compiler-rt/test/builtins/Unit/negvti2_test.c
    M compiler-rt/test/builtins/Unit/nesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/netf2_test.c
    M compiler-rt/test/builtins/Unit/paritydi2_test.c
    M compiler-rt/test/builtins/Unit/paritysi2_test.c
    M compiler-rt/test/builtins/Unit/parityti2_test.c
    M compiler-rt/test/builtins/Unit/popcountdi2_test.c
    M compiler-rt/test/builtins/Unit/popcountsi2_test.c
    M compiler-rt/test/builtins/Unit/popcountti2_test.c
    M compiler-rt/test/builtins/Unit/powidf2_test.c
    M compiler-rt/test/builtins/Unit/powisf2_test.c
    M compiler-rt/test/builtins/Unit/powitf2_test.c
    M compiler-rt/test/builtins/Unit/powixf2_test.c
    M compiler-rt/test/builtins/Unit/subdf3vfp_test.c
    M compiler-rt/test/builtins/Unit/subsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/builtins/Unit/subvdi3_test.c
    M compiler-rt/test/builtins/Unit/subvsi3_test.c
    M compiler-rt/test/builtins/Unit/subvti3_test.c
    M compiler-rt/test/builtins/Unit/trampoline_setup_test.c
    M compiler-rt/test/builtins/Unit/truncdfhf2_test.c
    M compiler-rt/test/builtins/Unit/truncdfsf2_test.c
    M compiler-rt/test/builtins/Unit/truncdfsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/truncsfhf2_test.c
    M compiler-rt/test/builtins/Unit/trunctfdf2_test.c
    M compiler-rt/test/builtins/Unit/trunctfsf2_test.c
    M compiler-rt/test/builtins/Unit/ucmpdi2_test.c
    M compiler-rt/test/builtins/Unit/ucmpti2_test.c
    M compiler-rt/test/builtins/Unit/udivdi3_test.c
    M compiler-rt/test/builtins/Unit/udivmoddi4_test.c
    M compiler-rt/test/builtins/Unit/udivmodsi4_test.c
    M compiler-rt/test/builtins/Unit/udivmodti4_test.c
    M compiler-rt/test/builtins/Unit/udivsi3_test.c
    M compiler-rt/test/builtins/Unit/udivti3_test.c
    M compiler-rt/test/builtins/Unit/umoddi3_test.c
    M compiler-rt/test/builtins/Unit/umodsi3_test.c
    M compiler-rt/test/builtins/Unit/umodti3_test.c
    M compiler-rt/test/builtins/Unit/unorddf2vfp_test.c
    M compiler-rt/test/builtins/Unit/unordsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/unordtf2_test.c
    R compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp
    A compiler-rt/test/profile/Inputs/instrprof-get-filename-dso.c
    A compiler-rt/test/profile/Posix/instrprof-get-filename-merge-mode.c
    R compiler-rt/test/profile/Posix/instrprof-set-filename-shared.test
    M libcxx/include/__config
    M libcxx/include/type_traits
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp
    M libcxxabi/test/unwind_06.pass.cpp
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/UnwindCursor.hpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/docs/ReleaseNotes.rst
    M lld/include/lld/Common/LLVM.h
    M lld/include/lld/Core/File.h
    M lld/lib/ReaderWriter/MachO/DebugInfo.h
    M lld/test/COFF/conflict-mangled.test
    M lld/test/COFF/conflict.test
    A lld/test/COFF/duplicate-cv.s
    A lld/test/COFF/duplicate-dwarf.s
    M lld/test/COFF/duplicate.test
    M lld/test/ELF/empty-ver.s
    M lld/test/ELF/empty-ver2.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/sht-group.test
    M lld/test/ELF/linkerscript/filename-spec.s
    M lld/test/ELF/linkerscript/version-script.s
    M lld/test/ELF/partition-synthetic-sections.s
    M lld/test/ELF/verdef-defaultver.s
    M lld/test/ELF/verdef-dependency.s
    M lld/test/ELF/verdef.s
    M lld/test/ELF/verneed-as-needed-weak.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/version-script-extern-undefined.s
    M lld/test/ELF/version-script-extern-wildcards.s
    M lld/test/ELF/version-script-extern.s
    M lld/test/ELF/version-script-extern2.s
    M lld/test/ELF/version-script-locals-extern.s
    M lld/test/ELF/version-script-symver2.s
    M lld/test/wasm/Inputs/globals.yaml
    M lld/test/wasm/Inputs/undefined-globals.yaml
    M lld/test/wasm/alias.ll
    M lld/test/wasm/call-indirect.ll
    M lld/test/wasm/event-section.ll
    M lld/test/wasm/function-imports-first.ll
    M lld/test/wasm/function-imports.ll
    M lld/test/wasm/function-index.test
    M lld/test/wasm/gc-sections.ll
    M lld/test/wasm/local-symbols.ll
    M lld/test/wasm/locals-duplicate.test
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/stack-pointer.ll
    M lld/test/wasm/undefined-weak-call.ll
    M lld/test/wasm/weak-alias-overide.ll
    M lld/test/wasm/weak-alias.ll
    M lld/test/wasm/weak-symbols.ll
    M lld/test/wasm/weak-undefined.ll
    M lld/tools/lld/lld.cpp
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/UUID.h
    M lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py
    A lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py
    M lldb/packages/Python/lldbsuite/test/commands/command/script/py_import
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/formatters.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64.yaml
    A lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_null_signal.yaml
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py
    M lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/scripts/Python/python-wrapper.swig
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Plugins/ABI/CMakeLists.txt
    A lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    A lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.h
    A lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/ArchSpec.cpp
    A lldb/test/Shell/.clang-format
    M lldb/test/Shell/Reproducer/TestWorkingDir.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ModuleCacheTest.cpp
    M llvm/cmake/modules/CrossCompile.cmake
    M llvm/docs/CMake.rst
    M llvm/docs/CommandGuide/llvm-ar.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/LangRef.rst
    M llvm/examples/LLJITExamples/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithJITLink/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithJITLink/LLJITWithJITLink.cpp
    M llvm/include/llvm/ADT/DenseMapInfo.h
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/include/llvm/BinaryFormat/Minidump.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/CodeGen/DFAPacketizer.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
    M llvm/include/llvm/CodeGen/MachineDominators.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineLoopInfo.h
    A llvm/include/llvm/CodeGen/MachineSizeOpts.h
    M llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/Object/Archive.h
    M llvm/include/llvm/Object/MachOUniversal.h
    M llvm/include/llvm/Object/Minidump.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/ObjectYAML/MinidumpYAML.h
    M llvm/include/llvm/ObjectYAML/WasmYAML.h
    M llvm/include/llvm/ProfileData/SampleProfReader.h
    M llvm/include/llvm/Support/Automaton.h
    M llvm/include/llvm/Support/Error.h
    M llvm/include/llvm/Support/GlobPattern.h
    M llvm/include/llvm/Support/Host.h
    M llvm/include/llvm/Support/SHA1.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/SwapByteOrder.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/DFAPacketizer.cpp
    M llvm/lib/CodeGen/ExecutionDomainFix.cpp
    M llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp
    M llvm/lib/CodeGen/LexicalScopes.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
    M llvm/lib/CodeGen/MachineDominators.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineLoopInfo.cpp
    A llvm/lib/CodeGen/MachineSizeOpts.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SwiftErrorValueTracking.cpp
    M llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/Object/MachOUniversal.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/MinidumpEmitter.cpp
    M llvm/lib/ObjectYAML/MinidumpYAML.cpp
    M llvm/lib/ObjectYAML/WasmEmitter.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Support/GlobPattern.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/Windows/WindowsSupport.h
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNILPSched.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
    M llvm/lib/Target/ARM/ARMBasicBlockInfo.h
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
    M llvm/lib/Target/BPF/BPFMIChecking.cpp
    M llvm/lib/Target/BPF/BPFMIPeephole.cpp
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    M llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
    M llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
    M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
    M llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h
    M llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
    M llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86TargetMachine.h
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Utils/SizeOpts.cpp
    M llvm/test/Analysis/CostModel/AMDGPU/extractelement.ll
    M llvm/test/Analysis/CostModel/AMDGPU/fabs.ll
    M llvm/test/Analysis/CostModel/AMDGPU/insertelement.ll
    M llvm/test/Analysis/ScalarEvolution/max-trip-count-address-space.ll
    M llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
    M llvm/test/Analysis/ScalarEvolution/sext-mul.ll
    A llvm/test/Analysis/ScalarEvolution/umin-umax-folds.ll
    A llvm/test/CodeGen/AArch64/arm64-never-combine-csr-local-stack-bump-for-size.ll
    M llvm/test/CodeGen/AArch64/sadd_sat.ll
    M llvm/test/CodeGen/AArch64/sadd_sat_plus.ll
    M llvm/test/CodeGen/AArch64/sadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/ssub_sat.ll
    M llvm/test/CodeGen/AArch64/ssub_sat_plus.ll
    M llvm/test/CodeGen/AArch64/ssub_sat_vec.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll
    A llvm/test/CodeGen/AArch64/sve-vector-splat.ll
    M llvm/test/CodeGen/AArch64/uadd_sat.ll
    M llvm/test/CodeGen/AArch64/uadd_sat_plus.ll
    M llvm/test/CodeGen/AArch64/uadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/usub_sat.ll
    M llvm/test/CodeGen/AArch64/usub_sat_plus.ll
    M llvm/test/CodeGen/AArch64/usub_sat_vec.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.class.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.class.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cos.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pk.i16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pk.u16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pknorm.i16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pknorm.u16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pkrtz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmed3.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmed3.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fract.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.ldexp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.ldexp.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.mbcnt.lo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rcp.legacy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rcp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rcp.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rsq.clamp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rsq.legacy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rsq.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.rsq.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.s.sendmsg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.sffbh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.sin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.sin.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgpu-ffbh-u32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ashr.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-bitreverse.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-brcond.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-build-vector.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-concat-vectors.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-copy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ctpop.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fptosi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-frame-index.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-gep.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-icmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-smrd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-lshr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-lshr.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-mul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptr-mask.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptrtoint.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-shl.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-smax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-smin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-smulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-uaddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-uitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-umax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-umin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-umulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-usubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.format.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.ll
    R llvm/test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr-spill-to-smem.ll
    M llvm/test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll
    M llvm/test/CodeGen/AMDGPU/basic-branch.ll
    M llvm/test/CodeGen/AMDGPU/buffer-intrinsics-mmo-offsets.ll
    A llvm/test/CodeGen/AMDGPU/call-constant.ll
    M llvm/test/CodeGen/AMDGPU/extract-subvector-equal-length.ll
    M llvm/test/CodeGen/AMDGPU/extract_subvector_vec4_vec3.ll
    M llvm/test/CodeGen/AMDGPU/inline-constraints.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.readfirstlane.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.readlane.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll
    A llvm/test/CodeGen/AMDGPU/mfma-loop.ll
    M llvm/test/CodeGen/AMDGPU/read_register.ll
    A llvm/test/CodeGen/AMDGPU/sched-handleMoveUp-subreg-def-across-subreg-def.mir
    M llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
    M llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/spill-m0.ll
    R llvm/test/CodeGen/AMDGPU/spill-to-smem-m0.ll
    M llvm/test/CodeGen/AMDGPU/spill-wide-sgpr.ll
    M llvm/test/CodeGen/AMDGPU/unsupported-calls.ll
    M llvm/test/CodeGen/ARM/sadd_sat.ll
    M llvm/test/CodeGen/ARM/sadd_sat_plus.ll
    M llvm/test/CodeGen/ARM/ssub_sat.ll
    M llvm/test/CodeGen/ARM/ssub_sat_plus.ll
    M llvm/test/CodeGen/ARM/uadd_sat.ll
    M llvm/test/CodeGen/ARM/uadd_sat_plus.ll
    M llvm/test/CodeGen/ARM/usub_sat.ll
    M llvm/test/CodeGen/ARM/usub_sat_plus.ll
    R llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
    M llvm/test/CodeGen/PowerPC/lower-globaladdr32-aix-asm.ll
    A llvm/test/CodeGen/PowerPC/lower-globaladdr64-aix-asm.ll
    A llvm/test/CodeGen/PowerPC/popcnt-zext.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-ldst.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-store.ll
    M llvm/test/CodeGen/WebAssembly/multivalue.ll
    M llvm/test/CodeGen/WebAssembly/tailcall.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/avx512-mask-op.ll
    M llvm/test/CodeGen/X86/bitcast-and-setcc-128.ll
    M llvm/test/CodeGen/X86/bitcast-setcc-128.ll
    M llvm/test/CodeGen/X86/haddsub-3.ll
    M llvm/test/CodeGen/X86/haddsub-broadcast.ll
    M llvm/test/CodeGen/X86/memcmp.ll
    M llvm/test/CodeGen/X86/sadd_sat.ll
    M llvm/test/CodeGen/X86/sadd_sat_plus.ll
    M llvm/test/CodeGen/X86/scalar-int-to-fp.ll
    M llvm/test/CodeGen/X86/setcc.ll
    M llvm/test/CodeGen/X86/ssub_sat.ll
    M llvm/test/CodeGen/X86/ssub_sat_plus.ll
    A llvm/test/CodeGen/X86/taildup-heapallocsite.ll
    M llvm/test/CodeGen/X86/uadd_sat.ll
    M llvm/test/CodeGen/X86/uadd_sat_plus.ll
    M llvm/test/CodeGen/X86/usub_sat.ll
    M llvm/test/CodeGen/X86/usub_sat_plus.ll
    M llvm/test/CodeGen/X86/vec_int_to_fp.ll
    M llvm/test/CodeGen/X86/vector-reduce-mul.ll
    M llvm/test/CodeGen/X86/vector-sext.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
    M llvm/test/CodeGen/X86/widen_conv-3.ll
    A llvm/test/MC/AArch64/armv8.4a-pmu.s
    M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
    M llvm/test/MC/AMDGPU/vop_sdwa.s
    M llvm/test/MC/AMDGPU/wave32.s
    M llvm/test/MC/AsmParser/directive_seh.s
    A llvm/test/MC/Disassembler/AArch64/armv8.4a-pmu.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_dpp16.txt
    M llvm/test/MC/Disassembler/AMDGPU/wave32.txt
    M llvm/test/MC/WebAssembly/assembler-binary.ll
    M llvm/test/MC/WebAssembly/comdat.ll
    M llvm/test/MC/WebAssembly/data-section.s
    M llvm/test/MC/WebAssembly/event-section.ll
    M llvm/test/MC/WebAssembly/external-func-address.ll
    M llvm/test/MC/WebAssembly/libcall.ll
    M llvm/test/MC/WebAssembly/reloc-pic.s
    M llvm/test/MC/WebAssembly/type-index.s
    M llvm/test/MC/WebAssembly/types.ll
    M llvm/test/MC/WebAssembly/weak-alias.ll
    M llvm/test/Object/archive-thin-create.test
    M llvm/test/Object/archive-toc.test
    M llvm/test/Object/invalid.test
    M llvm/test/Object/objdump-sectionheaders.test
    M llvm/test/Object/wasm-duplicate-name.test
    M llvm/test/Object/wasm-relocs-and-producers.yaml
    M llvm/test/ObjectYAML/wasm/code_section.yaml
    M llvm/test/ObjectYAML/wasm/event_section.yaml
    M llvm/test/ObjectYAML/wasm/export_section.yaml
    M llvm/test/ObjectYAML/wasm/function_section.yaml
    M llvm/test/ObjectYAML/wasm/import_memory_shared.yaml
    M llvm/test/ObjectYAML/wasm/import_section.yaml
    M llvm/test/ObjectYAML/wasm/invalid_section_order.yaml
    M llvm/test/ObjectYAML/wasm/linking_section.yaml
    M llvm/test/ObjectYAML/wasm/name_section.yaml
    M llvm/test/ObjectYAML/wasm/start_section.yaml
    M llvm/test/ObjectYAML/wasm/type_section.yaml
    M llvm/test/ObjectYAML/wasm/weak_symbols.yaml
    A llvm/test/ThinLTO/X86/devirt_promote_legacy.ll
    A llvm/test/Transforms/CorrelatedValuePropagation/mul.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/overflows.ll
    A llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-a.ll
    A llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-b.ll
    A llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-c.ll
    A llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-d.ll
    A llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-e.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-a.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-b.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-c.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-d.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-e.ll
    A llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-f.ll
    A llvm/test/Transforms/InstCombine/shufflevector-div-rem.ll
    M llvm/test/Transforms/LoopIdiom/bcmp-negative-tests.ll
    M llvm/test/Transforms/SampleProfile/remap.ll
    M llvm/test/tools/llvm-nm/wasm/exports.yaml
    M llvm/test/tools/llvm-nm/wasm/imports.yaml
    M llvm/test/tools/llvm-nm/wasm/weak-symbols.yaml
    M llvm/test/tools/llvm-objcopy/ELF/add-section-remove.test
    M llvm/test/tools/llvm-objcopy/ELF/add-section.test
    A llvm/test/tools/llvm-objcopy/ELF/add-symbol-no-symtab.test
    M llvm/test/tools/llvm-objcopy/ELF/add-symbol.test
    M llvm/test/tools/llvm-objcopy/ELF/basic-only-section.test
    M llvm/test/tools/llvm-objcopy/ELF/explicit-keep-remove.test
    M llvm/test/tools/llvm-objcopy/ELF/explicit-only-section-remove.test
    M llvm/test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
    M llvm/test/tools/llvm-objcopy/ELF/keep-only-section.test
    M llvm/test/tools/llvm-objcopy/ELF/no-strip-all.test
    M llvm/test/tools/llvm-objcopy/ELF/no-symbol-relocation.test
    M llvm/test/tools/llvm-objcopy/ELF/null-symbol.test
    M llvm/test/tools/llvm-objcopy/ELF/only-section-many.test
    M llvm/test/tools/llvm-objcopy/ELF/preserve-segment-contents-ehdr-phdrs.test
    M llvm/test/tools/llvm-objcopy/ELF/remove-section.test
    M llvm/test/tools/llvm-objcopy/ELF/rename-section-multiple.test
    M llvm/test/tools/llvm-objcopy/ELF/rename-section.test
    M llvm/test/tools/llvm-objcopy/ELF/segment-shift-section-remove.test
    M llvm/test/tools/llvm-objcopy/ELF/segment-test-remove-section.test
    M llvm/test/tools/llvm-objcopy/ELF/shstrtab-optimize.test
    M llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-remove-debug-keep-link.test
    M llvm/test/tools/llvm-objcopy/ELF/symtab-error-on-remove-strtab.test
    M llvm/test/tools/llvm-objcopy/ELF/symtab-link.test
    A llvm/test/tools/llvm-objcopy/ELF/wildcard-flags.test
    A llvm/test/tools/llvm-objcopy/ELF/wildcard-syntax.test
    M llvm/test/tools/llvm-objdump/full-contents.test
    M llvm/test/tools/llvm-objdump/relocations-elf.test
    M llvm/test/tools/llvm-objdump/xcoff-section-headers.test
    M llvm/test/tools/llvm-readobj/check-output-order.test
    M llvm/test/tools/llvm-readobj/elf-dynamic-malformed.test
    M llvm/test/tools/llvm-readobj/elf-file-headers.test
    M llvm/test/tools/llvm-readobj/elf-hidden-versym.test
    M llvm/test/tools/llvm-readobj/elf-invalid-shstrndx.test
    M llvm/test/tools/llvm-readobj/elf-invalid-versioning.test
    M llvm/test/tools/llvm-readobj/elf-no-phdrs.test
    M llvm/test/tools/llvm-readobj/elf-no-relocs.test
    M llvm/test/tools/llvm-readobj/elf-relr-relocs.test
    M llvm/test/tools/llvm-readobj/elf-versioninfo.test
    M llvm/test/tools/llvm-readobj/elf-wrong-shstrtab-type.test
    M llvm/test/tools/llvm-readobj/reloc-types-elf-aarch64.test
    M llvm/test/tools/llvm-readobj/reloc-types-elf-arm.test
    M llvm/test/tools/llvm-readobj/reloc-types-elf-lanai.test
    M llvm/test/tools/llvm-readobj/reloc-types-elf-mips.test
    M llvm/test/tools/llvm-readobj/reloc-types-elf-mips64.test
    M llvm/test/tools/llvm-readobj/wasm-imports.test
    M llvm/test/tools/obj2yaml/basic-minidump.yaml
    M llvm/test/tools/obj2yaml/elf-llvm-addrsig-section.yaml
    A llvm/test/tools/obj2yaml/elf-no-symtab.yaml
    M llvm/test/tools/obj2yaml/elf-sht-symtab-shndx.yaml
    M llvm/test/tools/obj2yaml/no-symbol-reloc.test
    M llvm/test/tools/obj2yaml/section-group.test
    M llvm/test/tools/yaml2obj/dynamic-symbols.yaml
    M llvm/test/tools/yaml2obj/elf-comdat-broken-info.yaml
    M llvm/test/tools/yaml2obj/elf-custom-null-section.yaml
    M llvm/test/tools/yaml2obj/elf-header-sh-fields.yaml
    M llvm/test/tools/yaml2obj/elf-sht-symtab-shndx.yaml
    M llvm/test/tools/yaml2obj/implicit-sections-types.test
    M llvm/test/tools/yaml2obj/implicit-sections.test
    M llvm/test/tools/yaml2obj/invalid-symboless-relocation.yaml
    A llvm/test/tools/yaml2obj/minidump-exception-missing-parameter.yaml
    M llvm/test/tools/yaml2obj/reloc-sec-info.yaml
    M llvm/test/tools/yaml2obj/symboless-relocation.yaml
    M llvm/test/tools/yaml2obj/symtab-implicit-sections-flags.yaml
    M llvm/tools/llvm-ar/llvm-ar.cpp
    M llvm/tools/llvm-exegesis/lib/Assembler.cpp
    M llvm/tools/llvm-exegesis/lib/RegisterValue.cpp
    M llvm/tools/llvm-objcopy/CommonOpts.td
    M llvm/tools/llvm-objcopy/CopyConfig.cpp
    M llvm/tools/llvm-objcopy/CopyConfig.h
    M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
    M llvm/tools/llvm-objcopy/ELF/Object.cpp
    M llvm/tools/llvm-objcopy/ELF/Object.h
    M llvm/tools/llvm-objcopy/llvm-objcopy.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.h
    M llvm/tools/obj2yaml/elf2yaml.cpp
    M llvm/tools/obj2yaml/wasm2yaml.cpp
    M llvm/unittests/CodeGen/CMakeLists.txt
    A llvm/unittests/CodeGen/MachineSizeOptsTest.cpp
    M llvm/unittests/IR/IRBuilderTest.cpp
    M llvm/unittests/MI/LiveIntervalTest.cpp
    M llvm/unittests/Object/MinidumpTest.cpp
    M llvm/unittests/ObjectYAML/MinidumpYAMLTest.cpp
    M llvm/unittests/ProfileData/SampleProfTest.cpp
    M llvm/unittests/Support/CMakeLists.txt
    M llvm/unittests/Support/ErrorTest.cpp
    M llvm/unittests/Support/GlobPatternTest.cpp
    A llvm/unittests/Support/SignalsTest.cpp
    M llvm/unittests/Target/ARM/CMakeLists.txt
    M llvm/unittests/Transforms/Utils/CMakeLists.txt
    A llvm/unittests/Transforms/Utils/SizeOptsTest.cpp
    M llvm/utils/TableGen/DFAPacketizerEmitter.cpp
    M llvm/utils/gn/build/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn
    M llvm/utils/lit/lit/LitTestCase.py
    M llvm/utils/lit/lit/Test.py
    M llvm/utils/lit/lit/main.py
    M llvm/utils/lit/lit/run.py
    M llvm/utils/lit/lit/worker.py
    M polly/lib/Analysis/ScopBuilder.cpp
    A polly/test/ScopInfo/preserve-equiv-class-order-in-basic_block.ll

  Log Message:
  -----------
  merge


  Commit: 60c97e5905e381ca0571da72828c472238d20dd7
      https://github.com/llvm/llvm-project/commit/60c97e5905e381ca0571da72828c472238d20dd7
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
    A llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  merge


  Commit: b24d4978ecab768272d118b625baa6f2e7390eea
      https://github.com/llvm/llvm-project/commit/b24d4978ecab768272d118b625baa6f2e7390eea
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  addtest


  Commit: 4786e1f8362e35817ac6bbf5359bfe19f7253592
      https://github.com/llvm/llvm-project/commit/4786e1f8362e35817ac6bbf5359bfe19f7253592
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-20 (Sun, 20 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  addtest


  Commit: 85e9b6a4996e63153d3521a9418da77ad2da5e5a
      https://github.com/llvm/llvm-project/commit/85e9b6a4996e63153d3521a9418da77ad2da5e5a
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  style


  Commit: c288ff495a7fb88b7f9d7f55dbb30762c9e25c2a
      https://github.com/llvm/llvm-project/commit/c288ff495a7fb88b7f9d7f55dbb30762c9e25c2a
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  more


  Commit: 9de3932fda7df9ab3997bec8a8b5a36bcf93b147
      https://github.com/llvm/llvm-project/commit/9de3932fda7df9ab3997bec8a8b5a36bcf93b147
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  more


  Commit: 2a7c5ec96683d4b1b1208ccdcbfd1e841d3a31e3
      https://github.com/llvm/llvm-project/commit/2a7c5ec96683d4b1b1208ccdcbfd1e841d3a31e3
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M README.md
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    A clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-signed-bitwise.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-redundant-access-specifiers.rst
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-integer-literals.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix-name-conflicts.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/Modules.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/Builtins.h
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CommentNodes.td
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    A clang/include/clang/Basic/arm_mve.td
    A clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/CodeCompleteConsumer.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    A clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Basic/Builtins.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    A clang/lib/Driver/ToolChains/AIX.cpp
    A clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    A clang/lib/Driver/ToolChains/Flang.cpp
    A clang/lib/Driver/ToolChains/Flang.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/arm_acle.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/DependencyScanning/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
    A clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    A clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/test/Analysis/stream.c
    A clang/test/Analysis/stream.cpp
    M clang/test/Analysis/temporaries.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p1.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p2.cpp
    A clang/test/CXX/class/class.compare/class.eq/p1.cpp
    A clang/test/CXX/class/class.compare/class.rel/p1.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp
    M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr16xx.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/p3.cpp
    M clang/test/CXX/special/class.inhctor/p1.cpp
    M clang/test/CXX/special/class.inhctor/p4.cpp
    M clang/test/CXX/special/class.inhctor/p7.cpp
    A clang/test/ClangScanDeps/Inputs/module.modulemap
    A clang/test/ClangScanDeps/Inputs/modules_cdb.json
    A clang/test/ClangScanDeps/modules-full.cpp
    A clang/test/ClangScanDeps/modules.cpp
    A clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    A clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    A clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vld24.c
    A clang/test/CodeGen/arm-mve-intrinsics/vldr.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/builtin-memfns.c
    M clang/test/CodeGen/builtins-arm.c
    M clang/test/CodeGen/builtins-arm64.c
    M clang/test/CodeGen/cfguardtable.c
    A clang/test/CodeGen/memccpy-libcall.c
    A clang/test/CodeGen/no-builtin.cpp
    M clang/test/CodeGen/thin_link_bitcode.c
    A clang/test/CodeGenCUDA/device-init-fun.cu
    A clang/test/CodeGenCXX/debug-info-deleted.cpp
    M clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-throw.cpp
    M clang/test/CodeGenCXX/pragma-loop-predicate.cpp
    M clang/test/CodeGenCXX/pragma-loop.cpp
    R clang/test/CoverageMapping/debug-dir.cpp
    A clang/test/Driver/Inputs/aix_ppc_tree/powerpc-ibm-aix7.1.0.0/dummy.a
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crt0_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crti.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crti_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0_64.o
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aix-ld.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/as-no-warnings.c
    R clang/test/Driver/as-w-option.c
    M clang/test/Driver/cl-fallback.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-bundler.c
    A clang/test/Driver/fforce-dwarf-frame.c
    A clang/test/Driver/flang/Inputs/one.f90
    A clang/test/Driver/flang/Inputs/other.c
    A clang/test/Driver/flang/Inputs/two.f90
    A clang/test/Driver/flang/flang.f90
    A clang/test/Driver/flang/flang_ucase.F90
    A clang/test/Driver/flang/multiple-inputs-mixed.f90
    A clang/test/Driver/flang/multiple-inputs.f90
    M clang/test/Driver/fortran.f95
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/lit.local.cfg
    M clang/test/Driver/netbsd.c
    A clang/test/Driver/riscv-fixed-x-register.c
    M clang/test/Driver/split-lto-unit.c
    M clang/test/Frontend/aarch64-target-cpu.c
    A clang/test/Frontend/warn-device-init-fun.cu
    M clang/test/Headers/arm-acle-header.c
    A clang/test/Import/builtin-template/Inputs/S.cpp
    A clang/test/Import/builtin-template/test.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    A clang/test/Modules/context-hash.c
    A clang/test/OpenMP/constexpr_capture.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_aligned_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_ast_print.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_collapse_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_final_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_grainsize_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_linear_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_loop_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_misc_messages.c
    A clang/test/OpenMP/parallel_master_taskloop_simd_num_tasks_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_priority_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_private_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_safelen_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    A clang/test/PCH/debug-info-pch-container-path.c
    M clang/test/Parser/cxx0x-decl.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/feature_tests.cpp
    A clang/test/Sema/arm-mve-alias-attribute.c
    A clang/test/Sema/no-builtin.cpp
    A clang/test/Sema/typo-correction-ambiguity.c
    M clang/test/SemaCXX/ambig-user-defined-conversions.cpp
    M clang/test/SemaCXX/builtin-is-constant-evaluated.cpp
    M clang/test/SemaCXX/builtin-ptrtomember-ambig.cpp
    M clang/test/SemaCXX/builtin-ptrtomember-overload-1.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/copy-initialization.cpp
    M clang/test/SemaCXX/cxx0x-defaulted-functions.cpp
    M clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
    M clang/test/SemaCXX/cxx17-compat.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/enable_if.cpp
    M clang/test/SemaCXX/microsoft-vs-float128.cpp
    M clang/test/SemaCXX/overload-call.cpp
    M clang/test/SemaCXX/overload-member-call.cpp
    M clang/test/SemaCXX/overloaded-builtin-operators.cpp
    M clang/test/SemaCXX/type-traits.cpp
    A clang/test/SemaCXX/warn-constant-evaluated-constexpr.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaObjC/parameterized_classes_subst.m
    M clang/test/SemaTemplate/cxx1z-using-declaration.cpp
    M clang/test/SemaTemplate/instantiate-expr-3.cpp
    M clang/test/SemaTemplate/instantiate-friend-function.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-fuzzer/CMakeLists.txt
    M clang/tools/clang-fuzzer/ClangFuzzer.cpp
    A clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp
    M clang/tools/clang-fuzzer/Dockerfile
    M clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
    M clang/tools/clang-fuzzer/README.txt
    A clang/tools/clang-fuzzer/corpus_examples/objc/BasicClass.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.h
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/unittests/AST/DeclTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Frontend/OutputStreamTest.cpp
    M clang/utils/TableGen/CMakeLists.txt
    A clang/utils/TableGen/ClangASTEmitters.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    A clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/OpenProjects.html
    M clang/www/UniversalDriver.html
    M clang/www/analyzer/alpha_checks.html
    M clang/www/analyzer/annotations.html
    M clang/www/analyzer/available_checks.html
    M clang/www/analyzer/checker_dev_manual.html
    M clang/www/analyzer/faq.html
    M clang/www/analyzer/filing_bugs.html
    M clang/www/analyzer/implicit_checks.html
    M clang/www/analyzer/index.html
    M clang/www/analyzer/installation.html
    M clang/www/analyzer/open_projects.html
    M clang/www/analyzer/potential_checkers.html
    M clang/www/analyzer/release_notes.html
    M clang/www/analyzer/scan-build.html
    M clang/www/analyzer/xcode.html
    M clang/www/comparison.html
    M clang/www/compatibility.html
    M clang/www/cxx_compatibility.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/demo/DemoInfo.html
    M clang/www/features.html
    M clang/www/get_involved.html
    M clang/www/get_started.html
    M clang/www/hacking.html
    M clang/www/index.html
    M clang/www/related.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_interface_internal.h
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    A compiler-rt/lib/hwasan/hwasan_setjmp.S
    M compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
    A compiler-rt/lib/hwasan/hwasan_type_test.cpp
    M compiler-rt/lib/lsan/lsan_allocator.cpp
    M compiler-rt/lib/msan/CMakeLists.txt
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/msan/msan_blacklist.txt
    M compiler-rt/lib/msan/tests/CMakeLists.txt
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/list.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/quarantine.h
    M compiler-rt/lib/scudo/standalone/release.h
    R compiler-rt/lib/scudo/standalone/secondary.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/stats.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/list_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/cfi/CMakeLists.txt
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/hwasan/CMakeLists.txt
    A compiler-rt/test/hwasan/TestCases/longjmp-setjmp-interception.c
    M compiler-rt/test/hwasan/TestCases/tail-magic.c
    M compiler-rt/test/hwasan/TestCases/try-catch.cpp
    M compiler-rt/test/msan/CMakeLists.txt
    A compiler-rt/test/sanitizer_common/TestCases/max_allocation_size.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/www/index.html
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/README.txt
    R debuginfo-tests/aggregate-indirect-arg.cpp
    R debuginfo-tests/apple-accel.cpp
    R debuginfo-tests/asan-blocks.c
    R debuginfo-tests/asan-deque.cpp
    R debuginfo-tests/asan.c
    R debuginfo-tests/block_var.m
    R debuginfo-tests/blocks.m
    R debuginfo-tests/ctor.cpp
    R debuginfo-tests/dbg-arg.c
    A debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp
    A debuginfo-tests/dexter-tests/asan-deque.cpp
    A debuginfo-tests/dexter-tests/asan.c
    A debuginfo-tests/dexter-tests/ctor.cpp
    A debuginfo-tests/dexter-tests/dbg-arg.c
    A debuginfo-tests/dexter-tests/global-constant.cpp
    A debuginfo-tests/dexter-tests/hello.c
    A debuginfo-tests/dexter-tests/inline-line-gap.cpp
    A debuginfo-tests/dexter-tests/nrvo-string.cpp
    A debuginfo-tests/dexter-tests/nrvo.cpp
    A debuginfo-tests/dexter-tests/realigned-frame.cpp
    A debuginfo-tests/dexter-tests/stack-var.c
    A debuginfo-tests/dexter-tests/vla.c
    A debuginfo-tests/dexter/.gitignore
    A debuginfo-tests/dexter/Commands.md
    A debuginfo-tests/dexter/LICENSE.txt
    A debuginfo-tests/dexter/README.md
    A debuginfo-tests/dexter/dex/__init__.py
    A debuginfo-tests/dexter/dex/builder/Builder.py
    A debuginfo-tests/dexter/dex/builder/ParserOptions.py
    A debuginfo-tests/dexter/dex/builder/__init__.py
    A debuginfo-tests/dexter/dex/builder/scripts/posix/clang-c.sh
    A debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh
    A debuginfo-tests/dexter/dex/builder/scripts/windows/clang-cl_vs2015.bat
    A debuginfo-tests/dexter/dex/builder/scripts/windows/clang.bat
    A debuginfo-tests/dexter/dex/command/CommandBase.py
    A debuginfo-tests/dexter/dex/command/ParseCommand.py
    A debuginfo-tests/dexter/dex/command/StepValueInfo.py
    A debuginfo-tests/dexter/dex/command/__init__.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectProgramState.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectStepKind.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchType.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchValue.py
    A debuginfo-tests/dexter/dex/command/commands/DexLabel.py
    A debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    A debuginfo-tests/dexter/dex/command/commands/DexWatch.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/Debuggers.py
    A debuginfo-tests/dexter/dex/debugger/__init__.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/README.md
    A debuginfo-tests/dexter/dex/debugger/dbgeng/__init__.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/breakpoint.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/client.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/control.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/probe_process.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/setup.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/symbols.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/symgroup.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/sysobjs.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/utils.py
    A debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    A debuginfo-tests/dexter/dex/debugger/lldb/__init__.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2015.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2017.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/__init__.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/windows/ComInterface.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/windows/__init__.py
    A debuginfo-tests/dexter/dex/dextIR/BuilderIR.py
    A debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py
    A debuginfo-tests/dexter/dex/dextIR/DextIR.py
    A debuginfo-tests/dexter/dex/dextIR/FrameIR.py
    A debuginfo-tests/dexter/dex/dextIR/LocIR.py
    A debuginfo-tests/dexter/dex/dextIR/ProgramState.py
    A debuginfo-tests/dexter/dex/dextIR/StepIR.py
    A debuginfo-tests/dexter/dex/dextIR/ValueIR.py
    A debuginfo-tests/dexter/dex/dextIR/__init__.py
    A debuginfo-tests/dexter/dex/heuristic/Heuristic.py
    A debuginfo-tests/dexter/dex/heuristic/__init__.py
    A debuginfo-tests/dexter/dex/tools/Main.py
    A debuginfo-tests/dexter/dex/tools/TestToolBase.py
    A debuginfo-tests/dexter/dex/tools/ToolBase.py
    A debuginfo-tests/dexter/dex/tools/__init__.py
    A debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    A debuginfo-tests/dexter/dex/tools/clang_opt_bisect/__init__.py
    A debuginfo-tests/dexter/dex/tools/help/Tool.py
    A debuginfo-tests/dexter/dex/tools/help/__init__.py
    A debuginfo-tests/dexter/dex/tools/list_debuggers/Tool.py
    A debuginfo-tests/dexter/dex/tools/list_debuggers/__init__.py
    A debuginfo-tests/dexter/dex/tools/no_tool_/Tool.py
    A debuginfo-tests/dexter/dex/tools/no_tool_/__init__.py
    A debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    A debuginfo-tests/dexter/dex/tools/run_debugger_internal_/__init__.py
    A debuginfo-tests/dexter/dex/tools/test/Tool.py
    A debuginfo-tests/dexter/dex/tools/test/__init__.py
    A debuginfo-tests/dexter/dex/tools/view/Tool.py
    A debuginfo-tests/dexter/dex/tools/view/__init__.py
    A debuginfo-tests/dexter/dex/utils/Environment.py
    A debuginfo-tests/dexter/dex/utils/Exceptions.py
    A debuginfo-tests/dexter/dex/utils/ExtArgParse.py
    A debuginfo-tests/dexter/dex/utils/PrettyOutputBase.py
    A debuginfo-tests/dexter/dex/utils/ReturnCode.py
    A debuginfo-tests/dexter/dex/utils/RootDirectory.py
    A debuginfo-tests/dexter/dex/utils/Timer.py
    A debuginfo-tests/dexter/dex/utils/UnitTests.py
    A debuginfo-tests/dexter/dex/utils/Version.py
    A debuginfo-tests/dexter/dex/utils/Warning.py
    A debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    A debuginfo-tests/dexter/dex/utils/__init__.py
    A debuginfo-tests/dexter/dex/utils/posix/PrettyOutput.py
    A debuginfo-tests/dexter/dex/utils/posix/__init__.py
    A debuginfo-tests/dexter/dex/utils/windows/PrettyOutput.py
    A debuginfo-tests/dexter/dex/utils/windows/__init__.py
    A debuginfo-tests/dexter/dexter.py
    A debuginfo-tests/dexter/feature_tests/Readme.md
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    A debuginfo-tests/dexter/feature_tests/lit.local.cfg
    A debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/help/help.test
    A debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    A debuginfo-tests/dexter/feature_tests/unittests/run.test
    R debuginfo-tests/foreach.m
    R debuginfo-tests/forward-declare-class.cpp
    M debuginfo-tests/lit.cfg.py
    R debuginfo-tests/lit.local.cfg
    M debuginfo-tests/lit.site.cfg.py.in
    A debuginfo-tests/llgdb-tests/apple-accel.cpp
    A debuginfo-tests/llgdb-tests/asan-blocks.c
    A debuginfo-tests/llgdb-tests/asan-deque.cpp
    A debuginfo-tests/llgdb-tests/asan.c
    A debuginfo-tests/llgdb-tests/block_var.m
    A debuginfo-tests/llgdb-tests/blocks.m
    A debuginfo-tests/llgdb-tests/foreach.m
    A debuginfo-tests/llgdb-tests/forward-declare-class.cpp
    A debuginfo-tests/llgdb-tests/lit.local.cfg
    A debuginfo-tests/llgdb-tests/llgdb.py
    A debuginfo-tests/llgdb-tests/nested-struct.cpp
    A debuginfo-tests/llgdb-tests/nrvo-string.cpp
    A debuginfo-tests/llgdb-tests/safestack.c
    A debuginfo-tests/llgdb-tests/static-member-2.cpp
    A debuginfo-tests/llgdb-tests/static-member.cpp
    A debuginfo-tests/llgdb-tests/test_debuginfo.pl
    R debuginfo-tests/llgdb.py
    R debuginfo-tests/nested-struct.cpp
    R debuginfo-tests/nrvo-string.cpp
    R debuginfo-tests/safestack.c
    R debuginfo-tests/sret.cpp
    R debuginfo-tests/stack-var.c
    R debuginfo-tests/static-member-2.cpp
    R debuginfo-tests/static-member.cpp
    R debuginfo-tests/test_debuginfo.pl
    R debuginfo-tests/vla.c
    A debuginfo-tests/win_cdb-tests/README.txt
    A debuginfo-tests/win_cdb-tests/lit.local.cfg.py
    R debuginfo-tests/win_cdb/README.txt
    R debuginfo-tests/win_cdb/global-constant.cpp
    R debuginfo-tests/win_cdb/hello.c
    R debuginfo-tests/win_cdb/inline-line-gap.cpp
    R debuginfo-tests/win_cdb/lit.local.cfg.py
    R debuginfo-tests/win_cdb/nrvo.cpp
    R debuginfo-tests/win_cdb/realigned-frame.cpp
    M libclc/www/index.html
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/benchmarks/CartesianBenchmarks.h
    M libcxx/benchmarks/unordered_set_operations.bench.cpp
    M libcxx/fuzzing/fuzz_test.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__debug
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/bit
    M libcxx/include/ctime
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/iterator
    M libcxx/include/experimental/propagate_const
    M libcxx/include/experimental/type_traits
    M libcxx/include/ext/hash_map
    M libcxx/include/forward_list
    M libcxx/include/list
    M libcxx/include/memory
    M libcxx/include/support/ibm/xlocale.h
    M libcxx/include/support/solaris/wchar.h
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/mutex_destructor.cpp
    M libcxx/src/support/solaris/wcsnrtombs.inc
    M libcxx/src/support/solaris/xlocale.cpp
    M libcxx/src/support/win32/support.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/numerics/bit.ops.pass.cpp
    M libcxx/test/libcxx/numerics/numeric.ops/midpoint.integer.pass.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
    M libcxx/test/std/containers/associative/map/contains.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/contains.pass.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
    M libcxx/test/std/experimental/filesystem/fs.req.macros/feature_macro.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/ostream_joiner.cons.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/make_ostream_joiner.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.postincrement.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.pretincrement.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.star.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.fail.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign_convertible_propagate_const.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/copy_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.non-explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/explicit_operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/relative.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp
    M libcxx/test/std/input.output/filesystems/lit.local.cfg
    M libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/difference.pass.cpp
    M libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/subtraction.pass.cpp
    M libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/floor2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.fail.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/numerics/c.math/c.math.lerp/c.math.lerp.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string_view.pass.cpp
    M libcxx/test/std/strings/c.strings/cwctype.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/length.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opge.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opgt.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/oplt.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal.pass.cpp
    M libcxx/test/std/strings/strings.erasure/erase.pass.cpp
    M libcxx/test/std/strings/strings.erasure/erase_if.pass.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_convertible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_unbounded_array.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp
    M libcxx/test/std/utilities/optional/optional.specalg/swap.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move_convert.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move_convert.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/nullptr.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/pointer.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset_self.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ok.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/op_local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.file/file_time.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.system/local_time.types.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.system/sys.time.types.pass.cpp
    M libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/is_am.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/is_pm.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/make12.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/make24.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/hours.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/is_negative.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/minutes.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/precision.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/precision_type.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/seconds.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/subseconds.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/to_duration.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/width.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp
    M libcxx/test/std/utilities/utility/synopsis.pass.cpp
    M libcxx/test/support/nothing_to_do.pass.cpp
    M libcxx/test/support/propagate_const_helpers.h
    M libcxx/utils/docker/debian9/Dockerfile.base
    M libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    M libcxx/utils/docker/scripts/run_buildbot.sh
    M libcxx/utils/google-benchmark/.clang-format
    M libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
    M libcxx/utils/google-benchmark/cmake/posix_regex.cpp
    M libcxx/utils/google-benchmark/cmake/std_regex.cpp
    M libcxx/utils/google-benchmark/docs/AssemblyTests.md
    M libcxx/utils/google-benchmark/test/AssemblyTests.cmake
    M libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/googlebenchmark.py
    M libcxx/www/index.html
    M libcxx/www/upcoming_meeting.html
    M libcxxabi/www/index.html
    M libcxxabi/www/spec.html
    M libunwind/src/AddressSpace.hpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/SymbolTable.cpp
    M lld/Common/CMakeLists.txt
    A lld/Common/DWARF.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/docs/ld.lld.1
    A lld/include/lld/Common/DWARF.h
    M lld/include/lld/Core/Error.h
    M lld/include/lld/Core/UndefinedAtom.h
    M lld/test/ELF/ctors_dtors_priority.s
    M lld/test/ELF/gnustack.s
    M lld/test/ELF/linkerscript/filename-spec.s
    M lld/test/ELF/linkerscript/linker-script-in-search-path.s
    M lld/test/ELF/linkerscript/linkerscript.s
    M lld/test/ELF/linkerscript/memory-include.test
    M lld/test/ELF/linkerscript/output-section-include.test
    M lld/test/ELF/linkerscript/section-include.test
    M lld/test/ELF/lto/save-temps.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    A lld/test/ELF/merge-relocatable.s
    M lld/test/ELF/no-soname.s
    M lld/test/ELF/reproduce-backslash.s
    M lld/test/ELF/sht-group-empty.test
    M lld/test/ELF/silent-ignore.test
    M lld/test/ELF/version-script-in-search-path.s
    M lld/test/mach-o/bind-opcodes.yaml
    M lld/test/wasm/pic-static.ll
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/docs/.htaccess
    M lldb/docs/CMakeLists.txt
    M lldb/docs/index.rst
    M lldb/docs/resources/build.rst
    A lldb/docs/resources/contributing.rst
    R lldb/docs/resources/source.rst
    M lldb/docs/resources/test.rst
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBBreakpointLocation.h
    M lldb/include/lldb/API/SBBreakpointName.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/Core/PropertiesBase.td
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Expression/ExpressionSourceCode.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    R lldb/packages/Python/lldbsuite/pre_kill_hook/README.md
    R lldb/packages/Python/lldbsuite/pre_kill_hook/__init__.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/darwin.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/linux.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/__init__.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/test_darwin.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/test_linux.py
    R lldb/packages/Python/lldbsuite/support/fs.py
    R lldb/packages/Python/lldbsuite/support/sockutil.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/algorithm
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/TestStaticInitializers.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/main.cpp
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/TestMPXOffsetIntersection.py
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm64-macos.yaml
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/regions-linux-map.yaml
    M lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py
    M lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
    M lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py
    M lldb/packages/Python/lldbsuite/test/python_api/type/main.cpp
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    R lldb/packages/Python/lldbsuite/test_event/dotest_channels.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/dump_formatter.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/pickled.py
    R lldb/packages/Python/lldbsuite/test_event/test/resources/invalid_decorator/TestInvalidDecorator.py
    R lldb/packages/Python/lldbsuite/test_event/test/src/TestCatchInvalidDecorator.py
    R lldb/packages/Python/lldbsuite/test_event/test/src/event_collector.py
    A lldb/scripts/Python/createPythonInit.py
    R lldb/scripts/Python/finishSwigPythonLLDB.py
    M lldb/scripts/Python/python-extensions.swig
    M lldb/scripts/Python/python-typemaps.swig
    M lldb/scripts/Python/python-wrapper.swig
    R lldb/scripts/finishSwigWrapperClasses.py
    M lldb/scripts/interface/SBBreakpoint.i
    M lldb/scripts/interface/SBBreakpointLocation.i
    M lldb/scripts/interface/SBBreakpointName.i
    M lldb/scripts/lldb.swig
    R lldb/scripts/utilsArgsParse.py
    R lldb/scripts/utilsDebug.py
    R lldb/scripts/utilsOsType.py
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointName.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.h
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectLanguage.h
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectPlugin.h
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectStats.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectType.h
    M lldb/source/Commands/CommandObjectWatchpoint.h
    M lldb/source/Commands/CommandObjectWatchpointCommand.h
    M lldb/source/Commands/Options.td
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
    M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    R lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
    R lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Target/CMakeLists.txt
    A lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/testcases
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/CMakeLists.txt
    M lldb/test/Shell/Commands/command-script-import.test
    M lldb/test/Shell/Driver/TestSingleQuote.test
    M lldb/test/Shell/Driver/TestTarget.test
    M lldb/test/Shell/ExecControl/StopHook/stop-hook-threads.test
    M lldb/test/Shell/ExecControl/StopHook/stop-hook.test
    M lldb/test/Shell/Expr/TestIRMemoryMap.test
    M lldb/test/Shell/Expr/TestIRMemoryMapWindows.test
    M lldb/test/Shell/Heap/heap-cstr.test
    M lldb/test/Shell/Host/TestCustomShell.test
    A lldb/test/Shell/Minidump/Inputs/basic-elf.yaml
    A lldb/test/Shell/Minidump/Windows/Inputs/broken-unwind.dmp.yaml
    A lldb/test/Shell/Minidump/Windows/Inputs/broken-unwind.exe.yaml
    A lldb/test/Shell/Minidump/Windows/broken-unwind.test
    M lldb/test/Shell/Minidump/dump-all.test
    M lldb/test/Shell/Minidump/fb-dump.test
    A lldb/test/Shell/Minidump/memory-region-from-module.yaml
    A lldb/test/Shell/Minidump/memory-region.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-find-symbols.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-no-lzma.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/ObjectFile/PECOFF/export-dllfunc.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/invalid-export-table.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
    R lldb/test/Shell/ObjectFile/PECOFF/subsections.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/Process/TestEnvironment.test
    A lldb/test/Shell/Process/Windows/launch_failure.yaml
    A lldb/test/Shell/Register/Inputs/arm-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/arm-gp-read.cpp
    M lldb/test/Shell/Register/aarch64-fp-read.test
    M lldb/test/Shell/Register/aarch64-gp-read.test
    A lldb/test/Shell/Register/arm-fp-read.test
    A lldb/test/Shell/Register/arm-gp-read.test
    M lldb/test/Shell/Register/x86-64-gp-read.test
    M lldb/test/Shell/Register/x86-64-gp-write.test
    M lldb/test/Shell/Register/x86-64-read.test
    M lldb/test/Shell/Register/x86-64-write.test
    M lldb/test/Shell/Register/x86-64-xmm16-read.test
    M lldb/test/Shell/Register/x86-64-xmm16-write.test
    M lldb/test/Shell/Register/x86-64-ymm-read.test
    M lldb/test/Shell/Register/x86-64-ymm-write.test
    M lldb/test/Shell/Register/x86-64-ymm16-read.test
    M lldb/test/Shell/Register/x86-64-ymm16-write.test
    M lldb/test/Shell/Register/x86-64-zmm-read.test
    M lldb/test/Shell/Register/x86-64-zmm-write.test
    M lldb/test/Shell/Register/x86-gp-read.test
    M lldb/test/Shell/Register/x86-gp-write.test
    M lldb/test/Shell/Register/x86-mm-xmm-read.test
    M lldb/test/Shell/Register/x86-mm-xmm-write.test
    M lldb/test/Shell/Register/x86-ymm-read.test
    M lldb/test/Shell/Register/x86-ymm-write.test
    M lldb/test/Shell/Register/x86-zmm-read.test
    M lldb/test/Shell/Register/x86-zmm-write.test
    M lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test
    M lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
    M lldb/test/Shell/Reproducer/Functionalities/TestStepping.test
    M lldb/test/Shell/Reproducer/Modules/TestModuleCXX.test
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/Reproducer/TestFileRepro.test
    M lldb/test/Shell/Reproducer/TestGDBRemoteRepro.test
    M lldb/test/Shell/Reproducer/TestRelativePath.test
    M lldb/test/Shell/Reproducer/TestReuseDirectory.test
    M lldb/test/Shell/Reproducer/TestWorkingDir.test
    M lldb/test/Shell/Settings/TestFrameFormatColor.test
    M lldb/test/Shell/Settings/TestFrameFormatNoColor.test
    A lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
    A lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-struct.s
    A lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    A lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
    M lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
    M lldb/test/Shell/SymbolFile/PDB/function-level-linking.test
    M lldb/test/Shell/SymbolFile/target-symbols-add-unwind.test
    M lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test
    M lldb/test/Shell/Unwind/eh-frame-small-fde.test
    M lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
    M lldb/test/Shell/Unwind/trap_frame_sym_ctx.test
    M lldb/test/Shell/Unwind/unwind-plan-dwarf-dump.test
    M lldb/test/Shell/Watchpoint/SetErrorCases.test
    M lldb/test/Shell/helper/toolchain.py
    A lldb/test/Unit/CMakeLists.txt
    M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    R lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M llvm/CMakeLists.txt
    M llvm/bindings/python/llvm/common.py
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/platforms/WinMsvc.cmake
    M llvm/docs/CMake.rst
    M llvm/docs/CodeGenerator.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/llc.rst
    M llvm/docs/CommandGuide/llvm-ar.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CompilerWriterInfo.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/FuzzingLLVM.rst
    M llvm/docs/GettingStarted.rst
    R llvm/docs/GlobalISel.rst
    A llvm/docs/GlobalISel/GMIR.rst
    A llvm/docs/GlobalISel/IRTranslator.rst
    A llvm/docs/GlobalISel/InstructionSelect.rst
    A llvm/docs/GlobalISel/Legalizer.rst
    A llvm/docs/GlobalISel/Pipeline.rst
    A llvm/docs/GlobalISel/Porting.rst
    A llvm/docs/GlobalISel/RegBankSelect.rst
    A llvm/docs/GlobalISel/Resources.rst
    A llvm/docs/GlobalISel/index.rst
    A llvm/docs/GlobalISel/pipeline-overview-customized.png
    A llvm/docs/GlobalISel/pipeline-overview-with-combiners.png
    A llvm/docs/GlobalISel/pipeline-overview.png
    A llvm/docs/GlobalISel/testing-pass-level.png
    A llvm/docs/GlobalISel/testing-unit-level.png
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/OptBisect.rst
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Remarks.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
    M llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/BitVector.h
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/Analysis/Loads.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/MinidumpConstants.def
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CommandFlags.inc
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/LiveIntervalUnion.h
    M llvm/include/llvm/CodeGen/LiveIntervals.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachinePipeliner.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/TargetCallingConv.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    M llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
    R llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
    R llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
    R llvm/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/CallingConv.h
    M llvm/include/llvm/IR/Constant.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoFlags.def
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsNVVM.td
    M llvm/include/llvm/IR/LLVMContext.h
    M llvm/include/llvm/IR/LegacyPassManager.h
    M llvm/include/llvm/IR/LegacyPassManagers.h
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/IR/NoFolder.h
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/RemarkStreamer.h
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Pass.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/include/llvm/Support/FileOutputBuffer.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/TargetRegistry.h
    M llvm/include/llvm/Support/Threading.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/TableGen/Record.h
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetCallingConv.td
    M llvm/include/llvm/Target/TargetOptions.h
    A llvm/include/llvm/Transforms/CFGuard.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Vectorize.h
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/MemDerefPrinter.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h
    M llvm/lib/CodeGen/BranchFolding.cpp
    A llvm/lib/CodeGen/CFGuardLongjmp.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/ExpandMemCmp.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/LLVMTargetMachine.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegUsageInfoCollector.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    M llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
    M llvm/lib/ExecutionEngine/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/LLVMBuild.txt
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
    R llvm/lib/ExecutionEngine/Orc/OrcError.cpp
    R llvm/lib/ExecutionEngine/Orc/RPCUtils.cpp
    A llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt
    A llvm/lib/ExecutionEngine/OrcError/LLVMBuild.txt
    A llvm/lib/ExecutionEngine/OrcError/OrcError.cpp
    A llvm/lib/ExecutionEngine/OrcError/RPCError.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/IRPrintingPasses.cpp
    M llvm/lib/IR/Instruction.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Pass.cpp
    M llvm/lib/IR/RemarkStreamer.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/MC/MCDisassembler/Disassembler.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/ModuleSymbolTable.cpp
    M llvm/lib/Object/ObjectFile.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MinidumpYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/FileOutputBuffer.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/Threading.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/Unix/Threading.inc
    M llvm/lib/Support/Unix/Unix.h
    M llvm/lib/Support/Windows/Process.inc
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/Windows/Threading.inc
    M llvm/lib/Support/Windows/WindowsSupport.h
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64CallingConvention.h
    M llvm/lib/Target/AArch64/AArch64CallingConvention.td
    M llvm/lib/Target/AArch64/AArch64FastISel.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    R llvm/lib/Target/AArch64/AArch64SchedExynosM1.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/LLVMBuild.txt
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
    M llvm/lib/Target/AMDGPU/R600FrameLowering.h
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARC/ARCRegisterInfo.cpp
    M llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMCallingConv.h
    M llvm/lib/Target/ARM/ARMCallingConv.td
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/LLVMBuild.txt
    M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h
    M llvm/lib/Target/BPF/BPFInstrInfo.td
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    M llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
    M llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp
    M llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h
    M llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
    M llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
    M llvm/lib/Target/MSP430/MSP430FrameLowering.h
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
    M llvm/lib/Target/Mips/Mips16InstrInfo.cpp
    M llvm/lib/Target/Mips/Mips16InstrInfo.h
    M llvm/lib/Target/Mips/MipsCallLowering.cpp
    M llvm/lib/Target/Mips/MipsFrameLowering.h
    M llvm/lib/Target/Mips/MipsISelLowering.h
    M llvm/lib/Target/Mips/MipsInstructionSelector.cpp
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
    M llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
    M llvm/lib/Target/Mips/MipsSEInstrInfo.h
    M llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
    M llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
    M llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/PowerPC/README.txt
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.h
    M llvm/lib/Target/RISCV/RISCVSubtarget.cpp
    M llvm/lib/Target/RISCV/RISCVSubtarget.h
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
    M llvm/lib/Target/Sparc/SparcFrameLowering.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
    M llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
    M llvm/lib/Target/X86/LLVMBuild.txt
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86AsmPrinter.cpp
    M llvm/lib/Target/X86/X86CallingConv.td
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
    M llvm/lib/Target/X86/X86InstrArithmetic.td
    M llvm/lib/Target/X86/X86InstrFormats.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstructionSelector.cpp
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.td
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
    M llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
    A llvm/lib/Transforms/CFGuard/CFGuard.cpp
    A llvm/lib/Transforms/CFGuard/CMakeLists.txt
    A llvm/lib/Transforms/CFGuard/LLVMBuild.txt
    M llvm/lib/Transforms/CMakeLists.txt
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/LLVMBuild.txt
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/GVNHoist.cpp
    M llvm/lib/Transforms/Scalar/GuardWidening.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Sink.cpp
    M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
    M llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp
    M llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/LCSSA.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Analysis/ConstantFolding/gep-zeroinit-vector.ll
    M llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
    M llvm/test/Analysis/MustExecute/must_be_executed_context.ll
    M llvm/test/Assembler/thinlto-vtable-summary.ll
    M llvm/test/Bitcode/calling-conventions.3.2.ll
    M llvm/test/Bitcode/calling-conventions.3.2.ll.bc
    M llvm/test/Bitcode/compatibility.ll
    M llvm/test/Bitcode/operand-bundles-bc-analyzer.ll
    A llvm/test/Bitcode/upgrade-arc-runtime-calls-bitcast.bc
    A llvm/test/Bitcode/upgrade-arc-runtime-calls-bitcast.ll
    M llvm/test/BugPoint/metadata.ll
    A llvm/test/BugPoint/retain-crashing-metadata.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-shuffle-vector.mir
    M llvm/test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir
    M llvm/test/CodeGen/AArch64/arm64-ldp-cluster.ll
    M llvm/test/CodeGen/AArch64/arm64-neon-2velem.ll
    M llvm/test/CodeGen/AArch64/arm64-st1.ll
    M llvm/test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll
    A llvm/test/CodeGen/AArch64/cfguard-checks.ll
    A llvm/test/CodeGen/AArch64/cfguard-module-flag.ll
    A llvm/test/CodeGen/AArch64/cls.ll
    M llvm/test/CodeGen/AArch64/cpus.ll
    M llvm/test/CodeGen/AArch64/jump-table-exynos.ll
    M llvm/test/CodeGen/AArch64/machine-combiner-madd.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-diff-scope-same-key.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-non-leaf.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-regsave.mir
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-diff-key.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-a.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-b.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-subtarget.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-v8-3.ll
    M llvm/test/CodeGen/AArch64/max-jump-table.ll
    M llvm/test/CodeGen/AArch64/misched-fusion-aes.ll
    M llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
    A llvm/test/CodeGen/AArch64/ragreedy-local-interval-cost.ll
    M llvm/test/CodeGen/AArch64/remat.ll
    M llvm/test/CodeGen/AArch64/sched-past-vector-ldst.ll
    M llvm/test/CodeGen/AArch64/strqu.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    A llvm/test/CodeGen/AArch64/sve-int-arith-pred.ll
    A llvm/test/CodeGen/AArch64/sve-int-arith.ll
    A llvm/test/CodeGen/AArch64/sve-int-log.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-conversion.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-counting-bits.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-logical.ll
    A llvm/test/CodeGen/AArch64/sve-masked-ldst-nonext.ll
    A llvm/test/CodeGen/AArch64/sve-masked-ldst-sext.ll
    A llvm/test/CodeGen/AArch64/sve-masked-ldst-trunc.ll
    A llvm/test/CodeGen/AArch64/sve-masked-ldst-zext.ll
    A llvm/test/CodeGen/AArch64/tailcall-bitcast-memcpy.ll
    A llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-ext-legalizer.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgpu-atomic-cmpxchg-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-atomic-cmpxchg-with-success.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-atomic-cmpxchg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/AMDGPU/call-waw-waitcnt.mir
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes.ll
    M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
    M llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/dpp_combine.mir
    M llvm/test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll
    M llvm/test/CodeGen/AMDGPU/fence-barrier.ll
    M llvm/test/CodeGen/AMDGPU/fexp.ll
    M llvm/test/CodeGen/AMDGPU/flat-address-space.ll
    M llvm/test/CodeGen/AMDGPU/fold-imm-copy.mir
    A llvm/test/CodeGen/AMDGPU/fold-operands-remove-m0-redef.mir
    A llvm/test/CodeGen/AMDGPU/fold-reload-into-m0.mir
    A llvm/test/CodeGen/AMDGPU/fold-sgpr-copy.mir
    M llvm/test/CodeGen/AMDGPU/fold-vgpr-copy.mir
    M llvm/test/CodeGen/AMDGPU/fptrunc.ll
    M llvm/test/CodeGen/AMDGPU/global-saddr.ll
    M llvm/test/CodeGen/AMDGPU/global_atomics.ll
    M llvm/test/CodeGen/AMDGPU/global_atomics_i64.ll
    A llvm/test/CodeGen/AMDGPU/i1_copy_phi_with_phi_incoming_value.mir
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-si-noopt.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    M llvm/test/CodeGen/AMDGPU/inline-asm.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.interp.f16.ll
    M llvm/test/CodeGen/AMDGPU/load-lo16.ll
    M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
    A llvm/test/CodeGen/AMDGPU/nop-fold.mir
    A llvm/test/CodeGen/AMDGPU/offset-split-flat.ll
    A llvm/test/CodeGen/AMDGPU/offset-split-global.ll
    M llvm/test/CodeGen/AMDGPU/operand-folding.ll
    M llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll
    M llvm/test/CodeGen/AMDGPU/saddo.ll
    M llvm/test/CodeGen/AMDGPU/smrd-vccz-bug.ll
    M llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
    M llvm/test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir
    M llvm/test/CodeGen/AMDGPU/store-hi16.ll
    M llvm/test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
    A llvm/test/CodeGen/AMDGPU/vgpr-descriptor-waterfall-loop-idom-update.ll
    M llvm/test/CodeGen/ARM/build-attributes.ll
    A llvm/test/CodeGen/ARM/cfguard-checks.ll
    A llvm/test/CodeGen/ARM/cfguard-module-flag.ll
    A llvm/test/CodeGen/ARM/cls.ll
    A llvm/test/CodeGen/ARM/dwarf-frame.ll
    M llvm/test/CodeGen/ARM/fp16-promote.ll
    M llvm/test/CodeGen/ARM/pow.ll
    A llvm/test/CodeGen/ARM/qdadd.ll
    M llvm/test/CodeGen/ARM/sadd_sat.ll
    M llvm/test/CodeGen/ARM/sadd_sat_plus.ll
    M llvm/test/CodeGen/ARM/ssub_sat.ll
    M llvm/test/CodeGen/ARM/ssub_sat_plus.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-alu32.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-array.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-struct.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-union.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-access-str.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-basic.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-load.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-ignore.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-middle-chain.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-union.ll
    A llvm/test/CodeGen/BPF/callx.ll
    A llvm/test/CodeGen/Hexagon/64bit_tstbit.ll
    A llvm/test/CodeGen/Hexagon/reg-by-name.ll
    A llvm/test/CodeGen/MIR/Mips/setRegClassOrRegBank.ll
    A llvm/test/CodeGen/MIR/Mips/setRegClassOrRegBank.mir
    A llvm/test/CodeGen/MIR/X86/branch-folder-with-debug.mir
    M llvm/test/CodeGen/MIR/X86/constant-pool.mir
    M llvm/test/CodeGen/MIR/X86/fastmath.mir
    M llvm/test/CodeGen/MIR/X86/memory-operands.mir
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/add_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/fabs_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/floating_point_vec_arithmetic_operations.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/fsqrt_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/mul_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/rem_and_div_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/instruction-select/sub_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/add_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/add_vec_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/fabs_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/fabs_vec_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/floating_point_vec_arithmetic_operations.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/floating_point_vec_arithmetic_operations_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/fsqrt_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/fsqrt_vec_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/mul_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/mul_vec_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/rem_and_div_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/rem_and_div_vec_builtin.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/sitofp_and_uitofp.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/sub_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/legalizer/sub_vec_builtin.mir
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/floating_point_vec_arithmetic_operations.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/floating_point_vec_arithmetic_operations_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fsqrt_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fsqrt_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub_vec.ll
    A llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub_vec_builtin.ll
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/add_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/fabs_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/floating_point_vec_arithmetic_operations.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/fsqrt_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/mul_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/rem_and_div_vec.mir
    A llvm/test/CodeGen/Mips/GlobalISel/regbankselect/sub_vec.mir
    M llvm/test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll
    M llvm/test/CodeGen/NVPTX/wmma.py
    M llvm/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
    A llvm/test/CodeGen/PowerPC/aix-byval-param.ll
    A llvm/test/CodeGen/PowerPC/aix-lower-block-address.ll
    A llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    A llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    A llvm/test/CodeGen/PowerPC/aix-nest-param.ll
    A llvm/test/CodeGen/PowerPC/aix-sret-param.ll
    A llvm/test/CodeGen/PowerPC/aix-stackargs.ll
    R llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/brcond.ll
    M llvm/test/CodeGen/PowerPC/build-vector-tests.ll
    M llvm/test/CodeGen/PowerPC/ctr-minmaxnum.ll
    M llvm/test/CodeGen/PowerPC/extract-and-store.ll
    M llvm/test/CodeGen/PowerPC/fold-frame-offset-using-rr.mir
    M llvm/test/CodeGen/PowerPC/machine-backward-cp.mir
    M llvm/test/CodeGen/PowerPC/memcmpIR.ll
    M llvm/test/CodeGen/PowerPC/popcnt-zext.ll
    M llvm/test/CodeGen/PowerPC/popcnt.ll
    M llvm/test/CodeGen/PowerPC/pr42492.ll
    A llvm/test/CodeGen/PowerPC/pr43527.ll
    A llvm/test/CodeGen/PowerPC/scalar-min-max.ll
    M llvm/test/CodeGen/PowerPC/scheduling-mem-dependency.ll
    M llvm/test/CodeGen/PowerPC/sms-simple.ll
    M llvm/test/CodeGen/PowerPC/tocSaveInPrologue.ll
    M llvm/test/CodeGen/PowerPC/vec-min-max.ll
    M llvm/test/CodeGen/RISCV/callee-saved-gprs.ll
    A llvm/test/CodeGen/RISCV/fp16-promote.ll
    A llvm/test/CodeGen/RISCV/intrinsics/trap.ll
    A llvm/test/CodeGen/RISCV/reserved-reg-errors.ll
    A llvm/test/CodeGen/RISCV/reserved-regs.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/scalar-shifts.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vadc-multiple.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vadc.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vaddq.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vcvt.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vld24.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vldr.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/vminvq.ll
    M llvm/test/CodeGen/WebAssembly/simd.ll
    M llvm/test/CodeGen/WinCFGuard/cfguard.ll
    M llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
    M llvm/test/CodeGen/X86/GlobalISel/add-ext.ll
    M llvm/test/CodeGen/X86/GlobalISel/ashr-scalar.ll
    M llvm/test/CodeGen/X86/GlobalISel/ext-x86-64.ll
    M llvm/test/CodeGen/X86/GlobalISel/ext.ll
    M llvm/test/CodeGen/X86/GlobalISel/gep.ll
    M llvm/test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir
    M llvm/test/CodeGen/X86/GlobalISel/lshr-scalar.ll
    M llvm/test/CodeGen/X86/GlobalISel/shl-scalar.ll
    M llvm/test/CodeGen/X86/GlobalISel/x86_64-legalize-sitofp.mir
    M llvm/test/CodeGen/X86/atomic-non-integer-fp128.ll
    M llvm/test/CodeGen/X86/atomic-non-integer.ll
    M llvm/test/CodeGen/X86/atomic-unordered.ll
    A llvm/test/CodeGen/X86/avx512vbmi2-funnel-shifts.ll
    A llvm/test/CodeGen/X86/avx512vbmi2vl-funnel-shifts.ll
    A llvm/test/CodeGen/X86/cfguard-checks.ll
    A llvm/test/CodeGen/X86/cfguard-module-flag.ll
    A llvm/test/CodeGen/X86/cfguard-x86-64-vectorcall.ll
    A llvm/test/CodeGen/X86/cfguard-x86-vectorcall.ll
    M llvm/test/CodeGen/X86/cmp.ll
    M llvm/test/CodeGen/X86/combineIncDecVector-crash.ll
    M llvm/test/CodeGen/X86/ctpop-combine.ll
    M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
    M llvm/test/CodeGen/X86/extractelement-index.ll
    A llvm/test/CodeGen/X86/fp-strict-scalar.ll
    M llvm/test/CodeGen/X86/insertelement-var-index.ll
    M llvm/test/CodeGen/X86/ipra-reg-usage.ll
    M llvm/test/CodeGen/X86/label-heapallocsite.ll
    M llvm/test/CodeGen/X86/leaFixup64.mir
    A llvm/test/CodeGen/X86/memcmp-more-load-pairs.ll
    M llvm/test/CodeGen/X86/memcmp.ll
    M llvm/test/CodeGen/X86/movmsk-cmp.ll
    M llvm/test/CodeGen/X86/pr37063.ll
    A llvm/test/CodeGen/X86/pr43820.ll
    M llvm/test/CodeGen/X86/remarks-section.ll
    M llvm/test/CodeGen/X86/scalar-int-to-fp.ll
    M llvm/test/CodeGen/X86/setcc-wide-types.ll
    M llvm/test/CodeGen/X86/taildup-heapallocsite.ll
    A llvm/test/CodeGen/X86/vec-strict-128.ll
    A llvm/test/CodeGen/X86/vec-strict-256.ll
    A llvm/test/CodeGen/X86/vec-strict-512.ll
    M llvm/test/CodeGen/X86/vector-compare-all_of.ll
    M llvm/test/CodeGen/X86/vector-compare-any_of.ll
    M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
    M llvm/test/CodeGen/X86/vector-rem.ll
    M llvm/test/CodeGen/X86/vector-width-store-merge.ll
    M llvm/test/CodeGen/X86/xray-custom-log.ll
    M llvm/test/CodeGen/X86/xray-typed-event-log.ll
    A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
    A llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/Mips/live-debug-values-reg-copy.mir
    A llvm/test/DebugInfo/MIR/SystemZ/call-site-lzer.mir
    A llvm/test/DebugInfo/MIR/SystemZ/lit.local.cfg
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-reg-copy.mir
    M llvm/test/DebugInfo/WebAssembly/dbg-value-move-reg-stackify.mir
    A llvm/test/DebugInfo/X86/DW_AT_deleted.ll
    M llvm/test/DebugInfo/X86/live-debug-vars-discard-invalid.mir
    A llvm/test/DebugInfo/X86/stack-arg-deref.ll
    A llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll
    A llvm/test/Instrumentation/MemorySanitizer/attributes.ll
    M llvm/test/MC/AMDGPU/gfx10_asm_all.s
    M llvm/test/MC/ARM/arm-load-store-multiple-deprecated.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
    M llvm/test/MC/Mips/expansion-jal-sym-pic.s
    M llvm/test/MC/Mips/macro-dla-pic.s
    M llvm/test/MC/Mips/macro-la-pic.s
    M llvm/test/MC/Mips/macro-li.d.s
    M llvm/test/MC/Mips/macro-li.s.s
    A llvm/test/MC/Mips/private-prefix.s
    M llvm/test/Object/invalid.test
    M llvm/test/Object/objdump-sectionheaders.test
    M llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
    M llvm/test/ObjectYAML/MachO/DWARF2-AddrSize8-FormValues.yaml
    M llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
    M llvm/test/ObjectYAML/MachO/bind_opcode.yaml
    M llvm/test/ObjectYAML/MachO/bogus_load_command.yaml
    M llvm/test/ObjectYAML/MachO/lazy_bind_opcode.yaml
    M llvm/test/ObjectYAML/MachO/out_of_order_linkedit.yaml
    M llvm/test/ObjectYAML/MachO/rebase_opcode.yaml
    M llvm/test/ObjectYAML/MachO/weak_bind_opcode.yaml
    A llvm/test/TableGen/GICombinerEmitter/defs-invalid.td
    A llvm/test/TableGen/GICombinerEmitter/match-invalid.td
    A llvm/test/ThinLTO/X86/Inputs/devirt_available_externally.ll
    A llvm/test/ThinLTO/X86/Inputs/devirt_local_same_guid.ll
    A llvm/test/ThinLTO/X86/Inputs/guid_collision.ll
    A llvm/test/ThinLTO/X86/devirt_available_externally.ll
    A llvm/test/ThinLTO/X86/devirt_local_same_guid.ll
    A llvm/test/ThinLTO/X86/guid_collision.ll
    A llvm/test/ThinLTO/X86/not-internalized.ll
    M llvm/test/ThinLTO/X86/weak_externals.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/mul.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/phi-common-val.ll
    A llvm/test/Transforms/CorrelatedValuePropagation/shl.ll
    A llvm/test/Transforms/EarlyCSE/writeonly.ll
    M llvm/test/Transforms/ExpandMemCmp/X86/memcmp.ll
    M llvm/test/Transforms/FunctionAttrs/align.ll
    M llvm/test/Transforms/FunctionAttrs/arg_nocapture.ll
    M llvm/test/Transforms/FunctionAttrs/arg_returned.ll
    M llvm/test/Transforms/FunctionAttrs/fn_noreturn.ll
    M llvm/test/Transforms/FunctionAttrs/heap_to_stack.ll
    M llvm/test/Transforms/FunctionAttrs/internal-noalias.ll
    M llvm/test/Transforms/FunctionAttrs/liveness.ll
    M llvm/test/Transforms/FunctionAttrs/misc.ll
    M llvm/test/Transforms/FunctionAttrs/new_attributes.ll
    M llvm/test/Transforms/FunctionAttrs/noalias_returned.ll
    M llvm/test/Transforms/FunctionAttrs/nocapture.ll
    M llvm/test/Transforms/FunctionAttrs/nonnull.ll
    M llvm/test/Transforms/FunctionAttrs/noreturn_async.ll
    M llvm/test/Transforms/FunctionAttrs/noreturn_sync.ll
    M llvm/test/Transforms/FunctionAttrs/value-simplify.ll
    M llvm/test/Transforms/IndVarSimplify/eliminate-exit.ll
    M llvm/test/Transforms/IndVarSimplify/loop-predication.ll
    M llvm/test/Transforms/IndVarSimplify/pr38674.ll
    A llvm/test/Transforms/Inline/inline-skip-use-empty-alloca.ll
    M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll
    A llvm/test/Transforms/InstCombine/assume-replacing-call.ll
    M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll
    M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll
    M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sle-to-icmp-sle.ll
    M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll
    M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ule-to-icmp-ule.ll
    M llvm/test/Transforms/InstCombine/conditional-variable-length-signext-after-high-bit-extract.ll
    M llvm/test/Transforms/InstCombine/fmul.ll
    M llvm/test/Transforms/InstCombine/icmp-vec.ll
    M llvm/test/Transforms/InstCombine/mul.ll
    A llvm/test/Transforms/InstCombine/overflow_to_sat.ll
    M llvm/test/Transforms/InstCombine/reuse-constant-from-select-in-icmp.ll
    A llvm/test/Transforms/InstCombine/sadd_sat.ll
    M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
    M llvm/test/Transforms/InstCombine/sign-bit-test-via-right-shifting-all-other-bits.ll
    M llvm/test/Transforms/InstCombine/unordered-fcmp-select.ll
    M llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
    M llvm/test/Transforms/LoopUnroll/peel-loop-conditions.ll
    A llvm/test/Transforms/LoopUnroll/unroll-preserve-scev-lcssa.ll
    M llvm/test/Transforms/LoopVectorize/X86/constant-fold.ll
    M llvm/test/Transforms/LoopVectorize/X86/no_fpmath_with_hotness.ll
    A llvm/test/Transforms/MemCpyOpt/aggregate-type-crash.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add-usat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-fix.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-mul.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub-ssat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub.ll
    M llvm/test/Transforms/SLPVectorizer/X86/bitreverse.ll
    M llvm/test/Transforms/SLPVectorizer/X86/ctlz.ll
    M llvm/test/Transforms/SLPVectorizer/X86/ctpop.ll
    M llvm/test/Transforms/SLPVectorizer/X86/cttz.ll
    M llvm/test/Transforms/SLPVectorizer/X86/different-vec-widths.ll
    M llvm/test/Transforms/SLPVectorizer/X86/pr35497.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-ashr.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-lshr.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-shl.ll
    M llvm/test/Transforms/SLPVectorizer/X86/stores_vectorize.ll
    A llvm/test/tools/llvm-cxxdump/broken-reloc-sec.test
    M llvm/test/tools/llvm-cxxmap/remap.test
    A llvm/test/tools/llvm-dwarfdump/elf-broken-reloc-target.yaml
    M llvm/test/tools/llvm-mca/AArch64/Exynos/direct-branch.s
    M llvm/test/tools/llvm-mca/AArch64/Exynos/extended-register.s
    M llvm/test/tools/llvm-mca/AArch64/Exynos/scheduler-queue-usage.s
    M llvm/test/tools/llvm-mca/AArch64/Exynos/shifted-register.s
    M llvm/test/tools/llvm-objcopy/ELF/add-symbol-no-symtab.test
    M llvm/test/tools/llvm-objcopy/ELF/no-symbol-relocation.test
    A llvm/test/tools/llvm-objcopy/ELF/relocations-no-symtab.test
    M llvm/test/tools/llvm-objcopy/ELF/set-section-alignment.test
    A llvm/test/tools/llvm-objcopy/ELF/strip-preserve-arm-attributes.test
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/min_iphoneos_version_lc.yaml
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/min_macos_version_lc.yaml
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/min_tvos_version_lc.yaml
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/min_watchos_version_lc.yaml
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/strip-all-with-dwarf.yaml
    A llvm/test/tools/llvm-objcopy/MachO/Inputs/strip-all.yaml
    A llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s
    A llvm/test/tools/llvm-objcopy/MachO/min-version-load-commands.test
    A llvm/test/tools/llvm-objcopy/MachO/only-section.test
    A llvm/test/tools/llvm-objcopy/MachO/strip-all.test
    M llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs.test
    M llvm/test/tools/llvm-objdump/relocations-elf.test
    M llvm/test/tools/llvm-profdata/profile-symbol-list.test
    M llvm/test/tools/llvm-profdata/roundtrip.test
    M llvm/test/tools/llvm-profdata/sample-remap.test
    M llvm/test/tools/llvm-readobj/all.test
    M llvm/test/tools/llvm-readobj/elf-invalid-versioning.test
    M llvm/test/tools/llvm-readobj/elf-reloc-negative-addend-no-sym.test
    M llvm/test/tools/llvm-readobj/elf-section-types.test
    M llvm/test/tools/llvm-readobj/gnu-notes.test
    M llvm/test/tools/llvm-readobj/stack-sizes.test
    M llvm/test/tools/llvm-size/elf-sysv.test
    M llvm/test/tools/obj2yaml/basic-minidump.yaml
    A llvm/test/tools/obj2yaml/elf-gnu-hash-section.yaml
    M llvm/test/tools/obj2yaml/elf-ppc64-relocations.yaml
    M llvm/test/tools/obj2yaml/elf-sht-symtab-shndx.yaml
    A llvm/test/tools/obj2yaml/invalid-section-name.yaml
    M llvm/test/tools/obj2yaml/no-symbol-reloc.test
    M llvm/test/tools/obj2yaml/relocation-unsupported-machine.yaml
    M llvm/test/tools/yaml2obj/duplicate-section-names.test
    M llvm/test/tools/yaml2obj/elf-comdat-broken-info.yaml
    M llvm/test/tools/yaml2obj/elf-comdat-broken-members.yaml
    M llvm/test/tools/yaml2obj/elf-comdat-broken.yaml
    A llvm/test/tools/yaml2obj/elf-gnu-hash-section.yaml
    M llvm/test/tools/yaml2obj/elf-override-shname.yaml
    M llvm/test/tools/yaml2obj/elf-override-shoffset.yaml
    M llvm/test/tools/yaml2obj/elf-override-shsize.yaml
    M llvm/test/tools/yaml2obj/implicit-sections-types.test
    M llvm/test/tools/yaml2obj/section-link.yaml
    M llvm/tools/bugpoint-passes/TestPasses.cpp
    M llvm/tools/bugpoint/CrashDebugger.cpp
    M llvm/tools/dsymutil/DwarfStreamer.cpp
    M llvm/tools/lli/CMakeLists.txt
    M llvm/tools/lli/ChildTarget/CMakeLists.txt
    M llvm/tools/lli/RemoteJITUtils.h
    M llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
    M llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
    M llvm/tools/llvm-dwp/llvm-dwp.cpp
    M llvm/tools/llvm-exegesis/lib/Analysis.cpp
    M llvm/tools/llvm-ifs/llvm-ifs.cpp
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
    M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
    M llvm/tools/llvm-mc/Disassembler.cpp
    M llvm/tools/llvm-mc/Disassembler.h
    M llvm/tools/llvm-mc/llvm-mc.cpp
    M llvm/tools/llvm-mca/llvm-mca.cpp
    M llvm/tools/llvm-objcopy/CommonOpts.td
    M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
    M llvm/tools/llvm-objcopy/ELF/Object.cpp
    M llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
    M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
    M llvm/tools/llvm-objcopy/MachO/MachOReader.cpp
    M llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp
    M llvm/tools/llvm-objcopy/MachO/Object.cpp
    M llvm/tools/llvm-objcopy/MachO/Object.h
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
    M llvm/tools/obj2yaml/elf2yaml.cpp
    M llvm/tools/opt/PassPrinters.cpp
    M llvm/tools/opt/PassPrinters.h
    M llvm/tools/opt/opt.cpp
    M llvm/tools/sancov/sancov.cpp
    M llvm/unittests/ADT/APIntTest.cpp
    M llvm/unittests/ADT/SmallSetTest.cpp
    M llvm/unittests/CodeGen/CMakeLists.txt
    M llvm/unittests/CodeGen/MachineInstrTest.cpp
    R llvm/unittests/CodeGen/MachineSizeOptsTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
    M llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt
    R llvm/unittests/ExecutionEngine/JITLink/JITLinkTestCommon.cpp
    R llvm/unittests/ExecutionEngine/JITLink/JITLinkTestCommon.h
    A llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp
    R llvm/unittests/ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp
    M llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/unittests/ExecutionEngine/Orc/QueueChannel.h
    M llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
    M llvm/unittests/IR/AttributesTest.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp
    M llvm/unittests/IR/DataLayoutTest.cpp
    M llvm/unittests/IR/IRBuilderTest.cpp
    M llvm/unittests/IR/InstructionsTest.cpp
    M llvm/unittests/IR/LegacyPassManagerTest.cpp
    M llvm/unittests/IR/ModuleTest.cpp
    M llvm/unittests/IR/PatternMatch.cpp
    M llvm/unittests/MC/DwarfLineTables.cpp
    M llvm/unittests/MC/MCInstPrinter.cpp
    M llvm/unittests/Support/AlignmentTest.cpp
    M llvm/unittests/Support/CMakeLists.txt
    M llvm/unittests/Support/FileOutputBufferTest.cpp
    M llvm/unittests/Support/Host.cpp
    R llvm/unittests/Support/SignalsTest.cpp
    M llvm/unittests/Support/TargetParserTest.cpp
    M llvm/unittests/Support/Threading.cpp
    M llvm/unittests/Support/YAMLIOTest.cpp
    A llvm/unittests/Target/X86/CMakeLists.txt
    A llvm/unittests/Target/X86/MachineSizeOptsTest.cpp
    M llvm/unittests/Transforms/Scalar/CMakeLists.txt
    A llvm/unittests/Transforms/Scalar/LICMTest.cpp
    M llvm/utils/TableGen/GICombinerEmitter.cpp
    M llvm/utils/TableGen/RegisterInfoEmitter.cpp
    M llvm/utils/TableGen/SequenceToOffsetTable.h
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/extract_symbols.py
    M llvm/utils/git-svn/git-llvm
    M llvm/utils/gn/build/sync_source_lists_from_cmake.py
    M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
    M llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
    M llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Tooling/DependencyScanning/BUILD.gn
    M llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
    M llvm/utils/gn/secondary/lld/Common/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
    A llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/OrcError/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
    A llvm/utils/gn/secondary/llvm/lib/Transforms/CFGuard/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/JITLink/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
    A llvm/utils/gn/secondary/llvm/unittests/Target/X86/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Transforms/Scalar/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn
    M llvm/utils/lit/lit.py
    M llvm/utils/lit/lit/LitTestCase.py
    M llvm/utils/lit/lit/ProgressBar.py
    M llvm/utils/lit/lit/Test.py
    M llvm/utils/lit/lit/TestRunner.py
    A llvm/utils/lit/lit/builtin_commands/diff.py
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/display.py
    M llvm/utils/lit/lit/llvm/config.py
    M llvm/utils/lit/lit/main.py
    M llvm/utils/lit/lit/run.py
    M llvm/utils/lit/lit/util.py
    M llvm/utils/lit/lit/worker.py
    M llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt
    R llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt
    A llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt
    A llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt
    A llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt
    R llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified-error-0.txt
    R llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified-error-1.txt
    M llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified.txt
    A llvm/utils/lit/tests/Inputs/shtest-shell/stdout-encoding.txt
    M llvm/utils/lit/tests/lit.cfg
    M llvm/utils/lit/tests/max-failures.py
    M llvm/utils/lit/tests/shtest-shell.py
    M llvm/utils/update_analyze_test_checks.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_mir_test_checks.py
    M llvm/utils/update_test_checks.py
    M openmp/libomptarget/deviceRTLs/interface.h
    M openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
    M openmp/libomptarget/deviceRTLs/nvptx/src/cancel.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/critical.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/debug.h
    A openmp/libomptarget/deviceRTLs/nvptx/src/device_environment.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/libcall.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/omp_data.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
    R openmp/libomptarget/deviceRTLs/nvptx/src/option.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/parallel.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/reduction.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/state-queue.h
    A openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/support.h
    R openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/sync.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
    A openmp/libomptarget/deviceRTLs/nvptx/unity.cu
    M openmp/runtime/src/kmp_ftn_entry.h
    M openmp/runtime/src/kmp_taskdeps.cpp
    M openmp/runtime/src/kmp_wrapper_getpid.h
    M openmp/runtime/src/z_Linux_util.cpp
    M openmp/www/index.html
    M polly/lib/Analysis/ScopBuilder.cpp
    M polly/lib/Analysis/ScopDetection.cpp
    M polly/www/changelog.html
    M polly/www/documentation.html
    M polly/www/get_started.html
    M polly/www/index.html
    M polly/www/performance.html
    M polly/www/phonecall.html
    M polly/www/projects.html
    M polly/www/publications.html
    M polly/www/todo.html

  Log Message:
  -----------
  more


  Commit: d209df313fd351e08423d0f6f2b9513cfe8ea6a5
      https://github.com/llvm/llvm-project/commit/d209df313fd351e08423d0f6f2b9513cfe8ea6a5
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  more


  Commit: a2d2da3dfe380e7cd23769d897eaffdc753ed825
      https://github.com/llvm/llvm-project/commit/a2d2da3dfe380e7cd23769d897eaffdc753ed825
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    A clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.cpp
    A clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
    M clang-tools-extra/clang-tidy/utils/TypeTraits.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/performance-trivially-destructible.rst
    A clang-tools-extra/test/clang-tidy/checkers/performance-trivially-destructible.cpp
    A clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/Sanitizers.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    A clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/file1.c
    A clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory2/file2.c
    A clang/test/Analysis/scan-build/Inputs/single_null_dereference.c
    A clang/test/Analysis/scan-build/exclude_directories.test
    A clang/test/Analysis/scan-build/help.test
    A clang/test/Analysis/scan-build/html_output.test
    A clang/test/Analysis/scan-build/plist_html_output.test
    A clang/test/Analysis/scan-build/plist_output.test
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    M clang/test/ClangScanDeps/error.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    M clang/test/CodeGen/address-space.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-no-inline-line-tables.c
    M clang/test/CodeGen/dwarf-version.c
    A clang/test/CodeGen/mnop-mcount.c
    M clang/test/CodeGen/ms-inline-asm.c
    M clang/test/CodeGen/pragma-detect_mismatch.c
    A clang/test/CodeGenCUDA/ms-linker-options.cu
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    A clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/Driver/darwin-ld.c
    A clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/x86-target-features.c
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/microsoft-ext.c
    M clang/test/SemaCXX/dynamic-cast.cpp
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/instantiate-cast.cpp
    M clang/test/lit.cfg.py
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_interface.inc
    M compiler-rt/lib/asan/asan_interface_internal.h
    M compiler-rt/lib/asan/asan_malloc_win.cpp
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingRuntime.cpp
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    A compiler-rt/test/asan/TestCases/asan_update_allocation.cpp
    M compiler-rt/test/msan/iconv.cpp
    A compiler-rt/test/profile/ContinuousSyncMode/basic.c
    A compiler-rt/test/profile/ContinuousSyncMode/darwin-proof-of-concept.c
    A compiler-rt/test/profile/ContinuousSyncMode/lit.local.cfg.py
    A compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
    A compiler-rt/test/profile/ContinuousSyncMode/pid-substitution.c
    A compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
    A compiler-rt/test/profile/ContinuousSyncMode/set-filename.c
    M compiler-rt/test/profile/instrprof-write-file.c
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp
    M debuginfo-tests/dexter-tests/asan-deque.cpp
    M debuginfo-tests/dexter-tests/asan.c
    M debuginfo-tests/dexter-tests/ctor.cpp
    M debuginfo-tests/dexter-tests/dbg-arg.c
    M debuginfo-tests/dexter-tests/nrvo-string.cpp
    M debuginfo-tests/dexter-tests/stack-var.c
    M debuginfo-tests/dexter-tests/vla.c
    M debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    M debuginfo-tests/dexter/dex/utils/UnitTests.py
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/help/help.test
    M debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    M debuginfo-tests/dexter/feature_tests/unittests/run.test
    M debuginfo-tests/lit.cfg.py
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/docs/build_system.rst
    A libc/docs/redirectors.rst
    A libc/docs/redirectors_schematic.svg
    M libc/lib/CMakeLists.txt
    M libc/src/CMakeLists.txt
    A libc/src/math/CMakeLists.txt
    A libc/src/math/round/CMakeLists.txt
    A libc/src/math/round/round.cpp
    A libc/src/math/round/round.h
    A libc/src/math/round/round_redirector.cpp
    M libcxx/CMakeLists.txt
    M libcxx/include/numeric
    M libcxx/utils/libcxx/test/config.py
    M libcxxabi/src/cxa_demangle.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libunwind/src/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Writer.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/test/COFF/long-section-name.test
    A lld/test/ELF/arm-exidx-empty-fn.s
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/ExpressionParser.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/regions-linux-map.yaml
    M lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
    M lldb/scripts/Python/python-wrapper.swig
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    A lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
    A lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/test/Shell/Minidump/memory-region-from-module.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-calling-conv.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/docs/LangRef.rst
    A llvm/docs/MemTagSanitizer.rst
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/Analysis/AliasSetTracker.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/LivePhysRegs.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineScheduler.h
    M llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/TargetSchedule.h
    M llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/CallSite.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/Instruction.def
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/Remarks/Remark.h
    M llvm/include/llvm/Remarks/RemarkFormat.h
    A llvm/include/llvm/Remarks/RemarkLinker.h
    M llvm/include/llvm/Support/LineIterator.h
    M llvm/include/llvm/Support/TargetRegistry.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
    M llvm/lib/CodeGen/ExpandReductions.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/HardwareLoops.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SwitchLoweringUtils.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetSubtargetInfo.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/Demangle/ItaniumDemangle.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Instruction.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/Remarks/CMakeLists.txt
    M llvm/lib/Remarks/RemarkFormat.cpp
    A llvm/lib/Remarks/RemarkLinker.cpp
    M llvm/lib/Support/ARMAttributeParser.cpp
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
    M llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/AMDGPU/VOPCInstructions.td
    M llvm/lib/Target/ARM/A15SDOptimizer.cpp
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMCallingConv.cpp
    M llvm/lib/Target/ARM/ARMCallingConv.td
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrNEON.td
    M llvm/lib/Target/ARM/ARMSubtarget.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
    M llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td
    M llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
    M llvm/lib/Target/Mips/MicroMipsInstrFPU.td
    M llvm/lib/Target/Mips/MicroMipsInstrInfo.td
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/Mips16InstrInfo.cpp
    M llvm/lib/Target/Mips/Mips16InstrInfo.h
    M llvm/lib/Target/Mips/Mips16InstrInfo.td
    M llvm/lib/Target/Mips/Mips32r6InstrInfo.td
    M llvm/lib/Target/Mips/Mips64InstrInfo.td
    M llvm/lib/Target/Mips/Mips64r6InstrInfo.td
    M llvm/lib/Target/Mips/MipsAsmPrinter.cpp
    M llvm/lib/Target/Mips/MipsCallLowering.cpp
    M llvm/lib/Target/Mips/MipsCallingConv.td
    M llvm/lib/Target/Mips/MipsCondMov.td
    M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
    M llvm/lib/Target/Mips/MipsDSPInstrInfo.td
    M llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
    M llvm/lib/Target/Mips/MipsExpandPseudo.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsInstrFPU.td
    M llvm/lib/Target/Mips/MipsInstrInfo.cpp
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsInstructionSelector.cpp
    M llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
    M llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
    M llvm/lib/Target/Mips/MipsSEInstrInfo.h
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/PPC.h
    A llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/SystemZ/SystemZCallingConv.h
    M llvm/lib/Target/SystemZ/SystemZCallingConv.td
    M llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
    M llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
    M llvm/lib/Target/TargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISD.def
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/X86/AsmParser/X86Operand.h
    M llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86AsmPrinter.h
    M llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
    M llvm/lib/Target/X86/X86FixupLEAs.cpp
    M llvm/lib/Target/X86/X86FixupSetCC.cpp
    M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
    M llvm/lib/Target/X86/X86FloatingPoint.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
    M llvm/lib/Target/X86/X86InstrFPStack.td
    M llvm/lib/Target/X86/X86InstrFormats.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrMMX.td
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86OptimizeLEAs.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86RetpolineThunks.cpp
    M llvm/lib/Target/X86/X86ScheduleAtom.td
    M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
    M llvm/lib/Target/X86/X86Subtarget.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/X86/X86VZeroUpper.cpp
    M llvm/lib/Target/X86/X86WinAllocaExpander.cpp
    M llvm/lib/Target/X86/X86WinEHState.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/test/Analysis/CostModel/X86/reduce-and.ll
    M llvm/test/Analysis/CostModel/X86/reduce-or.ll
    M llvm/test/Bindings/OCaml/core.ml
    M llvm/test/Bindings/llvm-c/echo.ll
    A llvm/test/Bindings/llvm-c/freeze.ll
    M llvm/test/Bitcode/compatibility.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-diff-scope-same-key.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-non-leaf.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-regsave.mir
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-diff-key.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-a.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-b.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-subtarget.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll
    R llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-v8-3.ll
    M llvm/test/CodeGen/AArch64/merge-store-dependency.ll
    M llvm/test/CodeGen/AArch64/sadd_sat.ll
    M llvm/test/CodeGen/AArch64/sadd_sat_vec.ll
    A llvm/test/CodeGen/AArch64/space.ll
    M llvm/test/CodeGen/AArch64/ssub_sat.ll
    M llvm/test/CodeGen/AArch64/ssub_sat_vec.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith.ll
    M llvm/test/CodeGen/AArch64/uadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/usub_sat_vec.ll
    M llvm/test/CodeGen/AMDGPU/computeNumSignBits-mul.ll
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-ldm-wrback.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-ldm.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-stm-wrback.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-stm.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-vldm-wrback.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-vldm.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-vstm-wrback.ll
    M llvm/test/CodeGen/ARM/cortex-a57-misched-vstm.ll
    M llvm/test/CodeGen/ARM/memcpy-ldm-stm.ll
    A llvm/test/CodeGen/ARM/postrasched.ll
    M llvm/test/CodeGen/ARM/thumb1_return_sequence.ll
    M llvm/test/CodeGen/ARM/useaa.ll
    M llvm/test/CodeGen/ARM/va_arg.ll
    M llvm/test/CodeGen/ARM/vrev.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-1.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-2.ll
    A llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-4.ll
    M llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
    M llvm/test/CodeGen/Mips/inlineasm-constraint-reg64.ll
    A llvm/test/CodeGen/PowerPC/lower-massv-attr.ll
    A llvm/test/CodeGen/PowerPC/lower-massv.ll
    A llvm/test/CodeGen/PowerPC/pr38899-split-register-at-spill.mir
    A llvm/test/CodeGen/RISCV/disjoint.ll
    A llvm/test/CodeGen/RISCV/get-register-invalid.ll
    A llvm/test/CodeGen/RISCV/get-register-noreserve.ll
    A llvm/test/CodeGen/RISCV/get-register-reserve.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-01.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-02.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-03.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-04.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-05.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-06.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-07.ll
    A llvm/test/CodeGen/SystemZ/la-05.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll
    A llvm/test/CodeGen/Thumb2/mve-shufflemov.ll
    M llvm/test/CodeGen/WebAssembly/simd-comparisons.ll
    M llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
    A llvm/test/CodeGen/WebAssembly/simd-load-splat.ll
    A llvm/test/CodeGen/WinCFGuard/cfguard-cast.ll
    M llvm/test/CodeGen/X86/avx-intel-ocl.ll
    M llvm/test/CodeGen/X86/avx-vzeroupper.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/avx512-mask-op.ll
    M llvm/test/CodeGen/X86/avx512-regcall-NoMask.ll
    M llvm/test/CodeGen/X86/avx512-vselect.ll
    A llvm/test/CodeGen/X86/dbg-value-func-arg.ll
    M llvm/test/CodeGen/X86/known-signbits-vector.ll
    M llvm/test/CodeGen/X86/leaFixup64.mir
    M llvm/test/CodeGen/X86/madd.ll
    M llvm/test/CodeGen/X86/masked_compressstore.ll
    M llvm/test/CodeGen/X86/masked_expandload.ll
    M llvm/test/CodeGen/X86/memcmp-more-load-pairs.ll
    M llvm/test/CodeGen/X86/memcmp-optsize.ll
    M llvm/test/CodeGen/X86/memcmp.ll
    M llvm/test/CodeGen/X86/midpoint-int-vec-256.ll
    A llvm/test/CodeGen/X86/mmx-reg-usage.ll
    M llvm/test/CodeGen/X86/movmsk-cmp.ll
    M llvm/test/CodeGen/X86/pr29112.ll
    M llvm/test/CodeGen/X86/pr34080-2.ll
    A llvm/test/CodeGen/X86/pr43866.ll
    M llvm/test/CodeGen/X86/sad.ll
    M llvm/test/CodeGen/X86/shrink_vmul.ll
    M llvm/test/CodeGen/X86/uadd_sat_vec.ll
    M llvm/test/CodeGen/X86/vec_smulo.ll
    M llvm/test/CodeGen/X86/vec_umulo.ll
    M llvm/test/CodeGen/X86/vector-fshl-256.ll
    M llvm/test/CodeGen/X86/vector-fshl-512.ll
    M llvm/test/CodeGen/X86/vector-fshl-rot-256.ll
    M llvm/test/CodeGen/X86/vector-fshl-rot-512.ll
    M llvm/test/CodeGen/X86/vector-fshr-256.ll
    M llvm/test/CodeGen/X86/vector-fshr-512.ll
    M llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
    M llvm/test/CodeGen/X86/vector-fshr-rot-512.ll
    M llvm/test/CodeGen/X86/vector-idiv-sdiv-256.ll
    M llvm/test/CodeGen/X86/vector-idiv-sdiv-512.ll
    M llvm/test/CodeGen/X86/vector-idiv-udiv-512.ll
    M llvm/test/CodeGen/X86/vector-rotate-256.ll
    M llvm/test/CodeGen/X86/vector-rotate-512.ll
    M llvm/test/CodeGen/X86/vector-shift-by-select-loop.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining.ll
    M llvm/test/CodeGen/X86/vector-trunc-math.ll
    M llvm/test/CodeGen/X86/vector-trunc-packus.ll
    M llvm/test/CodeGen/X86/x86-interleaved-access.ll
    A llvm/test/CodeGen/X86/x87-reg-usage.mir
    M llvm/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll
    R llvm/test/Instrumentation/HWAddressSanitizer/lazy-thread-init.ll
    M llvm/test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
    M llvm/test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
    M llvm/test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
    M llvm/test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
    A llvm/test/MC/Disassembler/Mips/octeon/valid-el.txt
    A llvm/test/MC/Disassembler/Mips/octeon/valid.txt
    A llvm/test/MC/Mips/cnmips/valid.s
    R llvm/test/MC/Mips/octeon-instructions.s
    M llvm/test/MC/SystemZ/insn-bad.s
    M llvm/test/MC/WebAssembly/simd-encodings.s
    A llvm/test/MachineVerifier/live-ins-01.mir
    A llvm/test/MachineVerifier/live-ins-02.mir
    A llvm/test/MachineVerifier/live-ins-03.mir
    M llvm/test/Object/invalid.test
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/opt-O2-pipeline.ll
    M llvm/test/Other/opt-O3-pipeline.ll
    M llvm/test/Other/opt-Os-pipeline.ll
    M llvm/test/Other/pass-pipelines.ll
    A llvm/test/Other/unroll-sroa.ll
    A llvm/test/TableGen/GlobalISelEmitterVariadic.td
    M llvm/test/ThinLTO/X86/Inputs/guid_collision.ll
    M llvm/test/ThinLTO/X86/guid_collision.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/select.ll
    M llvm/test/Transforms/FunctionAttrs/align.ll
    M llvm/test/Transforms/FunctionAttrs/arg_nocapture.ll
    M llvm/test/Transforms/FunctionAttrs/arg_returned.ll
    M llvm/test/Transforms/FunctionAttrs/callbacks.ll
    M llvm/test/Transforms/FunctionAttrs/dereferenceable.ll
    M llvm/test/Transforms/FunctionAttrs/fn_noreturn.ll
    M llvm/test/Transforms/FunctionAttrs/heap_to_stack.ll
    M llvm/test/Transforms/FunctionAttrs/internal-noalias.ll
    M llvm/test/Transforms/FunctionAttrs/liveness.ll
    M llvm/test/Transforms/FunctionAttrs/misc.ll
    M llvm/test/Transforms/FunctionAttrs/new_attributes.ll
    M llvm/test/Transforms/FunctionAttrs/noalias_returned.ll
    M llvm/test/Transforms/FunctionAttrs/nocapture.ll
    M llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
    M llvm/test/Transforms/FunctionAttrs/nonnull.ll
    M llvm/test/Transforms/FunctionAttrs/norecurse.ll
    M llvm/test/Transforms/FunctionAttrs/noreturn_async.ll
    M llvm/test/Transforms/FunctionAttrs/noreturn_sync.ll
    M llvm/test/Transforms/FunctionAttrs/nosync.ll
    M llvm/test/Transforms/FunctionAttrs/nounwind.ll
    M llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll
    M llvm/test/Transforms/FunctionAttrs/readattrs.ll
    M llvm/test/Transforms/FunctionAttrs/value-simplify.ll
    M llvm/test/Transforms/FunctionAttrs/willreturn.ll
    M llvm/test/Transforms/HardwareLoops/ARM/structure.ll
    A llvm/test/Transforms/IPConstantProp/PR43857.ll
    M llvm/test/Transforms/IPConstantProp/multiple_callbacks.ll
    M llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
    M llvm/test/Transforms/InferFunctionAttrs/dereferenceable.ll
    A llvm/test/Transforms/Inline/no-inline-line-tables.ll
    M llvm/test/Transforms/InstCombine/clamp-to-minmax.ll
    M llvm/test/Transforms/InstCombine/known-non-zero.ll
    M llvm/test/Transforms/InstCombine/minmax-fold.ll
    M llvm/test/Transforms/InstCombine/minmax-fp.ll
    M llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-a.ll
    M llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-b.ll
    M llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-c.ll
    M llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-d.ll
    M llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-e.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-a.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-b.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-c.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-d.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-e.ll
    M llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-f.ll
    M llvm/test/Transforms/InstCombine/unordered-fcmp-select.ll
    M llvm/test/Transforms/InstSimplify/fcmp-select.ll
    M llvm/test/Transforms/InstSimplify/known-non-zero.ll
    M llvm/test/Transforms/JumpThreading/bb-unreachable-from-entry.ll
    M llvm/test/Transforms/JumpThreading/header-succ.ll
    M llvm/test/Transforms/JumpThreading/induction.ll
    M llvm/test/Transforms/LICM/hoist-mustexec.ll
    R llvm/test/Transforms/LoopIdiom/bcmp-basic.ll
    R llvm/test/Transforms/LoopIdiom/bcmp-debugify-remarks.ll
    R llvm/test/Transforms/LoopIdiom/bcmp-negative-tests.ll
    R llvm/test/Transforms/LoopIdiom/bcmp-widening.ll
    M llvm/test/Transforms/LoopUnroll/peel-loop-conditions.ll
    A llvm/test/Transforms/LoopVectorize/X86/interleave_short_tc.ll
    A llvm/test/Transforms/LoopVectorize/first-order-recurrence-complex.ll
    M llvm/test/Transforms/MergeFunc/inline-asm.ll
    M llvm/test/Transforms/SLPVectorizer/X86/PR34635.ll
    M llvm/test/Transforms/SLPVectorizer/X86/PR35777.ll
    M llvm/test/Transforms/SLPVectorizer/X86/crash_gep.ll
    A llvm/test/Transforms/SLPVectorizer/X86/jumbled_store_crash.ll
    M llvm/test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.ll
    M llvm/test/Transforms/SLPVectorizer/X86/store-jumbled.ll
    M llvm/test/Transforms/SLPVectorizer/X86/stores_vectorize.ll
    A llvm/test/Transforms/SimplifyCFG/wc-widen-block.ll
    M llvm/test/tools/dsymutil/Inputs/basic1.c
    A llvm/test/tools/dsymutil/Inputs/remarks/basic.macho.remarks.x86_64
    A llvm/test/tools/dsymutil/Inputs/remarks/basic1.macho.remarks.x86_64.o
    A llvm/test/tools/dsymutil/Inputs/remarks/basic1.macho.remarks.x86_64.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/basic2.macho.remarks.x86_64.o
    A llvm/test/tools/dsymutil/Inputs/remarks/basic2.macho.remarks.x86_64.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/basic3.macho.remarks.x86_64.o
    A llvm/test/tools/dsymutil/Inputs/remarks/basic3.macho.remarks.x86_64.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.i386.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86.c
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86.o
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86_64.opt.bitstream
    A llvm/test/tools/dsymutil/Inputs/remarks/fat.macho.remarks.x86_64h.opt.bitstream
    M llvm/test/tools/dsymutil/X86/basic-linking-bundle.test
    A llvm/test/tools/dsymutil/X86/remarks-linking-bundle.test
    A llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test
    M llvm/test/tools/dsymutil/cmdline.test
    A llvm/test/tools/llvm-ar/mri-nonascii.test
    R llvm/test/tools/llvm-ar/mri-utf8.test
    A llvm/test/tools/llvm-dwarfdump/X86/debug_loclists.s
    A llvm/test/tools/llvm-mca/AArch64/Exynos/zero-latency-move.s
    M llvm/test/tools/llvm-profdata/Inputs/c-general.profraw
    M llvm/test/tools/llvm-profdata/Inputs/compressed.profraw
    M llvm/test/tools/llvm-profdata/c-general.test
    M llvm/test/tools/llvm-profdata/malformed-ptr-to-counter-array.test
    M llvm/test/tools/llvm-profdata/raw-32-bits-be.test
    M llvm/test/tools/llvm-profdata/raw-32-bits-le.test
    M llvm/test/tools/llvm-profdata/raw-64-bits-be.test
    M llvm/test/tools/llvm-profdata/raw-64-bits-le.test
    M llvm/test/tools/llvm-profdata/raw-two-profiles.test
    A llvm/test/tools/llvm-readobj/elf-section-symbols.test
    M llvm/test/tools/llvm-readobj/elf-symbol-shndx.test
    M llvm/test/tools/yaml2obj/dynamic-symbols.yaml
    M llvm/test/tools/yaml2obj/elf-sht-symtab-shndx.yaml
    M llvm/tools/dsymutil/CMakeLists.txt
    M llvm/tools/dsymutil/DwarfLinker.cpp
    M llvm/tools/dsymutil/LinkUtils.h
    M llvm/tools/dsymutil/Options.td
    M llvm/tools/dsymutil/dsymutil.cpp
    M llvm/tools/llvm-ar/llvm-ar.cpp
    M llvm/tools/llvm-c-test/echo.cpp
    M llvm/tools/llvm-config/CMakeLists.txt
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/unittests/CodeGen/MachineInstrTest.cpp
    M llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
    M llvm/unittests/Remarks/CMakeLists.txt
    A llvm/unittests/Remarks/RemarksLinkingTest.cpp
    M llvm/unittests/Support/TargetParserTest.cpp
    M llvm/unittests/Target/X86/CMakeLists.txt
    M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
    M llvm/utils/TableGen/GlobalISelEmitter.cpp
    M llvm/utils/UpdateTestChecks/asm.py
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/gn/build/toolchain/BUILD.gn
    M llvm/utils/gn/build/toolchain/target_flags.gni
    M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/target.gni
    M llvm/utils/gn/secondary/llvm/lib/Remarks/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/AsmParser/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/AsmParser/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
    M llvm/utils/gn/secondary/llvm/triples.gni
    M llvm/utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Target/X86/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn
    M llvm/utils/lit/lit/ProgressBar.py
    M llvm/utils/lit/lit/TestRunner.py
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/display.py
    M llvm/utils/lit/lit/llvm/config.py
    M llvm/utils/lit/lit/main.py
    M llvm/utils/lit/lit/run.py
    A llvm/utils/lit/tests/Inputs/shtest-env/env-args-nested-none.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-cd.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-colon.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-echo.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-env.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-export.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-mkdir.txt
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-rm.txt
    M llvm/utils/lit/tests/selecting.py
    M llvm/utils/lit/tests/shtest-env.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_mir_test_checks.py
    M llvm/utils/update_test_checks.py
    A openmp/libomptarget/deviceRTLs/amdgcn/src/amdgcn_interface.h
    A openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
    M openmp/libomptarget/deviceRTLs/interface.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/debug.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/libcall.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp

  Log Message:
  -----------
  merge master


  Commit: 81ae246406974630822d9c5657d9bd3bfe2645f6
      https://github.com/llvm/llvm-project/commit/81ae246406974630822d9c5657d9bd3bfe2645f6
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/MSP430/shift-amount-threshold.ll

  Log Message:
  -----------
  typo


  Commit: a91ff92c4d629d5c19b1b27ecd7abbef28c126a6
      https://github.com/llvm/llvm-project/commit/a91ff92c4d629d5c19b1b27ecd7abbef28c126a6
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    A clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    A clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    A clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/UsersManual.rst
    M clang/docs/tools/dump_format_style.py
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    R clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/file1.c
    R clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory2/file2.c
    R clang/test/Analysis/scan-build/Inputs/single_null_dereference.c
    R clang/test/Analysis/scan-build/exclude_directories.test
    R clang/test/Analysis/scan-build/help.test
    R clang/test/Analysis/scan-build/html_output.test
    R clang/test/Analysis/scan-build/plist_html_output.test
    R clang/test/Analysis/scan-build/plist_output.test
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p20.cpp
    M clang/test/CodeGen/aarch64-neon-2velem.c
    A clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/fpconstrained.c
    A clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-visibility.cu
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/bin/riscv32-unknown-elf-ld
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crtbegin.o
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crtend.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/bin/riscv64-unknown-elf-ld
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crtbegin.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crtend.o
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/fast-math.c
    A clang/test/Driver/fp-model.c
    M clang/test/Driver/mips-abi.c
    M clang/test/Driver/mips-as.c
    A clang/test/Driver/riscv32-toolchain-extra.c
    A clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/requires_codegen.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/x86_target_features.c
    A clang/test/Sema/arm-mve-immediates.c
    M clang/test/SemaCXX/warn-char-subscripts.cpp
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/lit.cfg.py
    M clang/tools/clang-format/CMakeLists.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format.el
    M clang/tools/driver/CMakeLists.txt
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/dexter/dex/builder/Builder.py
    M debuginfo-tests/dexter/dex/builder/scripts/windows/clang.bat
    M debuginfo-tests/dexter/feature_tests/lit.local.cfg
    M libcxx/include/__config
    M libcxx/include/algorithm
    M libcxx/include/iterator
    M libcxx/include/random
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp
    M libcxx/test/support/test_iterators.h
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/user_defined_integral.h
    M libcxx/utils/generate_feature_test_macro_components.py
    M libunwind/src/CMakeLists.txt
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/docs/resources/bots.rst
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/STLUtils.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/Symtab.h
    A lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/TestDumpSymtabDemangle.py
    A lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/a.yaml
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/macosx/add-dsym/Makefile
    M lldb/source/API/SBTarget.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectCommands.h
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectSource.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/lit.cfg.py
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
    A lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/driver/CMakeLists.txt
    M lldb/tools/lldb-vscode/CMakeLists.txt
    M lldb/unittests/Core/MangledTest.cpp
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/DebuggingJITedCode.rst
    M llvm/docs/GlobalISel/GMIR.rst
    A llvm/docs/GlobalISel/GenericOpcode.rst
    A llvm/docs/GlobalISel/KnownBits.rst
    M llvm/docs/GlobalISel/Pipeline.rst
    A llvm/docs/GlobalISel/block-extract.png
    M llvm/docs/GlobalISel/index.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/MIRLangRef.rst
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/DFAPacketizer.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/MachineOutliner.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/SampleProfWriter.h
    M llvm/include/llvm/Support/Automaton.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Transforms/Scalar/GVN.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/lib/Analysis/GuardUtils.cpp
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/DFAPacketizer.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.h
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
    M llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/Windows/Threading.inc
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
    M llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/Mips64InstrInfo.td
    M llvm/lib/Target/Mips/MipsCallLowering.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsInstrFormats.td
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsInstructionSelector.cpp
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
    M llvm/lib/Target/Mips/MipsScheduleGeneric.td
    M llvm/lib/Target/Mips/MipsScheduleP5600.td
    M llvm/lib/Target/Mips/MipsSubtarget.cpp
    M llvm/lib/Target/Mips/MipsSubtarget.h
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86CmovConversion.cpp
    M llvm/lib/Target/X86/X86DomainReassignment.cpp
    M llvm/lib/Target/X86/X86EvexToVex.cpp
    M llvm/lib/Target/X86/X86ExpandPseudo.cpp
    M llvm/lib/Target/X86/X86FixupBWInsts.cpp
    M llvm/lib/Target/X86/X86FloatingPoint.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InstructionSelector.cpp
    M llvm/lib/Target/X86/X86LegalizerInfo.cpp
    M llvm/lib/Target/X86/X86ScheduleSLM.td
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/GuardWidening.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopPredication.cpp
    M llvm/lib/Transforms/Scalar/NewGVN.cpp
    M llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Analysis/CostModel/AMDGPU/add-sub.ll
    M llvm/test/Analysis/CostModel/AMDGPU/addrspacecast.ll
    M llvm/test/Analysis/CostModel/AMDGPU/bit-ops.ll
    M llvm/test/Analysis/CostModel/AMDGPU/fadd.ll
    M llvm/test/Analysis/CostModel/AMDGPU/fdiv.ll
    M llvm/test/Analysis/CostModel/AMDGPU/fmul.ll
    M llvm/test/Analysis/CostModel/AMDGPU/fsub.ll
    M llvm/test/Analysis/CostModel/AMDGPU/mul.ll
    M llvm/test/Analysis/CostModel/AMDGPU/shifts.ll
    M llvm/test/Analysis/CostModel/AMDGPU/shufflevector.ll
    M llvm/test/Analysis/CostModel/X86/reduce-add.ll
    M llvm/test/Analysis/CostModel/X86/reduction.ll
    M llvm/test/Bitcode/summary_version.ll
    M llvm/test/Bitcode/thinlto-deadstrip-flag.ll
    M llvm/test/Bitcode/thinlto-synthetic-count-flag.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-gep.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-cse.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/combiner-load-store-indexing.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/inline-memset.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/inline-small-memcpy.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/integration-shuffle-vector.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
    R llvm/test/CodeGen/AArch64/GlobalISel/legalize-gep.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-ptr-add.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-combiner.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/load-addressing-modes.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-load.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/store-addressing-modes.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/translate-gep.ll
    M llvm/test/CodeGen/AArch64/O0-pipeline.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/AArch64/aarch64-smull.ll
    A llvm/test/CodeGen/AArch64/arm64-preserve-most.ll
    A llvm/test/CodeGen/AArch64/bti-branch-relaxation.ll
    M llvm/test/CodeGen/AArch64/merge-store-dependency.ll
    M llvm/test/CodeGen/AArch64/sve-int-arith-pred.ll
    A llvm/test/CodeGen/AArch64/sve-int-div-pred.ll
    A llvm/test/CodeGen/AArch64/sve-int-log-pred.ll
    A llvm/test/CodeGen/AArch64/sve-int-mad-pred.ll
    A llvm/test/CodeGen/AArch64/sve-int-mul-pred.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgpu-atomic-cmpxchg-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-atomic-cmpxchg-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-atomicrmw-fadd-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-atomicrmw-xchg-local.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-gep.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-atomic-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-atomic-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-atomic-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-smrd.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptr-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-addrspacecast.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant-32bit.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ptr-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-gep.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-load.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptr-add.mir
    M llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
    A llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-load-store.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-vfp4.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
    M llvm/test/CodeGen/ARM/GlobalISel/irtranslator-varargs-lowering.ll
    M llvm/test/CodeGen/ARM/GlobalISel/thumb-select-load-store.mir
    A llvm/test/CodeGen/MIR/X86/instr-heap-alloc-operands.mir
    M llvm/test/CodeGen/Mips/GlobalISel/instruction-select/load_store_fold.mir
    M llvm/test/CodeGen/Mips/GlobalISel/instruction-select/stack_args.mir
    M llvm/test/CodeGen/Mips/GlobalISel/instruction-select/var_arg.mir
    M llvm/test/CodeGen/Mips/GlobalISel/irtranslator/aggregate_struct_return.ll
    M llvm/test/CodeGen/Mips/GlobalISel/irtranslator/extend_args.ll
    M llvm/test/CodeGen/Mips/GlobalISel/irtranslator/sret_pointer.ll
    M llvm/test/CodeGen/Mips/GlobalISel/irtranslator/stack_args.ll
    M llvm/test/CodeGen/Mips/GlobalISel/irtranslator/var_arg.ll
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/dyn_stackalloc.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/stack_args.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/var_arg.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/load.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/long_ambiguous_chain_s32.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/long_ambiguous_chain_s64.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/store.mir
    M llvm/test/CodeGen/Mips/GlobalISel/regbankselect/var_arg.mir
    A llvm/test/CodeGen/Mips/constraint-empty.ll
    M llvm/test/CodeGen/PowerPC/extract-and-store.ll
    M llvm/test/CodeGen/PowerPC/f128-aggregates.ll
    A llvm/test/CodeGen/PowerPC/instr-properties.ll
    M llvm/test/CodeGen/PowerPC/vec_conv_fp32_to_i64_elts.ll
    M llvm/test/CodeGen/PowerPC/vec_conv_i16_to_fp64_elts.ll
    M llvm/test/CodeGen/PowerPC/vec_conv_i64_to_fp32_elts.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/scatter-gather.ll
    A llvm/test/CodeGen/Thumb2/mve-multivec-spill.ll
    R llvm/test/CodeGen/X86/GlobalISel/gep.ll
    M llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
    R llvm/test/CodeGen/X86/GlobalISel/legalize-gep.mir
    M llvm/test/CodeGen/X86/GlobalISel/legalize-memop-scalar-32.mir
    A llvm/test/CodeGen/X86/GlobalISel/legalize-ptr-add.mir
    M llvm/test/CodeGen/X86/GlobalISel/legalize-undef.mir
    A llvm/test/CodeGen/X86/GlobalISel/ptr-add.ll
    M llvm/test/CodeGen/X86/GlobalISel/regbankselect-X86_64.mir
    R llvm/test/CodeGen/X86/GlobalISel/select-gep.mir
    M llvm/test/CodeGen/X86/GlobalISel/select-memop-scalar-unordered.mir
    M llvm/test/CodeGen/X86/GlobalISel/select-memop-scalar.mir
    A llvm/test/CodeGen/X86/GlobalISel/select-ptr-add.mir
    M llvm/test/CodeGen/X86/GlobalISel/x86_64-irtranslator-struct-return.ll
    M llvm/test/CodeGen/X86/atomic-non-integer-fp128.ll
    M llvm/test/CodeGen/X86/atomic-non-integer.ll
    M llvm/test/CodeGen/X86/avx-load-store.ll
    M llvm/test/CodeGen/X86/avx512-unsafe-fp-math.ll
    M llvm/test/CodeGen/X86/combineIncDecVector-crash.ll
    M llvm/test/CodeGen/X86/debug-loclists.ll
    M llvm/test/CodeGen/X86/exedepsfix-broadcast.ll
    A llvm/test/CodeGen/X86/heap-alloc-markers.mir
    M llvm/test/CodeGen/X86/machine-combiner.ll
    M llvm/test/CodeGen/X86/mmx-arith.ll
    M llvm/test/CodeGen/X86/sse-minmax.ll
    M llvm/test/CodeGen/X86/stack-folding-fp-avx512.ll
    A llvm/test/CodeGen/X86/tail-call-deref.ll
    M llvm/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll
    M llvm/test/DebugInfo/X86/dwarfdump-debug-loclists-error-cases2.s
    M llvm/test/DebugInfo/X86/dwarfdump-debug-loclists.test
    M llvm/test/DebugInfo/X86/fission-ranges.ll
    M llvm/test/DebugInfo/X86/stack-value-piece.ll
    A llvm/test/ExecutionEngine/JITLink/AArch64/Inputs/MachO_arm64_ehframe.o
    A llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_ehframe.test
    M llvm/test/Feature/weak_constant.ll
    A llvm/test/Linker/addrspace.ll
    A llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
    A llvm/test/MC/Disassembler/Mips/octeonp/valid-el.txt
    A llvm/test/MC/Disassembler/Mips/octeonp/valid.txt
    A llvm/test/MC/Mips/cnmipsp/invalid.s
    A llvm/test/MC/Mips/cnmipsp/valid.s
    M llvm/test/MC/Mips/elf_eflags.s
    M llvm/test/MC/Mips/elf_header.s
    A llvm/test/MC/Mips/macro-saa.s
    A llvm/test/MC/Mips/macro-saad.s
    M llvm/test/MC/Mips/mips_abi_flags_xx.s
    M llvm/test/MC/Mips/set-arch.s
    R llvm/test/MachineVerifier/test_g_gep.mir
    A llvm/test/MachineVerifier/test_g_ptr_add.mir
    R llvm/test/Object/Inputs/macho-invalid-fat-arch-size
    A llvm/test/Object/Inputs/macho-invalid-fat-arch-size.yaml
    M llvm/test/Object/macho-invalid.test
    M llvm/test/ThinLTO/X86/globals-import.ll
    M llvm/test/ThinLTO/X86/local_name_conflict.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll
    M llvm/test/Transforms/GuardWidening/basic_widenable_condition_guards.ll
    M llvm/test/Transforms/GuardWidening/mixed_guards.ll
    M llvm/test/Transforms/IndVarSimplify/eliminate-trunc.ll
    M llvm/test/Transforms/IndVarSimplify/exit_value_tests.ll
    M llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll
    M llvm/test/Transforms/IndVarSimplify/lftr-pr20680.ll
    M llvm/test/Transforms/IndVarSimplify/lftr-reuse.ll
    M llvm/test/Transforms/IndVarSimplify/lftr.ll
    M llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll
    M llvm/test/Transforms/IndVarSimplify/no-iv-rewrite.ll
    M llvm/test/Transforms/IndVarSimplify/pr24356.ll
    M llvm/test/Transforms/IndVarSimplify/pr38674.ll
    M llvm/test/Transforms/IndVarSimplify/pr39673.ll
    M llvm/test/Transforms/IndVarSimplify/replace-loop-exit-folds.ll
    M llvm/test/Transforms/IndVarSimplify/sink-from-preheader.ll
    A llvm/test/Transforms/InstCombine/shift-logic.ll
    M llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-for-private.ll
    M llvm/test/Transforms/LoopUnroll/peel-loop-conditions.ll
    M llvm/test/Transforms/LoopUnroll/scevunroll.ll
    A llvm/test/Transforms/LoopVectorize/ARM/prefer-tail-loop-folding.ll
    M llvm/test/Transforms/LoopVectorize/ARM/tail-loop-folding.ll
    R llvm/test/Transforms/LoopVectorize/first-order-recurrence-complex.ll
    M llvm/test/Transforms/ObjCARC/post-inlining.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add-usat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-add.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-fix.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-mul.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub-ssat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll
    M llvm/test/Transforms/SLPVectorizer/X86/arith-sub.ll
    M llvm/test/Transforms/SLPVectorizer/X86/bitreverse.ll
    M llvm/test/Transforms/SLPVectorizer/X86/ctlz.ll
    M llvm/test/Transforms/SLPVectorizer/X86/ctpop.ll
    M llvm/test/Transforms/SLPVectorizer/X86/cttz.ll
    M llvm/test/Transforms/SLPVectorizer/X86/different-vec-widths.ll
    R llvm/test/Transforms/SLPVectorizer/X86/jumbled_store_crash.ll
    M llvm/test/Transforms/SLPVectorizer/X86/pr35497.ll
    M llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-ashr.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-lshr.ll
    M llvm/test/Transforms/SLPVectorizer/X86/shift-shl.ll
    M llvm/test/Transforms/SLPVectorizer/X86/store-jumbled.ll
    M llvm/test/Transforms/SLPVectorizer/X86/stores_vectorize.ll
    A llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof
    A llvm/test/Transforms/SampleProfile/inline-callee-update.ll
    M llvm/test/Transforms/SimplifyCFG/wc-widen-block.ll
    M llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll
    M llvm/test/tools/llvm-dwarfdump/X86/debug_loclists_startx_length.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-sse2.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-sse3.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-sse41.s
    R llvm/test/tools/llvm-objcopy/ELF/basic-only-keep-debug.test
    A llvm/test/tools/llvm-objcopy/ELF/only-keep-debug.test
    A llvm/test/tools/llvm-objdump/X86/elf-disassemble-bss.test
    M llvm/test/tools/llvm-profdata/show-prof-size.test
    M llvm/test/tools/llvm-readobj/elf-hash-symbols.test
    M llvm/tools/bugpoint/CMakeLists.txt
    M llvm/tools/llc/CMakeLists.txt
    M llvm/tools/llvm-objcopy/CommonOpts.td
    M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
    M llvm/tools/llvm-objcopy/ELF/Object.cpp
    M llvm/tools/llvm-objcopy/ELF/Object.h
    M llvm/tools/opt/CMakeLists.txt
    M llvm/unittests/ADT/SmallPtrSetTest.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp
    M llvm/unittests/Support/CommandLineTest.cpp
    M llvm/unittests/Support/YAMLIOTest.cpp
    M llvm/utils/TableGen/CodeGenInstruction.h
    M llvm/utils/TableGen/DAGISelMatcherGen.cpp
    M llvm/utils/TableGen/DFAPacketizerEmitter.cpp
    M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
    M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
    M llvm/utils/lit/lit/TestRunner.py
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/llvm/config.py
    M llvm/utils/lit/lit/main.py
    M llvm/utils/lit/lit/run.py
    A llvm/utils/lit/tests/Inputs/shtest-env/env-calls-not-builtin.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/fail.py
    A llvm/utils/lit/tests/Inputs/shtest-not/lit.cfg
    A llvm/utils/lit/tests/Inputs/shtest-not/not-args-last-is-crash.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-args-nested-none.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-args-none.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-cd.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-colon.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-echo.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-env-builtin.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-export.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-external.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-mkdir.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/not-calls-rm.txt
    A llvm/utils/lit/tests/Inputs/shtest-not/pass.py
    A llvm/utils/lit/tests/Inputs/shtest-not/print_environment.py
    M llvm/utils/lit/tests/lit.cfg
    M llvm/utils/lit/tests/selecting.py
    M llvm/utils/lit/tests/shtest-env.py
    A llvm/utils/lit/tests/shtest-not.py
    M llvm/utils/lit/tests/shtest-run-at-line.py
    M openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
    M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/debug.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/libcall.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
    R openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/support.h
    A openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h
    M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
    R openmp/libomptarget/deviceRTLs/nvptx/unity.cu
    M openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c

  Log Message:
  -----------
  Merg branch 'master' into masterpatch2


  Commit: 4161d98e44dc8415ef6be9ce18ea9e03e8c43182
      https://github.com/llvm/llvm-project/commit/4161d98e44dc8415ef6be9ce18ea9e03e8c43182
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.h

  Log Message:
  -----------
  more


  Commit: 571a4edd1a97625cfdb01bae754a1a0b8acdbd3e
      https://github.com/llvm/llvm-project/commit/571a4edd1a97625cfdb01bae754a1a0b8acdbd3e
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    A llvm/test/CodeGen/MSP430/shift-amount-threshold-b.ll

  Log Message:
  -----------
  more


  Commit: 97e0c49a9d1dc0acf2f3ab52071456144bf4c221
      https://github.com/llvm/llvm-project/commit/97e0c49a9d1dc0acf2f3ab52071456144bf4c221
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp

  Log Message:
  -----------
  more


  Commit: 2c57e29f79b41f1c606c057a2dfa8726d483b2ad
      https://github.com/llvm/llvm-project/commit/2c57e29f79b41f1c606c057a2dfa8726d483b2ad
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp

  Log Message:
  -----------
  more


  Commit: 8ad8368b7aaeab8411ca71c39f901e9b795f442d
      https://github.com/llvm/llvm-project/commit/8ad8368b7aaeab8411ca71c39f901e9b795f442d
  Author: joanlluch <joan.lluch at icloud.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Serialization/ContinuousRangeMap.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Headers/altivec.h
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    M clang/test/Analysis/bsd-string.c
    A clang/test/Analysis/debug-iterator-modeling.cpp
    A clang/test/Analysis/handle_constructors_for_default_arguments.cpp
    A clang/test/Analysis/handle_constructors_with_new_array.cpp
    M clang/test/CodeGen/builtins-ppc-p8vector.c
    A clang/test/CodeGen/builtins-ppc-xl-xst.c
    A clang/test/Driver/debug-default-version.c
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Frontend/dependency-gen.c
    M clang/test/Sema/__try.c
    M clang/test/Sema/exprs.c
    M clang/test/SemaCXX/exceptions-seh.cpp
    M clang/test/SemaCXX/warn-char-subscripts.cpp
    M clang/test/SemaTemplate/destructor-template.cpp
    M clang/utils/creduce-clang-crash.py
    M clang/www/analyzer/open_projects.html
    M compiler-rt/test/asan/TestCases/default_blacklist.cpp
    M compiler-rt/test/msan/default_blacklist.cpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1-gcc-ext.c
    A libunwind/test/signal_frame.pass.cpp
    M lldb/examples/python/crashlog.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
    A lldb/test/Shell/Breakpoint/Inputs/dummy-target.c
    A lldb/test/Shell/Breakpoint/dummy-target.test
    M lldb/test/Shell/Python/crashlog.test
    M llvm/include/llvm/ADT/ImmutableSet.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/LivePhysRegs.h
    M llvm/include/llvm/CodeGen/MachineMemOperand.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/MC/MCParser/AsmCond.h
    M llvm/include/llvm/Object/XCOFFObjectFile.h
    A llvm/include/llvm/Transforms/Utils/Debugify.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/XRay/FDRRecords.h
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/PostRASchedulerList.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    M llvm/lib/Target/BPF/BPFSubtarget.cpp
    M llvm/lib/Target/NVPTX/ManagedStringPool.h
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
    M llvm/lib/Target/X86/X86CondBrFolding.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    A llvm/lib/Transforms/Utils/Debugify.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/test/CodeGen/AArch64/arm64-preserve-most.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-alu.ll
    A llvm/test/CodeGen/PowerPC/absol-jump-table-enabled.ll
    M llvm/test/DebugInfo/COFF/global-constants.ll
    A llvm/test/DebugInfo/COFF/parent-type-scopes.ll
    A llvm/test/MC/RISCV/pcrel-fixups.s
    R llvm/test/MachineVerifier/live-ins-01.mir
    R llvm/test/MachineVerifier/live-ins-02.mir
    R llvm/test/MachineVerifier/live-ins-03.mir
    M llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
    M llvm/test/Transforms/InstCombine/bswap.ll
    M llvm/test/Transforms/InstCombine/builtin-object-size-ptr.ll
    M llvm/test/Transforms/InstCombine/cast-mul-select.ll
    M llvm/test/Transforms/InstCombine/debuginfo-dce.ll
    A llvm/test/Transforms/InstCombine/pr43893.ll
    M llvm/test/Transforms/InstCombine/shift-logic.ll
    M llvm/test/Transforms/InstCombine/stacksave-debuginfo.ll
    M llvm/test/tools/llvm-ar/extract.test
    M llvm/tools/llvm-ar/llvm-ar.cpp
    M llvm/tools/llvm-readobj/XCOFFDumper.cpp
    M llvm/tools/opt/CMakeLists.txt
    R llvm/tools/opt/Debugify.cpp
    R llvm/tools/opt/Debugify.h
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/tools/opt/opt.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp
    M llvm/utils/TableGen/AsmWriterInst.h
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
    M llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn

  Log Message:
  -----------
  Merge branch 'master' into masterpatch2_5


Compare: https://github.com/llvm/llvm-project/compare/134829441250%5E...8ad8368b7aae


More information about the All-commits mailing list