[all-commits] [llvm/llvm-project] 2b7472: Add Hightec toolchain description

Dominik Montada via All-commits all-commits at lists.llvm.org
Thu Sep 30 00:43:33 PDT 2021


  Branch: refs/tags/htc-11.0.1-alpha
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b747283621473751ef40c0f2ea1fdf50c14453f
      https://github.com/llvm/llvm-project/commit/2b747283621473751ef40c0f2ea1fdf50c14453f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    A clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/lib/Driver/ToolChains/HighTec.h
    M clang/lib/Frontend/InitHeaderSearch.cpp
    A clang/rlm_libs/x64_l/librlm.a
    A clang/rlm_libs/x64_w/rlm1233.dll
    A clang/rlm_libs/x64_w/rlm1233.lib
    M clang/tools/driver/CMakeLists.txt
    A clang/tools/driver/LicenseManagerBase.cpp
    A clang/tools/driver/LicenseManagerBase.h
    M clang/tools/driver/driver.cpp
    A clang/tools/driver/license.h

  Log Message:
  -----------
  Add Hightec toolchain description


  Commit: 043b8986368f76ba8fa2c5e34db83537e8af6d47
      https://github.com/llvm/llvm-project/commit/043b8986368f76ba8fa2c5e34db83537e8af6d47
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/ARM.cpp

  Log Message:
  -----------
  [LLVMARM-13] Add function for defining HighTec specific macros, call it from ARM targets.


  Commit: 716de1cb582ea2676e1a00ed135085229d88e615
      https://github.com/llvm/llvm-project/commit/716de1cb582ea2676e1a00ed135085229d88e615
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Basic/Version.cpp
    M lld/Common/Version.cpp

  Log Message:
  -----------
  Remove repository URL from version string


  Commit: 550c750e922efcd0960498f876b28de71eb1657b
      https://github.com/llvm/llvm-project/commit/550c750e922efcd0960498f876b28de71eb1657b
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/int_util.c

  Log Message:
  -----------
  Add support for building compiler-rt for bare metal.


  Commit: 344c7a13c1e0d48c89165365d9637dc0bef408a2
      https://github.com/llvm/llvm-project/commit/344c7a13c1e0d48c89165365d9637dc0bef408a2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/math.h
    A libcxx/include/support/hightec/locale_htc.h
    M libcxx/src/locale.cpp
    M libcxx/src/random.cpp

  Log Message:
  -----------
  Add basic C++ library support.


  Commit: 5f46db7c176433d7a81ed06e66dd5f3c4a4cae14
      https://github.com/llvm/llvm-project/commit/5f46db7c176433d7a81ed06e66dd5f3c4a4cae14
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M libunwind/CMakeLists.txt

  Log Message:
  -----------
  Add CMake option for configuring libunwind bare-metal build


  Commit: 2ca7535d6caa77de04bf3d80171376d26bde3729
      https://github.com/llvm/llvm-project/commit/2ca7535d6caa77de04bf3d80171376d26bde3729
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Version.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    R clang/lib/Driver/ToolChains/HighTec.cpp
    R clang/lib/Driver/ToolChains/HighTec.h
    M clang/lib/Frontend/InitHeaderSearch.cpp
    R clang/rlm_libs/x64_l/librlm.a
    R clang/rlm_libs/x64_w/rlm1233.dll
    R clang/rlm_libs/x64_w/rlm1233.lib
    M clang/tools/driver/CMakeLists.txt
    R clang/tools/driver/LicenseManagerBase.cpp
    R clang/tools/driver/LicenseManagerBase.h
    M clang/tools/driver/driver.cpp
    R clang/tools/driver/license.h
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/int_util.c
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/math.h
    R libcxx/include/support/hightec/locale_htc.h
    M libcxx/src/locale.cpp
    M libcxx/src/random.cpp
    M libunwind/CMakeLists.txt
    M lld/Common/Version.cpp

  Log Message:
  -----------
  Revert all changes done on the htc/master branch.

For upcoming toolchains, we need a new concept for RLM license checks.
Moreover, the HighTec driver was mostly rewritten on the htc/release/7.x branch.

The changes are still available for later (partial) reuse.


  Commit: 2c2a7bb6646ec14d6ee422cf1d488e8b859001cb
      https://github.com/llvm/llvm-project/commit/2c2a7bb6646ec14d6ee422cf1d488e8b859001cb
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    A .arcconfig
    A .clang-format
    A .clang-tidy
    A .gitignore
    M README.md
    M clang-tools-extra/CMakeLists.txt
    M clang-tools-extra/CODE_OWNERS.TXT
    M clang-tools-extra/LICENSE.TXT
    R clang-tools-extra/change-namespace/CMakeLists.txt
    R clang-tools-extra/change-namespace/ChangeNamespace.cpp
    R clang-tools-extra/change-namespace/ChangeNamespace.h
    R clang-tools-extra/change-namespace/tool/CMakeLists.txt
    R clang-tools-extra/change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-apply-replacements/tool/CMakeLists.txt
    M clang-tools-extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
    A clang-tools-extra/clang-change-namespace/CMakeLists.txt
    A clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    A clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    A clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    A clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.h
    M clang-tools-extra/clang-doc/BitcodeWriter.cpp
    M clang-tools-extra/clang-doc/BitcodeWriter.h
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/ClangDoc.cpp
    M clang-tools-extra/clang-doc/ClangDoc.h
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    A clang-tools-extra/clang-doc/HTMLGenerator.cpp
    A clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Mapper.cpp
    M clang-tools-extra/clang-doc/Mapper.h
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/Serialize.h
    M clang-tools-extra/clang-doc/YAMLGenerator.cpp
    A clang-tools-extra/clang-doc/assets/clang-doc-default-stylesheet.css
    A clang-tools-extra/clang-doc/assets/index.js
    R clang-tools-extra/clang-doc/gen_tests.py
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    A clang-tools-extra/clang-include-fixer/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/FuzzySymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/FuzzySymbolIndex.h
    A clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.h
    A clang-tools-extra/clang-include-fixer/IncludeFixer.cpp
    A clang-tools-extra/clang-include-fixer/IncludeFixer.h
    A clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    A clang-tools-extra/clang-include-fixer/IncludeFixerContext.h
    A clang-tools-extra/clang-include-fixer/SymbolIndex.h
    A clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    A clang-tools-extra/clang-include-fixer/SymbolIndexManager.h
    A clang-tools-extra/clang-include-fixer/YamlSymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/YamlSymbolIndex.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PragmaCommentHandler.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PragmaCommentHandler.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolReporter.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    A clang-tools-extra/clang-include-fixer/plugin/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
    A clang-tools-extra/clang-include-fixer/tool/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer-test.el
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/clang-move/CMakeLists.txt
    R clang-tools-extra/clang-move/ClangMove.cpp
    R clang-tools-extra/clang-move/ClangMove.h
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.h
    A clang-tools-extra/clang-move/Move.cpp
    A clang-tools-extra/clang-move/Move.h
    M clang-tools-extra/clang-move/tool/CMakeLists.txt
    A clang-tools-extra/clang-move/tool/ClangMove.cpp
    R clang-tools-extra/clang-move/tool/ClangMoveMain.cpp
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/Query.h
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-query/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/CMakeLists.txt
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.h
    M clang-tools-extra/clang-reorder-fields/tool/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/tool/ClangReorderFields.cpp
    R clang-tools-extra/clang-tidy-vs/.gitignore
    R clang-tools-extra/clang-tidy-vs/CMakeLists.txt
    R clang-tools-extra/clang-tidy-vs/ClangTidy.sln
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CategoryVerb.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CheckDatabase.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CheckTree.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.vsct
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyCheckAttribute.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyConfigParser.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyConfigurationPage.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyProperties.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyComponent.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyComponent.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyConverter.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyDescriptor.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ForwardingPropertyDescriptor.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/GlobalSuppressions.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Guids.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/PkgCmdID.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Properties/AssemblyInfo.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/Images_32bit.bmp
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/Package.ico
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Utility.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/VSPackage.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/license.txt
    R clang-tools-extra/clang-tidy-vs/ClangTidy/packages.config
    R clang-tools-extra/clang-tidy-vs/ClangTidy/source.extension.vsixmanifest
    R clang-tools-extra/clang-tidy-vs/README.txt
    R clang-tools-extra/clang-tidy-vs/source.extension.vsixmanifest.in
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.h
    A clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    A clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyModuleRegistry.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.cpp
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.h
    A clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    A clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
    A clang-tools-extra/clang-tidy/GlobList.cpp
    A clang-tools-extra/clang-tidy/GlobList.h
    A clang-tools-extra/clang-tidy/abseil/AbseilMatcher.h
    M clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    A clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationRewriter.h
    A clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.h
    A clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    A clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    A clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    A clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    A clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.h
    A clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.h
    A clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.h
    A clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/android/AndroidTidyModule.cpp
    M clang-tools-extra/clang-tidy/android/CMakeLists.txt
    M clang-tools-extra/clang-tidy/android/CloexecAccept4Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecAccept4Check.h
    M clang-tools-extra/clang-tidy/android/CloexecAcceptCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecAcceptCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecCreatCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecCreatCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecDupCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecDupCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreate1Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreate1Check.h
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreateCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreateCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecFopenCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecFopenCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.h
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInitCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInitCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecOpenCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecOpenCheck.h
    A clang-tools-extra/clang-tidy/android/CloexecPipe2Check.cpp
    A clang-tools-extra/clang-tidy/android/CloexecPipe2Check.h
    A clang-tools-extra/clang-tidy/android/CloexecPipeCheck.cpp
    A clang-tools-extra/clang-tidy/android/CloexecPipeCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecSocketCheck.h
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.h
    M clang-tools-extra/clang-tidy/boost/BoostTidyModule.cpp
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.cpp
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.h
    A clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.h
    A clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.h
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.h
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MultipleStatementMacroCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MultipleStatementMacroCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.h
    A clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SwappedArgumentsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SwappedArgumentsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/TerminatingContinueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TerminatingContinueCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    A clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h
    A clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.h
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.h
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.h
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
    M clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp
    M clang-tools-extra/clang-tidy/cert/FloatLoopCounter.h
    M clang-tools-extra/clang-tidy/cert/LICENSE.TXT
    M clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.cpp
    M clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.h
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.h
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.h
    M clang-tools-extra/clang-tidy/cert/StrToNumCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StrToNumCheck.h
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.h
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.cpp
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h
    A clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.cpp
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.h
    R clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCheck.cpp
    R clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCheck.h
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/OverloadedOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/OverloadedOperatorCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/VirtualInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/VirtualInheritanceCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.h
    A clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    A clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.h
    A clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    A clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/DefaultArgumentsCheck.cpp
    M clang-tools-extra/clang-tidy/google/DefaultArgumentsCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
    A clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    A clang-tools-extra/clang-tidy/google/FunctionNamingCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.h
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    M clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.h
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.h
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    A clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    A clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.h
    M clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
    M clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp
    M clang-tools-extra/clang-tidy/hicpp/LICENSE.TXT
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    A clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    A clang-tools-extra/clang-tidy/linuxkernel/LinuxKernelTidyModule.cpp
    A clang-tools-extra/clang-tidy/linuxkernel/MustCheckErrsCheck.cpp
    A clang-tools-extra/clang-tidy/linuxkernel/MustCheckErrsCheck.h
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.h
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.h
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.h
    A clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.h
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.h
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.h
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
    M clang-tools-extra/clang-tidy/misc/NonCopyableObjects.cpp
    M clang-tools-extra/clang-tidy/misc/NonCopyableObjects.h
    A clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    A clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.h
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.h
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
    A clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.h
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    A clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.h
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.h
    A clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.h
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.h
    M clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.h
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.h
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.h
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    A clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.h
    A clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.h
    M clang-tools-extra/clang-tidy/mpi/CMakeLists.txt
    M clang-tools-extra/clang-tidy/mpi/MPITidyModule.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.h
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
    M clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.h
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.cpp
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h
    A clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
    A clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    A clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    A clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
    A clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    A clang-tools-extra/clang-tidy/openmp/OpenMPTidyModule.cpp
    A clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    A clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.h
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
    M clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.h
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.h
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.h
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.h
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.h
    M clang-tools-extra/clang-tidy/plugin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
    M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.h
    M clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
    M clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.h
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    A clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
    A clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    A clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
    A clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.h
    M clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.h
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
    M clang-tools-extra/clang-tidy/readability/FunctionSizeCheck.cpp
    M clang-tools-extra/clang-tidy/readability/FunctionSizeCheck.h
    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/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.h
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
    A clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
    A clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.h
    A clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    A clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.h
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.h
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.h
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.h
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    A clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.h
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
    M clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.h
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.h
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h
    A clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.h
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
    M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/ASTUtils.cpp
    M clang-tools-extra/clang-tidy/utils/ASTUtils.h
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.h
    A clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    A clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h
    R clang-tools-extra/clang-tidy/utils/ExprMutationAnalyzer.cpp
    R clang-tools-extra/clang-tidy/utils/ExprMutationAnalyzer.h
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.h
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.h
    M clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.h
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.h
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.h
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.h
    M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.h
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.h
    A clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
    M clang-tools-extra/clang-tidy/utils/TypeTraits.h
    M clang-tools-extra/clang-tidy/utils/UsingInserter.cpp
    M clang-tools-extra/clang-tidy/utils/UsingInserter.h
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.h
    M clang-tools-extra/clang-tidy/zircon/ZirconTidyModule.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/CMakeLists.txt
    A clang-tools-extra/clangd/CSymbolMap.inc
    A clang-tools-extra/clangd/Cancellation.cpp
    A clang-tools-extra/clangd/Cancellation.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/ClangdServer.h
    M clang-tools-extra/clangd/ClangdUnit.cpp
    M clang-tools-extra/clangd/ClangdUnit.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CodeCompletionStrings.cpp
    M clang-tools-extra/clangd/CodeCompletionStrings.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Context.cpp
    M clang-tools-extra/clangd/Context.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    A clang-tools-extra/clangd/ExpectedTypes.cpp
    A clang-tools-extra/clangd/ExpectedTypes.h
    A clang-tools-extra/clangd/FS.cpp
    A clang-tools-extra/clangd/FS.h
    A clang-tools-extra/clangd/FSProvider.cpp
    M clang-tools-extra/clangd/FSProvider.h
    A clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FileDistance.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    A clang-tools-extra/clangd/Format.cpp
    A clang-tools-extra/clangd/Format.h
    A clang-tools-extra/clangd/FormattedString.cpp
    A clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Function.h
    M clang-tools-extra/clangd/FuzzyMatch.cpp
    M clang-tools-extra/clangd/FuzzyMatch.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    A clang-tools-extra/clangd/IncludeFixer.cpp
    A clang-tools-extra/clangd/IncludeFixer.h
    R clang-tools-extra/clangd/JSONRPCDispatcher.cpp
    R clang-tools-extra/clangd/JSONRPCDispatcher.h
    A clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/Logger.cpp
    M clang-tools-extra/clangd/Logger.h
    M clang-tools-extra/clangd/Path.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    R clang-tools-extra/clangd/ProtocolHandlers.cpp
    R clang-tools-extra/clangd/ProtocolHandlers.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    A clang-tools-extra/clangd/QueryDriverDatabase.cpp
    A clang-tools-extra/clangd/RIFF.cpp
    A clang-tools-extra/clangd/RIFF.h
    A clang-tools-extra/clangd/Selection.cpp
    A clang-tools-extra/clangd/Selection.h
    A clang-tools-extra/clangd/SemanticHighlighting.cpp
    A clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    A clang-tools-extra/clangd/StdSymbolMap.inc
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/Threading.cpp
    M clang-tools-extra/clangd/Threading.h
    M clang-tools-extra/clangd/Trace.cpp
    M clang-tools-extra/clangd/Trace.h
    A clang-tools-extra/clangd/Transport.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/URI.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    A clang-tools-extra/clangd/benchmarks/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
    M clang-tools-extra/clangd/clients/clangd-vscode/LICENSE
    M clang-tools-extra/clangd/clients/clangd-vscode/README.md
    A clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/assets/includeTheme.jsonc
    A clang-tools-extra/clangd/clients/clangd-vscode/test/assets/simpleTheme.jsonc
    M clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    R clang-tools-extra/clangd/fuzzer/ClangdFuzzer.cpp
    A clang-tools-extra/clangd/fuzzer/DummyClangdMain.cpp
    A clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    R clang-tools-extra/clangd/global-symbol-builder/CMakeLists.txt
    R clang-tools-extra/clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
    A clang-tools-extra/clangd/include-mapping/cppreference_parser.py
    A clang-tools-extra/clangd/include-mapping/gen_std.py
    A clang-tools-extra/clangd/include-mapping/test.py
    A clang-tools-extra/clangd/index/Background.cpp
    A clang-tools-extra/clangd/index/Background.h
    A clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    A clang-tools-extra/clangd/index/BackgroundIndexLoader.h
    A clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    A clang-tools-extra/clangd/index/BackgroundQueue.cpp
    A clang-tools-extra/clangd/index/BackgroundRebuild.cpp
    A clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Index.cpp
    M clang-tools-extra/clangd/index/Index.h
    A clang-tools-extra/clangd/index/IndexAction.cpp
    A clang-tools-extra/clangd/index/IndexAction.h
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/MemIndex.h
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/Merge.h
    A clang-tools-extra/clangd/index/Ref.cpp
    A clang-tools-extra/clangd/index/Ref.h
    A clang-tools-extra/clangd/index/Relation.cpp
    A clang-tools-extra/clangd/index/Relation.h
    A clang-tools-extra/clangd/index/Serialization.cpp
    A clang-tools-extra/clangd/index/Serialization.h
    A clang-tools-extra/clangd/index/Symbol.cpp
    A clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    A clang-tools-extra/clangd/index/SymbolID.cpp
    A clang-tools-extra/clangd/index/SymbolID.h
    A clang-tools-extra/clangd/index/SymbolLocation.cpp
    A clang-tools-extra/clangd/index/SymbolLocation.h
    A clang-tools-extra/clangd/index/SymbolOrigin.cpp
    A clang-tools-extra/clangd/index/SymbolOrigin.h
    R clang-tools-extra/clangd/index/SymbolYAML.cpp
    R clang-tools-extra/clangd/index/SymbolYAML.h
    A clang-tools-extra/clangd/index/YAMLSerialization.cpp
    A clang-tools-extra/clangd/index/dex/Dex.cpp
    A clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/index/dex/Iterator.cpp
    M clang-tools-extra/clangd/index/dex/Iterator.h
    A clang-tools-extra/clangd/index/dex/PostingList.cpp
    A clang-tools-extra/clangd/index/dex/PostingList.h
    M clang-tools-extra/clangd/index/dex/Token.h
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.h
    A clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    A clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    A clang-tools-extra/clangd/indexer/CMakeLists.txt
    A clang-tools-extra/clangd/indexer/IndexerMain.cpp
    A clang-tools-extra/clangd/refactor/Rename.cpp
    A clang-tools-extra/clangd/refactor/Rename.h
    A clang-tools-extra/clangd/refactor/Tweak.cpp
    A clang-tools-extra/clangd/refactor/Tweak.h
    A clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    A clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    A clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    A clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    A clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/test/CMakeLists.txt
    A clang-tools-extra/clangd/test/Inputs/BenchmarkHeader.h
    A clang-tools-extra/clangd/test/Inputs/BenchmarkSource.cpp
    A clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json
    A clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    A clang-tools-extra/clangd/test/Inputs/background-index/foo.cpp
    A clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.txt
    A clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/foo.h
    A clang-tools-extra/clangd/test/Inputs/requests.json
    A clang-tools-extra/clangd/test/Inputs/symbols.test.yaml
    A clang-tools-extra/clangd/test/background-index.test
    A clang-tools-extra/clangd/test/code-action-request.test
    A clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    A clang-tools-extra/clangd/test/completion-auto-trigger.test
    A clang-tools-extra/clangd/test/completion-snippets.test
    A clang-tools-extra/clangd/test/completion.test
    A clang-tools-extra/clangd/test/crash-non-added-files.test
    A clang-tools-extra/clangd/test/delimited-input-comment-at-the-end.test
    A clang-tools-extra/clangd/test/diagnostic-category.test
    A clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    A clang-tools-extra/clangd/test/diagnostics-notes.test
    A clang-tools-extra/clangd/test/diagnostics.test
    A clang-tools-extra/clangd/test/did-change-configuration-params.test
    A clang-tools-extra/clangd/test/execute-command.test
    A clang-tools-extra/clangd/test/exit-with-shutdown.test
    A clang-tools-extra/clangd/test/exit-without-shutdown.test
    A clang-tools-extra/clangd/test/filestatus.test
    A clang-tools-extra/clangd/test/fixits-codeaction.test
    A clang-tools-extra/clangd/test/fixits-command.test
    A clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    A clang-tools-extra/clangd/test/formatting.test
    A clang-tools-extra/clangd/test/hover.test
    A clang-tools-extra/clangd/test/index-tools.test
    A clang-tools-extra/clangd/test/initialize-params-invalid.test
    A clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/initialize-sequence.test
    A clang-tools-extra/clangd/test/input-mirror.test
    A clang-tools-extra/clangd/test/lit.cfg.py
    A clang-tools-extra/clangd/test/lit.local.cfg
    A clang-tools-extra/clangd/test/lit.site.cfg.py.in
    A clang-tools-extra/clangd/test/log.test
    A clang-tools-extra/clangd/test/protocol.test
    A clang-tools-extra/clangd/test/references.test
    A clang-tools-extra/clangd/test/rename.test
    A clang-tools-extra/clangd/test/request-reply.test
    A clang-tools-extra/clangd/test/semantic-highlighting.test
    A clang-tools-extra/clangd/test/signature-help-with-offsets.test
    A clang-tools-extra/clangd/test/signature-help.test
    A clang-tools-extra/clangd/test/spaces-in-delimited-input.test
    A clang-tools-extra/clangd/test/symbol-info.test
    A clang-tools-extra/clangd/test/symbols.test
    A clang-tools-extra/clangd/test/system-include-extractor.test
    A clang-tools-extra/clangd/test/target_info.test
    A clang-tools-extra/clangd/test/test-uri-posix.test
    A clang-tools-extra/clangd/test/test-uri-windows.test
    A clang-tools-extra/clangd/test/textdocument-didchange-fail.test
    A clang-tools-extra/clangd/test/too_large.test
    A clang-tools-extra/clangd/test/trace.test
    A clang-tools-extra/clangd/test/tweaks-format.test
    A clang-tools-extra/clangd/test/type-hierarchy.test
    A clang-tools-extra/clangd/test/unsupported-method.test
    A clang-tools-extra/clangd/test/utf8.test
    A clang-tools-extra/clangd/test/xpc/initialize.test
    A clang-tools-extra/clangd/test/xrefs.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    A clang-tools-extra/clangd/unittests/ASTTests.cpp
    A clang-tools-extra/clangd/unittests/Annotations.cpp
    A clang-tools-extra/clangd/unittests/Annotations.h
    A clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    A clang-tools-extra/clangd/unittests/CMakeLists.txt
    A clang-tools-extra/clangd/unittests/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdUnitTests.cpp
    A clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CodeCompletionStringsTests.cpp
    A clang-tools-extra/clangd/unittests/ContextTests.cpp
    A clang-tools-extra/clangd/unittests/DexTests.cpp
    A clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    A clang-tools-extra/clangd/unittests/DraftStoreTests.cpp
    A clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    A clang-tools-extra/clangd/unittests/FSTests.cpp
    A clang-tools-extra/clangd/unittests/FileDistanceTests.cpp
    A clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    A clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    A clang-tools-extra/clangd/unittests/FormatTests.cpp
    A clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    A clang-tools-extra/clangd/unittests/FunctionTests.cpp
    A clang-tools-extra/clangd/unittests/FuzzyMatchTests.cpp
    A clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    A clang-tools-extra/clangd/unittests/HeadersTests.cpp
    A clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    A clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
    A clang-tools-extra/clangd/unittests/Matchers.h
    A clang-tools-extra/clangd/unittests/PrintASTTests.cpp
    A clang-tools-extra/clangd/unittests/QualityTests.cpp
    A clang-tools-extra/clangd/unittests/RIFFTests.cpp
    A clang-tools-extra/clangd/unittests/RenameTests.cpp
    A clang-tools-extra/clangd/unittests/SelectionTests.cpp
    A clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    A clang-tools-extra/clangd/unittests/SerializationTests.cpp
    A clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    A clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    A clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    A clang-tools-extra/clangd/unittests/SyncAPI.cpp
    A clang-tools-extra/clangd/unittests/SyncAPI.h
    A clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    A clang-tools-extra/clangd/unittests/TestFS.cpp
    A clang-tools-extra/clangd/unittests/TestFS.h
    A clang-tools-extra/clangd/unittests/TestIndex.cpp
    A clang-tools-extra/clangd/unittests/TestIndex.h
    A clang-tools-extra/clangd/unittests/TestScheme.h
    A clang-tools-extra/clangd/unittests/TestTU.cpp
    A clang-tools-extra/clangd/unittests/TestTU.h
    A clang-tools-extra/clangd/unittests/ThreadingTests.cpp
    A clang-tools-extra/clangd/unittests/TraceTests.cpp
    A clang-tools-extra/clangd/unittests/TweakTesting.cpp
    A clang-tools-extra/clangd/unittests/TweakTesting.h
    A clang-tools-extra/clangd/unittests/TweakTests.cpp
    A clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    A clang-tools-extra/clangd/unittests/URITests.cpp
    A clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/lit.cfg.py
    A clang-tools-extra/clangd/unittests/lit.site.cfg.py.in
    A clang-tools-extra/clangd/unittests/xpc/CMakeLists.txt
    A clang-tools-extra/clangd/unittests/xpc/ConversionTests.cpp
    A clang-tools-extra/clangd/xpc/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/Conversion.cpp
    A clang-tools-extra/clangd/xpc/Conversion.h
    A clang-tools-extra/clangd/xpc/README.txt
    A clang-tools-extra/clangd/xpc/XPCTransport.cpp
    A clang-tools-extra/clangd/xpc/cmake/Info.plist.in
    A clang-tools-extra/clangd/xpc/cmake/XPCServiceInfo.plist.in
    A clang-tools-extra/clangd/xpc/cmake/modules/CreateClangdXPCFramework.cmake
    A clang-tools-extra/clangd/xpc/framework/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/framework/ClangdXPC.cpp
    A clang-tools-extra/clangd/xpc/test-client/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/test-client/ClangdXPCTestClient.cpp
    M clang-tools-extra/docs/README.txt
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/_static/clang-tools-extra-styles.css
    A clang-tools-extra/docs/_templates/layout.html
    M clang-tools-extra/docs/clang-doc.rst
    A clang-tools-extra/docs/clang-include-fixer.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy.rst
    A clang-tools-extra/docs/clang-tidy/Contributing.rst
    A clang-tools-extra/docs/clang-tidy/Integrations.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-addition.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-comparison.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-conversion-cast.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-division.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-float.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-scale.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-faster-strsplit-delimiter.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-no-internal-dependencies.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-no-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-redundant-strcat-calls.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-str-cat-append.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-upgrade-duration-conversions.rst
    A clang-tools-extra/docs/clang-tidy/checks/android-cloexec-pipe.rst
    A clang-tools-extra/docs/clang-tidy/checks/android-cloexec-pipe2.rst
    M clang-tools-extra/docs/clang-tidy/checks/boost-use-to-string.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-branch-clone.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-dynamic-static-initializers.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-exception-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-forwarding-reference-overload.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-inaccurate-erase.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-move-forwarding-reference.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-parent-virtual-call.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-posix-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-semicolon.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-too-small-loop-variable.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-self-assignment.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-use-after-move.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl16-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-dcl21-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-err09-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop54-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.CallAndMessage.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.DivideZero.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.DynamicTypePropagation.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.NonNullParamChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.NullDereference.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.StackAddressEscape.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.UndefinedBinaryOperatorResult.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.VLASize.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.ArraySubscript.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.Assign.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.Branch.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.CapturedBlockVariable.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.UndefReturn.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.InnerPointer.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.Move.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.NewDelete.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.NewDeleteLeaks.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-deadcode.DeadStores.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullPassedToNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullReturnedFromNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullableDereferenced.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullablePassedToNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullableReturnedFromNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.cplusplus.UninitializedObject.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.cplusplus.VirtualCall.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.mpi.MPI-Checker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.OSObjectCStyleCast.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.performance.GCDAntipattern.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.performance.Padding.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.portability.UnixAPI.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.API.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.MIG.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.NumberObjectConversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.OSObjectRetainCount.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.ObjCProperty.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.SecKeychainAPI.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.AtSync.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.AutoreleaseWrite.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.ClassRelease.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.Dealloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.IncompatibleMethodTypes.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.Loops.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.MissingSuperCall.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NSAutoreleasePool.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NSError.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NilArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NonNilReturnValue.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.ObjCGenerics.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.RetainCount.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.SelfInit.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.SuperDealloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.UnusedIvars.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.VariadicMethodTypes.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFError.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFNumber.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFRetainRelease.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.containers.OutOfBounds.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.containers.PointerSizedValues.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.FloatLoopCounter.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.UncheckedReturn.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bcmp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bcopy.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bzero.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.getpw.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.gets.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.mkstemp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.mktemp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.rand.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.strcpy.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.vfork.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.API.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.Malloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.MallocSizeof.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.MismatchedDeallocator.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.Vfork.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.cstring.BadSizeArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.cstring.NullArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.CopyToSelf.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.Uninitialized.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.Unterminated.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-explicit-virtual-functions.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-non-private-member-variables-in-classes.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
    A clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments-calls.rst
    A clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments-declarations.rst
    R clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments.rst
    A clang-tools-extra/docs/clang-tidy/checks/gen-static-analyzer-docs.py
    M clang-tools-extra/docs/clang-tidy/checks/google-build-using-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-objc-avoid-nsobject-new.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-avoid-throwing-exception.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-objc-function-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-readability-avoid-underscore-in-googletest-name.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-upgrade-googletest-case.rst
    A clang-tools-extra/docs/clang-tidy/checks/hicpp-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/hicpp-uppercase-literal-suffix.rst
    A clang-tools-extra/docs/clang-tidy/checks/linuxkernel-must-use-errs.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/llvm-include-order.rst
    M clang-tools-extra/docs/clang-tidy/checks/llvm-namespace-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-prefer-isa-or-dyn-cast-in-conditionals.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-prefer-register-over-unsigned.rst
    A clang-tools-extra/docs/clang-tidy/checks/misc-non-private-member-variables-in-classes.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-concat-nested-namespaces.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-ios-base-aliases.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-loop-convert.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-pass-by-value.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-emplace.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-equals-delete.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-use-nodiscard.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-transparent-functors.rst
    M clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-super-self.rst
    A clang-tools-extra/docs/clang-tidy/checks/openmp-exception-escape.rst
    A clang-tools-extra/docs/clang-tidy/checks/openmp-use-default-none.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-for-range-copy.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-value-param.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-simd-intrinsics.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-const-return-type.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-implicit-bool-conversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-isolate-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-redundant-preprocessor.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-uppercase-literal-suffix.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd.rst
    A clang-tools-extra/docs/clangd/ApplyClangTidyFixInVSCode.gif
    A clang-tools-extra/docs/clangd/ApplyFixInVSCode.gif
    A clang-tools-extra/docs/clangd/CodeCompletionInEmacsCompanyMode.png
    A clang-tools-extra/docs/clangd/CodeCompletionInSublimeText.png
    A clang-tools-extra/docs/clangd/CodeCompletionInVSCode.png
    A clang-tools-extra/docs/clangd/CodeCompletionInYCM.png
    A clang-tools-extra/docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif
    A clang-tools-extra/docs/clangd/Configuration.rst
    A clang-tools-extra/docs/clangd/DeveloperDocumentation.rst
    A clang-tools-extra/docs/clangd/DiagnosticsInEmacsEglot.png
    A clang-tools-extra/docs/clangd/ErrorsInVSCode.png
    A clang-tools-extra/docs/clangd/Extensions.rst
    A clang-tools-extra/docs/clangd/Features.rst
    A clang-tools-extra/docs/clangd/FindAllReferencesInVSCode.gif
    A clang-tools-extra/docs/clangd/FormatSelectionInVSCode.gif
    A clang-tools-extra/docs/clangd/GoToDefinitionInVSCode.gif
    A clang-tools-extra/docs/clangd/Installation.rst
    A clang-tools-extra/docs/clangd/NavigationWithBreadcrumbsInVSCode.gif
    A clang-tools-extra/docs/clangd/OutlineInVSCode.png
    A clang-tools-extra/docs/clangd/SignatureHelpInVSCode.gif
    A clang-tools-extra/docs/clangd/index.rst
    M clang-tools-extra/docs/conf.py
    M clang-tools-extra/docs/doxygen.cfg.in
    R clang-tools-extra/docs/include-fixer.rst
    M clang-tools-extra/docs/index.rst
    M clang-tools-extra/docs/modularize.rst
    M clang-tools-extra/docs/pp-trace.rst
    R clang-tools-extra/include-fixer/CMakeLists.txt
    R clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp
    R clang-tools-extra/include-fixer/FuzzySymbolIndex.h
    R clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp
    R clang-tools-extra/include-fixer/InMemorySymbolIndex.h
    R clang-tools-extra/include-fixer/IncludeFixer.cpp
    R clang-tools-extra/include-fixer/IncludeFixer.h
    R clang-tools-extra/include-fixer/IncludeFixerContext.cpp
    R clang-tools-extra/include-fixer/IncludeFixerContext.h
    R clang-tools-extra/include-fixer/SymbolIndex.h
    R clang-tools-extra/include-fixer/SymbolIndexManager.cpp
    R clang-tools-extra/include-fixer/SymbolIndexManager.h
    R clang-tools-extra/include-fixer/YamlSymbolIndex.cpp
    R clang-tools-extra/include-fixer/YamlSymbolIndex.h
    R clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h
    R clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h
    R clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h
    R clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h
    R clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h
    R clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt
    R clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    R clang-tools-extra/include-fixer/plugin/CMakeLists.txt
    R clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp
    R clang-tools-extra/include-fixer/tool/CMakeLists.txt
    R clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp
    R clang-tools-extra/include-fixer/tool/clang-include-fixer-test.el
    R clang-tools-extra/include-fixer/tool/clang-include-fixer.el
    R clang-tools-extra/include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/modularize/CMakeLists.txt
    M clang-tools-extra/modularize/CoverageChecker.cpp
    M clang-tools-extra/modularize/CoverageChecker.h
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/Modularize.h
    M clang-tools-extra/modularize/ModularizeUtilities.cpp
    M clang-tools-extra/modularize/ModularizeUtilities.h
    M clang-tools-extra/modularize/ModuleAssistant.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.h
    M clang-tools-extra/pp-trace/CMakeLists.txt
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.h
    M clang-tools-extra/pp-trace/PPTrace.cpp
    M clang-tools-extra/test/CMakeLists.txt
    R clang-tools-extra/test/Unit/lit.cfg
    A clang-tools-extra/test/Unit/lit.cfg.py
    R clang-tools-extra/test/Unit/lit.site.cfg.in
    A clang-tools-extra/test/Unit/lit.site.cfg.py.in
    R clang-tools-extra/test/change-namespace/Inputs/fake-std.h
    R clang-tools-extra/test/change-namespace/lambda-function.cpp
    R clang-tools-extra/test/change-namespace/macro.cpp
    R clang-tools-extra/test/change-namespace/simple-move.cpp
    R clang-tools-extra/test/change-namespace/white-list.cpp
    M clang-tools-extra/test/clang-apply-replacements/Inputs/basic/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/basic/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file3.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/format/yes.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/identical/file1.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/identical/identical.cpp
    M clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/identical.cpp
    A clang-tools-extra/test/clang-change-namespace/Inputs/fake-std.h
    A clang-tools-extra/test/clang-change-namespace/lambda-function.cpp
    A clang-tools-extra/test/clang-change-namespace/macro.cpp
    A clang-tools-extra/test/clang-change-namespace/simple-move.cpp
    A clang-tools-extra/test/clang-change-namespace/white-list.cpp
    R clang-tools-extra/test/clang-doc/bc-comment.cpp
    R clang-tools-extra/test/clang-doc/bc-namespace.cpp
    R clang-tools-extra/test/clang-doc/bc-record.cpp
    R clang-tools-extra/test/clang-doc/mapper-comment.cpp
    R clang-tools-extra/test/clang-doc/mapper-namespace.cpp
    R clang-tools-extra/test/clang-doc/mapper-record.cpp
    R clang-tools-extra/test/clang-doc/module.cpp
    R clang-tools-extra/test/clang-doc/public-module.cpp
    R clang-tools-extra/test/clang-doc/public-records.cpp
    A clang-tools-extra/test/clang-doc/single-file-public.cpp
    A clang-tools-extra/test/clang-doc/single-file.cpp
    R clang-tools-extra/test/clang-doc/test_cases/comment.cpp
    R clang-tools-extra/test/clang-doc/test_cases/compile_flags.txt
    R clang-tools-extra/test/clang-doc/test_cases/namespace.cpp
    R clang-tools-extra/test/clang-doc/test_cases/record.cpp
    R clang-tools-extra/test/clang-doc/yaml-comment.cpp
    R clang-tools-extra/test/clang-doc/yaml-namespace.cpp
    R clang-tools-extra/test/clang-doc/yaml-record.cpp
    A clang-tools-extra/test/clang-include-fixer/Inputs/database_template.json
    A clang-tools-extra/test/clang-include-fixer/Inputs/fake_yaml_db.yaml
    A clang-tools-extra/test/clang-include-fixer/Inputs/merge/a.yaml
    A clang-tools-extra/test/clang-include-fixer/Inputs/merge/b.yaml
    A clang-tools-extra/test/clang-include-fixer/commandline_options.cpp
    A clang-tools-extra/test/clang-include-fixer/exit_on_fatal.cpp
    A clang-tools-extra/test/clang-include-fixer/fixeddb.cpp
    A clang-tools-extra/test/clang-include-fixer/include_path.cpp
    A clang-tools-extra/test/clang-include-fixer/merge.test
    A clang-tools-extra/test/clang-include-fixer/multiple_fixes.cpp
    A clang-tools-extra/test/clang-include-fixer/prefix_variable.cpp
    A clang-tools-extra/test/clang-include-fixer/query_symbol.cpp
    A clang-tools-extra/test/clang-include-fixer/ranking.cpp
    A clang-tools-extra/test/clang-include-fixer/yaml_fuzzy.cpp
    A clang-tools-extra/test/clang-include-fixer/yamldb.cpp
    A clang-tools-extra/test/clang-include-fixer/yamldb_autodetect.cpp
    A clang-tools-extra/test/clang-tidy/Inputs/Headers/stdio.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/external-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/flags/internal-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/strings/internal-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/Inputs/empty-database/compile_commands.json
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/a.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/b.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/c.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/bin/clang
    A clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/include/c++/v1/mock_vector
    A clang-tools-extra/test/clang-tidy/abseil-duration-addition.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-comparison.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-conversion-cast.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-division.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-factory-float.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-factory-scale.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-unnecessary-conversion.cpp
    A clang-tools-extra/test/clang-tidy/abseil-faster-strsplit-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/abseil-no-internal-dependencies.cpp
    A clang-tools-extra/test/clang-tidy/abseil-no-namespace.cpp
    A clang-tools-extra/test/clang-tidy/abseil-redundant-strcat-calls.cpp
    A clang-tools-extra/test/clang-tidy/abseil-str-cat-append.cpp
    M clang-tools-extra/test/clang-tidy/abseil-string-find-startswith.cpp
    A clang-tools-extra/test/clang-tidy/abseil-time-comparison.cpp
    A clang-tools-extra/test/clang-tidy/abseil-time-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/abseil-upgrade-duration-conversions.cpp
    A clang-tools-extra/test/clang-tidy/alternative-fixes.cpp
    A clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp
    A clang-tools-extra/test/clang-tidy/android-cloexec-pipe2.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-gmock.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-strict.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-branch-clone-macro-crash.c
    A clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-dangling-handle.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-dynamic-static-initializers.hpp
    A clang-tools-extra/test/clang-tidy/bugprone-exception-escape-openmp.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-exception-escape.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-forward-declaration-namespace.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-forwarding-reference-overload.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-inaccurate-erase.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-macro-repeated-side-effects.c
    M clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-explicit-only.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-move-forwarding-reference.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-parent-virtual-call.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-sizeof-container.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-sizeof-expression.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-string-constructor.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-string-integer-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage-strict.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unused-return-value-custom.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unused-return-value.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/cert-err34-c.cpp
    M clang-tools-extra/test/clang-tidy/cert-msc51-cpp.cpp
    M clang-tools-extra/test/clang-tidy/cert-oop11-cpp.cpp
    A clang-tools-extra/test/clang-tidy/cert-oop54-cpp.cpp
    M clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
    M clang-tools-extra/test/clang-tidy/cert-static-object-exception.cpp
    M clang-tools-extra/test/clang-tidy/cert-throw-exception-type.cpp
    A clang-tools-extra/test/clang-tidy/cert-uppercase-literal-suffix-integer.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    M clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
    A clang-tools-extra/test/clang-tidy/clang-tidy-mac-libcxx.cpp
    M clang-tools-extra/test/clang-tidy/clang-tidy-run-with-database.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-avoid-goto.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-caps-only.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-command-line-macros.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-custom.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-containers.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-legacy-functions.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
    M clang-tools-extra/test/clang-tidy/diagnostic.cpp
    A clang-tools-extra/test/clang-tidy/duplicate-reports.cpp
    A clang-tools-extra/test/clang-tidy/empty-database.cpp
    M clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp
    A clang-tools-extra/test/clang-tidy/expand-modular-headers-ppcallbacks.cpp
    A clang-tools-extra/test/clang-tidy/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/export-relpath.cpp
    A clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-calls.cpp
    A clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-declarations.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-multiple-inheritance.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-overloaded-operator.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-all.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-glob.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/google-objc-avoid-nsobject-new.m
    A clang-tools-extra/test/clang-tidy/google-objc-function-naming.m
    A clang-tools-extra/test/clang-tidy/google-objc-function-naming.mm
    M clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.m
    A clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    M clang-tools-extra/test/clang-tidy/google-readability-casting.cpp
    M clang-tools-extra/test/clang-tidy/google-readability-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/google-readability-nested-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/google-runtime-int-std.cpp
    A clang-tools-extra/test/clang-tidy/google-runtime-int.m
    M clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
    A clang-tools-extra/test/clang-tidy/google-upgrade-googletest-case.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-exception-baseclass.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/linuxkernel-must-check-errs.c
    A clang-tools-extra/test/clang-tidy/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned2.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned3.cpp
    M clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    M clang-tools-extra/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
    M clang-tools-extra/test/clang-tidy/misc-new-delete-overloads.cpp
    A clang-tools-extra/test/clang-tidy/misc-non-private-member-variables-in-classes.cpp
    M clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
    M clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator-cxx17.cpp
    M clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-parameters.c
    M clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    M clang-tools-extra/test/clang-tidy/modernize-avoid-bind.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-main.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays.cpp
    A clang-tools-extra/test/clang-tidy/modernize-concat-nested-namespaces.cpp
    M clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx03.cpp
    M clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-deprecated-ios-base-aliases.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-camelback.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-const.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-extra.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-lowercase.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-negative.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-uppercase.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-shared-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-shared.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx14.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-header.cpp
    A clang-tools-extra/test/clang-tidy/modernize-make-unique-inaccessible-ctors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value-macro-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp
    M clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-delimiter.cpp
    M clang-tools-extra/test/clang-tidy/modernize-raw-string-literal.cpp
    M clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp
    M clang-tools-extra/test/clang-tidy/modernize-replace-auto-ptr.cpp
    M clang-tools-extra/test/clang-tidy/modernize-replace-random-shuffle.cpp
    M clang-tools-extra/test/clang-tidy/modernize-return-braced-init-list.cpp
    M clang-tools-extra/test/clang-tidy/modernize-unary-static-assert.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-cast.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-iterator.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-new-remove-stars.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-new.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-bool-literals-ignore-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-bool-literals.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-assignment.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-bitfield.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-emplace-ignore-implicit-constructors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-emplace.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-copy.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-delayed.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-equals-delete-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-delete.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-clang-unused.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-gcc-unused.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept-macro.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-nullptr-basic.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-nullptr.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override-cxx98.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override-ms.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-no-destructors.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-with-macro.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-transparent-functors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-uncaught-exceptions.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-using-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
    M clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp
    M clang-tools-extra/test/clang-tidy/mpi-type-mismatch.cpp
    A clang-tools-extra/test/clang-tidy/nolint-plugin.cpp
    M clang-tools-extra/test/clang-tidy/nolint.cpp
    A clang-tools-extra/test/clang-tidy/nolintnextline-plugin.cpp
    M clang-tools-extra/test/clang-tidy/objc-no-arc-or-properties.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration-additional.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration-custom.m
    M clang-tools-extra/test/clang-tidy/objc-property-declaration.m
    A clang-tools-extra/test/clang-tidy/objc-super-self.m
    A clang-tools-extra/test/clang-tidy/openmp-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/performance-for-range-copy-allowed-types.cpp
    M clang-tools-extra/test/clang-tidy/performance-for-range-copy-warn-on-all-auto-copies.cpp
    M clang-tools-extra/test/clang-tidy/performance-for-range-copy.cpp
    M clang-tools-extra/test/clang-tidy/performance-inefficient-algorithm.cpp
    M clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    M clang-tools-extra/test/clang-tidy/performance-move-const-arg-trivially-copyable.cpp
    M clang-tools-extra/test/clang-tidy/performance-move-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor-fix.cpp
    A clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-allowed-types.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-incomplete-type.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp
    M clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-ppc.cpp
    M clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-x86.cpp
    M clang-tools-extra/test/clang-tidy/read_file_config.cpp
    A clang-tools-extra/test/clang-tidy/readability-avoid-underscore-in-googletest-name.cpp
    A clang-tools-extra/test/clang-tidy/readability-const-return-type.cpp
    M clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp
    A clang-tools-extra/test/clang-tidy/readability-convert-member-functions-to-static.cpp
    M clang-tools-extra/test/clang-tidy/readability-delete-null-pointer.cpp
    M clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp
    A clang-tools-extra/test/clang-tidy/readability-else-after-return-if-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/readability-else-after-return.cpp
    M clang-tools-extra/test/clang-tidy/readability-function-size.cpp
    A clang-tools-extra/test/clang-tidy/readability-identifier-naming-bugfix.cpp
    M clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-allow-in-conditions.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-cxx98.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-macros.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-strict.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-fixing.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration.c
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-magic-numbers.cpp
    M clang-tools-extra/test/clang-tidy/readability-misleading-indentation.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-declaration.c
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor-ifdef.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.h
    A clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-macros.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-msvc.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-init-msvc.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-init.cpp
    A clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-members.cpp
    M clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance.cpp
    M clang-tools-extra/test/clang-tidy/readability-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-custom-list.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-macro.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-ms.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix.h
    M clang-tools-extra/test/clang-tidy/run-clang-tidy.cpp
    M clang-tools-extra/test/clang-tidy/select-checks.cpp
    M clang-tools-extra/test/clang-tidy/static-analyzer-config.cpp
    M clang-tools-extra/test/clang-tidy/static-analyzer.cpp
    M clang-tools-extra/test/clang-tidy/temporaries.cpp
    M clang-tools-extra/test/clang-tidy/zircon-temporary-objects.cpp
    R clang-tools-extra/test/clangd/Inputs/sstream.h
    R clang-tools-extra/test/clangd/completion-snippets.test
    R clang-tools-extra/test/clangd/completion.test
    R clang-tools-extra/test/clangd/crash-non-added-files.test
    R clang-tools-extra/test/clangd/delimited-input-comment-at-the-end.test
    R clang-tools-extra/test/clangd/diagnostics.test
    R clang-tools-extra/test/clangd/execute-command.test
    R clang-tools-extra/test/clangd/extra-flags.test
    R clang-tools-extra/test/clangd/fixits.test
    R clang-tools-extra/test/clangd/formatting.test
    R clang-tools-extra/test/clangd/hover.test
    R clang-tools-extra/test/clangd/initialize-params-invalid.test
    R clang-tools-extra/test/clangd/initialize-params.test
    R clang-tools-extra/test/clangd/input-mirror.test
    R clang-tools-extra/test/clangd/lit.local.cfg
    R clang-tools-extra/test/clangd/protocol.test
    R clang-tools-extra/test/clangd/rename.test
    R clang-tools-extra/test/clangd/shutdown-with-exit.test
    R clang-tools-extra/test/clangd/shutdown-without-exit.test
    R clang-tools-extra/test/clangd/signature-help.test
    R clang-tools-extra/test/clangd/spaces-in-delimited-input.test
    R clang-tools-extra/test/clangd/symbols.test
    R clang-tools-extra/test/clangd/test-uri-posix.test
    R clang-tools-extra/test/clangd/test-uri-windows.test
    R clang-tools-extra/test/clangd/textdocument-didchange-fail.test
    R clang-tools-extra/test/clangd/too_large.test
    R clang-tools-extra/test/clangd/trace.test
    R clang-tools-extra/test/clangd/unsupported-method.test
    R clang-tools-extra/test/clangd/xrefs.test
    R clang-tools-extra/test/include-fixer/Inputs/database_template.json
    R clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
    R clang-tools-extra/test/include-fixer/Inputs/merge/a.yaml
    R clang-tools-extra/test/include-fixer/Inputs/merge/b.yaml
    R clang-tools-extra/test/include-fixer/commandline_options.cpp
    R clang-tools-extra/test/include-fixer/exit_on_fatal.cpp
    R clang-tools-extra/test/include-fixer/fixeddb.cpp
    R clang-tools-extra/test/include-fixer/include_path.cpp
    R clang-tools-extra/test/include-fixer/merge.test
    R clang-tools-extra/test/include-fixer/multiple_fixes.cpp
    R clang-tools-extra/test/include-fixer/prefix_variable.cpp
    R clang-tools-extra/test/include-fixer/query_symbol.cpp
    R clang-tools-extra/test/include-fixer/ranking.cpp
    R clang-tools-extra/test/include-fixer/yaml_fuzzy.cpp
    R clang-tools-extra/test/include-fixer/yamldb.cpp
    R clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp
    R clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
    R clang-tools-extra/test/lit.cfg
    A clang-tools-extra/test/lit.cfg.py
    R clang-tools-extra/test/lit.site.cfg.in
    A clang-tools-extra/test/lit.site.cfg.py.in
    M clang-tools-extra/test/modularize/ProblemsInconsistent.modularize
    M clang-tools-extra/test/pp-trace/pp-trace-conditional.cpp
    A clang-tools-extra/test/pp-trace/pp-trace-filter.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-ident.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-include.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-macro.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-modules.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-general.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-opencl.cpp
    M clang-tools-extra/tool-template/CMakeLists.txt
    M clang-tools-extra/tool-template/ToolTemplate.cpp
    M clang-tools-extra/unittests/CMakeLists.txt
    R clang-tools-extra/unittests/change-namespace/CMakeLists.txt
    R clang-tools-extra/unittests/change-namespace/ChangeNamespaceTests.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/CMakeLists.txt
    A clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt
    A clang-tools-extra/unittests/clang-change-namespace/ChangeNamespaceTests.cpp
    A clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp
    A clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    A clang-tools-extra/unittests/clang-doc/ClangDocTest.cpp
    A clang-tools-extra/unittests/clang-doc/ClangDocTest.h
    A clang-tools-extra/unittests/clang-doc/GeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/MergeTest.cpp
    A clang-tools-extra/unittests/clang-doc/SerializeTest.cpp
    A clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-include-fixer/CMakeLists.txt
    A clang-tools-extra/unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp
    A clang-tools-extra/unittests/clang-include-fixer/IncludeFixerTest.cpp
    A clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
    A clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/clang-move/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/ClangMoveTests.cpp
    M clang-tools-extra/unittests/clang-query/CMakeLists.txt
    M clang-tools-extra/unittests/clang-query/QueryEngineTest.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    R clang-tools-extra/unittests/clang-tidy/ExprMutationAnalyzerTest.cpp
    A clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/NamespaceAliaserTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ObjCModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/OverlappingReplacementsTest.cpp
    A clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp
    R clang-tools-extra/unittests/clangd/Annotations.cpp
    R clang-tools-extra/unittests/clangd/Annotations.h
    R clang-tools-extra/unittests/clangd/CMakeLists.txt
    R clang-tools-extra/unittests/clangd/ClangdTests.cpp
    R clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp
    R clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
    R clang-tools-extra/unittests/clangd/CodeCompletionStringsTests.cpp
    R clang-tools-extra/unittests/clangd/ContextTests.cpp
    R clang-tools-extra/unittests/clangd/DexIndexTests.cpp
    R clang-tools-extra/unittests/clangd/DraftStoreTests.cpp
    R clang-tools-extra/unittests/clangd/FileDistanceTests.cpp
    R clang-tools-extra/unittests/clangd/FileIndexTests.cpp
    R clang-tools-extra/unittests/clangd/FindSymbolsTests.cpp
    R clang-tools-extra/unittests/clangd/FuzzyMatchTests.cpp
    R clang-tools-extra/unittests/clangd/GlobalCompilationDatabaseTests.cpp
    R clang-tools-extra/unittests/clangd/HeadersTests.cpp
    R clang-tools-extra/unittests/clangd/IndexTests.cpp
    R clang-tools-extra/unittests/clangd/Matchers.h
    R clang-tools-extra/unittests/clangd/QualityTests.cpp
    R clang-tools-extra/unittests/clangd/SourceCodeTests.cpp
    R clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp
    R clang-tools-extra/unittests/clangd/SyncAPI.cpp
    R clang-tools-extra/unittests/clangd/SyncAPI.h
    R clang-tools-extra/unittests/clangd/TUSchedulerTests.cpp
    R clang-tools-extra/unittests/clangd/TestFS.cpp
    R clang-tools-extra/unittests/clangd/TestFS.h
    R clang-tools-extra/unittests/clangd/TestScheme.h
    R clang-tools-extra/unittests/clangd/TestTU.cpp
    R clang-tools-extra/unittests/clangd/TestTU.h
    R clang-tools-extra/unittests/clangd/ThreadingTests.cpp
    R clang-tools-extra/unittests/clangd/TraceTests.cpp
    R clang-tools-extra/unittests/clangd/URITests.cpp
    R clang-tools-extra/unittests/clangd/XRefsTests.cpp
    R clang-tools-extra/unittests/include-fixer/CMakeLists.txt
    R clang-tools-extra/unittests/include-fixer/FuzzySymbolIndexTests.cpp
    R clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp
    R clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt
    R clang-tools-extra/unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/include/common/VirtualFileHelper.h
    M clang/.clang-tidy
    M clang/.gitignore
    M clang/CMakeLists.txt
    M clang/CODE_OWNERS.TXT
    M clang/LICENSE.TXT
    M clang/NOTES.txt
    M clang/README.txt
    M clang/bindings/python/README.txt
    M clang/bindings/python/clang/__init__.py
    M clang/bindings/python/clang/cindex.py
    M clang/bindings/python/clang/enumerations.py
    M clang/bindings/python/examples/cindex/cindex-dump.py
    M clang/bindings/python/examples/cindex/cindex-includes.py
    A clang/bindings/python/tests/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_access_specifiers.py
    M clang/bindings/python/tests/cindex/test_cdb.py
    M clang/bindings/python/tests/cindex/test_code_completion.py
    M clang/bindings/python/tests/cindex/test_comment.py
    M clang/bindings/python/tests/cindex/test_cursor.py
    M clang/bindings/python/tests/cindex/test_cursor_kind.py
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/bindings/python/tests/cindex/test_exception_specification_kind.py
    M clang/bindings/python/tests/cindex/test_file.py
    M clang/bindings/python/tests/cindex/test_index.py
    M clang/bindings/python/tests/cindex/test_linkage.py
    M clang/bindings/python/tests/cindex/test_location.py
    M clang/bindings/python/tests/cindex/test_tls_kind.py
    M clang/bindings/python/tests/cindex/test_token_kind.py
    M clang/bindings/python/tests/cindex/test_tokens.py
    M clang/bindings/python/tests/cindex/test_translation_unit.py
    M clang/bindings/python/tests/cindex/test_type.py
    M clang/bindings/python/tests/cindex/util.py
    M clang/cmake/caches/Apple-stage1.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/cmake/caches/BaremetalARM.cmake
    M clang/cmake/caches/DistributionExample-stage2.cmake
    M clang/cmake/caches/DistributionExample.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/cmake/modules/CMakeLists.txt
    R clang/cmake/modules/FindZ3.cmake
    M clang/cmake/modules/ProtobufMutator.cmake
    M clang/docs/AddressSanitizer.rst
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/Block-ABI-Apple.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangPlugins.rst
    A clang/docs/ClangStaticAnalyzer.rst
    M clang/docs/ClangTools.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/CommandGuide/diagtool.rst
    M clang/docs/ControlFlowIntegrity.rst
    M clang/docs/ControlFlowIntegrityDesign.rst
    M clang/docs/CrossCompilation.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/ExternalClangExamples.rst
    M clang/docs/HardwareAssistedAddressSanitizerDesign.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/IntroductionToTheClangAST.rst
    M clang/docs/JSONCompilationDatabase.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LeakSanitizer.rst
    A clang/docs/LibASTImporter.rst
    M clang/docs/LibASTMatchers.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibASTMatchersTutorial.rst
    M clang/docs/LibFormat.rst
    M clang/docs/LibTooling.rst
    M clang/docs/MSVCCompatibility.rst
    M clang/docs/MemorySanitizer.rst
    M clang/docs/Modules.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/PCHInternals.rst
    R clang/docs/PTHInternals.rst
    M clang/docs/RAVFrontendAction.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SafeStack.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/ShadowCallStack.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/ThreadSanitizer.rst
    M clang/docs/Toolchain.rst
    M clang/docs/Tooling.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    R clang/docs/analyzer/DebugChecks.rst
    R clang/docs/analyzer/DesignDiscussions/InitializerLists.rst
    R clang/docs/analyzer/IPA.txt
    R clang/docs/analyzer/RegionStore.txt
    A clang/docs/analyzer/checkers.rst
    A clang/docs/analyzer/checkers/callandmessage_example.c
    A clang/docs/analyzer/checkers/dealloc_example.m
    A clang/docs/analyzer/checkers/dividezero_example.c
    A clang/docs/analyzer/checkers/mismatched_deallocator_example.cpp
    A clang/docs/analyzer/checkers/newdelete_example.cpp
    A clang/docs/analyzer/checkers/seckeychainapi_example.m
    A clang/docs/analyzer/checkers/unix_api_example.c
    A clang/docs/analyzer/checkers/unix_malloc_example.c
    A clang/docs/analyzer/developer-docs.rst
    A clang/docs/analyzer/developer-docs/DebugChecks.rst
    A clang/docs/analyzer/developer-docs/IPA.rst
    A clang/docs/analyzer/developer-docs/InitializerLists.rst
    A clang/docs/analyzer/developer-docs/RegionStore.rst
    A clang/docs/analyzer/developer-docs/nullability.rst
    R clang/docs/analyzer/index.rst
    R clang/docs/analyzer/nullability.rst
    A clang/docs/analyzer/user-docs.rst
    A clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/docs/conf.py
    M clang/docs/doxygen.cfg.in
    M clang/docs/index.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/docs/tools/dump_format_style.py
    M clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
    M clang/examples/AnnotateFunctions/CMakeLists.txt
    M clang/examples/CMakeLists.txt
    M clang/examples/PrintFunctionNames/CMakeLists.txt
    M clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
    R clang/examples/analyzer-plugin/CMakeLists.txt
    R clang/examples/analyzer-plugin/MainCallChecker.cpp
    R clang/examples/analyzer-plugin/SampleAnalyzerPlugin.exports
    M clang/examples/clang-interpreter/CMakeLists.txt
    M clang/examples/clang-interpreter/Test.cxx
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/CXCompilationDatabase.h
    M clang/include/clang-c/CXErrorCode.h
    M clang/include/clang-c/CXString.h
    M clang/include/clang-c/Documentation.h
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.h
    M clang/include/clang/ARCMigrate/ARCMT.h
    M clang/include/clang/ARCMigrate/ARCMTActions.h
    M clang/include/clang/ARCMigrate/FileRemapper.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/AST.h
    M clang/include/clang/AST/ASTConsumer.h
    M clang/include/clang/AST/ASTContext.h
    A clang/include/clang/AST/ASTContextAllocate.h
    M clang/include/clang/AST/ASTDiagnostic.h
    A clang/include/clang/AST/ASTDumper.h
    A clang/include/clang/AST/ASTDumperUtils.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTImporter.h
    A clang/include/clang/AST/ASTImporterLookupTable.h
    A clang/include/clang/AST/ASTImporterSharedState.h
    M clang/include/clang/AST/ASTLambda.h
    M clang/include/clang/AST/ASTMutationListener.h
    A clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTStructuralEquivalence.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/ASTUnresolvedSet.h
    M clang/include/clang/AST/ASTVector.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/AttrIterator.h
    A clang/include/clang/AST/AttrVisitor.h
    M clang/include/clang/AST/Availability.h
    M clang/include/clang/AST/BaseSubobject.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/CharUnits.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/CommentBriefParser.h
    M clang/include/clang/AST/CommentCommandTraits.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/CommentDiagnostic.h
    M clang/include/clang/AST/CommentLexer.h
    M clang/include/clang/AST/CommentParser.h
    M clang/include/clang/AST/CommentSema.h
    M clang/include/clang/AST/CommentVisitor.h
    M clang/include/clang/AST/ComparisonCategories.h
    A clang/include/clang/AST/CurrentSourceLocExprScope.h
    M clang/include/clang/AST/DataCollection.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclAccessPair.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclContextInternals.h
    M clang/include/clang/AST/DeclFriend.h
    M clang/include/clang/AST/DeclGroup.h
    M clang/include/clang/AST/DeclLookups.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/DeclVisitor.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/DependentDiagnostic.h
    M clang/include/clang/AST/EvaluatedExprVisitor.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprObjC.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/ExternalASTMerger.h
    M clang/include/clang/AST/ExternalASTSource.h
    A clang/include/clang/AST/FormatString.h
    M clang/include/clang/AST/GlobalDecl.h
    A clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/LambdaCapture.h
    M clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
    M clang/include/clang/AST/LocInfoType.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/MangleNumberingContext.h
    M clang/include/clang/AST/NSAPI.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/NonTrivialTypeVisitor.h
    M clang/include/clang/AST/ODRHash.h
    A clang/include/clang/AST/OSLog.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/AST/OperationKinds.h
    M clang/include/clang/AST/ParentMap.h
    M clang/include/clang/AST/PrettyDeclStackTrace.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/QualTypeNames.h
    M clang/include/clang/AST/RawCommentList.h
    M clang/include/clang/AST/RecordLayout.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Redeclarable.h
    M clang/include/clang/AST/SelectorLocationsKind.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtCXX.h
    M clang/include/clang/AST/StmtDataCollectors.td
    M clang/include/clang/AST/StmtGraphTraits.h
    M clang/include/clang/AST/StmtIterator.h
    M clang/include/clang/AST/StmtObjC.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/StmtVisitor.h
    A clang/include/clang/AST/TemplateArgumentVisitor.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    A clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocNodes.def
    M clang/include/clang/AST/TypeLocVisitor.h
    M clang/include/clang/AST/TypeNodes.def
    M clang/include/clang/AST/TypeOrdering.h
    M clang/include/clang/AST/TypeVisitor.h
    M clang/include/clang/AST/UnresolvedSet.h
    M clang/include/clang/AST/VTTBuilder.h
    M clang/include/clang/AST/VTableBuilder.h
    M clang/include/clang/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
    M clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
    M clang/include/clang/ASTMatchers/Dynamic/Parser.h
    M clang/include/clang/ASTMatchers/Dynamic/Registry.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
    M clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
    M clang/include/clang/Analysis/Analyses/Consumed.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    A clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
    R clang/include/clang/Analysis/Analyses/FormatString.h
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    R clang/include/clang/Analysis/Analyses/OSLog.h
    M clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
    R clang/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
    M clang/include/clang/Analysis/Analyses/ReachableCode.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def
    M clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
    M clang/include/clang/Analysis/Analyses/UninitializedValues.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Analysis/AnalysisDiagnostic.h
    A clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/BodyFarm.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/CFGStmtMap.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Analysis/CloneDetection.h
    M clang/include/clang/Analysis/CodeInjector.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h
    M clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
    M clang/include/clang/Analysis/ProgramPoint.h
    A clang/include/clang/Analysis/RetainSummaryManager.h
    A clang/include/clang/Analysis/SelectorExtras.h
    M clang/include/clang/Analysis/Support/BumpVector.h
    A clang/include/clang/Basic/AArch64SVEACLETypes.def
    M clang/include/clang/Basic/ABI.h
    M clang/include/clang/Basic/AddressSpaces.h
    M clang/include/clang/Basic/AlignedAllocation.h
    M clang/include/clang/Basic/AllDiagnostics.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/AttrKinds.h
    M clang/include/clang/Basic/AttrSubjectMatchRules.h
    M clang/include/clang/Basic/Attributes.h
    M clang/include/clang/Basic/BitmaskEnum.h
    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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsLe64.def
    M clang/include/clang/Basic/BuiltinsMips.def
    M clang/include/clang/Basic/BuiltinsNEON.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    R clang/include/clang/Basic/BuiltinsNios2.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsSystemZ.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/BuiltinsXCore.def
    M clang/include/clang/Basic/CapturedStmt.h
    M clang/include/clang/Basic/CharInfo.h
    A clang/include/clang/Basic/CodeGenOptions.def
    A clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/CommentOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/Diagnostic.td
    A clang/include/clang/Basic/DiagnosticAST.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    A clang/include/clang/Basic/DiagnosticAnalysis.h
    M clang/include/clang/Basic/DiagnosticAnalysisKinds.td
    M clang/include/clang/Basic/DiagnosticCategories.h
    M clang/include/clang/Basic/DiagnosticCategories.td
    A clang/include/clang/Basic/DiagnosticComment.h
    M clang/include/clang/Basic/DiagnosticCommentKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    A clang/include/clang/Basic/DiagnosticCrossTU.h
    M clang/include/clang/Basic/DiagnosticCrossTUKinds.td
    M clang/include/clang/Basic/DiagnosticDocs.td
    A clang/include/clang/Basic/DiagnosticDriver.h
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticError.h
    A clang/include/clang/Basic/DiagnosticFrontend.h
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticIDs.h
    A clang/include/clang/Basic/DiagnosticLex.h
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticOptions.h
    A clang/include/clang/Basic/DiagnosticParse.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    A clang/include/clang/Basic/DiagnosticRefactoring.h
    M clang/include/clang/Basic/DiagnosticRefactoringKinds.td
    A clang/include/clang/Basic/DiagnosticSema.h
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    A clang/include/clang/Basic/DiagnosticSerialization.h
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/ExceptionSpecificationType.h
    M clang/include/clang/Basic/ExpressionTraits.h
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/FileSystemOptions.h
    M clang/include/clang/Basic/FileSystemStatCache.h
    A clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    A clang/include/clang/Basic/JsonSupport.h
    M clang/include/clang/Basic/LLVM.h
    M clang/include/clang/Basic/Lambda.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    A clang/include/clang/Basic/LangStandard.h
    A clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Linkage.h
    A clang/include/clang/Basic/MSP430Target.def
    M clang/include/clang/Basic/MacroBuilder.h
    R clang/include/clang/Basic/MemoryBufferCache.h
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/ObjCRuntime.h
    A clang/include/clang/Basic/OpenCLExtensionTypes.def
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/OpenCLImageTypes.def
    M clang/include/clang/Basic/OpenCLOptions.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/OperatorKinds.def
    M clang/include/clang/Basic/OperatorKinds.h
    M clang/include/clang/Basic/OperatorPrecedence.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/PlistSupport.h
    M clang/include/clang/Basic/PragmaKinds.h
    M clang/include/clang/Basic/PrettyStackTrace.h
    M clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.h
    M clang/include/clang/Basic/Sanitizers.def
    M clang/include/clang/Basic/Sanitizers.h
    M clang/include/clang/Basic/SourceLocation.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/SourceManagerInternals.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/Stack.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/SyncScope.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TargetOptions.h
    M clang/include/clang/Basic/TemplateKinds.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TokenKinds.h
    M clang/include/clang/Basic/TypeTraits.h
    M clang/include/clang/Basic/Version.h
    R clang/include/clang/Basic/VirtualFileSystem.h
    M clang/include/clang/Basic/Visibility.h
    M clang/include/clang/Basic/X86Target.def
    M clang/include/clang/Basic/XRayInstr.h
    M clang/include/clang/Basic/XRayLists.h
    M clang/include/clang/Basic/arm_fp16.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/CodeGen/BackendUtil.h
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/CodeGen/CodeGenAction.h
    M clang/include/clang/CodeGen/ConstantInitBuilder.h
    M clang/include/clang/CodeGen/ConstantInitFuture.h
    M clang/include/clang/CodeGen/ModuleBuilder.h
    M clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
    M clang/include/clang/CodeGen/SwiftCallingConv.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/CrossTU/CrossTUDiagnostic.h
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    A clang/include/clang/DirectoryWatcher/DirectoryWatcher.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/ClangOptionDocs.td
    M clang/include/clang/Driver/Compilation.h
    A clang/include/clang/Driver/DarwinSDKInfo.h
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/DriverDiagnostic.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Multilib.h
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/Phases.h
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Driver/Tool.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.def
    M clang/include/clang/Driver/Types.h
    M clang/include/clang/Driver/Util.h
    M clang/include/clang/Driver/XRayArgs.h
    M clang/include/clang/Edit/Commit.h
    M clang/include/clang/Edit/EditedSource.h
    M clang/include/clang/Edit/EditsReceiver.h
    M clang/include/clang/Edit/FileOffset.h
    M clang/include/clang/Edit/Rewriters.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTConsumers.h
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
    R clang/include/clang/Frontend/CodeGenOptions.def
    R clang/include/clang/Frontend/CodeGenOptions.h
    M clang/include/clang/Frontend/CommandLineSourceLoc.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/include/clang/Frontend/DependencyOutputOptions.h
    M clang/include/clang/Frontend/DiagnosticRenderer.h
    M clang/include/clang/Frontend/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendDiagnostic.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/FrontendPluginRegistry.h
    R clang/include/clang/Frontend/LangStandard.h
    R clang/include/clang/Frontend/LangStandards.def
    M clang/include/clang/Frontend/LayoutOverrideSource.h
    M clang/include/clang/Frontend/LogDiagnosticPrinter.h
    M clang/include/clang/Frontend/MigratorOptions.h
    M clang/include/clang/Frontend/MultiplexConsumer.h
    M clang/include/clang/Frontend/PCHContainerOperations.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Frontend/PreprocessorOutputOptions.h
    M clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
    M clang/include/clang/Frontend/SerializedDiagnosticReader.h
    M clang/include/clang/Frontend/SerializedDiagnostics.h
    M clang/include/clang/Frontend/TextDiagnostic.h
    M clang/include/clang/Frontend/TextDiagnosticBuffer.h
    M clang/include/clang/Frontend/TextDiagnosticPrinter.h
    M clang/include/clang/Frontend/Utils.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/FrontendTool/Utils.h
    M clang/include/clang/Index/CodegenNameGenerator.h
    M clang/include/clang/Index/CommentToXML.h
    A clang/include/clang/Index/DeclOccurrence.h
    M clang/include/clang/Index/IndexDataConsumer.h
    M clang/include/clang/Index/IndexSymbol.h
    M clang/include/clang/Index/IndexingAction.h
    M clang/include/clang/Index/USRGeneration.h
    M clang/include/clang/Lex/CodeCompletionHandler.h
    A clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/ExternalPreprocessorSource.h
    M clang/include/clang/Lex/HeaderMap.h
    M clang/include/clang/Lex/HeaderMapTypes.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/LexDiagnostic.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Lex/MacroArgs.h
    M clang/include/clang/Lex/MacroInfo.h
    M clang/include/clang/Lex/ModuleLoader.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/MultipleIncludeOpt.h
    M clang/include/clang/Lex/PPCallbacks.h
    M clang/include/clang/Lex/PPConditionalDirectiveRecord.h
    R clang/include/clang/Lex/PTHLexer.h
    R clang/include/clang/Lex/PTHManager.h
    M clang/include/clang/Lex/Pragma.h
    M clang/include/clang/Lex/PreprocessingRecord.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorLexer.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Lex/ScratchBuffer.h
    M clang/include/clang/Lex/Token.h
    M clang/include/clang/Lex/TokenConcatenation.h
    M clang/include/clang/Lex/TokenLexer.h
    M clang/include/clang/Lex/VariadicMacroSupport.h
    A clang/include/clang/Parse/LoopHint.h
    M clang/include/clang/Parse/ParseAST.h
    M clang/include/clang/Parse/ParseDiagnostic.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Rewrite/Core/DeltaTree.h
    M clang/include/clang/Rewrite/Core/HTMLRewrite.h
    M clang/include/clang/Rewrite/Core/RewriteBuffer.h
    M clang/include/clang/Rewrite/Core/RewriteRope.h
    M clang/include/clang/Rewrite/Core/Rewriter.h
    M clang/include/clang/Rewrite/Core/TokenRewriter.h
    M clang/include/clang/Rewrite/Frontend/ASTConsumers.h
    M clang/include/clang/Rewrite/Frontend/FixItRewriter.h
    M clang/include/clang/Rewrite/Frontend/FrontendActions.h
    M clang/include/clang/Rewrite/Frontend/Rewriters.h
    M clang/include/clang/Sema/AnalysisBasedWarnings.h
    M clang/include/clang/Sema/CXXFieldCollector.h
    M clang/include/clang/Sema/CleanupInfo.h
    M clang/include/clang/Sema/CodeCompleteConsumer.h
    M clang/include/clang/Sema/CodeCompleteOptions.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/DelayedDiagnostic.h
    M clang/include/clang/Sema/Designator.h
    M clang/include/clang/Sema/ExternalSemaSource.h
    M clang/include/clang/Sema/IdentifierResolver.h
    M clang/include/clang/Sema/Initialization.h
    M clang/include/clang/Sema/Lookup.h
    R clang/include/clang/Sema/LoopHint.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ObjCMethodList.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Ownership.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/ParsedTemplate.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/ScopeInfo.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/SemaConsumer.h
    M clang/include/clang/Sema/SemaDiagnostic.h
    M clang/include/clang/Sema/SemaFixItUtils.h
    M clang/include/clang/Sema/SemaInternal.h
    M clang/include/clang/Sema/SemaLambda.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Sema/TemplateInstCallback.h
    M clang/include/clang/Sema/TypoCorrection.h
    M clang/include/clang/Sema/Weak.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTDeserializationListener.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ContinuousRangeMap.h
    M clang/include/clang/Serialization/GlobalModuleIndex.h
    A clang/include/clang/Serialization/InMemoryModuleCache.h
    M clang/include/clang/Serialization/Module.h
    M clang/include/clang/Serialization/ModuleFileExtension.h
    M clang/include/clang/Serialization/ModuleManager.h
    A clang/include/clang/Serialization/PCHContainerOperations.h
    M clang/include/clang/Serialization/SerializationDiagnostic.h
    A clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    R clang/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
    M clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
    M clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
    R clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    A clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    R clang/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
    R clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Core/IssueHash.h
    M clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTExpr.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSort.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
    M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
    A clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
    M clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiff.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
    M clang/include/clang/Tooling/AllTUsExecution.h
    M clang/include/clang/Tooling/ArgumentsAdjusters.h
    M clang/include/clang/Tooling/CommonOptionsParser.h
    M clang/include/clang/Tooling/CompilationDatabase.h
    M clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/Core/Lookup.h
    M clang/include/clang/Tooling/Core/Replacement.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Execution.h
    M clang/include/clang/Tooling/FileMatchTrie.h
    M clang/include/clang/Tooling/FixIt.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/include/clang/Tooling/JSONCompilationDatabase.h
    M clang/include/clang/Tooling/Refactoring.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Refactoring/Extract/Extract.h
    A clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h
    A clang/include/clang/Tooling/Refactoring/RangeSelector.h
    M clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
    M clang/include/clang/Tooling/Refactoring/RefactoringAction.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
    M clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOption.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptions.h
    M clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
    M clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h
    M clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
    M clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h
    M clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h
    A clang/include/clang/Tooling/Refactoring/SourceCode.h
    A clang/include/clang/Tooling/Refactoring/Stencil.h
    A clang/include/clang/Tooling/Refactoring/Transformer.h
    M clang/include/clang/Tooling/RefactoringCallbacks.h
    M clang/include/clang/Tooling/ReplacementsYaml.h
    M clang/include/clang/Tooling/StandaloneExecution.h
    A clang/include/clang/Tooling/Syntax/BuildTree.h
    A clang/include/clang/Tooling/Syntax/Nodes.h
    A clang/include/clang/Tooling/Syntax/Tokens.h
    A clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/ToolExecutorPluginRegistry.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/ARCMTActions.cpp
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/Internals.h
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/ARCMigrate/PlistReporter.cpp
    M clang/lib/ARCMigrate/TransAPIUses.cpp
    M clang/lib/ARCMigrate/TransARCAssign.cpp
    M clang/lib/ARCMigrate/TransAutoreleasePool.cpp
    M clang/lib/ARCMigrate/TransBlockObjCVariable.cpp
    M clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransGCCalls.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/TransProtectedScope.cpp
    M clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
    M clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
    M clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp
    M clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
    M clang/lib/ARCMigrate/TransformActions.cpp
    M clang/lib/ARCMigrate/Transforms.cpp
    M clang/lib/ARCMigrate/Transforms.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTConsumer.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTDumper.cpp
    M clang/lib/AST/ASTImporter.cpp
    A clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CXXABI.h
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/Comment.cpp
    M clang/lib/AST/CommentBriefParser.cpp
    M clang/lib/AST/CommentCommandTraits.cpp
    M clang/lib/AST/CommentLexer.cpp
    M clang/lib/AST/CommentParser.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/DataCollection.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclFriend.cpp
    M clang/lib/AST/DeclGroup.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/DeclOpenMP.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/DeclarationName.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/ExprObjC.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    A clang/lib/AST/FormatString.cpp
    A clang/lib/AST/FormatStringParsing.h
    M clang/lib/AST/InheritViz.cpp
    M clang/lib/AST/ItaniumCXXABI.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    A clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Linkage.h
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftCXXABI.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    A clang/lib/AST/OSLog.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMap.cpp
    A clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/QualTypeNames.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/RecordLayout.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    A clang/lib/AST/ScanfFormatString.cpp
    M clang/lib/AST/SelectorLocationsKind.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtCXX.cpp
    M clang/lib/AST/StmtIterator.cpp
    M clang/lib/AST/StmtObjC.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/StmtViz.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    A clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTTBuilder.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Parser.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CFGReachabilityAnalysis.cpp
    M clang/lib/Analysis/CFGStmtMap.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/CocoaConventions.cpp
    M clang/lib/Analysis/CodeInjector.cpp
    M clang/lib/Analysis/ConstructionContext.cpp
    M clang/lib/Analysis/Consumed.cpp
    M clang/lib/Analysis/Dominators.cpp
    A clang/lib/Analysis/ExprMutationAnalyzer.cpp
    R clang/lib/Analysis/FormatString.cpp
    R clang/lib/Analysis/FormatStringParsing.h
    M clang/lib/Analysis/LiveVariables.cpp
    R clang/lib/Analysis/OSLog.cpp
    M clang/lib/Analysis/ObjCNoReturn.cpp
    M clang/lib/Analysis/PostOrderCFGView.cpp
    R clang/lib/Analysis/PrintfFormatString.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    R clang/lib/Analysis/PseudoConstantAnalysis.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    A clang/lib/Analysis/RetainSummaryManager.cpp
    R clang/lib/Analysis/ScanfFormatString.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/ThreadSafetyCommon.cpp
    M clang/lib/Analysis/ThreadSafetyLogical.cpp
    M clang/lib/Analysis/ThreadSafetyTIL.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    A clang/lib/Analysis/plugins/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingAnalyzerPlugin.exports
    A clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
    A clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
    A clang/lib/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/Builtins.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/CharInfo.cpp
    A clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/DiagnosticOptions.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/FileSystemStatCache.cpp
    A clang/lib/Basic/FixedPoint.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    A clang/lib/Basic/LangStandards.cpp
    R clang/lib/Basic/MemoryBufferCache.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/ObjCRuntime.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/OperatorPrecedence.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/Sanitizers.cpp
    M clang/lib/Basic/SourceLocation.cpp
    M clang/lib/Basic/SourceManager.cpp
    A clang/lib/Basic/Stack.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    A clang/lib/Basic/Targets/ARC.cpp
    A clang/lib/Basic/Targets/ARC.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Basic/Targets/AVR.h
    M clang/lib/Basic/Targets/BPF.cpp
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Lanai.cpp
    M clang/lib/Basic/Targets/Lanai.h
    M clang/lib/Basic/Targets/Le64.cpp
    M clang/lib/Basic/Targets/Le64.h
    M clang/lib/Basic/Targets/MSP430.cpp
    M clang/lib/Basic/Targets/MSP430.h
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/NVPTX.h
    R clang/lib/Basic/Targets/Nios2.cpp
    R clang/lib/Basic/Targets/Nios2.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PNaCl.cpp
    M clang/lib/Basic/Targets/PNaCl.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/SPIR.cpp
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/Sparc.cpp
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/Basic/Targets/SystemZ.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/TCE.cpp
    M clang/lib/Basic/Targets/TCE.h
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/Basic/Targets/XCore.cpp
    M clang/lib/Basic/Targets/XCore.h
    M clang/lib/Basic/TokenKinds.cpp
    M clang/lib/Basic/Version.cpp
    R clang/lib/Basic/VirtualFileSystem.cpp
    M clang/lib/Basic/Warnings.cpp
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/Address.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBlocks.h
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGCleanup.h
    M clang/lib/CodeGen/CGCoroutine.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGLoopInfo.h
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGObjCRuntime.cpp
    M clang/lib/CodeGen/CGObjCRuntime.h
    M clang/lib/CodeGen/CGOpenCLRuntime.cpp
    M clang/lib/CodeGen/CGOpenCLRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGRecordLayout.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTT.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGVTables.h
    M clang/lib/CodeGen/CGValue.h
    M clang/lib/CodeGen/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenABITypes.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTBAA.h
    M clang/lib/CodeGen/CodeGenTypeCache.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MacroPPCallbacks.cpp
    M clang/lib/CodeGen/MacroPPCallbacks.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    A clang/lib/CodeGen/PatternInit.cpp
    A clang/lib/CodeGen/PatternInit.h
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/CodeGen/VarBypassDetector.cpp
    M clang/lib/CodeGen/VarBypassDetector.h
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    A clang/lib/DirectoryWatcher/CMakeLists.txt
    A clang/lib/DirectoryWatcher/DirectoryScanner.cpp
    A clang/lib/DirectoryWatcher/DirectoryScanner.h
    A clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
    A clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
    A clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    A clang/lib/DirectoryWatcher/windows/DirectoryWatcher-windows.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Compilation.cpp
    A clang/lib/Driver/DarwinSDKInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/DriverOptions.cpp
    M clang/lib/Driver/InputInfo.h
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/Multilib.cpp
    M clang/lib/Driver/Phases.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/Tool.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/AVR.h
    M clang/lib/Driver/ToolChains/Ananas.cpp
    M clang/lib/Driver/ToolChains/Ananas.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.h
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.h
    M clang/lib/Driver/ToolChains/Arch/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.h
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.h
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Arch/Sparc.cpp
    M clang/lib/Driver/ToolChains/Arch/Sparc.h
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.h
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    M clang/lib/Driver/ToolChains/BareMetal.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Clang.h
    M clang/lib/Driver/ToolChains/CloudABI.cpp
    M clang/lib/Driver/ToolChains/CloudABI.h
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Contiki.cpp
    M clang/lib/Driver/ToolChains/Contiki.h
    M clang/lib/Driver/ToolChains/CrossWindows.cpp
    M clang/lib/Driver/ToolChains/CrossWindows.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    M clang/lib/Driver/ToolChains/DragonFly.cpp
    M clang/lib/Driver/ToolChains/DragonFly.h
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.h
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Haiku.cpp
    M clang/lib/Driver/ToolChains/Haiku.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hexagon.h
    A clang/lib/Driver/ToolChains/Hurd.cpp
    A clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/Lanai.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    A clang/lib/Driver/ToolChains/MSP430.cpp
    A clang/lib/Driver/ToolChains/MSP430.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MinGW.h
    M clang/lib/Driver/ToolChains/Minix.cpp
    M clang/lib/Driver/ToolChains/Minix.h
    M clang/lib/Driver/ToolChains/MipsLinux.cpp
    M clang/lib/Driver/ToolChains/MipsLinux.h
    M clang/lib/Driver/ToolChains/Myriad.cpp
    M clang/lib/Driver/ToolChains/Myriad.h
    M clang/lib/Driver/ToolChains/NaCl.cpp
    M clang/lib/Driver/ToolChains/NaCl.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/NetBSD.h
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    A clang/lib/Driver/ToolChains/PPCLinux.cpp
    A clang/lib/Driver/ToolChains/PPCLinux.h
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    R clang/lib/Driver/ToolChains/RISCV.cpp
    R clang/lib/Driver/ToolChains/RISCV.h
    A clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    A clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/Solaris.h
    M clang/lib/Driver/ToolChains/TCE.cpp
    M clang/lib/Driver/ToolChains/TCE.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.h
    M clang/lib/Driver/ToolChains/XCore.cpp
    M clang/lib/Driver/ToolChains/XCore.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Edit/Commit.cpp
    M clang/lib/Edit/EditedSource.cpp
    M clang/lib/Edit/RewriteObjCFoundationAPI.cpp
    M clang/lib/Format/AffectedRangeManager.cpp
    M clang/lib/Format/AffectedRangeManager.h
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/BreakableToken.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Encoding.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatInternal.h
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/NamespaceEndCommentsFixer.h
    M clang/lib/Format/SortJavaScriptImports.cpp
    M clang/lib/Format/SortJavaScriptImports.h
    M clang/lib/Format/TokenAnalyzer.cpp
    M clang/lib/Format/TokenAnalyzer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/TokenAnnotator.h
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineFormatter.h
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/UsingDeclarationsSorter.cpp
    M clang/lib/Format/UsingDeclarationsSorter.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/ASTConsumers.cpp
    M clang/lib/Frontend/ASTMerge.cpp

  Log Message:
  -----------
  Merge community 'master' into HighTec htc/master


  Commit: 62bcf332dfe23fef7631b8f9d75ea6f6549e11f1
      https://github.com/llvm/llvm-project/commit/62bcf332dfe23fef7631b8f9d75ea6f6549e11f1
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    A Jenkinsfile

  Log Message:
  -----------
  Add initial Jenkinsfile.


  Commit: 97eaf97cee20796b5b9af6019242cb56403f1de8
      https://github.com/llvm/llvm-project/commit/97eaf97cee20796b5b9af6019242cb56403f1de8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    M clang/unittests/DirectoryWatcher/CMakeLists.txt

  Log Message:
  -----------
  Disable the DirectoryWatcher unit test.

This test fails on our build slave within a docker container.
It seems like the network file system + docker volumes do not properly handle inotify events.
The test passes on all other machines.


  Commit: 4b27c215192bdfcadd8288769bc9a1f1f0bf5741
      https://github.com/llvm/llvm-project/commit/4b27c215192bdfcadd8288769bc9a1f1f0bf5741
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-09-11 (Wed, 11 Sep 2019)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h
    M llvm/lib/Support/Triple.cpp
    M llvm/unittests/ADT/TripleTest.cpp

  Log Message:
  -----------
  [DPWBS-994] Recognise tricore in triple parsing code


  Commit: 001c29a022e53e3d29757d61e9e613acc7153b68
      https://github.com/llvm/llvm-project/commit/001c29a022e53e3d29757d61e9e613acc7153b68
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/TriCore.def
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/Object/TriCore/elf-flags.yaml
    A llvm/test/Object/TriCore/lit.local.cfg
    M llvm/tools/llvm-objcopy/CopyConfig.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [DPWBS-997] Add initial TriCore skeleton

Adding necessary definitions for TriCore ELF files and relocations.
Made change to ELFYaml, llvm-readobj, llvm-objcopy to make them work with TriCore ELF files.
Adding ELFYaml test.


  Commit: 644bbf92b28b3efa5f10f297a0e419a50ac3c7f7
      https://github.com/llvm/llvm-project/commit/644bbf92b28b3efa5f10f297a0e419a50ac3c7f7
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M Jenkinsfile
    M llvm/lib/Target/LLVMBuild.txt
    A llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/LLVMBuild.txt
    A llvm/lib/Target/TriCore/TargetInfo/CMakeLists.txt
    A llvm/lib/Target/TriCore/TargetInfo/LLVMBuild.txt
    A llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    A llvm/lib/Target/TriCore/TriCoreTargetMachine.h

  Log Message:
  -----------
  [DPWBS-997] Add initial TriCore skeleton

Adding stub backend that compile.


  Commit: 63a70e2517ef19a50407c620a8ca131f399afb0f
      https://github.com/llvm/llvm-project/commit/63a70e2517ef19a50407c620a8ca131f399afb0f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/Targets.cpp
    A clang/lib/Basic/Targets/TriCore.cpp
    A clang/lib/Basic/Targets/TriCore.h
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/lib/Driver/ToolChains/HighTec.h
    M clang/test/Driver/frame-pointer.c
    A clang/test/Driver/tricore-features.c
    A clang/test/Driver/tricore-toolchain.c
    M clang/test/Preprocessor/init.c

  Log Message:
  -----------
  [DPWBS-1010] Add TriCore clang target and compiler driver

This patch contains the basic clang target description (mostly sizes and alignment of types)
as well as a rudimentary HighTec driver (able to call the integrated assembler and very basic linker call).


  Commit: 393e1f9acb261e79643fe9d0e3e7eec1e7474b54
      https://github.com/llvm/llvm-project/commit/393e1f9acb261e79643fe9d0e3e7eec1e7474b54
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-16 (Mon, 16 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-998] Add all instruction formats

Adding also RegisterClass and ADD instruction definiton to be able to compile it, while
the formats are actively used.


  Commit: f080983d0077086c20658c8cad58562486b75dff
      https://github.com/llvm/llvm-project/commit/f080983d0077086c20658c8cad58562486b75dff
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/LLVMBuild.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.h
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.h

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding MCTargetDesc files.


  Commit: 6093dbb05428615af214f2238a9bc051569c8a8d
      https://github.com/llvm/llvm-project/commit/6093dbb05428615af214f2238a9bc051569c8a8d
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    A llvm/lib/Target/TriCore/AsmParser/CMakeLists.txt
    A llvm/lib/Target/TriCore/AsmParser/LLVMBuild.txt
    A llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/test/MC/TriCore/cfi-regs-invalid.s
    A llvm/test/MC/TriCore/cfi-regs-valid.s

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding AsmParser and the necessary changes for it.


  Commit: ab58a8e84f875a201e130195440e2c7e153be2a9
      https://github.com/llvm/llvm-project/commit/ab58a8e84f875a201e130195440e2c7e153be2a9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M clang/test/Driver/tricore-toolchain.c
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/InstPrinter/CMakeLists.txt
    A llvm/lib/Target/TriCore/InstPrinter/LLVMBuild.txt
    A llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.cpp
    A llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.h
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/elf-header.s

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding InstPrinter and necessary changes. Adding elf header test.


  Commit: d534c235c940128b7b35352d19e416e9a4c920a8
      https://github.com/llvm/llvm-project/commit/d534c235c940128b7b35352d19e416e9a4c920a8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    A clang/test/CodeGen/tricore-abi.c

  Log Message:
  -----------
  [DPWBS-1011] Add clang support for TriCore Register Calling Convention

This patch introduces the TriCoreABIInfo and TriCoreTargetCodeGenInfo classes.
The TriCoreABIInfo class is responsible for implementing the target specific
function argument and return value marshalling.

The TriCoreCodeGenInfo class so far only initializes the TriCoreABIInfo instance.

The added test tricore-abi.c demonstrates that all arguments and return values are
lowered as expected.


  Commit: 4565d44337cfb47fed09c17e9e779747df2a3eb9
      https://github.com/llvm/llvm-project/commit/4565d44337cfb47fed09c17e9e779747df2a3eb9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    A llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    A llvm/lib/Target/TriCore/TriCoreSubtarget.h

  Log Message:
  -----------
  [DPBWS-1001] Add support for instructions

Adding .code16 and .code32 parsing ability.


  Commit: ed181a7d28e9d44cb6132e1c86377ff4f9ba9626
      https://github.com/llvm/llvm-project/commit/ed181a7d28e9d44cb6132e1c86377ff4f9ba9626
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPBWS-1001] Add support for instructions

Adding register definitions.


  Commit: f413d3e3ec4883cef8c5512a2c51c0dd23598232
      https://github.com/llvm/llvm-project/commit/f413d3e3ec4883cef8c5512a2c51c0dd23598232
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/unconditional-branch-invalid.s
    A llvm/test/MC/TriCore/unconditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1016] Add support for instructions

Adding "Unconditional branch" instruction group and the corresponding test files.


  Commit: be123dfdb2db1ddb6a2e8c91776890c7ad3baae4
      https://github.com/llvm/llvm-project/commit/be123dfdb2db1ddb6a2e8c91776890c7ad3baae4
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/move-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1002] Add support for instructions

Adding "Move" instruction group and the corresponding test files.


  Commit: 24bdce46868ca050cddbf8b99107b48acd51485f
      https://github.com/llvm/llvm-project/commit/24bdce46868ca050cddbf8b99107b48acd51485f
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/addition-and-subtraction-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1003] Add support for instructions

Adding "Addition and Subtraction" instruction group and the corresponding test files.


  Commit: ce38ce878f7f59c695c998f01dac4e8229cefbd5
      https://github.com/llvm/llvm-project/commit/ce38ce878f7f59c695c998f01dac4e8229cefbd5
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/logical-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1004] Add support for instructions

Adding "Logical" instruction group and the corresponding test files.


  Commit: e1e3aede9b5e230c6522d925090100815e459d73
      https://github.com/llvm/llvm-project/commit/e1e3aede9b5e230c6522d925090100815e459d73
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1003] Add support for instructions

Fixing commutable issue. Removing trailing whitespaces.


  Commit: d901dfc3e5bfc7eeecd697946fc7c56a6313e70a
      https://github.com/llvm/llvm-project/commit/d901dfc3e5bfc7eeecd697946fc7c56a6313e70a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    A .git-blame-ignore-revs
    M .gitignore
    M clang-tools-extra/clang-apply-replacements/tool/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/tool/CMakeLists.txt
    M clang-tools-extra/clang-move/tool/CMakeLists.txt
    M clang-tools-extra/clang-query/tool/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    A clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.h
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    A clang-tools-extra/clang-tidy/darwin/AvoidSpinlockCheck.cpp
    A clang-tools-extra/clang-tidy/darwin/AvoidSpinlockCheck.h
    A clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    A clang-tools-extra/clang-tidy/darwin/DarwinTidyModule.cpp
    A clang-tools-extra/clang-tidy/darwin/DispatchOnceNonstaticCheck.cpp
    A clang-tools-extra/clang-tidy/darwin/DispatchOnceNonstaticCheck.h
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.h
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    R clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.cpp
    R clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.h
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/MissingHashCheck.cpp
    A clang-tools-extra/clang-tidy/objc/MissingHashCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/plugin/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/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CMakeLists.txt
    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/ClangdServer.h
    R clang-tools-extra/clangd/ClangdUnit.cpp
    R clang-tools-extra/clangd/ClangdUnit.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    A clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    A clang-tools-extra/clangd/FindTarget.cpp
    A clang-tools-extra/clangd/FindTarget.h
    A clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    A clang-tools-extra/clangd/HeaderSourceSwitch.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    A clang-tools-extra/clangd/ParsedAST.cpp
    A clang-tools-extra/clangd/ParsedAST.h
    A clang-tools-extra/clangd/Preamble.cpp
    A clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/Selection.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    A clang-tools-extra/clangd/SemanticSelection.cpp
    A clang-tools-extra/clangd/SemanticSelection.h
    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/TUScheduler.h
    M clang-tools-extra/clangd/Threading.h
    M clang-tools-extra/clangd/Trace.cpp
    M clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/URI.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    A clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    M clang-tools-extra/clangd/clients/clangd-vscode/README.md
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/complete.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/diagnostics.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/extract.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/format.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/include.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/xrefs.png
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundRebuild.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    M clang-tools-extra/clangd/indexer/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/selection-range.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/type-hierarchy.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    R clang-tools-extra/clangd/unittests/ClangdUnitTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    A clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    A clang-tools-extra/clangd/unittests/HeaderSourceSwitchTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    A clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/test-client/CMakeLists.txt
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-doc.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-infinite-loop.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-posix-return.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
    A clang-tools-extra/docs/clang-tidy/checks/darwin-avoid-spinlock.rst
    A clang-tools-extra/docs/clang-tidy/checks/darwin-dispatch-once-nonstatic.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    R clang-tools-extra/docs/clang-tidy/checks/objc-avoid-spinlock.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-missing-hash.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clangd/Installation.rst
    M clang-tools-extra/modularize/CMakeLists.txt
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/pp-trace/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/bugprone-argument-comment-ignore-single-argument.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp
    A clang-tools-extra/test/clang-tidy/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/darwin-dispatch-once-nonstatic.mm
    A clang-tools-extra/test/clang-tidy/file-filter-symlinks.cpp
    M clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    M clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    M clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    R clang-tools-extra/test/clang-tidy/objc-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/objc-missing-hash.m
    M clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-no-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    M clang-tools-extra/tool-template/CMakeLists.txt
    M clang-tools-extra/unittests/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    M clang-tools-extra/unittests/clang-include-fixer/CMakeLists.txt
    M clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/CMakeLists.txt
    M clang-tools-extra/unittests/clang-query/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    A clang/docs/ConstantInterpreter.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTImporter.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/index.rst
    A clang/include/clang-c/FatalErrorHandler.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CharUnits.h
    M clang/include/clang/AST/CommentLexer.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExternalASTMerger.h
    M clang/include/clang/AST/FormatString.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/OperationKinds.def
    A clang/include/clang/AST/OptionalDiagnostic.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocNodes.def
    R clang/include/clang/AST/TypeNodes.def
    M clang/include/clang/AST/TypeVisitor.h
    M clang/include/clang/Analysis/CFG.h
    A clang/include/clang/Analysis/PathDiagnostic.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    A clang/include/clang/Basic/AttributeCommonInfo.h
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    A clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Linkage.h
    M clang/include/clang/Basic/OpenCLOptions.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TokenKinds.def
    A clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/Phases.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.def
    M clang/include/clang/Format/Format.h
    R clang/include/clang/Index/CodegenNameGenerator.h
    M clang/include/clang/Index/IndexingAction.h
    A clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/Preprocessor.h
    A clang/include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    R clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/Tooling/ArgumentsAdjusters.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    R clang/include/clang/Tooling/Refactoring/RangeSelector.h
    M clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
    R clang/include/clang/Tooling/Refactoring/SourceCode.h
    R clang/include/clang/Tooling/Refactoring/Stencil.h
    R clang/include/clang/Tooling/Refactoring/Transformer.h
    A clang/include/clang/Tooling/Transformer/MatchConsumer.h
    A clang/include/clang/Tooling/Transformer/RangeSelector.h
    A clang/include/clang/Tooling/Transformer/SourceCode.h
    A clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h
    A clang/include/clang/Tooling/Transformer/Stencil.h
    A clang/include/clang/Tooling/Transformer/Transformer.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CommentLexer.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/InheritViz.cpp
    A clang/lib/AST/Interp/Block.cpp
    A clang/lib/AST/Interp/Block.h
    A clang/lib/AST/Interp/Boolean.h
    A clang/lib/AST/Interp/ByteCodeEmitter.cpp
    A clang/lib/AST/Interp/ByteCodeEmitter.h
    A clang/lib/AST/Interp/ByteCodeExprGen.cpp
    A clang/lib/AST/Interp/ByteCodeExprGen.h
    A clang/lib/AST/Interp/ByteCodeGenError.cpp
    A clang/lib/AST/Interp/ByteCodeGenError.h
    A clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    A clang/lib/AST/Interp/ByteCodeStmtGen.h
    A clang/lib/AST/Interp/Context.cpp
    A clang/lib/AST/Interp/Context.h
    A clang/lib/AST/Interp/Descriptor.cpp
    A clang/lib/AST/Interp/Descriptor.h
    A clang/lib/AST/Interp/Disasm.cpp
    A clang/lib/AST/Interp/EvalEmitter.cpp
    A clang/lib/AST/Interp/EvalEmitter.h
    A clang/lib/AST/Interp/Frame.cpp
    A clang/lib/AST/Interp/Frame.h
    A clang/lib/AST/Interp/Function.cpp
    A clang/lib/AST/Interp/Function.h
    A clang/lib/AST/Interp/Integral.h
    A clang/lib/AST/Interp/Interp.cpp
    A clang/lib/AST/Interp/Interp.h
    A clang/lib/AST/Interp/InterpFrame.cpp
    A clang/lib/AST/Interp/InterpFrame.h
    A clang/lib/AST/Interp/InterpStack.cpp
    A clang/lib/AST/Interp/InterpStack.h
    A clang/lib/AST/Interp/InterpState.cpp
    A clang/lib/AST/Interp/InterpState.h
    A clang/lib/AST/Interp/Opcode.h
    A clang/lib/AST/Interp/Opcodes.td
    A clang/lib/AST/Interp/Pointer.cpp
    A clang/lib/AST/Interp/Pointer.h
    A clang/lib/AST/Interp/PrimType.cpp
    A clang/lib/AST/Interp/PrimType.h
    A clang/lib/AST/Interp/Program.cpp
    A clang/lib/AST/Interp/Program.h
    A clang/lib/AST/Interp/Record.cpp
    A clang/lib/AST/Interp/Record.h
    A clang/lib/AST/Interp/Source.cpp
    A clang/lib/AST/Interp/Source.h
    A clang/lib/AST/Interp/State.cpp
    A clang/lib/AST/Interp/State.h
    M clang/lib/AST/ItaniumCXXABI.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTTBuilder.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/Consumed.cpp
    A clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
    M clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt
    M clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
    M clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/BPF.cpp
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/SystemZ.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/DriverOptions.cpp
    M clang/lib/Driver/Phases.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.h
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Clang.h
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    A clang/lib/Driver/ToolChains/InterfaceStubs.cpp
    A clang/lib/Driver/ToolChains/InterfaceStubs.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Encoding.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnostic.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/__clang_cuda_intrinsics.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/ia32intrin.h
    M clang/lib/Index/CMakeLists.txt
    R clang/lib/Index/CodegenNameGenerator.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.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/ParsePragma.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAccess.cpp
    M clang/lib/Sema/SemaAttr.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/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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/SemaExprMember.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaModule.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    M clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
    M clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.h
    M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/Checker.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    R clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Inclusions/IncludeStyle.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/CMakeLists.txt
    R clang/lib/Tooling/Refactoring/RangeSelector.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    R clang/lib/Tooling/Refactoring/SourceCode.cpp
    R clang/lib/Tooling/Refactoring/Stencil.cpp
    R clang/lib/Tooling/Refactoring/Transformer.cpp
    M clang/lib/Tooling/Tooling.cpp
    A clang/lib/Tooling/Transformer/CMakeLists.txt
    A clang/lib/Tooling/Transformer/RangeSelector.cpp
    A clang/lib/Tooling/Transformer/SourceCode.cpp
    A clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
    A clang/lib/Tooling/Transformer/Stencil.cpp
    A clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/Interp/cond.cpp
    M clang/test/AST/ast-dump-color.cpp
    A clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    A clang/test/AST/atomic-expr.cpp
    M clang/test/ASTMerge/class-template/test.cpp
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/array-struct-region.cpp
    A clang/test/Analysis/cast-value-weird.cpp
    M clang/test/Analysis/cfg.cpp
    M clang/test/Analysis/crash-trace.c
    M clang/test/Analysis/dead-stores.c
    M clang/test/Analysis/dead-stores.cpp
    M clang/test/Analysis/dead-stores.m
    M clang/test/Analysis/debug-CallGraph.cpp
    M clang/test/Analysis/edges-new.mm
    A clang/test/Analysis/loop-widening.cpp
    M clang/test/Analysis/misc-ps-region-store.m
    M clang/test/Analysis/null-deref-ps.c
    M clang/test/Analysis/objc-arc.m
    M clang/test/Analysis/plist-output.m
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/virtualcall-fixits.cpp
    M clang/test/CMakeLists.txt
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/dtor.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p1.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p2.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr16xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/drs/dr7xx.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    A clang/test/CXX/expr/expr.const/p6-2a.cpp
    A clang/test/ClangScanDeps/Inputs/foodir
    M clang/test/ClangScanDeps/Inputs/header_stat_before_open_cdb.json
    A clang/test/ClangScanDeps/Inputs/headerwithdirname.json
    M clang/test/ClangScanDeps/Inputs/no-werror.json
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    A clang/test/ClangScanDeps/Inputs/strip_diag_serialize.json
    M clang/test/ClangScanDeps/Inputs/subframework_header_dir_symlink_cdb.json
    M clang/test/ClangScanDeps/Inputs/symlink_cdb.json
    M clang/test/ClangScanDeps/Inputs/vfsoverlay_cdb.json
    M clang/test/ClangScanDeps/error.cpp
    M clang/test/ClangScanDeps/header_stat_before_open.m
    A clang/test/ClangScanDeps/headerwithdirname.cpp
    M clang/test/ClangScanDeps/no-werror.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    A clang/test/ClangScanDeps/strip_diag_serialize.cpp
    M clang/test/ClangScanDeps/subframework_header_dir_symlink.m
    M clang/test/ClangScanDeps/symlink.cpp
    M clang/test/ClangScanDeps/vfsoverlay.cpp
    A clang/test/CodeCompletion/member-access-qualifiers.cpp
    M clang/test/CodeGen/Inputs/thinlto-multi-module.ll
    M clang/test/CodeGen/Inputs/thinlto_backend.ll
    M clang/test/CodeGen/Inputs/thinlto_backend_local_name_conflict1.ll
    M clang/test/CodeGen/Inputs/thinlto_backend_local_name_conflict2.ll
    A clang/test/CodeGen/aapcs-bitfield.c
    A clang/test/CodeGen/aarch64-byval-temp.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    M clang/test/CodeGen/aarch64-neon-scalar-copy.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
    M clang/test/CodeGen/aarch64-neon-vget.c
    M clang/test/CodeGen/aarch64-poly64.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-global-large.c
    M clang/test/CodeGen/altivec-ct.c
    A clang/test/CodeGen/altivec-dss.c
    M clang/test/CodeGen/arm-mfpu-none.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm64-lanes.c
    M clang/test/CodeGen/arm64_vcopy.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/attr-cpuspecific.c
    M clang/test/CodeGen/attr-target-mv-func-ptrs.c
    M clang/test/CodeGen/attr-target-mv-va-args.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/available-externally-suppress.c
    M clang/test/CodeGen/avr-builtins.c
    M clang/test/CodeGen/avx-builtins.c
    M clang/test/CodeGen/avx-cmp-builtins.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vl-builtins.c
    A clang/test/CodeGen/builtin-preserve-access-index-nonptr.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-1.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-2.c
    M clang/test/CodeGen/builtins-ppc-altivec.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/CodeGen/builtins-ppc-p9vector.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-systemz-vector.c
    M clang/test/CodeGen/builtins-systemz-vector2.c
    M clang/test/CodeGen/builtins-systemz-vector3-error.c
    M clang/test/CodeGen/builtins-systemz-vector3.c
    M clang/test/CodeGen/builtins-systemz-zvector-error.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2-error.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-systemz-zvector3-error.c
    M clang/test/CodeGen/builtins-systemz-zvector3.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/const-init.c
    M clang/test/CodeGen/debug-info-param-modification.c
    M clang/test/CodeGen/enum2.c
    M clang/test/CodeGen/exprs.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/iamcu-abi.c
    M clang/test/CodeGen/inline.c
    M clang/test/CodeGen/ppc-smmintrin.c
    M clang/test/CodeGen/sse-builtins.c
    M clang/test/CodeGen/sse.c
    M clang/test/CodeGen/systemz-abi-vector.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/target-builtin-error.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/tbaa-struct.cpp
    M clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll
    M clang/test/CodeGen/thinlto-distributed-backend-skip.ll
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    M clang/test/CodeGen/thinlto-distributed-cfi.ll
    M clang/test/CodeGen/thinlto-distributed.ll
    M clang/test/CodeGen/thinlto-multi-module.ll
    M clang/test/CodeGen/thinlto_backend.ll
    M clang/test/CodeGen/thinlto_backend_local_name_conflict.ll
    R clang/test/CodeGen/windows-on-arm-itanium-thread-local.c
    M clang/test/CodeGen/x86-builtins-vector-width.c
    A clang/test/CodeGen/x86-builtins.c
    A clang/test/CodeGen/x86-vec-i128.c
    A clang/test/CodeGen/x86_64-mno-sse2.c
    M clang/test/CodeGen/zvector.c
    M clang/test/CodeGen/zvector2.c
    M clang/test/CodeGenCUDA/Inputs/cuda.h
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-call.cu
    A clang/test/CodeGenCUDA/openmp-target.cu
    M clang/test/CodeGenCXX/attr-cpuspecific.cpp
    M clang/test/CodeGenCXX/attr-no-destroy-d54344.cpp
    M clang/test/CodeGenCXX/attr-target-mv-diff-ns.cpp
    M clang/test/CodeGenCXX/attr-target-mv-inalloca.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.cpp
    M clang/test/CodeGenCXX/attr-target-mv-modules.cpp
    M clang/test/CodeGenCXX/attr-target-mv-out-of-line-defs.cpp
    M clang/test/CodeGenCXX/attr-target-mv-overloads.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/builtin-bit-cast-no-tbaa.cpp
    M clang/test/CodeGenCXX/builtins-systemz-zvector.cpp
    A clang/test/CodeGenCXX/call-conv-thru-alias.cpp
    A clang/test/CodeGenCXX/const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local.cpp
    A clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    M clang/test/CodeGenCXX/linetable-virtual-variadic.cpp
    M clang/test/CodeGenCXX/mangle-exprs.cpp
    M clang/test/CodeGenCXX/mangle-lambda-explicit-template-params.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    A clang/test/CodeGenCXX/mangle-ms-cxx17.cpp
    M clang/test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    A clang/test/CodeGenCXX/ms-constexpr-static-data-member.cpp
    M clang/test/CodeGenCXX/ms-integer-static-data-members-exported.cpp
    M clang/test/CodeGenCXX/ms-integer-static-data-members.cpp
    A clang/test/CodeGenCXX/ms-thunks-variadic-return.cpp
    A clang/test/CodeGenCXX/no-const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/no_destroy.cpp
    A clang/test/CodeGenCXX/non-const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/tls-init-funcs.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    A clang/test/CodeGenCXX/windows-on-arm-itanium-thread-local.cpp
    R clang/test/CodeGenObjC/Inputs/strong_in_union.h
    M clang/test/CodeGenObjC/protocol-comdat.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-ci.cl
    A clang/test/CoverageMapping/debug-dir.cpp
    M clang/test/Driver/arm-compiler-rt.c
    M clang/test/Driver/arm-features.c
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/check-time-trace-sections.cpp
    M clang/test/Driver/check-time-trace.cpp
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-bundler.c
    A clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/compilation_database.c
    M clang/test/Driver/coverage_no_integrated_as.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/darwin-sdkroot.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fopenmp.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/gcc-toolchain.cpp
    M clang/test/Driver/gen-cdb-fragment.c
    A clang/test/Driver/hip-default-gpu-arch.hip
    A clang/test/Driver/hip-device-compile.hip
    A clang/test/Driver/hip-no-device-libs.hip
    A clang/test/Driver/hip-save-temps.hip
    A clang/test/Driver/hip-syntax-only.hip
    A clang/test/Driver/m-and-mm.c
    R clang/test/Driver/m_and_mm.c
    M clang/test/Driver/mips-features.c
    M clang/test/Driver/mips-float.c
    M clang/test/Driver/mips-integrated-as.s
    M clang/test/Driver/mips-mti.cpp
    M clang/test/Driver/modules.cpp
    M clang/test/Driver/msp430-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/ppc-features.cpp
    M clang/test/Driver/print-libgcc-file-name-clangrt.c
    M clang/test/Driver/rewrite-map-in-diagnostics.c
    M clang/test/Driver/riscv-features.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/split-lto-unit.c
    M clang/test/Driver/systemz-march.c
    M clang/test/Driver/verbose-output-quoting.c
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/working-directory.c
    M clang/test/FixIt/fixit-c++2a.cpp
    M clang/test/Format/style-on-command-line.cpp
    M clang/test/Frontend/Inputs/NextIncludes/rewrite-includes9.h
    M clang/test/Frontend/Inputs/rewrite-includes1.h
    M clang/test/Frontend/Inputs/rewrite-includes2.h
    M clang/test/Frontend/Inputs/rewrite-includes3.h
    M clang/test/Frontend/Inputs/rewrite-includes4.h
    M clang/test/Frontend/Inputs/rewrite-includes5.h
    M clang/test/Frontend/Inputs/rewrite-includes6.h
    M clang/test/Frontend/Inputs/rewrite-includes7.h
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/lib/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/include/c++/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/lib/gcc/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/local/include/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/local/lib/.keep
    M clang/test/Frontend/cc1-return-codes.c
    M clang/test/Frontend/dependency-gen-has-include.c
    M clang/test/Frontend/nostdlib-for-asmpp.s
    M clang/test/Frontend/rewrite-includes-cli-include.c
    A clang/test/Frontend/rewrite-includes-conditions.c
    M clang/test/Frontend/rewrite-includes-warnings.c
    M clang/test/Frontend/rewrite-includes.c
    A clang/test/Frontend/stdin-input.c
    A clang/test/Frontend/warning-poison-system-directories.c
    M clang/test/Headers/altivec-header.c
    M clang/test/Headers/arm-fp16-header.c
    M clang/test/Headers/arm-neon-header.c
    M clang/test/Headers/x86-intrinsics-headers-clean.cpp
    M clang/test/Headers/x86-intrinsics-headers.c
    M clang/test/Headers/x86intrin-2.c
    M clang/test/Headers/x86intrin.c
    M clang/test/Headers/xmmintrin.c
    M clang/test/Import/cxx-anon-namespace/test.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Index/crash-recovery-modules.m
    M clang/test/Index/index-module-with-vfs.m
    M clang/test/Index/index-templates.cpp
    M clang/test/InterfaceStubs/bad-format.cpp
    M clang/test/InterfaceStubs/class-template-specialization.cpp
    A clang/test/InterfaceStubs/conflict-type.ifs
    A clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/externstatic.c
    A clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/function-template-specialization.cpp
    M clang/test/InterfaceStubs/inline.c
    A clang/test/InterfaceStubs/merge-conflict-test.c
    A clang/test/InterfaceStubs/object-double.c
    A clang/test/InterfaceStubs/object-float.c
    A clang/test/InterfaceStubs/object.c
    R clang/test/InterfaceStubs/object.cpp
    A clang/test/InterfaceStubs/object.ifs
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/Lexer/cross-windows-on-linux-default.cpp
    M clang/test/Lexer/cross-windows-on-linux.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp
    A clang/test/Lexer/has_feature_leak_sanitizer.cpp
    M clang/test/Misc/diag-macro-backtrace2.c
    M clang/test/Misc/driver-verify.c
    M clang/test/Misc/pragma-attribute-cxx.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Bar.h
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Foo.h
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/PrivateHeaders/RandoPriv.h
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/at-import-in-framework-header.m
    M clang/test/Modules/builtin-import.mm
    M clang/test/Modules/builtins.m
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/dependency-dump-dependent-module.m
    M clang/test/Modules/dependency-dump.m
    M clang/test/Modules/double-quotes.m
    M clang/test/Modules/framework-public-includes-private.m
    M clang/test/Modules/implicit-invalidate-common.c
    A clang/test/Modules/interface-diagnose-missing-import.m
    M clang/test/Modules/preprocess-module.cpp
    M clang/test/Modules/umbrella-header-include-builtin.mm
    A clang/test/OpenMP/constexpr_partial_array.cpp
    M clang/test/OpenMP/declare_mapper_messages.c
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_simd_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    A clang/test/OpenMP/declare_variant_ast_print.c
    A clang/test/OpenMP/declare_variant_ast_print.cpp
    A clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    A clang/test/OpenMP/declare_variant_messages.c
    A clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/openmp_offload_registration.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_codegen_registration.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_private_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_loop_messages.cpp
    M clang/test/OpenMP/taskloop_private_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_ast_print.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_messages.cpp
    M clang/test/PCH/modified-header-error.c
    A clang/test/PCH/non-trivial-c-union.m
    M clang/test/Parser/DelayedTemplateParsing.cpp
    M clang/test/Parser/atomic.c
    M clang/test/Parser/crash-report.c
    M clang/test/Parser/cxx0x-decl.cpp
    M clang/test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json
    A clang/test/Preprocessor/Inputs/nonportable-hmaps/headers/foo/Bar.h
    A clang/test/Preprocessor/Inputs/nonportable-hmaps/headers/foo/Baz.h
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/nonportable-include-with-hmap.c
    M clang/test/Preprocessor/pragma_microsoft.c
    M clang/test/Preprocessor/pragma_module.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    A clang/test/Preprocessor/riscv-cmodel.c
    M clang/test/Preprocessor/riscv-target-features.c
    A clang/test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext
    A clang/test/Profile/Inputs/misexpect-branch.proftext
    A clang/test/Profile/Inputs/misexpect-switch-default-only.proftext
    A clang/test/Profile/Inputs/misexpect-switch-default.proftext
    A clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
    A clang/test/Profile/Inputs/misexpect-switch.proftext
    A clang/test/Profile/misexpect-branch-cold.c
    A clang/test/Profile/misexpect-branch-nonconst-expected-val.c
    A clang/test/Profile/misexpect-branch-unpredictable.c
    A clang/test/Profile/misexpect-branch.c
    A clang/test/Profile/misexpect-switch-default.c
    A clang/test/Profile/misexpect-switch-nonconst.c
    A clang/test/Profile/misexpect-switch-only-default-case.c
    A clang/test/Profile/misexpect-switch.c
    M clang/test/Sema/MicrosoftCompatibility.c
    A clang/test/Sema/arm_inline_asm_constraints.c
    M clang/test/Sema/builtin-preserve-access-index.c
    A clang/test/Sema/builtins-bpf.c
    M clang/test/Sema/builtins-x86.c
    A clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/div-sizeof-ptr.cpp
    M clang/test/Sema/ext_vector_casts.c
    A clang/test/Sema/format-bool.c
    M clang/test/Sema/format-strings-pedantic.c
    A clang/test/Sema/format-type-confusion.c
    M clang/test/Sema/i-c-e.c
    M clang/test/Sema/objc-bool-constant-conversion-fixit.m
    M clang/test/Sema/objc-bool-constant-conversion.m
    M clang/test/Sema/tautological-objc-bool-compare.m
    M clang/test/Sema/typedef-retain.c
    A clang/test/Sema/typo-correction-ambiguity.cpp
    A clang/test/Sema/warn-bitwise-negation-bool.c
    A clang/test/Sema/warn-conditional-emum-types-mismatch.c
    A clang/test/Sema/warn-int-in-bool-context.c
    A clang/test/Sema/warn-integer-constants-in-ternary.c
    M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
    M clang/test/Sema/warn-overlap.c
    M clang/test/Sema/warn-unreachable.c
    M clang/test/Sema/zvector.c
    M clang/test/Sema/zvector2.c
    A clang/test/SemaCUDA/autoret-global.cu
    M clang/test/SemaCUDA/call-device-fn-from-host.cu
    A clang/test/SemaCUDA/default-ctor.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCUDA/gnu-inline.cu
    M clang/test/SemaCUDA/host-device-constexpr.cu
    M clang/test/SemaCUDA/implicit-member-target-collision-cxx11.cu
    A clang/test/SemaCUDA/openmp-static-func.cu
    A clang/test/SemaCUDA/openmp-target.cu
    M clang/test/SemaCXX/MicrosoftCompatibility.cpp
    A clang/test/SemaCXX/PR31422.cpp
    M clang/test/SemaCXX/altivec.cpp
    M clang/test/SemaCXX/atomic-type.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer-std.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer.cpp
    M clang/test/SemaCXX/attr-nonnull.cpp
    M clang/test/SemaCXX/attr-require-constant-initialization.cpp
    M clang/test/SemaCXX/builtin-object-size-cxx14.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
    A clang/test/SemaCXX/constexpr-turing-cxx2a.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    A clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    A clang/test/SemaCXX/declspec-selectany.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/dllexport.cpp
    M clang/test/SemaCXX/dllimport.cpp
    A clang/test/SemaCXX/gnu_inline.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/ms-exception-spec.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M clang/test/SemaCXX/undefined-inline.cpp
    M clang/test/SemaCXX/vector-no-lax.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/warn-consumed-analysis.cpp
    M clang/test/SemaCXX/warn-final-dtor-non-final-class.cpp
    M clang/test/SemaCXX/warn-pessmizing-move.cpp
    M clang/test/SemaCXX/warn-redundant-move.cpp
    M clang/test/SemaCXX/warn-unreachable.cpp
    M clang/test/SemaCXX/warn-xor-as-pow.cpp
    A clang/test/SemaObjC/Inputs/non-trivial-c-union.h
    M clang/test/SemaObjC/arc-decls.m
    A clang/test/SemaObjC/non-trivial-c-union.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    A clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjC/typo-correction-subscript.m
    A clang/test/SemaOpenCL/builtins-amdgcn-error-flat-address-space.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/default-arguments-cxx0x.cpp
    M clang/test/SemaTemplate/instantiate-expr-4.cpp
    A clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-error-limit.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    A clang/test/SemaTemplate/using-decl.cpp
    M clang/test/VFS/external-names.c
    M clang/test/VFS/framework-import.m
    M clang/test/VFS/implicit-include.c
    M clang/test/VFS/include-mixed-real-and-virtual.c
    M clang/test/VFS/include-real-from-virtual.c
    M clang/test/VFS/include-virtual-from-real.c
    M clang/test/VFS/include.c
    M clang/test/VFS/incomplete-umbrella.m
    M clang/test/VFS/module-import.m
    M clang/test/VFS/module_missing_vfs.m
    M clang/test/VFS/real-path-found-first.m
    M clang/test/VFS/relative-path.c
    M clang/test/VFS/subframework-symlink.m
    M clang/test/VFS/test_nonmodular.c
    M clang/test/VFS/umbrella-framework-import-skipnonexist.m
    M clang/test/VFS/vfsroot-include.c
    M clang/test/VFS/vfsroot-module.m
    M clang/test/VFS/vfsroot-with-overlay.c
    A clang/test/clang-rename/ForwardClassDecl.cpp
    A clang/test/clang-rename/Typedef.cpp
    M clang/test/lit.cfg.py
    M clang/tools/CMakeLists.txt
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-check/CMakeLists.txt
    M clang/tools/clang-check/ClangCheck.cpp
    M clang/tools/clang-extdef-mapping/CMakeLists.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-format/git-clang-format
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/clang-offload-bundler/CMakeLists.txt
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    A clang/tools/clang-offload-wrapper/CMakeLists.txt
    A clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/clang-shlib/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    A clang/tools/libclang/FatalErrorHandler.cpp
    M clang/tools/libclang/Indexing.cpp
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build/CMakeLists.txt
    M clang/tools/scan-build/libexec/ccc-analyzer
    M clang/tools/scan-view/CMakeLists.txt
    A clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclTest.cpp
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/CMakeLists.txt
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/SortImportsTestJava.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Sema/CMakeLists.txt
    A clang/unittests/Sema/GslOwnerPointerInference.cpp
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    A clang/unittests/Tooling/SourceCodeBuildersTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/CMakeLists.txt
    A clang/unittests/libclang/CrashTests/CMakeLists.txt
    A clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
    M clang/unittests/libclang/LibclangTest.cpp
    A clang/unittests/libclang/TestUtils.h
    M clang/utils/TableGen/CMakeLists.txt
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
    M clang/utils/TableGen/ClangDataCollectorsEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    A clang/utils/TableGen/ClangOpcodesEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangOptionDocEmitter.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    A clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/hmaptool/CMakeLists.txt
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/cmake/Modules/BuiltinTests.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/CMakeLists.txt
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/include/sanitizer/tsan_interface_atomic.h
    A compiler-rt/include/sanitizer/ubsan_interface.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_debugging.cpp
    M compiler-rt/lib/asan/asan_descriptions.h
    M compiler-rt/lib/asan/asan_errors.cpp
    M compiler-rt/lib/asan/asan_errors.h
    M compiler-rt/lib/asan/asan_flags.inc
    M compiler-rt/lib/asan/asan_globals.cpp
    M compiler-rt/lib/asan/asan_globals_win.cpp
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/asan/asan_interceptors.h
    M compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp
    M compiler-rt/lib/asan/asan_mac.cpp
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/asan/asan_malloc_win.cpp
    M compiler-rt/lib/asan/asan_new_delete.cpp
    M compiler-rt/lib/asan/asan_poisoning.cpp
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_scariness_score.h
    M compiler-rt/lib/asan/asan_stats.cpp
    M compiler-rt/lib/asan/asan_suppressions.cpp
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/asan/asan_win_dll_thunk.cpp
    M compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cpp
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/aarch64/fp_mode.c
    M compiler-rt/lib/builtins/adddf3.c
    M compiler-rt/lib/builtins/addsf3.c
    M compiler-rt/lib/builtins/addtf3.c
    A compiler-rt/lib/builtins/arm/fp_mode.c
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/divtf3.c
    M compiler-rt/lib/builtins/extenddftf2.c
    M compiler-rt/lib/builtins/extendsftf2.c
    M compiler-rt/lib/builtins/fp_add_impl.inc
    M compiler-rt/lib/builtins/fp_lib.h
    A compiler-rt/lib/builtins/fp_mode.c
    A compiler-rt/lib/builtins/fp_mode.h
    M compiler-rt/lib/builtins/fp_trunc_impl.inc
    M compiler-rt/lib/builtins/subdf3.c
    M compiler-rt/lib/builtins/subsf3.c
    M compiler-rt/lib/builtins/subtf3.c
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMerge.cpp
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.h
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    R compiler-rt/lib/fuzzer/utils/FuzzedDataProvider.h
    M compiler-rt/lib/hwasan/hwasan_flags.inc
    M compiler-rt/lib/hwasan/hwasan_new_delete.cpp
    M compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
    M compiler-rt/lib/interception/interception.h
    M compiler-rt/lib/interception/interception_win.cpp
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_common.h
    M compiler-rt/lib/lsan/lsan_common_linux.cpp
    M compiler-rt/lib/lsan/lsan_common_mac.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_mac.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan.h
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/msan_linux.cpp
    M compiler-rt/lib/msan/msan_new_delete.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_asm.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h
    A compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h
    M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
    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/sanitizer_common/sanitizer_platform_limits_solaris.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_vector.h
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cpp
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/scripts/cpplint.py
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator_secondary.h
    M compiler-rt/lib/scudo/scudo_errors.cpp
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/crc32_hw.cpp
    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/secondary.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/string_utils.cpp
    M compiler-rt/lib/scudo/standalone/string_utils.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/tsan_go.cpp
    M compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
    M compiler-rt/lib/tsan/rtl/tsan_external.cpp
    M compiler-rt/lib/tsan/rtl/tsan_fd.cpp
    R compiler-rt/lib/tsan/rtl/tsan_interceptors.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp
    A compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
    A compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.h
    M compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.h
    M compiler-rt/lib/tsan/rtl/tsan_md5.cpp
    M compiler-rt/lib/tsan/rtl/tsan_mman.h
    M compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_posix.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
    M compiler-rt/lib/ubsan/ubsan_diag.cpp
    M compiler-rt/lib/ubsan/ubsan_flags.cpp
    M compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
    M compiler-rt/test/asan/TestCases/Posix/coverage-reset.cpp
    M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
    A compiler-rt/test/asan/TestCases/Posix/high-address-dereference.c
    M compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
    M compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp
    M compiler-rt/test/asan/TestCases/default_options.cpp
    M compiler-rt/test/asan/TestCases/initialization-constexpr.cpp
    M compiler-rt/test/asan/TestCases/inline.cpp
    M compiler-rt/test/asan/TestCases/scariness_score_test.cpp
    M compiler-rt/test/asan/TestCases/suppressions-library.cpp
    M compiler-rt/test/asan/TestCases/time_interceptor.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp
    M compiler-rt/test/asan/TestCases/vla_chrome_testcase.cpp
    M compiler-rt/test/asan/TestCases/vla_loop_overfow.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/large.test
    M compiler-rt/test/fuzzer/merge.test
    A compiler-rt/test/fuzzer/merge_two_step.test
    M compiler-rt/test/fuzzer/overwrite-input.test
    M compiler-rt/test/hwasan/TestCases/stack-oob.c
    M compiler-rt/test/hwasan/lit.cfg.py
    A compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp
    R compiler-rt/test/lsan/TestCases/many_tls_keys.cpp
    A compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
    A compiler-rt/test/lsan/TestCases/many_tls_keys_thread.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py
    A compiler-rt/test/msan/preinit_array.cpp
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/instrprof-merging.cpp
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/sanitizer_common/CMakeLists.txt
    A compiler-rt/test/sanitizer_common/TestCases/Linux/crypt_r.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_line.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_name.c
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp
    A compiler-rt/test/sanitizer_common/TestCases/onprint.cpp
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    M compiler-rt/test/tsan/CMakeLists.txt
    A compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/exceptions.cpp
    M compiler-rt/test/tsan/global_race3.cpp
    M compiler-rt/test/tsan/ignore_free.cpp
    M compiler-rt/test/tsan/ignore_malloc.cpp
    M compiler-rt/test/tsan/ignore_race.cpp
    M compiler-rt/test/tsan/ignored-interceptors-mmap.cpp
    M compiler-rt/test/tsan/java.h
    A compiler-rt/test/tsan/race_range_pc.cc
    M compiler-rt/test/tsan/test.h
    M compiler-rt/test/tsan/virtual_inheritance_compile_bug.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    A compiler-rt/test/ubsan/TestCases/Misc/print_summary.c
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp
    A libc/CMakeLists.txt
    A libc/LICENSE.txt
    A libc/README.txt
    A libc/cmake/modules/LLVMLibCRules.cmake
    A libc/docs/build_system.rst
    A libc/docs/entrypoints.rst
    A libc/docs/header_generation.rst
    A libc/docs/implementation_standard.rst
    A libc/docs/source_layout.rst
    A libc/include/CMakeLists.txt
    A libc/include/__llvm-libc-common.h
    A libc/include/ctype.h
    A libc/include/math.h
    A libc/include/string.h
    A libc/lib/CMakeLists.txt
    A libc/src/CMakeLists.txt
    A libc/src/__support/CMakeLists.txt
    A libc/src/__support/common.h.def
    A libc/src/__support/linux/entrypoint_macro.h.inc
    A libc/src/string/CMakeLists.txt
    A libc/src/string/strcat/CMakeLists.txt
    A libc/src/string/strcat/strcat.cpp
    A libc/src/string/strcat/strcat.h
    A libc/src/string/strcat/strcat_test.cpp
    A libc/src/string/strcpy/CMakeLists.txt
    A libc/src/string/strcpy/strcpy.cpp
    A libc/src/string/strcpy/strcpy.h
    A libc/src/string/strcpy/strcpy_test.cpp
    A libc/utils/build_scripts/gen_hdr.py
    M libclc/.travis.yml
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/cmake/Modules/DefineLinkerScript.cmake
    A libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__config
    M libcxx/include/__functional_base
    M libcxx/include/__mutex_base
    M libcxx/include/__string
    M libcxx/include/__tuple
    M libcxx/include/atomic
    M libcxx/include/cmath
    M libcxx/include/cstdio
    M libcxx/include/experimental/coroutine
    M libcxx/include/fstream
    M libcxx/include/memory
    M libcxx/include/mutex
    M libcxx/include/new
    M libcxx/include/ostream
    M libcxx/include/regex
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/include/utility
    M libcxx/include/vector
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/src/CMakeLists.txt
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/iostream.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/utility.cpp
    M libcxx/test/CMakeLists.txt
    A libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
    A libcxx/test/libcxx/no_assert_include.sh.cpp
    A libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
    A libcxx/test/libcxx/numerics/clamp_to_integral.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
    A libcxx/test/libcxx/type_traits/is_implicitly_default_constructible.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/non_trivial_copy_move_ABI.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/trivial_copy_move_ABI.pass.cpp
    M libcxx/test/lit.site.cfg.in
    A libcxx/test/pretty_printers/gdb_pretty_printer_test.py
    A libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/map.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp
    A libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/load.pass.cpp
    M libcxx/test/std/experimental/simd/simd.mem/load.pass.cpp
    M libcxx/test/std/experimental/simd/simd.mem/store.pass.cpp
    A libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/istream.iterator/types.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp
    A libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp
    A libcxx/test/std/language.support/support.dynamic/nothrow_t.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/assign_ptr_size_flag.pass.cpp
    A libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
    A libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/types.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp
    A libcxx/test/std/utilities/memory/allocator.tag/allocator_arg.fail.cpp
    M libcxx/test/std/utilities/memory/allocator.tag/allocator_arg.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
    R libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_cxx03.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp
    A libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp
    A libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_incomplete.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_value_sfinae.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct.pass.cpp
    A libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct_t.fail.cpp
    A libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct_t.pass.cpp
    A libcxx/test/std/utilities/utility/pairs/pairs.pair/default.explicit.fail.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/default.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/trivial_copy_move.pass.cpp
    M libcxx/test/support/min_allocator.h
    M libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/docker/scripts/docker_update_bot.sh
    M libcxx/utils/docker/scripts/run_buildbot.sh
    A libcxx/utils/gdb/libcxx/printers.py
    R libcxx/utils/gen_link_script.py
    M libcxx/utils/libcxx/compiler.py
    M libcxx/utils/libcxx/test/config.py
    A libcxx/utils/run.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxx/www/upcoming_meeting.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/include/cxxabi.h
    M libcxxabi/lib/itanium-base.exp
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_demangle.cpp
    M libcxxabi/src/cxa_exception.cpp
    M libcxxabi/src/cxa_exception.h
    M libcxxabi/src/cxa_exception_storage.cpp
    M libcxxabi/src/cxa_noexception.cpp
    M libcxxabi/src/cxa_personality.cpp
    M libcxxabi/src/cxa_thread_atexit.cpp
    M libcxxabi/src/cxa_vector.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/src/fallback_malloc.h
    M libcxxabi/src/private_typeinfo.cpp
    M libcxxabi/src/private_typeinfo.h
    M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/libunwind.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/DLL.cpp
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/Driver.h
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/ICF.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/MinGW.cpp
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/COFF/Symbols.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/Writer.cpp
    M lld/Common/Strings.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    A lld/ELF/ARMErrataFix.cpp
    A lld/ELF/ARMErrataFix.h
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/MSP430.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/MipsArchTree.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/EhFrame.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MapFile.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/OutputSections.h
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Writer.cpp
    M lld/ELF/Writer.h
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/Strings.h
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
    M lld/test/COFF/Inputs/bar.ll
    M lld/test/COFF/Inputs/conflict.ll
    M lld/test/COFF/Inputs/constant-export.ll
    M lld/test/COFF/Inputs/entry-mangled.ll
    M lld/test/COFF/Inputs/export.ll
    M lld/test/COFF/Inputs/libcall-archive.ll
    M lld/test/COFF/Inputs/lto-cache.ll
    M lld/test/COFF/Inputs/lto-comdat1.ll
    M lld/test/COFF/Inputs/lto-comdat2.ll
    M lld/test/COFF/Inputs/lto-dep.ll
    M lld/test/COFF/Inputs/lto-lazy-reference-dummy.ll
    M lld/test/COFF/Inputs/lto-lazy-reference-quadruple.ll
    A lld/test/COFF/Inputs/manifest-lang0.res
    A lld/test/COFF/Inputs/manifest-lang0.yaml
    A lld/test/COFF/Inputs/manifest-lang1.res
    A lld/test/COFF/Inputs/manifest-lang1.yaml
    A lld/test/COFF/Inputs/manifest-lang2.res
    A lld/test/COFF/Inputs/manifest-lang2.yaml
    M lld/test/COFF/Inputs/msvclto-order-a.ll
    M lld/test/COFF/Inputs/msvclto-order-b.ll
    A lld/test/COFF/Inputs/ordinal-only-implib.def
    A lld/test/COFF/Inputs/start-lib1.ll
    A lld/test/COFF/Inputs/start-lib2.ll
    M lld/test/COFF/Inputs/thinlto-empty.ll
    M lld/test/COFF/Inputs/thinlto-mangled-qux.ll
    M lld/test/COFF/Inputs/thinlto.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-a.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-b.ll
    M lld/test/COFF/Inputs/weak-external.ll
    M lld/test/COFF/Inputs/weak-external2.ll
    M lld/test/COFF/Inputs/weak-external3.ll
    M lld/test/COFF/delayimports-error.test
    M lld/test/COFF/duplicate.test
    M lld/test/COFF/entrylib.ll
    M lld/test/COFF/guardcf-lto.ll
    A lld/test/COFF/imports-ordinal-only.s
    M lld/test/COFF/include-lto.ll
    M lld/test/COFF/lib-module-asm.ll
    M lld/test/COFF/libcall-archive.ll
    M lld/test/COFF/libpath.test
    M lld/test/COFF/linkenv.test
    M lld/test/COFF/linkrepro.test
    M lld/test/COFF/loadcfg.ll
    M lld/test/COFF/lto-cache.ll
    M lld/test/COFF/lto-chkstk.ll
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/lto-debug-pass-arguments.ll
    M lld/test/COFF/lto-icf.ll
    M lld/test/COFF/lto-lazy-reference.ll
    M lld/test/COFF/lto-linker-opts.ll
    M lld/test/COFF/lto-new-symbol.ll
    M lld/test/COFF/lto-obj-path.ll
    M lld/test/COFF/lto-opt-level.ll
    M lld/test/COFF/lto-parallel.ll
    M lld/test/COFF/lto-reloc-model.ll
    M lld/test/COFF/lto.ll
    A lld/test/COFF/merge-resource-manifest.test
    M lld/test/COFF/savetemps.ll
    A lld/test/COFF/start-lib-cmd-diagnostics.ll
    A lld/test/COFF/start-lib.ll
    M lld/test/COFF/thinlto-archivecollision.ll
    M lld/test/COFF/thinlto-archives.ll
    M lld/test/COFF/thinlto-emit-imports.ll
    M lld/test/COFF/thinlto-index-only.ll
    M lld/test/COFF/thinlto-mangled.ll
    M lld/test/COFF/thinlto-object-suffix-replace.ll
    M lld/test/COFF/thinlto-prefix-replace.ll
    A lld/test/COFF/thinlto-whole-archives.ll
    M lld/test/COFF/thinlto.ll
    A lld/test/COFF/undefined-symbol-dwarf.s
    M lld/test/COFF/undefined-symbol-itanium-i386.s
    M lld/test/COFF/undefined-symbol.s
    M lld/test/COFF/unresolved-lto-bitcode.ll
    M lld/test/COFF/unresolved-lto.ll
    M lld/test/COFF/used-lto.ll
    R lld/test/ELF/Inputs/abs-hidden.s
    A lld/test/ELF/Inputs/canonical-plt-pcrel.s
    M lld/test/ELF/Inputs/copy-in-shared.s
    M lld/test/ELF/Inputs/copy-rel-abs.s
    R lld/test/ELF/Inputs/copy-rel-pie.s
    M lld/test/ELF/Inputs/copy-rel-tls.s
    A lld/test/ELF/Inputs/copy-rel.s
    R lld/test/ELF/Inputs/ehframe-relocation.s
    M lld/test/ELF/Inputs/gnu-ifunc-dso.s
    R lld/test/ELF/Inputs/gnu-ifunc-gotpcrel.s
    R lld/test/ELF/Inputs/progname-ver.s
    R lld/test/ELF/Inputs/protected-function-access.s
    M lld/test/ELF/Inputs/relocation-copy-align-common.s
    M lld/test/ELF/Inputs/shared.s
    R lld/test/ELF/Inputs/startstop-shared2.s
    R lld/test/ELF/Inputs/version-undef-sym.so
    A lld/test/ELF/aarch64-plt.s
    M lld/test/ELF/abs-hidden.s
    M lld/test/ELF/allow-multiple-definition.s
    A lld/test/ELF/apply-dynamic-relocs.s
    M lld/test/ELF/arm-attributes.s
    R lld/test/ELF/arm-exidx-discard.s
    A lld/test/ELF/arm-fix-cortex-a8-blx.s
    A lld/test/ELF/arm-fix-cortex-a8-nopatch.s
    A lld/test/ELF/arm-fix-cortex-a8-plt.s
    A lld/test/ELF/arm-fix-cortex-a8-recognize.s
    A lld/test/ELF/arm-fix-cortex-a8-thunk.s
    A lld/test/ELF/arm-fix-cortex-a8-toolarge.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-target1.s
    M lld/test/ELF/avoid-empty-program-headers.s
    M lld/test/ELF/basic-aarch64.s
    M lld/test/ELF/basic-i386.s
    M lld/test/ELF/basic-mips.s
    M lld/test/ELF/basic-ppc.s
    M lld/test/ELF/basic-sparcv9.s
    M lld/test/ELF/basic.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/build-id.s
    A lld/test/ELF/canonical-plt-pcrel.s
    A lld/test/ELF/canonical-plt-symbolic.s
    M lld/test/ELF/cgprofile-bad-clusters.s
    M lld/test/ELF/cgprofile-icf.s
    M lld/test/ELF/cgprofile-obj.s
    M lld/test/ELF/cgprofile-reproduce.s
    M lld/test/ELF/cgprofile-txt.s
    M lld/test/ELF/cgprofile-txt2.s
    M lld/test/ELF/combreloc.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/common-page.s
    M lld/test/ELF/common.s
    M lld/test/ELF/compatible-section-types.s
    M lld/test/ELF/compressed-debug-input.s
    M lld/test/ELF/copy-rel-abs.s
    M lld/test/ELF/copy-rel-large.s
    R lld/test/ELF/copy-rel-pie.s
    R lld/test/ELF/copy-rel-pie2.s
    M lld/test/ELF/copy-rel-tls.s
    A lld/test/ELF/copy-rel.s
    M lld/test/ELF/ctors_dtors_priority.s
    M lld/test/ELF/defsym-reserved-syms.s
    M lld/test/ELF/discard-merge-locals.s
    M lld/test/ELF/discard-merge-unnamed.s
    M lld/test/ELF/driver.test
    R lld/test/ELF/dynamic-got-rela.s
    M lld/test/ELF/dynamic-linker.s
    M lld/test/ELF/dynamic-list-weak-archive.s
    M lld/test/ELF/dynamic-list-wildcard.s
    M lld/test/ELF/dynamic-list.s
    M lld/test/ELF/dynamic-reloc-index.s
    M lld/test/ELF/dynamic-reloc.s
    M lld/test/ELF/dynamic.s
    M lld/test/ELF/dynsym-pie.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-align-cie.s
    M lld/test/ELF/eh-frame-hdr-abs-fde.s
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/eh-frame-hdr-icf-fde.s
    M lld/test/ELF/eh-frame-hdr.s
    M lld/test/ELF/eh-frame-merge.s
    M lld/test/ELF/eh-frame-pcrel-overflow.s
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/eh-frame-value-format8.s
    M lld/test/ELF/ehdr_start.s
    M lld/test/ELF/ehframe-relocation.s
    M lld/test/ELF/emit-relocs-icf1.s
    M lld/test/ELF/emit-relocs-icf2.s
    M lld/test/ELF/emit-relocs-merge.s
    M lld/test/ELF/emit-relocs-mergeable.s
    M lld/test/ELF/emit-relocs-mergeable2.s
    R lld/test/ELF/emit-relocs-shared.s
    M lld/test/ELF/emit-relocs.s
    M lld/test/ELF/emulation-mips.s
    A lld/test/ELF/end-dso-defined.s
    M lld/test/ELF/end-update.s
    M lld/test/ELF/end.s
    M lld/test/ELF/entry.s
    M lld/test/ELF/executable-undefined-ignoreall.s
    M lld/test/ELF/fill-trap.s
    M lld/test/ELF/gc-sections-local-sym.s
    A lld/test/ELF/gc-sections-metadata-err.s
    A lld/test/ELF/gc-sections-string.s
    M lld/test/ELF/gdb-index-base-addr.s
    M lld/test/ELF/gdb-index-dwarf5-low-high.s
    M lld/test/ELF/gdb-index-gc-sections.s
    M lld/test/ELF/gdb-index-ranges-discarded.s
    M lld/test/ELF/gdb-index-ranges.s
    M lld/test/ELF/gdb-index-rng-lists.s
    M lld/test/ELF/gdb-index.s
    M lld/test/ELF/global-offset-table-position-mips.s
    M lld/test/ELF/global-offset-table-position.s
    M lld/test/ELF/global_offset_table_shared.s
    M lld/test/ELF/gnu-ifunc-canon.s
    M lld/test/ELF/gnu-ifunc-dso.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    R lld/test/ELF/gnu-ifunc-gotpcrel.s
    M lld/test/ELF/gnu-ifunc-noplt.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    R lld/test/ELF/got-plt-header.s
    M lld/test/ELF/got.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    R lld/test/ELF/gotpc-relax-nopic.s
    R lld/test/ELF/gotpc-relax-und-dso.s
    R lld/test/ELF/gotpc-relax.s
    R lld/test/ELF/gotpcrelx.s
    M lld/test/ELF/hexagon-gotrel.s
    A lld/test/ELF/hexagon-plt.s
    M lld/test/ELF/hexagon-shared.s
    M lld/test/ELF/hexagon.s
    M lld/test/ELF/i386-pc8-pc16-addend.s
    A lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-reloc8-reloc16-addend.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/icf-symbol-type.s
    M lld/test/ELF/icf7.s
    M lld/test/ELF/image-base.s
    M lld/test/ELF/invalid/invalid-e_shnum.test
    M lld/test/ELF/just-symbols.s
    M lld/test/ELF/linkerscript/absolute.s
    A lld/test/ELF/linkerscript/arm-exidx-discard-all.s
    A lld/test/ELF/linkerscript/arm-exidx-discard.s
    M lld/test/ELF/linkerscript/assert.s
    M lld/test/ELF/linkerscript/dynamic.s
    A lld/test/ELF/linkerscript/merge-output-sections.s
    M lld/test/ELF/linkerscript/merge-sections.s
    M lld/test/ELF/linkerscript/page-size.s
    M lld/test/ELF/linkerscript/symbol-reserved.s
    M lld/test/ELF/linkerscript/synthetic-symbols3.test
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/local-got.s
    M lld/test/ELF/local-symbols-order.s
    R lld/test/ELF/local-ver-preemptible.s
    M lld/test/ELF/lto/Inputs/archive-2.ll
    M lld/test/ELF/lto/Inputs/archive-3.ll
    M lld/test/ELF/lto/Inputs/archive.ll
    M lld/test/ELF/lto/Inputs/asmundef.ll
    M lld/test/ELF/lto/Inputs/available-externally.ll
    M lld/test/ELF/lto/Inputs/cache.ll
    M lld/test/ELF/lto/Inputs/common3.ll
    M lld/test/ELF/lto/Inputs/data-ordering-lto.ll
    M lld/test/ELF/lto/Inputs/defsym-bar.ll
    M lld/test/ELF/lto/Inputs/drop-linkage.ll
    M lld/test/ELF/lto/Inputs/duplicated-name.ll
    M lld/test/ELF/lto/Inputs/i386-empty.ll
    M lld/test/ELF/lto/Inputs/internalize-exportdyn.ll
    M lld/test/ELF/lto/Inputs/internalize-undef.ll
    M lld/test/ELF/lto/Inputs/irmover-error.ll
    M lld/test/ELF/lto/Inputs/irmover-warning.ll
    M lld/test/ELF/lto/Inputs/lazy-internal.ll
    M lld/test/ELF/lto/Inputs/libcall-archive.ll
    M lld/test/ELF/lto/Inputs/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/Inputs/linkonce-odr.ll
    M lld/test/ELF/lto/Inputs/linkonce.ll
    M lld/test/ELF/lto/Inputs/obj-path.ll
    M lld/test/ELF/lto/Inputs/relocation-model-pic.ll
    M lld/test/ELF/lto/Inputs/save-temps.ll
    M lld/test/ELF/lto/Inputs/start-lib1.ll
    M lld/test/ELF/lto/Inputs/start-lib2.ll
    M lld/test/ELF/lto/Inputs/symbol-ordering-lto.ll
    M lld/test/ELF/lto/Inputs/thin1.ll
    M lld/test/ELF/lto/Inputs/thin2.ll
    M lld/test/ELF/lto/Inputs/thinlto.ll
    M lld/test/ELF/lto/Inputs/thinlto_empty.ll
    M lld/test/ELF/lto/Inputs/type-merge.ll
    M lld/test/ELF/lto/Inputs/type-merge2.ll
    M lld/test/ELF/lto/Inputs/unnamed-addr-drop.ll
    M lld/test/ELF/lto/Inputs/weakodr-visibility.ll
    M lld/test/ELF/lto/Inputs/wrap-bar.ll
    M lld/test/ELF/lto/abs-resol.ll
    M lld/test/ELF/lto/archive-2.ll
    M lld/test/ELF/lto/archive-3.ll
    M lld/test/ELF/lto/archive-no-index.ll
    M lld/test/ELF/lto/archive.ll
    M lld/test/ELF/lto/asmundef.ll
    M lld/test/ELF/lto/available-externally.ll
    M lld/test/ELF/lto/cache.ll
    M lld/test/ELF/lto/codemodel.ll
    M lld/test/ELF/lto/combined-lto-object-name.ll
    M lld/test/ELF/lto/comdat.ll
    M lld/test/ELF/lto/comdat2.ll
    M lld/test/ELF/lto/common.ll
    M lld/test/ELF/lto/common2.ll
    M lld/test/ELF/lto/common3.ll
    M lld/test/ELF/lto/common4.ll
    M lld/test/ELF/lto/cpu-string.ll
    M lld/test/ELF/lto/ctors.ll
    R lld/test/ELF/lto/data-ordering-lto.s
    M lld/test/ELF/lto/debugger-tune.ll
    M lld/test/ELF/lto/defsym.ll
    M lld/test/ELF/lto/discard-value-names.ll
    M lld/test/ELF/lto/drop-linkage.ll
    M lld/test/ELF/lto/duplicated-name.ll
    M lld/test/ELF/lto/duplicated.ll
    M lld/test/ELF/lto/dynamic-list.ll
    M lld/test/ELF/lto/dynsym.ll
    M lld/test/ELF/lto/emit-llvm.ll
    M lld/test/ELF/lto/inline-asm.ll
    M lld/test/ELF/lto/internalize-basic.ll
    M lld/test/ELF/lto/internalize-exportdyn.ll
    M lld/test/ELF/lto/internalize-llvmused.ll
    M lld/test/ELF/lto/internalize-undef.ll
    M lld/test/ELF/lto/internalize-version-script.ll
    M lld/test/ELF/lto/irmover-error.ll
    M lld/test/ELF/lto/irmover-warning.ll
    M lld/test/ELF/lto/keep-undefined.ll
    M lld/test/ELF/lto/lazy-internal.ll
    M lld/test/ELF/lto/libcall-archive.ll
    M lld/test/ELF/lto/linkage.ll
    M lld/test/ELF/lto/linker-script-symbols-assign.ll
    M lld/test/ELF/lto/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/linker-script-symbols.ll
    M lld/test/ELF/lto/linkonce-odr.ll
    M lld/test/ELF/lto/linkonce.ll
    M lld/test/ELF/lto/lto-start.ll
    M lld/test/ELF/lto/ltopasses-basic.ll
    M lld/test/ELF/lto/ltopasses-custom.ll
    M lld/test/ELF/lto/metadata.ll
    M lld/test/ELF/lto/mix-platforms.ll
    M lld/test/ELF/lto/mix-platforms2.ll
    M lld/test/ELF/lto/module-asm.ll
    M lld/test/ELF/lto/new-pass-manager.ll
    M lld/test/ELF/lto/obj-path.ll
    M lld/test/ELF/lto/opt-level.ll
    M lld/test/ELF/lto/opt-remarks.ll
    M lld/test/ELF/lto/parallel-internalize.ll
    M lld/test/ELF/lto/parallel.ll
    M lld/test/ELF/lto/pic.ll
    M lld/test/ELF/lto/relax-relocs.ll
    M lld/test/ELF/lto/relocatable.ll
    M lld/test/ELF/lto/relocation-model.ll
    M lld/test/ELF/lto/resolution.ll
    M lld/test/ELF/lto/sample-profile.ll
    M lld/test/ELF/lto/save-temps.ll
    M lld/test/ELF/lto/section-name.ll
    M lld/test/ELF/lto/setting-dso-local.ll
    M lld/test/ELF/lto/shlib-undefined.ll
    M lld/test/ELF/lto/start-lib.ll
    A lld/test/ELF/lto/symbol-ordering-data.s
    A lld/test/ELF/lto/symbol-ordering-function.s
    R lld/test/ELF/lto/symbol-ordering-lto.s
    M lld/test/ELF/lto/thin-archivecollision.ll
    M lld/test/ELF/lto/thinlto-cant-write-index.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    M lld/test/ELF/lto/thinlto-emit-imports.ll
    M lld/test/ELF/lto/thinlto-index-file.ll
    M lld/test/ELF/lto/thinlto-index-only.ll
    M lld/test/ELF/lto/thinlto-no-index.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/lto/thinlto-object-suffix-replace.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/lto/timepasses.ll
    M lld/test/ELF/lto/tls-mixed.ll
    M lld/test/ELF/lto/tls-preserve.ll
    M lld/test/ELF/lto/type-merge.ll
    M lld/test/ELF/lto/type-merge2.ll
    M lld/test/ELF/lto/undef-mixed.ll
    M lld/test/ELF/lto/undef-weak.ll
    M lld/test/ELF/lto/undef.ll
    M lld/test/ELF/lto/undefined-puts.ll
    M lld/test/ELF/lto/unnamed-addr-comdat.ll
    M lld/test/ELF/lto/unnamed-addr-drop.ll
    M lld/test/ELF/lto/unnamed-addr-lib.ll
    M lld/test/ELF/lto/unnamed-addr.ll
    M lld/test/ELF/lto/verify-invalid.ll
    M lld/test/ELF/lto/version-script.ll
    M lld/test/ELF/lto/version-script2.ll
    M lld/test/ELF/lto/visibility.ll
    M lld/test/ELF/lto/weak.ll
    M lld/test/ELF/lto/weakodr-visibility.ll
    M lld/test/ELF/lto/wrap-1.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/magic-page-combo-warn.s
    M lld/test/ELF/map-file.s
    M lld/test/ELF/merge-entsize2.s
    R lld/test/ELF/merge-section-types.s
    M lld/test/ELF/mips-26-mask.s
    M lld/test/ELF/mips-26.s
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64-disp.s
    M lld/test/ELF/mips-64-got-overflow.s
    M lld/test/ELF/mips-64-got.s
    M lld/test/ELF/mips-64-gprel-so.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-abs-got.s
    M lld/test/ELF/mips-call-hilo.s
    M lld/test/ELF/mips-call16.s
    A lld/test/ELF/mips-elf-flags-binary.s
    M lld/test/ELF/mips-elf-flags.s
    M lld/test/ELF/mips-got-and-copy.s
    M lld/test/ELF/mips-got-extsym.s
    M lld/test/ELF/mips-got-hilo.s
    M lld/test/ELF/mips-got-page-script.s
    M lld/test/ELF/mips-got-page.s
    M lld/test/ELF/mips-got-redundant.s
    M lld/test/ELF/mips-got-relocs.s
    M lld/test/ELF/mips-got-script.s
    M lld/test/ELF/mips-got-string.s
    M lld/test/ELF/mips-got-weak.s
    M lld/test/ELF/mips-got16-relocatable.s
    M lld/test/ELF/mips-got16.s
    M lld/test/ELF/mips-gp-disp.s
    M lld/test/ELF/mips-gp-ext.s
    M lld/test/ELF/mips-gp-local.s
    M lld/test/ELF/mips-gprel-sec.s
    M lld/test/ELF/mips-gprel32-relocs-gp0.s
    M lld/test/ELF/mips-gprel32-relocs.s
    M lld/test/ELF/mips-higher-highest.s
    M lld/test/ELF/mips-hilo-gp-disp.s
    M lld/test/ELF/mips-hilo-hi-only.s
    M lld/test/ELF/mips-hilo.s
    A lld/test/ELF/mips-jalr.s
    R lld/test/ELF/mips-jalr.test
    M lld/test/ELF/mips-merge-abiflags.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-got.s
    M lld/test/ELF/mips-micro-jal.s
    M lld/test/ELF/mips-micro-plt.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micro-thunks.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/mips-non-zero-gp0.s
    M lld/test/ELF/mips-nonalloc.s
    M lld/test/ELF/mips-npic-call-pic-os.s
    M lld/test/ELF/mips-npic-call-pic.s
    M lld/test/ELF/mips-options.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-plt-copy.s
    M lld/test/ELF/mips-plt-n32.s
    M lld/test/ELF/mips-plt-n64.s
    M lld/test/ELF/mips-plt-r6.s
    M lld/test/ELF/mips-reginfo.s
    M lld/test/ELF/mips-sto-plt.s
    M lld/test/ELF/mips-tls-64-pic-local-variable.s
    M lld/test/ELF/mips-tls-64.s
    M lld/test/ELF/mips-tls-hilo.s
    M lld/test/ELF/mips-tls-static-64.s
    M lld/test/ELF/mips-tls-static.s
    M lld/test/ELF/mips-tls.s
    M lld/test/ELF/mips-xgot-order.s
    M lld/test/ELF/msp430.s
    A lld/test/ELF/nmagic.s
    M lld/test/ELF/no-inhibit-exec.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/noplt-pie.s
    A lld/test/ELF/pack-dyn-relocs-relr-loop.s
    A lld/test/ELF/partition-dynamic-linker.s
    M lld/test/ELF/partition-icf.s
    M lld/test/ELF/partition-notes.s
    M lld/test/ELF/partition-pack-dyn-relocs.s
    M lld/test/ELF/partition-synthetic-sections.s
    M lld/test/ELF/partitions.s
    R lld/test/ELF/pie-weak.s
    R lld/test/ELF/plt-aarch64.s
    R lld/test/ELF/plt-i686.s
    R lld/test/ELF/plt.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    M lld/test/ELF/progname.s
    M lld/test/ELF/protected-data-access.s
    M lld/test/ELF/protected-function-access.s
    M lld/test/ELF/rel-addend-with-rela-input.s
    M lld/test/ELF/rel-offset.s
    M lld/test/ELF/relative-dynamic-reloc-pie.s
    M lld/test/ELF/relative-dynamic-reloc.s
    A lld/test/ELF/relocatable-linkorder.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-common.s
    M lld/test/ELF/relocation-copy-align-common.s
    M lld/test/ELF/relocation-copy-align.s
    M lld/test/ELF/relocation-copy-flags.s
    M lld/test/ELF/relocation-copy-relro.s
    M lld/test/ELF/relocation-copy.s
    R lld/test/ELF/relocation-local.s
    M lld/test/ELF/relocation-non-alloc.s
    M lld/test/ELF/relocation-relative-weak.s
    R lld/test/ELF/relocation-shared.s
    R lld/test/ELF/relocation-size-shared.s
    R lld/test/ELF/relocation-size.s
    M lld/test/ELF/relocation-undefined-weak.s
    M lld/test/ELF/relocation.s
    M lld/test/ELF/relro-bss.s
    M lld/test/ELF/relro-non-contiguous.s
    M lld/test/ELF/relro-omagic.s
    M lld/test/ELF/relro-tls.s
    R lld/test/ELF/resolution-end.s
    M lld/test/ELF/resolution.s
    M lld/test/ELF/segments.s
    A lld/test/ELF/separate-segments.s
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop-shared2.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/stdout.s
    R lld/test/ELF/string-gc.s
    M lld/test/ELF/symbol-ordering-file-cgprofile-conflicts.s
    M lld/test/ELF/symbol-ordering-file-icf.s
    M lld/test/ELF/symbol-ordering-file.s
    R lld/test/ELF/symbol-ordering-file2.s
    M lld/test/ELF/symbol-override.s
    M lld/test/ELF/symbols.s
    R lld/test/ELF/tls-got.s
    M lld/test/ELF/tls-offset.s
    M lld/test/ELF/tls-opt.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/ttext-tdata-tbss.s
    R lld/test/ELF/typed-undef.s
    A lld/test/ELF/undef-spell-corrector.s
    M lld/test/ELF/undef-with-plt-addr.s
    M lld/test/ELF/undef.s
    R lld/test/ELF/undefined-versioned-symbol.s
    M lld/test/ELF/verdef-defaultver.s
    R lld/test/ELF/version-script-copy-rel.s
    M lld/test/ELF/version-script-extern.s
    M lld/test/ELF/version-script-glob.s
    A lld/test/ELF/version-script-local-preemptible.s
    M lld/test/ELF/version-script-weak.s
    M lld/test/ELF/version-script.s
    A lld/test/ELF/version-symbol-undef.s
    R lld/test/ELF/version-undef-sym.s
    R lld/test/ELF/version-wildcard.test
    M lld/test/ELF/visibility.s
    R lld/test/ELF/weak-undef-export.s
    A lld/test/ELF/weak-undef-got-pie.s
    R lld/test/ELF/weak-undef-val.s
    M lld/test/ELF/weak-undef.s
    M lld/test/ELF/wrap-entry.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/writable-sec-plt-reloc.s
    A lld/test/ELF/x86-64-got-plt-header.s
    A lld/test/ELF/x86-64-gotpc-relax-nopic.s
    A lld/test/ELF/x86-64-gotpc-relax-und-dso.s
    A lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt-high-addr.s
    A lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-relax-got-abs.s
    M lld/test/ELF/x86-64-relax-offset.s
    M lld/test/ELF/x86-64-reloc-error2.s
    M lld/test/ELF/x86-64-reloc-gotoff64.s
    M lld/test/ELF/x86-64-reloc-gotpc64.s
    M lld/test/ELF/x86-64-reloc-range.s
    A lld/test/ELF/x86-64-reloc-size-shared.s
    A lld/test/ELF/x86-64-reloc-size.s
    M lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
    M lld/test/ELF/x86-64-retpoline-znow.s
    M lld/test/ELF/x86-64-retpoline.s
    M lld/test/ELF/x86-64-tls-dynamic.s
    M lld/test/ELF/x86-64-tls-gd-local.s
    M lld/test/ELF/x86-64-tls-gdie.s
    M lld/test/ELF/x86-64-tls-ie-local.s
    M lld/test/ELF/x86-64-tls-ie-opt-local.s
    A lld/test/ELF/x86-64-tls-ie.s
    M lld/test/ELF/x86-64-tls-ld-preemptable.s
    M lld/test/ELF/x86-64-tls-opt-noplt.s
    M lld/test/ELF/x86-64-tlsdesc-gd.s
    M lld/test/ELF/x86-64-tlsdesc-ld.s
    M lld/test/ELF/zdefs.s
    M lld/test/ELF/ztext.s
    M lld/test/MinGW/driver.test
    A lld/test/mach-o/empty-sections.yaml
    A lld/test/wasm/custom-section-name.ll
    M lld/test/wasm/data-layout.ll
    M lld/test/wasm/data-segment-merging.ll
    M lld/test/wasm/data-segments.ll
    M lld/test/wasm/import-memory.test
    M lld/test/wasm/lto/incompatible.ll
    M lld/test/wasm/no-tls.test
    M lld/test/wasm/pic-static.ll
    M lld/test/wasm/reloc-addend.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/shared-memory.yaml
    M lld/test/wasm/tls-align.ll
    M lld/test/wasm/tls.ll
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/LTO.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/Options.td
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lld/wasm/WriterUtils.h
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/cmake/modules/LLDBStandalone.cmake
    M lldb/docs/lldb-platform-packets.txt
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/build.rst
    M lldb/docs/resources/sbapi.rst
    M lldb/docs/resources/test.rst
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    A lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    A lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/windows/PosixApi.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    A lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/ClangASTImporter.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Utility/Args.h
    R lldb/include/lldb/Utility/CleanUp.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Flags.h
    A lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    R lldb/include/lldb/Utility/JSON.h
    M lldb/include/lldb/Utility/Log.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/Status.h
    R lldb/include/lldb/Utility/StreamGDBRemote.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/lldb-forward.h
    R lldb/lit/CMakeLists.txt
    R lldb/lit/Python/crashlog.test
    R lldb/lit/Reproducer/Inputs/FileCapture.in
    R lldb/lit/Reproducer/TestSynchronous.test
    R lldb/lit/Suite/lit.cfg
    R lldb/lit/Suite/lit.site.cfg.in
    R lldb/lit/Suite/lldbtest.py
    R lldb/lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml
    R lldb/lit/SymbolFile/Breakpad/symtab.test
    R lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s
    R lldb/lit/SymbolFile/DWARF/debug-types-missing-signature.test
    R lldb/lit/SymbolFile/DWARF/debug_loc.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-no-comp-dir-relative-name.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-no-comp-dir.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-posix.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-windows.s
    R lldb/lit/SymbolFile/DWARF/dwarf5_locations.s
    R lldb/lit/SymbolFile/DWARF/find-inline-method.s
    R lldb/lit/Unit/lit.cfg.py
    R lldb/lit/Unit/lit.site.cfg.py.in
    R lldb/lit/helper/__init__.py
    R lldb/lit/helper/toolchain.py
    R lldb/lit/lit.cfg.py
    R lldb/lit/lit.site.cfg.py.in
    R lldb/packages/Python/lldbsuite/test/Makefile
    M lldb/packages/Python/lldbsuite/test/android/platform/Makefile
    M lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/Makefile
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/Makefile
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/TestSBCommandReturnObject.py
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/main.cpp
    M lldb/packages/Python/lldbsuite/test/api/listeners/Makefile
    A lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
    M lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile
    M lldb/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
    M lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile
    M lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/Makefile
    M lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/continue/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/expression/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommandsFromPython.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestRegexpBreakCommand.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/a.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/b.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/bktptcmd.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/main.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/side_effect.py
    A lldb/packages/Python/lldbsuite/test/commands/command/delete/TestCommandDelete.py
    M lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/import/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
    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/call-restarts/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/char/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/TestExprDiagnostics.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/options/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/test/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
    M lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/language/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/language/TestGuessLanguage.py
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/recognizer.py
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
    M lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
    M lldb/packages/Python/lldbsuite/test/commands/log/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py
    M lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
    M lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py
    M lldb/packages/Python/lldbsuite/test/commands/settings/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/source/info/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
    M lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/TestWatchLocation.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/TestMultipleHits.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/TestWatchpointSizes.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/Makefile
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
    M lldb/packages/Python/lldbsuite/test/functionalities/archives/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/b.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/side_effect.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/b.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/int.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/TestMoveNearest.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/main.m
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/completion/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
    M lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/exec/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/TestFloatDisplay.py
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/main.c
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWriteMemory.py
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/simple.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/hidden/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/longjmp/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/find/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/read/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/TestBasicObjcModernTypeLookup.py
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/main.m
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/TestBasicModernTypeLookup.py
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/libcxx/Makefile

  Log Message:
  -----------
  [DPWBS-1041] Merge community 'master' into HighTec htc/master

llvm-objcopy has been refactored, making part of [DPWBS-997] obsolete (ArchMap addition).


  Commit: a5b1ef4d52ef255fa47e4ede9602a2e90a8a774d
      https://github.com/llvm/llvm-project/commit/a5b1ef4d52ef255fa47e4ede9602a2e90a8a774d
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/shift-valid.s

  Log Message:
  -----------
  [DPBWS-1001][DPWBS-1007] Add support for instructions

Adding "Shift" instruction group and the corresponding test files.


  Commit: 7d0cd60692aba46e60eff80a50cbef0ef9c52763
      https://github.com/llvm/llvm-project/commit/7d0cd60692aba46e60eff80a50cbef0ef9c52763
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    A llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.h
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp

  Log Message:
  -----------
  [DPWBS-1040] Create a TargetInfo header.

Move the declarations of getThe<Name>Target() functions into a new header in
TargetInfo and make users of these functions include this new header.
This fixes a layering problem.


  Commit: 9c914dcd6c6220cbabbed61df1d2f0e406035765
      https://github.com/llvm/llvm-project/commit/9c914dcd6c6220cbabbed61df1d2f0e406035765
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    A llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    A llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreCallLowering.h
    A llvm/lib/Target/TriCore/TriCoreCallingConv.td
    A llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreFrameLowering.h
    A llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreISelLowering.h
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/lib/Target/TriCore/TriCoreRegisterBanks.td
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll
    A llvm/test/CodeGen/TriCore/lit.local.cfg

  Log Message:
  -----------
  [DPWBS-1040] Add the minimum necessary to support codegen for void -> void functions

This patch introduces several required classes for generating actual target instructions.


  Commit: 270c29b9e01cfb796814b70d8150c483f8349a82
      https://github.com/llvm/llvm-project/commit/270c29b9e01cfb796814b70d8150c483f8349a82
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/simple-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1008] Add support for instructions

Adding "Simple Compare" instruction group and the corresponding test files.


  Commit: 347e6aafd149add522275f88ffe1391fbd1dd9cd
      https://github.com/llvm/llvm-project/commit/347e6aafd149add522275f88ffe1391fbd1dd9cd
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/address-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1015] Add support for instructions

Adding "Address Arithmetic" instruction group and the corresponding test files.


  Commit: 39102f46168319227b42af4a5e602c2a11481487
      https://github.com/llvm/llvm-project/commit/39102f46168319227b42af4a5e602c2a11481487
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp

  Log Message:
  -----------
  [DPWBS-1001] Add support for instructions

Fixing parser's error generation.


  Commit: f25e9b7500ae389210026fcb87c06374708d05de
      https://github.com/llvm/llvm-project/commit/f25e9b7500ae389210026fcb87c06374708d05de
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  [DPWBS-750] ci(Jenkins): make builds run on llvm-project agent. fix typo


  Commit: b53fff52e632f60fbfbc6c9ccf830d4d1a527960
      https://github.com/llvm/llvm-project/commit/b53fff52e632f60fbfbc6c9ccf830d4d1a527960
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.h
    M llvm/include/llvm/CodeGen/Analysis.h
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreCallLowering.h
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    A llvm/lib/Target/TriCore/TriCoreCallingConvention.cpp
    A llvm/lib/Target/TriCore/TriCoreCallingConvention.h
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreISelLowering.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll
    A llvm/test/CodeGen/TriCore/GlobalIsel/unsupported-call.ll
    A llvm/test/CodeGen/TriCore/GlobalIsel/unsupported-ret.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for TriCore register calling convention (llvm)


  Commit: 994cca28159efe3b110e14671b412f8cee6f1d9e
      https://github.com/llvm/llvm-project/commit/994cca28159efe3b110e14671b412f8cee6f1d9e
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    M llvm/lib/Target/TriCore/TriCoreCallingConvention.h
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for TriCore register calling convention: variadic functions


  Commit: 8bca508cc62bbb7ac5cb4b60ce62344e497e3a71
      https://github.com/llvm/llvm-project/commit/8bca508cc62bbb7ac5cb4b60ce62344e497e3a71
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/conditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1044] Add support for instructions

Adding "Conditional Branch" instruction group and the corresponding test file.


  Commit: 76cd0008dcdd68f1660afd9b5257f44200321db8
      https://github.com/llvm/llvm-project/commit/76cd0008dcdd68f1660afd9b5257f44200321db8
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/load-store-basic-data-type-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1045] Add support for instructions

Adding "Load/Store Basic Data Types" instruction group and the corresponding test file.


  Commit: f76ca68a911281f9bf3dd079da4660e5edc343ce
      https://github.com/llvm/llvm-project/commit/f76ca68a911281f9bf3dd079da4660e5edc343ce
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp

  Log Message:
  -----------
  [DPWBS-1001] Add support for instructions

Fixing Match_InvalidUImm4_Lsb1 error generation case.


  Commit: 0b1cf15cf202806e539bb2349849de0b45ad7df8
      https://github.com/llvm/llvm-project/commit/0b1cf15cf202806e539bb2349849de0b45ad7df8
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/move-to-address-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1046] Add support for instructions

Adding "Move to Address" instruction group and the corresponding test files.


  Commit: 52d054dbe80bc7e7f10131debb53eb22ef85cbc7
      https://github.com/llvm/llvm-project/commit/52d054dbe80bc7e7f10131debb53eb22ef85cbc7
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/division-valid.s

  Log Message:
  -----------
  [DPWBS-1056] Add support for division instructions.


  Commit: 636edbf04a23163f5946b7c2ab8326f87e73dd5c
      https://github.com/llvm/llvm-project/commit/636edbf04a23163f5946b7c2ab8326f87e73dd5c
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/accumulating-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1062] Add support for Accumulating Compare instructions


  Commit: da81bef08a56ff9281f6b7a50336dca7969735e1
      https://github.com/llvm/llvm-project/commit/da81bef08a56ff9281f6b7a50336dca7969735e1
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/compare-with-shift-valid.s

  Log Message:
  -----------
  [DPWBS-1063] Add support for Compare with Shift instructions


  Commit: adc1089fd9520c6fb4a3913cfa360787cb1cdbc4
      https://github.com/llvm/llvm-project/commit/adc1089fd9520c6fb4a3913cfa360787cb1cdbc4
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/simple-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1064] Add support for Simple Bit Operations instructions


  Commit: 9a3f26bf66f4f389bd1068d335021897240fa710
      https://github.com/llvm/llvm-project/commit/9a3f26bf66f4f389bd1068d335021897240fa710
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/shifting-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1066] Add support for Shifting Bit Operations instructions


  Commit: 312c1d7edc2ce4a15197b62bb5c7c97e2f11d632
      https://github.com/llvm/llvm-project/commit/312c1d7edc2ce4a15197b62bb5c7c97e2f11d632
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/count-leading-zeros-valid.s

  Log Message:
  -----------
  [DPWBS-1060] Add count leading zeros ones and signs instructions


  Commit: 8b8ba9b4c829e64fed9256c375d76caf3f87382a
      https://github.com/llvm/llvm-project/commit/8b8ba9b4c829e64fed9256c375d76caf3f87382a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBanks.td

  Log Message:
  -----------
  [DPWBS-1082] fix(RegisterBanks): fix register banks not covering extended registers


  Commit: 01ad1036e49a7fa70b7d80361eb593564307ca29
      https://github.com/llvm/llvm-project/commit/01ad1036e49a7fa70b7d80361eb593564307ca29
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-add.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-implicit-def.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sub.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(Legalizer): implement minimum legality rules

legality rules for G_ADD, G_UADDO, GUADDE (and equivalently for G_SUB),
G_IMPLICIT_DEF, G_CONSTANT and G_{UN}MERGE_VALUES.
G_CONSTANT is legal for types which fit the TriCore registers: s32 and
s64.
G_ADD and G_SUB require s32 types.
G_{UN}MERGE_VALUES require the smaller type to be 32 bits and the bigger
type to be 64 bits

add legalizer test cases


  Commit: 87a368623978ae284465294dd2c5ba712c6a8757
      https://github.com/llvm/llvm-project/commit/87a368623978ae284465294dd2c5ba712c6a8757
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    A llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constant-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(RegisterBankSelect): implement basic register bank mapping

Mappings for address registers are not yet supported.

Implement getRegBankFromRegClass for TriCoreRegisterBankInfo.

Assert regbanks and partial mappings in constructor.

Can handle G_ADD, G_SUB explicitly and some other instructions through
default handling.

The boilerplate code (mappings) is kept in a .def file which will get
tablegen'ed at some point in the future. Once this is generated we will
remove this .def file and include the tablegen'ed equivalent.

Add regbankselect tests for add, sub, scalar constants.

Add regbankselect failure test for pointer constants.


  Commit: 44e53bf24904032be6a9cdaf9de9617bc54953df
      https://github.com/llvm/llvm-project/commit/44e53bf24904032be6a9cdaf9de9617bc54953df
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(InstructionSelector): add basic selection pattern for G_ADD, G_SUB

Add comments and LLVM_DEBUG to TriCoreInstructionSelector.

Add selection test for add, sub


  Commit: 4aed034792b272d1c3acf89e3ac0472d70a99f47
      https://github.com/llvm/llvm-project/commit/4aed034792b272d1c3acf89e3ac0472d70a99f47
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1053] Add support for disassembly

Removing isCodeGenOnly's and adding special operand for BOL versions to encforce their generation.


  Commit: c77c205da3ace788d45f4ccb2a5219aaad0db3d1
      https://github.com/llvm/llvm-project/commit/c77c205da3ace788d45f4ccb2a5219aaad0db3d1
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/Disassembler/CMakeLists.txt
    A llvm/lib/Target/TriCore/Disassembler/LLVMBuild.txt
    A llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/test/MC/TriCore/accumulating-compare-valid.s
    M llvm/test/MC/TriCore/addition-and-subtraction-valid.s
    M llvm/test/MC/TriCore/address-arithmetic-valid.s
    M llvm/test/MC/TriCore/compare-with-shift-valid.s
    M llvm/test/MC/TriCore/conditional-branch-valid.s
    M llvm/test/MC/TriCore/division-valid.s
    M llvm/test/MC/TriCore/load-store-basic-data-type-valid.s
    M llvm/test/MC/TriCore/logical-valid.s
    M llvm/test/MC/TriCore/move-to-address-valid.s
    M llvm/test/MC/TriCore/move-valid.s
    M llvm/test/MC/TriCore/shift-valid.s
    M llvm/test/MC/TriCore/shifting-bit-operations-valid.s
    M llvm/test/MC/TriCore/simple-bit-operations-valid.s
    M llvm/test/MC/TriCore/simple-compare-valid.s
    M llvm/test/MC/TriCore/unconditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1053] Add support for disassembly


  Commit: f295c9e2c48b0c5c52a305e1e3296a53a71edc20
      https://github.com/llvm/llvm-project/commit/f295c9e2c48b0c5c52a305e1e3296a53a71edc20
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/bit-field-extract-insert-valid.s

  Log Message:
  -----------
  [DPWBS-1061] Add bit-field extract and insert instructions


  Commit: 19f8a9595baa1de75b8ba6e091793a91c817527a
      https://github.com/llvm/llvm-project/commit/19f8a9595baa1de75b8ba6e091793a91c817527a
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/multiply-and-multiply-add-valid.s

  Log Message:
  -----------
  [DPWBS-1055] Add support for multiply and multiply-add instructions


  Commit: 7706e794f494b809e3a8c6f63c87c20699d3847c
      https://github.com/llvm/llvm-project/commit/7706e794f494b809e3a8c6f63c87c20699d3847c
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/check-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1100] Add support for check instructions


  Commit: e27b2254790fb5428b0954a1b1e1a03d2d1b3a81
      https://github.com/llvm/llvm-project/commit/e27b2254790fb5428b0954a1b1e1a03d2d1b3a81
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/miscellaneous-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1087] Add support for miscellaneous bit operations


  Commit: 64a5194037bf9d4d29cc89804d7e9e0eaf39afd0
      https://github.com/llvm/llvm-project/commit/64a5194037bf9d4d29cc89804d7e9e0eaf39afd0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M README.md
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    A clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    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/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    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/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    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
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
    M clang-tools-extra/clang-tidy/utils/TypeTraits.h
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.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/Compiler.cpp
    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/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    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/Index.h
    M clang-tools-extra/clangd/index/IndexAction.cpp
    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/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
    A clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/test/Inputs/symbols.test.yaml
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/test/code-action-request.test
    M clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    M clang-tools-extra/clangd/test/log.test
    M clang-tools-extra/clangd/test/request-reply.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/symbol-info.test
    M clang-tools-extra/clangd/test/symbols.test
    M clang-tools-extra/clangd/test/system-include-extractor.test
    M clang-tools-extra/clangd/test/target_info.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.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/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.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/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/cmake/modules/CreateClangdXPCFramework.cmake
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-not-null-terminated-result.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/performance-trivially-destructible.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-redundant-access-specifiers.rst
    M clang-tools-extra/test/clang-include-fixer/merge.test
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/clang-c/c.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/clang/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-c.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/gtest/foo.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/i.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/j.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/llvm-c/d.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/llvm/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/s.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/stdio.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/system-header-simulation.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/external-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/flags/internal-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/strings/internal-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    A clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    R clang-tools-extra/test/clang-tidy/Inputs/compilation-database/template.json
    R clang-tools-extra/test/clang-tidy/Inputs/config-files/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/config-files/1/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/empty-database/compile_commands.json
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/c.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    R clang-tools-extra/test/clang-tidy/Inputs/explain-config/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/header1.h
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/header2.h
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/system/system-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/j.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/r.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/s.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/t.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/transitive2.h
    R clang-tools-extra/test/clang-tidy/Inputs/google-namespaces.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest-typed-test.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header1.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header2.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header3.h
    R clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/bin/clang
    R clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/include/c++/v1/mock_vector
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/assert.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/complex.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/ctype.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/errno.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/fenv.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/float.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/inttypes.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/iso646.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/limits.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/locale.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/math.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/setjmp.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/signal.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdalign.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdarg.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdbool.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stddef.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdint.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdio.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdlib.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/string.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/tgmath.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/time.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/uchar.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/wchar.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/wctype.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-loop-convert/structures.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-pass-by-value/header-with-fix.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-pass-by-value/header.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/memory.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/initializer_list.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/shared_ptr.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/unique_ptr.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-use-auto/containers.h
    R clang-tools-extra/test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h
    R clang-tools-extra/test/clang-tidy/Inputs/nolint/trigger_warning.h
    R clang-tools-extra/test/clang-tidy/Inputs/overlapping/o.h
    R clang-tools-extra/test/clang-tidy/Inputs/performance-unnecessary-value-param/header-fixed.h
    R clang-tools-extra/test/clang-tidy/Inputs/performance-unnecessary-value-param/header.h
    R clang-tools-extra/test/clang-tidy/Inputs/readability-identifier-naming/system/system-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/readability-identifier-naming/user-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/unused-using-decls.h
    R clang-tools-extra/test/clang-tidy/Inputs/vfsoverlay/actual_header.h
    R clang-tools-extra/test/clang-tidy/Inputs/vfsoverlay/vfsoverlay.yaml
    R clang-tools-extra/test/clang-tidy/abseil-duration-addition.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-comparison.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-conversion-cast.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-division.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-factory-float.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-factory-scale.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-subtraction.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-unnecessary-conversion.cpp
    R clang-tools-extra/test/clang-tidy/abseil-faster-strsplit-delimiter.cpp
    R clang-tools-extra/test/clang-tidy/abseil-no-internal-dependencies.cpp
    R clang-tools-extra/test/clang-tidy/abseil-no-namespace.cpp
    R clang-tools-extra/test/clang-tidy/abseil-redundant-strcat-calls.cpp
    R clang-tools-extra/test/clang-tidy/abseil-str-cat-append.cpp
    R clang-tools-extra/test/clang-tidy/abseil-string-find-startswith.cpp
    R clang-tools-extra/test/clang-tidy/abseil-time-comparison.cpp
    R clang-tools-extra/test/clang-tidy/abseil-time-subtraction.cpp
    R clang-tools-extra/test/clang-tidy/abseil-upgrade-duration-conversions.cpp
    R clang-tools-extra/test/clang-tidy/alternative-fixes.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-accept.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-accept4.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-creat.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-dup.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-epoll-create.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-epoll-create1.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-fopen.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-inotify-init.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-inotify-init1.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-memfd-create.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-open.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-pipe2.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-socket.cpp
    R clang-tools-extra/test/clang-tidy/android-comparison-in-temp-failure-retry.c
    R clang-tools-extra/test/clang-tidy/basic.cpp
    R clang-tools-extra/test/clang-tidy/boost-use-to-string.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-gmock.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-ignore-single-argument.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-strict.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-assert-side-effect.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-bool-pointer-implicit-conversion.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-branch-clone-macro-crash.c
    R clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-copy-constructor-init.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-dangling-handle.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-dynamic-static-initializers.hpp
    R clang-tools-extra/test/clang-tidy/bugprone-exception-escape-openmp.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-exception-escape.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-fold-init-type.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-forward-declaration-namespace.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-forwarding-reference-overload.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-inaccurate-erase.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-incorrect-roundings.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-integer-division.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-lambda-function-name.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-parentheses-cmdline.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-parentheses.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-repeated-side-effects.c
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.c
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-explicit-only.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-implicit-enabled.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-move-forwarding-reference.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-multiple-statement-macro.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-in-initialization-strlen.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-before-safe.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-other.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-parent-virtual-call.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-sizeof-container.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-sizeof-expression.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-constructor.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-integer-assignment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-literal-with-embedded-nul.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage-strict.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-memset-usage.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-missing-comma.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-fail.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-string-compare.c
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-string-compare.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-swapped-arguments.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-terminating-continue.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-throw-keyword-missing.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undefined-memory-manipulation.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undelegated-constructor-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undelegated-constructor.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-raii.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-return-value-custom.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-return-value.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-virtual-near-miss.cpp
    R clang-tools-extra/test/clang-tidy/cert-dcl21-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-dcl58-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-env33-c.c
    R clang-tools-extra/test/clang-tidy/cert-err34-c.c
    R clang-tools-extra/test/clang-tidy/cert-err34-c.cpp
    R clang-tools-extra/test/clang-tidy/cert-flp30-c.c
    R clang-tools-extra/test/clang-tidy/cert-limited-randomness.c
    R clang-tools-extra/test/clang-tidy/cert-limited-randomness.cpp
    R clang-tools-extra/test/clang-tidy/cert-msc32-c.c
    R clang-tools-extra/test/clang-tidy/cert-msc51-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-oop11-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-oop54-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
    R clang-tools-extra/test/clang-tidy/cert-static-object-exception.cpp
    R clang-tools-extra/test/clang-tidy/cert-throw-exception-type.cpp
    R clang-tools-extra/test/clang-tidy/cert-uppercase-literal-suffix-integer.cpp
    R clang-tools-extra/test/clang-tidy/cert-variadic-function-def.cpp
    R clang-tools-extra/test/clang-tidy/check_clang_tidy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/clang-c/c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/clang/b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/gtest/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/i.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/j.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/llvm-c/d.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/llvm/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/system-header-simulation.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/external-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/flags/internal-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/strings/internal-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/j.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/r.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/t.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/transitive2.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/google-namespaces.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/assert.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/complex.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/ctype.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/errno.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/fenv.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/float.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/inttypes.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/iso646.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/limits.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/locale.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/math.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/setjmp.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/signal.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdalign.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdarg.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdbool.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdint.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/tgmath.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/time.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/uchar.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/wchar.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/wctype.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/structures.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-pass-by-value/header-with-fix.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-pass-by-value/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/memory.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/initializer_list.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/shared_ptr.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/unique_ptr.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-auto/containers.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/mpi-type-mismatch/mpimock.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header-fixed.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/system/system-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/user-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/unused-using-decls.h
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-addition.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-comparison.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-conversion-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-division.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-factory-float.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-factory-scale.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-faster-strsplit-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-no-internal-dependencies.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-no-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-redundant-strcat-calls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-str-cat-append.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-startswith.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-time-comparison.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-time-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-upgrade-duration-conversions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-accept.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-accept4.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-creat.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-dup.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-epoll-create.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-epoll-create1.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-fopen.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-inotify-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-inotify-init1.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-memfd-create.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-open.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-pipe.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-pipe2.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-socket.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-comparison-in-temp-failure-retry.c
    A clang-tools-extra/test/clang-tidy/checkers/boost-use-to-string.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-gmock.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-ignore-single-argument.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-assert-side-effect.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bool-pointer-implicit-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone-macro-crash.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-copy-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-dangling-handle.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-dynamic-static-initializers.hpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-exception-escape-openmp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-fold-init-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-forward-declaration-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-forwarding-reference-overload.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-inaccurate-erase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-incorrect-roundings.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-integer-division.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-lambda-function-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses-cmdline.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-repeated-side-effects.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-operator-in-strlen-in-alloc.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-operator-in-strlen-in-alloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-widening-cast-explicit-only.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-widening-cast-implicit-enabled.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-move-forwarding-reference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-multiple-statement-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-parent-virtual-call.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-posix-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-container.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-literal-with-embedded-nul.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-enum-usage-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-enum-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-memset-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-missing-comma.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-fail.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-string-compare.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-swapped-arguments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-terminating-continue.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-too-small-loop-variable.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undefined-memory-manipulation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undelegated-constructor-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undelegated-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-return-value-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-return-value.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-virtual-near-miss.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-dcl21-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-dcl58-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-env33-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-err34-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-err34-c.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-flp30-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-limited-randomness.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-limited-randomness.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-msc32-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-msc51-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop11-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop54-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-setlongjmp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-static-object-exception.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-throw-exception-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-variadic-function-def.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-goto.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-interfaces-global-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-caps-only.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-command-line-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-no-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-containers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-legacy-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-const-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-cstyle-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-reinterpret-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-static-cast-downcast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-union-access.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-vararg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-slicing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-cxx-03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-relaxed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/checkers/darwin-dispatch-once-nonstatic.mm
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-default-arguments-calls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-default-arguments-declarations.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-multiple-inheritance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-overloaded-operator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-all.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-glob.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-statically-constructed-objects.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-trailing-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-virtual-inheritance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-build-explicit-make-pair.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-default-arguments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-explicit-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-module.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-namespaces.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-avoid-nsobject-new.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-avoid-throwing-exception.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-function-naming.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-function-naming.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-global-variable-declaration.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-global-variable-declaration.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-overloaded-unary-and.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.c
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-nested-namespace-comments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-todo.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int-std.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.c
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.m
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-upgrade-googletest-case.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-exception-baseclass.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-multiway-paths-covered-else.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-multiway-paths-covered.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-no-assembler-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-no-assembler.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-bug34747.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-integer-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-standard-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-standard-types.h
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/checkers/linuxkernel-must-check-errs.c
    A clang-tools-extra/test/clang-tidy/checkers/llvm-include-order.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned2.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned3.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-twine-local.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers-1z.hpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers.hpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-new-delete-overloads-sized-dealloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-new-delete-overloads.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-copyable-objects.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-copyable-objects.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-private-member-variables-in-classes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-static-assert.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-static-assert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-throw-by-value-catch-by-reference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-alias-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-errors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays-ignores-main.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-concat-nested-namespaces.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-cxx03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-ios-base-aliases.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-assert-failure.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-camelback.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-extra.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-lowercase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-negative.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-uppercase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-inaccessible-ctors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-macro-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-multi-fixes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal-replace-shorter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-auto-ptr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-random-shuffle.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-shrink-to-fit.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-unary-static-assert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-cast-remove-stars.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-iterator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-min-type-name-length.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-new-remove-stars.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-new.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-bool-literals-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-bool-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-bitfield.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-emplace-ignore-implicit-constructors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-emplace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-copy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-delete-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-delete.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-clang-unused.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-gcc-unused.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-no-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-opt.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-ms.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-no-destructors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-with-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-with-no-macro-inscope.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-transparent-functors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-uncaught-exceptions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-using-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/mpi-buffer-deref.cpp
    A clang-tools-extra/test/clang-tidy/checkers/mpi-type-mismatch.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-avoid-nserror-init.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-forbidden-subclassing-custom.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-forbidden-subclassing.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-missing-hash.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-property-declaration.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-super-self.m
    A clang-tools-extra/test/clang-tidy/checkers/openmp-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/checkers/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-faster-string-find.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-warn-on-all-auto-copies.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-implicit-conversion-in-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-algorithm.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-string-concatenation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-vector-operation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-const-arg-trivially-copyable.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-const-arg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-noexcept-move-constructor-fix.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-noexcept-move-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-trivially-destructible.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-type-promotion-in-math-fn.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.m
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.mm
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-incomplete-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-ppc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-x86.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-avoid-underscore-in-googletest-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-assert-failure.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-few-lines.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-format.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-same-line.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-single-line.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-const-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-convert-member-functions-to-static.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-deleted-default.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-if-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-size-variables-c++17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-size.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix-name-conflicts.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-objc.m
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion-allow-in-conditions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-fixing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-no-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration.c
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-misplaced-array-index.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-named-parameter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-non-const-parameter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-control-flow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.c
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-function-ptr-dereference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor-ifdef.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor.h
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-chained-conditional-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-chained-conditional-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-members.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-subscript-expr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-accessed-through-instance-nesting-threshold.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-accessed-through-instance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-definition-in-anonymous-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uniqueptr-delete-release.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-float16.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-custom-list.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-ms.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix.h
    A clang-tools-extra/test/clang-tidy/checkers/zircon-temporary-objects.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-enable-check-profile-one-tu.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-enable-check-profile-two-tu.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-mac-libcxx.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-run-with-database.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-store-check-profile-one-tu.cpp
    R clang-tools-extra/test/clang-tidy/clean-up-code.cpp
    R clang-tools-extra/test/clang-tidy/config-files.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-avoid-goto.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-interfaces-global-init.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-caps-only.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-command-line-macros.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-custom.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc-custom.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc-no-functions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-containers.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-legacy-functions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-cstyle-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-delayed.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-slicing.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-relaxed.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions.cpp
    R clang-tools-extra/test/clang-tidy/custom-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/darwin-avoid-spinlock.m
    R clang-tools-extra/test/clang-tidy/darwin-dispatch-once-nonstatic.mm
    R clang-tools-extra/test/clang-tidy/deduplication.cpp
    R clang-tools-extra/test/clang-tidy/diagnostic.cpp
    R clang-tools-extra/test/clang-tidy/duplicate-reports.cpp
    R clang-tools-extra/test/clang-tidy/empty-database.cpp
    R clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp
    R clang-tools-extra/test/clang-tidy/expand-modular-headers-ppcallbacks.cpp
    R clang-tools-extra/test/clang-tidy/explain-checks.cpp
    R clang-tools-extra/test/clang-tidy/export-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/export-relpath.cpp
    R clang-tools-extra/test/clang-tidy/extra-args.cpp
    R clang-tools-extra/test/clang-tidy/file-filter-symlinks.cpp
    R clang-tools-extra/test/clang-tidy/file-filter.cpp
    R clang-tools-extra/test/clang-tidy/fix-errors.cpp
    R clang-tools-extra/test/clang-tidy/fix.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-calls.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-declarations.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-multiple-inheritance.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-overloaded-operator.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-all.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-glob.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-statically-constructed-objects.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-trailing-return.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-virtual-inheritance.cpp
    R clang-tools-extra/test/clang-tidy/google-build-explicit-make-pair.cpp
    R clang-tools-extra/test/clang-tidy/google-default-arguments.cpp
    R clang-tools-extra/test/clang-tidy/google-explicit-constructor.cpp
    R clang-tools-extra/test/clang-tidy/google-module.cpp
    R clang-tools-extra/test/clang-tidy/google-namespaces.cpp
    R clang-tools-extra/test/clang-tidy/google-objc-avoid-nsobject-new.m
    R clang-tools-extra/test/clang-tidy/google-objc-avoid-throwing-exception.m
    R clang-tools-extra/test/clang-tidy/google-objc-function-naming.m
    R clang-tools-extra/test/clang-tidy/google-objc-function-naming.mm
    R clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.m
    R clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    R clang-tools-extra/test/clang-tidy/google-overloaded-unary-and.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-casting.c
    R clang-tools-extra/test/clang-tidy/google-readability-casting.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-casting.mm
    R clang-tools-extra/test/clang-tidy/google-readability-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-nested-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-todo.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int-std.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int.c
    R clang-tools-extra/test/clang-tidy/google-runtime-int.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int.m
    R clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
    R clang-tools-extra/test/clang-tidy/google-upgrade-googletest-case.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-exception-baseclass.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-multiway-paths-covered-else.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-multiway-paths-covered.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-no-assembler-msvc.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-no-assembler.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.h
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/a.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/b.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/s.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/compilation-database/template.json
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/1/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/empty-database/compile_commands.json
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/a.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/b.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/c.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/explain-config/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/header1.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/header2.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/system/system-header.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header1.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header2.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header3.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/mock-libcxx/bin/clang
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/mock-libcxx/include/c++/v1/mock_vector
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolint/trigger_warning.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/overlapping/o.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/vfsoverlay/actual_header.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/vfsoverlay/vfsoverlay.yaml
    A clang-tools-extra/test/clang-tidy/infrastructure/alternative-fixes.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/basic.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/check_clang_tidy.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-__clang_analyzer__macro.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-diff.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-enable-check-profile-one-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-enable-check-profile-two-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-mac-libcxx.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-run-with-database.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-store-check-profile-one-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clean-up-code.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/custom-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/deduplication.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/diagnostic.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-reports.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/empty-database.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/enable-alpha-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/expand-modular-headers-ppcallbacks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/explain-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/export-relpath.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/extra-args.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/file-filter-symlinks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/file-filter.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/fix-errors.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/fix.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/line-filter.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/list-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/macros.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolint.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nonstandard-file-extension.test
    A clang-tools-extra/test/clang-tidy/infrastructure/objc-arc-and-properties.m
    A clang-tools-extra/test/clang-tidy/infrastructure/objc-no-arc-or-properties.m
    A clang-tools-extra/test/clang-tidy/infrastructure/overlapping.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/read_file_config.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/select-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/serialize-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/static-analyzer-config.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/static-analyzer.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/temporaries.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/validate-check-names.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/vfsoverlay.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors-plural.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors.cpp
    R clang-tools-extra/test/clang-tidy/line-filter.cpp
    R clang-tools-extra/test/clang-tidy/linuxkernel-must-check-errs.c
    R clang-tools-extra/test/clang-tidy/list-checks.cpp
    R clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned2.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned3.cpp
    R clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp
    R clang-tools-extra/test/clang-tidy/macros.cpp
    R clang-tools-extra/test/clang-tidy/misc-definitions-in-headers-1z.hpp
    R clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const.c
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const.cpp
    R clang-tools-extra/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
    R clang-tools-extra/test/clang-tidy/misc-new-delete-overloads.cpp
    R clang-tools-extra/test/clang-tidy/misc-non-copyable-objects.c
    R clang-tools-extra/test/clang-tidy/misc-non-copyable-objects.cpp
    R clang-tools-extra/test/clang-tidy/misc-non-private-member-variables-in-classes.cpp
    R clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    R clang-tools-extra/test/clang-tidy/misc-static-assert.c
    R clang-tools-extra/test/clang-tidy/misc-static-assert.cpp
    R clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
    R clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator.cpp
    R clang-tools-extra/test/clang-tidy/misc-uniqueptr-reset-release.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-alias-decls.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters-strict.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters.c
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-using-decls-errors.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-bind.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-main.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays.cpp
    R clang-tools-extra/test/clang-tidy/modernize-concat-nested-namespaces.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx03.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-ios-base-aliases.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-assert-failure.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-camelback.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-const.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-extra.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-lowercase.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-negative.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-uppercase.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert.c
    R clang-tools-extra/test/clang-tidy/modernize-make-shared-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-shared.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-inaccessible-ctors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-macro-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-multi-fixes.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-delimiter.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-replace-shorter.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal.cpp
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg-delayed.cpp
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp
    R clang-tools-extra/test/clang-tidy/modernize-replace-auto-ptr.cpp
    R clang-tools-extra/test/clang-tidy/modernize-replace-random-shuffle.cpp
    R clang-tools-extra/test/clang-tidy/modernize-return-braced-init-list.cpp
    R clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp
    R clang-tools-extra/test/clang-tidy/modernize-unary-static-assert.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-cast.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-iterator.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-new-remove-stars.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-new.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-bool-literals-ignore-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-bool-literals.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-assignment.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-bitfield.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-emplace-ignore-implicit-constructors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-emplace.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-copy.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-delayed.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-delete-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-delete.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-clang-unused.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-gcc-unused.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr-basic.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr.c
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-ms.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-no-destructors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-with-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-trailing-return-type.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-transparent-functors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-uncaught-exceptions.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-using-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
    R clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp
    R clang-tools-extra/test/clang-tidy/mpi-type-mismatch.cpp
    R clang-tools-extra/test/clang-tidy/nolint-plugin.cpp
    R clang-tools-extra/test/clang-tidy/nolint.cpp
    R clang-tools-extra/test/clang-tidy/nolintnextline-plugin.cpp
    R clang-tools-extra/test/clang-tidy/nolintnextline.cpp
    R clang-tools-extra/test/clang-tidy/nonstandard-file-extension.test
    R clang-tools-extra/test/clang-tidy/objc-arc-and-properties.m
    R clang-tools-extra/test/clang-tidy/objc-avoid-nserror-init.m
    R clang-tools-extra/test/clang-tidy/objc-forbidden-subclassing-custom.m
    R clang-tools-extra/test/clang-tidy/objc-forbidden-subclassing.m
    R clang-tools-extra/test/clang-tidy/objc-missing-hash.m
    R clang-tools-extra/test/clang-tidy/objc-no-arc-or-properties.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration.m
    R clang-tools-extra/test/clang-tidy/objc-super-self.m
    R clang-tools-extra/test/clang-tidy/openmp-exception-escape.cpp
    R clang-tools-extra/test/clang-tidy/openmp-use-default-none.cpp
    R clang-tools-extra/test/clang-tidy/overlapping.cpp
    R clang-tools-extra/test/clang-tidy/performance-faster-string-find.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy-warn-on-all-auto-copies.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy.cpp
    R clang-tools-extra/test/clang-tidy/performance-implicit-conversion-in-loop.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-algorithm.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-string-concatenation.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-const-arg-trivially-copyable.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-const-arg.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-constructor-init.cpp
    R clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor-fix.cpp
    R clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor.cpp
    R clang-tools-extra/test/clang-tidy/performance-type-promotion-in-math-fn.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-arc.m
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-arc.mm
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-delayed.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-incomplete-type.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp
    R clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-ppc.cpp
    R clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-x86.cpp
    R clang-tools-extra/test/clang-tidy/pr37091.cpp
    R clang-tools-extra/test/clang-tidy/read_file_config.cpp
    R clang-tools-extra/test/clang-tidy/readability-avoid-const-params-in-decls.cpp
    R clang-tools-extra/test/clang-tidy/readability-avoid-underscore-in-googletest-name.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-assert-failure.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-few-lines.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-format.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-same-line.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-single-line.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements.cpp
    R clang-tools-extra/test/clang-tidy/readability-const-return-type.cpp
    R clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp
    R clang-tools-extra/test/clang-tidy/readability-convert-member-functions-to-static.cpp
    R clang-tools-extra/test/clang-tidy/readability-delete-null-pointer.cpp
    R clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp
    R clang-tools-extra/test/clang-tidy/readability-else-after-return-if-constexpr.cpp
    R clang-tools-extra/test/clang-tidy/readability-else-after-return.cpp
    R clang-tools-extra/test/clang-tidy/readability-function-size-variables-c++17.cpp
    R clang-tools-extra/test/clang-tidy/readability-function-size.cpp
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming-bugfix.cpp
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming-objc.m
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-allow-in-conditions.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-strict.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-fixing.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-no-infinite-loop.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration.c
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-magic-numbers.cpp
    A clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    R clang-tools-extra/test/clang-tidy/readability-misleading-indentation.cpp
    R clang-tools-extra/test/clang-tidy/readability-misplaced-array-index.cpp
    R clang-tools-extra/test/clang-tidy/readability-named-parameter.cpp
    R clang-tools-extra/test/clang-tidy/readability-non-const-parameter.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
    R clang-tools-extra/test/clang-tidy/readability-redundant-control-flow.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration-ignore-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration.c
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-function-ptr-dereference.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-member-init.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor-ifdef.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.h
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-init-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-init.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-members.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-subscript-expr.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance-nesting-threshold.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-definition-in-anonymous-namespace.cpp
    R clang-tools-extra/test/clang-tidy/readability-string-compare.cpp
    R clang-tools-extra/test/clang-tidy/readability-uniqueptr-delete-release.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-custom-list.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-macro.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-ms.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix.h
    R clang-tools-extra/test/clang-tidy/run-clang-tidy.cpp
    R clang-tools-extra/test/clang-tidy/select-checks.cpp
    R clang-tools-extra/test/clang-tidy/serialize-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/static-analyzer-config.cpp
    R clang-tools-extra/test/clang-tidy/static-analyzer.cpp
    R clang-tools-extra/test/clang-tidy/temporaries.cpp
    R clang-tools-extra/test/clang-tidy/validate-check-names.cpp
    R clang-tools-extra/test/clang-tidy/vfsoverlay.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors-plural.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors.cpp
    R clang-tools-extra/test/clang-tidy/zircon-temporary-objects.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    A clang/cmake/caches/CrossWinToARMLinux.cmake
    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
    A clang/docs/OpenCLSupport.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/index.rst
    M clang/docs/tools/dump_format_style.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/Attr.h
    A clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/PrettyPrinter.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/AST/Type.h
    M clang/include/clang/Analysis/CFG.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/BuiltinsWebAssembly.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/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/FileManager.h
    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/OperatorKinds.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/Sanitizers.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/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.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/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/PreprocessorOptions.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/Serialization/ASTReader.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.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/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    A clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/Tooling/Transformer/Transformer.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclTemplate.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/Interp/ByteCodeStmtGen.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Basic/Builtins.cpp
    M clang/lib/Basic/FileManager.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/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenFunction.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/ItaniumCXXABI.cpp
    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/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.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/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/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/arm_acle.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaAttr.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
    A clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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/SemaLookup.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.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/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/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    M clang/lib/Tooling/Transformer/RangeSelector.cpp
    A clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/Inputs/json-dump-include.h
    M clang/test/AST/ast-dump-comment-json.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl-json.m
    M clang/test/AST/ast-dump-enum-json.cpp
    M clang/test/AST/ast-dump-expr-json.c
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr-json.m
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-if-json.cpp
    M clang/test/AST/ast-dump-macro-json.c
    M clang/test/AST/ast-dump-namespace-json.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-records-json.cpp
    M clang/test/AST/ast-dump-stmt-json.c
    M clang/test/AST/ast-dump-stmt-json.cpp
    M clang/test/AST/ast-dump-stmt-json.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-temporaries-json.cpp
    M clang/test/AST/ast-dump-types-json.cpp
    M clang/test/AST/gen_ast_dump_json_test.py
    M clang/test/AST/multistep-explicit-cast-json.c
    M clang/test/AST/multistep-explicit-cast-json.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
    A clang/test/Analysis/preprocessor-setup.c
    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/stream.c
    A clang/test/Analysis/stream.cpp
    M clang/test/Analysis/temporaries.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/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
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p1.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p2.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p5.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p6.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p7.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/lit.cfg.py
    R clang/test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp
    R clang/test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-template-decl.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
    A clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/p3.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/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/CXX/temp/concept/p4.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/var-template-decl.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/p7.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p20.cpp
    A clang/test/ClangScanDeps/Inputs/headerwithdirnamefollowedbyinclude.json
    A clang/test/ClangScanDeps/Inputs/module.modulemap
    A clang/test/ClangScanDeps/Inputs/modules_cdb.json
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    A clang/test/ClangScanDeps/Inputs/static-analyzer-cdb.json
    M clang/test/ClangScanDeps/error.cpp
    A clang/test/ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp
    A clang/test/ClangScanDeps/modules-full.cpp
    A clang/test/ClangScanDeps/modules.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    A clang/test/ClangScanDeps/static-analyzer.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/address-space.c
    A clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    A clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.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/arm64-vrnd.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asan-new-pm.ll
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/bmi-builtins.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    M clang/test/CodeGen/builtin-constant-p.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/builtins-wasm.c
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params.cpp
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-two-params.cpp
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-blacklist.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset.c
    A clang/test/CodeGen/catch-pointer-overflow-volatile.c
    A clang/test/CodeGen/catch-pointer-overflow.c
    M clang/test/CodeGen/cfguardtable.c
    A clang/test/CodeGen/debug-info-no-inline-line-tables.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/dwarf-version.c
    A clang/test/CodeGen/memccpy-libcall.c
    A clang/test/CodeGen/mnop-mcount.c
    M clang/test/CodeGen/ms-inline-asm.c
    A clang/test/CodeGen/no-builtin.cpp
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-tmmintrin.c
    M clang/test/CodeGen/pragma-detect_mismatch.c
    A clang/test/CodeGen/sanitizer-module-constructor.c
    M clang/test/CodeGen/string-literal.c
    M clang/test/CodeGen/thin_link_bitcode.c
    A clang/test/CodeGen/ubsan-pointer-overflow.c
    M clang/test/CodeGen/ubsan-pointer-overflow.m
    M clang/test/CodeGen/ubsan-strip-path-components.cpp
    A clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-visibility.cu
    A clang/test/CodeGenCUDA/device-init-fun.cu
    A clang/test/CodeGenCUDA/ms-linker-options.cu
    A clang/test/CodeGenCUDA/unnamed-types.cu
    A clang/test/CodeGenCXX/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.cpp
    A clang/test/CodeGenCXX/cfi-multiple-inheritance.cpp
    M clang/test/CodeGenCXX/clang-sections.cpp
    M clang/test/CodeGenCXX/cxx11-extern-constexpr.cpp
    A clang/test/CodeGenCXX/debug-info-deleted.cpp
    A clang/test/CodeGenCXX/debug-info-noreturn.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    A clang/test/CodeGenCXX/implicit-function-conversion.cpp
    A clang/test/CodeGenCXX/mangle-concept.cpp
    A clang/test/CodeGenCXX/mangle-cxx2a.cpp
    M clang/test/CodeGenCXX/mangle-ms-back-references.cpp
    M clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-throw.cpp
    A clang/test/CodeGenCXX/odr-use-lookahead.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    A clang/test/CodeGenCXX/vcall-visibility-metadata.cpp
    A clang/test/CodeGenCXX/virtual-function-elimination.cpp
    A clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-derived-base.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/CoverageMapping/abspath.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/arm-features.c
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/as-no-warnings.c
    M clang/test/Driver/cl-fallback.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/crash-report-null.test
    M clang/test/Driver/darwin-debug-flags.c
    M clang/test/Driver/darwin-ld-lto.c
    M clang/test/Driver/darwin-ld.c
    A clang/test/Driver/fforce-dwarf-frame.c
    A clang/test/Driver/fgnuc-version.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/gen-cdb-fragment.c
    M clang/test/Driver/gold-lto.c
    A clang/test/Driver/hip-autolink.hip
    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/lto-unit.c
    M clang/test/Driver/mips-abi.c
    M clang/test/Driver/mips-as.c
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/rewrite-legacy-objc.m
    M clang/test/Driver/rewrite-objc.m
    A clang/test/Driver/riscv-fixed-x-register.c
    M clang/test/Driver/split-lto-unit.c
    A clang/test/Driver/virtual-function-elimination.cpp
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/working-directory.c
    M clang/test/Driver/x86-target-features.c
    A clang/test/Format/dry-run-alias.cpp
    A clang/test/Format/dry-run.cpp
    M clang/test/Frontend/aarch64-target-cpu.c
    M clang/test/Frontend/gnu-inline.c
    A clang/test/Frontend/warn-device-init-fun.cu
    M clang/test/Headers/arm-acle-header.c
    M clang/test/Headers/arm-neon-header.c
    M clang/test/Headers/stdbool.cpp
    A clang/test/Import/builtin-template/Inputs/S.cpp
    A clang/test/Import/builtin-template/test.cpp
    M clang/test/InterfaceStubs/externstatic.c
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/merge-conflict-test.c
    A clang/test/InterfaceStubs/noninstancetypes.c
    M clang/test/InterfaceStubs/object-float.c
    M clang/test/InterfaceStubs/object.c
    A clang/test/InterfaceStubs/windows.cpp
    A clang/test/Misc/loop-opt-setup.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Modules/context-hash.c
    M clang/test/Modules/crash-vfs-headermaps.m
    M clang/test/Modules/crash-vfs-include-pch.m
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/crash-vfs-path-emptydir-entries.m
    M clang/test/Modules/crash-vfs-path-symlink-component.m
    M clang/test/Modules/crash-vfs-path-symlink-topheader.m
    M clang/test/Modules/crash-vfs-path-traversal.m
    M clang/test/Modules/crash-vfs-relative-incdir.m
    M clang/test/Modules/crash-vfs-relative-overlay.m
    M clang/test/Modules/crash-vfs-run-reproducer.m
    M clang/test/Modules/crash-vfs-umbrella-frameworks.m
    A clang/test/Modules/validate-file-content.m
    A clang/test/OpenMP/constexpr_capture.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_ast_print.cpp
    A clang/test/OpenMP/master_taskloop_codegen.cpp
    A clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_final_messages.cpp
    A clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_firstprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_grainsize_messages.cpp
    A clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_lastprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_loop_messages.cpp
    A clang/test/OpenMP/master_taskloop_misc_messages.c
    A clang/test/OpenMP/master_taskloop_num_tasks_messages.cpp
    A clang/test/OpenMP/master_taskloop_priority_messages.cpp
    A clang/test/OpenMP/master_taskloop_private_codegen.cpp
    A clang/test/OpenMP/master_taskloop_private_messages.cpp
    A clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    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
    A clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/openmp_offload_registration.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
    A clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    A clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_collapse_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_final_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_grainsize_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_loop_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_misc_messages.c
    A clang/test/OpenMP/parallel_master_taskloop_num_tasks_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_priority_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_private_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_reduction_messages.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/requires_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_codegen_registration.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.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_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
    M clang/test/PCH/cxx2a-compare.cpp
    A clang/test/PCH/cxx2a-concept-specialization-expr.cpp
    A clang/test/PCH/debug-info-pch-container-path.c
    A clang/test/PCH/validate-file-content.m
    M clang/test/Parser/cxx0x-decl.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/feature_tests.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/microsoft-ext.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Profile/gcc-flag-compatibility.c
    A clang/test/Sema/arm-mve-alias-attribute.c
    A clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/atomic-ops.c
    M clang/test/Sema/builtin-assume-aligned.c
    A clang/test/Sema/no-builtin.cpp
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/pragma-clang-section.c
    A clang/test/Sema/typo-correction-ambiguity.c
    M clang/test/Sema/warn-bitwise-compare.c
    A clang/test/SemaCUDA/constexpr-ctor.cu
    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/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.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/cxx2a-constexpr-dynalloc.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/dynamic-cast.cpp
    M clang/test/SemaCXX/enable_if.cpp
    M clang/test/SemaCXX/lambda-invalid-capture.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/self-comparison.cpp
    M clang/test/SemaCXX/type-traits.cpp
    A clang/test/SemaCXX/warn-bitwise-compare.cpp
    A clang/test/SemaCXX/warn-constant-evaluated-constexpr.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaObjC/class-method-self.m
    M clang/test/SemaObjC/comptypes-1.m
    M clang/test/SemaObjC/comptypes-7.m
    M clang/test/SemaObjC/parameterized_classes_subst.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/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/cxx1z-using-declaration.cpp
    M clang/test/SemaTemplate/instantiate-cast.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/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp
    A clang/test/Tooling/clang-check-offload.cpp
    M clang/test/Tooling/clang-check-pwd.cpp
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format.el
    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-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexCodeCompletion.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/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.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/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    A clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/exploded-graph-rewriter.py
    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/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/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/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    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_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/interception/tests/CMakeLists.txt
    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/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/CMakeLists.txt
    M compiler-rt/lib/msan/tests/msan_test.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_common_interceptors.inc
    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_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    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/sanitizer_common/sanitizer_suppressions.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp
    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/linux.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/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/ubsan/ubsan_checks.inc
    M compiler-rt/lib/ubsan/ubsan_handlers.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Windows/demangled_names.cpp
    A compiler-rt/test/asan/TestCases/asan_update_allocation.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
    M compiler-rt/test/cfi/CMakeLists.txt
    A compiler-rt/test/cfi/multiple-inheritance2.cpp
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/hwasan/CMakeLists.txt
    R compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp
    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
    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
    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 compiler-rt/test/profile/instrprof-write-file.c
    R compiler-rt/test/sanitizer_common/TestCases/Linux/getrandom.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
    A compiler-rt/test/sanitizer_common/TestCases/max_allocation_size.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/TestCases/Pointer/index-overflow.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-constants.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-summary.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-variable.cpp
    M compiler-rt/test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp
    A compiler-rt/test/ubsan_minimal/TestCases/nullptr-and-nonzero-offset.c
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    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 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 libc/src/string/strcat/strcat_test.cpp
    M libc/src/string/strcpy/strcpy_test.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/cmake/Modules/DefineLinkerScript.cmake
    M libcxx/fuzzing/fuzz_test.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/algorithm
    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/iterator
    M libcxx/include/list
    M libcxx/include/memory
    M libcxx/include/numeric
    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.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/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/result_of11.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/make_optional_explicit.pass.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/std/utilities/variant/variant.variant/variant.assign/conv.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/copy.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/conv.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_index_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_args.pass.cpp
    M libcxx/test/support/any_helpers.h
    M libcxx/test/support/archetypes.h
    M libcxx/test/support/archetypes.ipp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/nothing_to_do.pass.cpp
    M libcxx/test/support/propagate_const_helpers.h
    M libcxx/test/support/test_iterators.h
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/test_workarounds.h
    M libcxx/test/support/user_defined_integral.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/generate_feature_test_macro_components.py
    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/config.py
    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/src/cxa_demangle.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/unwind_06.pass.cpp
    M libcxxabi/www/index.html
    M libcxxabi/www/spec.html
    M libunwind/CMakeLists.txt
    A libunwind/cmake/Modules/HandleLibunwindFlags.cmake
    M libunwind/cmake/config-ix.cmake
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/UnwindCursor.hpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MinGW.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/COFF/Writer.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/Hexagon.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.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/ReleaseNotes.rst
    M lld/docs/ld.lld.1
    A lld/include/lld/Common/DWARF.h
    M lld/include/lld/Common/LLVM.h
    M lld/include/lld/Core/Error.h
    M lld/include/lld/Core/File.h
    M lld/include/lld/Core/UndefinedAtom.h
    M lld/lib/ReaderWriter/MachO/DebugInfo.h
    A lld/test/COFF/Inputs/precompa/precomp.obj
    A lld/test/COFF/Inputs/precompa/useprecomp.obj
    A lld/test/COFF/Inputs/precompb/precomp.obj
    A lld/test/COFF/Inputs/precompb/useprecomp.obj
    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/COFF/long-section-name.test
    A lld/test/COFF/precomp-link-samename.test
    M lld/test/COFF/precomp-link.test
    A lld/test/ELF/arm-exidx-empty-fn.s
    M lld/test/ELF/compressed-debug-conflict.s
    M lld/test/ELF/ctors_dtors_priority.s
    M lld/test/ELF/empty-ver.s
    M lld/test/ELF/empty-ver2.s
    M lld/test/ELF/gnustack.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    A lld/test/ELF/hexagon-jump-error.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/merge-invalid-size.s
    A lld/test/ELF/invalid/merge-writable.s
    M lld/test/ELF/invalid/sht-group.test
    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/linkerscript/version-script.s
    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/partition-synthetic-sections.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/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-in-search-path.s
    M lld/test/ELF/version-script-locals-extern.s
    M lld/test/ELF/version-script-symver2.s
    R lld/test/ELF/writable-merge.s
    M lld/test/MinGW/driver.test
    M lld/test/MinGW/lib.test
    M lld/test/mach-o/bind-opcodes.yaml
    M lld/test/wasm/Inputs/globals.yaml
    A lld/test/wasm/Inputs/import-attributes.ll
    M lld/test/wasm/Inputs/locals-duplicate1.ll
    M lld/test/wasm/Inputs/locals-duplicate2.ll
    M lld/test/wasm/Inputs/undefined-globals.yaml
    M lld/test/wasm/alias.ll
    M lld/test/wasm/archive-weak-undefined.ll
    A lld/test/wasm/bss-only.ll
    M lld/test/wasm/call-indirect.ll
    M lld/test/wasm/custom-section-name.ll
    M lld/test/wasm/data-layout.ll
    M lld/test/wasm/data-segments.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
    A lld/test/wasm/import-attribute-mismatch.ll
    M lld/test/wasm/local-symbols.ll
    M lld/test/wasm/locals-duplicate.test
    A lld/test/wasm/lto/import-attributes.ll
    M lld/test/wasm/pic-static.ll
    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 lld/wasm/InputFiles.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSections.h
    M lld/wasm/OutputSegment.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    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/.htaccess
    M lldb/docs/CMakeLists.txt
    M lldb/docs/index.rst
    M lldb/docs/lldb-gdb-remote.txt
    M lldb/docs/resources/bots.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/SBDebugger.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverName.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/Mangled.h
    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/Core/PropertiesBase.td
    M lldb/include/lldb/Core/STLUtils.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/ExpressionParser.h
    M lldb/include/lldb/Expression/ExpressionSourceCode.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    A lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/UUID.h
    M lldb/include/lldb/lldb-forward.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/arm/breakpoint-it/TestBreakpointIt.py
    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-function/TestCallStdStringFunction.py
    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/char/TestExprsChar.py
    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
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/main.cpp
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/algorithm
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/module.modulemap
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/libc_header.h
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/algorithm
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/module.modulemap
    A 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/import-std-module/sysroot/root/usr/include/c++/v1/module.modulemap
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py
    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
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/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/commands/register/register/register_command/TestRegisters.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.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/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/breakpoint/serialize/TestBreakpointSerialization.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/resolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/side_effect.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.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
    A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm64-macos.yaml
    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/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    M lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py
    M lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/TestCPPAccelerator.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/a.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/b.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/c.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/d.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/e.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/f.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/g.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/source.h
    M lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/macosx/add-dsym/Makefile
    M lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py
    M lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
    M lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
    M lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
    M lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
    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/python_api/watchpoint/TestWatchpointIter.py
    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/interface/SBDebugger.i
    M lldb/scripts/interface/SBFile.i
    M lldb/scripts/interface/SBInstruction.i
    M lldb/scripts/interface/SBInstructionList.i
    M lldb/scripts/interface/SBProcess.i
    M lldb/scripts/interface/SBStream.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/API/SBCommandReturnObject.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
    M lldb/source/Commands/CommandCompletions.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/CommandObjectCommands.h
    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/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectSource.h
    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.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.h
    M lldb/source/Commands/CommandObjectWatchpointCommand.h
    M lldb/source/Commands/Options.td
    M lldb/source/Core/AddressResolverFileLine.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/FileLineResolver.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/StreamFile.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/DiagnosticManager.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/common/FileCache.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/ABI/CMakeLists.txt
    M lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    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/ABI/SysV-arm64/ABISysV_arm64.cpp
    M lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    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/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    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/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.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/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.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/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    A lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
    A lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
    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/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.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
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.h
    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
    A lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.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/GDBRemoteCommunicationServerCommon.cpp
    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/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/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
    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/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    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/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
    M lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Symbol/CompactUnwindInfo.cpp
    M lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Symbol/UnwindTable.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    A lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/test/API/CMakeLists.txt
    R lldb/test/API/lit.cfg
    A lldb/test/API/lit.cfg.py
    R lldb/test/API/lit.site.cfg.in
    A lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/testcases
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/.clang-format
    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/MachO/symtab.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml
    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/aarch64-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/aarch64-gp-read.cpp
    A lldb/test/Shell/Register/Inputs/arm-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/arm-gp-read.cpp
    A lldb/test/Shell/Register/aarch64-fp-read.test
    A 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
    A lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
    M lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test
    A lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
    M lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
    M lldb/test/Shell/Reproducer/Functionalities/TestStepping.test
    A lldb/test/Shell/Reproducer/Inputs/WorkingDir.in
    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
    A lldb/test/Shell/Reproducer/TestWorkingDir.test
    M lldb/test/Shell/Settings/TestFrameFormatColor.test
    M lldb/test/Shell/Settings/TestFrameFormatNoColor.test
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    A lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
    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/debug_loc.s
    M lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-calling-conv.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
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    A lldb/test/Unit/CMakeLists.txt
    M lldb/test/lit.cfg.py
    M lldb/third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py
    M lldb/tools/compact-unwind/compact-unwind-dumper.c
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
    M lldb/tools/driver/CMakeLists.txt
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-server/lldb-server.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/CMakeLists.txt
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Expression/DiagnosticManagerTest.cpp
    M lldb/unittests/ObjectFile/CMakeLists.txt
    A lldb/unittests/ObjectFile/PECOFF/CMakeLists.txt
    A lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Process/minidump/CMakeLists.txt
    R lldb/unittests/Process/minidump/Inputs/dump-content.dmp
    R lldb/unittests/Process/minidump/Inputs/linux-x86_64_not_crashed.dmp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.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/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ModuleCacheTest.cpp
    M lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M llvm/CMakeLists.txt
    M llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml
    M llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
    M llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
    M llvm/bindings/python/llvm/common.py
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/AddOCaml.cmake
    M llvm/cmake/modules/CrossCompile.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/FileCheck.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llc.rst
    M llvm/docs/CommandGuide/llvm-ar.rst
    M llvm/docs/CommandGuide/llvm-mca.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CompilerWriterInfo.rst
    M llvm/docs/DebuggingJITedCode.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/GenericOpcode.rst
    A llvm/docs/GlobalISel/IRTranslator.rst
    A llvm/docs/GlobalISel/InstructionSelect.rst
    A llvm/docs/GlobalISel/KnownBits.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/block-extract.png
    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/MIRLangRef.rst
    A llvm/docs/MemTagSanitizer.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/TypeMetadata.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/_templates/indexsidebar.html
    M llvm/docs/_themes/llvm-theme/static/llvm-theme.css

  Log Message:
  -----------
  [DPWBS-1106] Merge community 'master' into HighTec 'htc/master'

There are a few changes within the TriCore directory that were necessary.
The following table lists the changed files and the corresponding community master commits:

TriCoreMCTargetDesc.cpp:        4b63ca1379a8a6399c3d29560623ee832c818919
TriCoreFrameLowering.h :        882c43d703cd63889a5541bf8f2c014733cbbbee
TriCoreCallLowering.cpp:        e74c5b96610dfb03825d31035f50813af58beac5
                                9f9151d49410cee6aa8528b109f3753878b30ba3
call-translator.ll:             e74c5b96610dfb03825d31035f50813af58beac5
clang/test/Preprocessor/init.c: 5e866e411caad4c4e17e7e0c67b06d28451e1bf2


  Commit: 456224f2f613665e95ced3d961c660fb48689f41
      https://github.com/llvm/llvm-project/commit/456224f2f613665e95ced3d961c660fb48689f41
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/context-loading-and-storing-valid.s

  Log Message:
  -----------
  [DPWBS-1072] Add support for Context Loading and Storing instructions


  Commit: 029c7df41fab3a930ae892b2c0ef67047a18fbd6
      https://github.com/llvm/llvm-project/commit/029c7df41fab3a930ae892b2c0ef67047a18fbd6
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir

  Log Message:
  -----------
  [DPWBS-1088] test(Legalizer): add legalization test for constants


  Commit: 133224c1ab8b4d493207bdf6aeb4f1e55de623ba
      https://github.com/llvm/llvm-project/commit/133224c1ab8b4d493207bdf6aeb4f1e55de623ba
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    R llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constant-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1088] feat(RegisterBankSelect): add support for pointers

add test for pointer constant

remove invalid pointer constant test


  Commit: df22539136639566c7bc52c3bb47e4955249bae6
      https://github.com/llvm/llvm-project/commit/df22539136639566c7bc52c3bb47e4955249bae6
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir

  Log Message:
  -----------
  [DPWBS-1088] feat(InstructionSelector): add handling for pointer and scalar constants

add selection test for G_CONSTANT


  Commit: a82dbc4f201e989ca8a26233c68c2270c791d90e
      https://github.com/llvm/llvm-project/commit/a82dbc4f201e989ca8a26233c68c2270c791d90e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-1088] fix(RegisterInfo): use separate SubRegIndex for data and address regs

To allow easy addition of new potential registers (e.g. double-extended
registers) while keeping a consistent naming scheme, subreg indices for
extended registers are renamed and split into separate indices for
data and address registers: dsub0, dsub1, asub0, asub1.

This also fixes a bug that occurred in TableGen where the super-register
class was inferred from the subregister index, causing ExtAddrRegClass
to win by default due to alphabetical ordering.

Odd subregisters dsub1 and asub1 also get an offset of 32 bits set.

BREAKING CHANGES: SubRegIndex even, odd has been split into asub0,
asub1, dsub0, dsub1


  Commit: 9149b3d56f64a67f655e950f5d764aa02c0396ab
      https://github.com/llvm/llvm-project/commit/9149b3d56f64a67f655e950f5d764aa02c0396ab
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/accumulating-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1065] Add support for Accumulating Bit Operations instructions


  Commit: 157e544746553d8c9a22a9ba49e0a528771ee9c5
      https://github.com/llvm/llvm-project/commit/157e544746553d8c9a22a9ba49e0a528771ee9c5
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/floating-point-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1096] Add support for Floating Point Operations instructions


  Commit: a23969ff62e000b7bcea5ddbf631ae6ed1479563
      https://github.com/llvm/llvm-project/commit/a23969ff62e000b7bcea5ddbf631ae6ed1479563
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/min-max-sature.s

  Log Message:
  -----------
  [DPWBS-1058] Add support for Min, Max, Saturate instructions


  Commit: 0d3be2474a804e9942aeb3c6a54aeeeaabf281d1
      https://github.com/llvm/llvm-project/commit/0d3be2474a804e9942aeb3c6a54aeeeaabf281d1
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1056] Fix numbering of instruction group


  Commit: b454eb55b9d85ef6f5bb6792f92ceecbf835ef36
      https://github.com/llvm/llvm-project/commit/b454eb55b9d85ef6f5bb6792f92ceecbf835ef36
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/conditional-arithmetic-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1059] Add support for conditional arithmetic instructions


  Commit: c869c340be72d685490b5ecc23e28be60eaaed7d
      https://github.com/llvm/llvm-project/commit/c869c340be72d685490b5ecc23e28be60eaaed7d
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/absolute-value-absolute-difference.s

  Log Message:
  -----------
  [DPWBS-1057] Add support for Absolute Value, Absolute Difference instructions


  Commit: ea7ad28623fad3587e7267d307683aeb6cf66e56
      https://github.com/llvm/llvm-project/commit/ea7ad28623fad3587e7267d307683aeb6cf66e56
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-and.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-or.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-xor.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(Legalizer): add legality rules for G_AND, G_OR, G_XOR

G_AND, G_OR, G_XOR are only legal on s32 type.

add legalizer tests for and, or, xor

remove unused import


  Commit: 0e742bb40691390f6acce3100aca8269a1615d7f
      https://github.com/llvm/llvm-project/commit/0e742bb40691390f6acce3100aca8269a1615d7f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(RegisterBankSelect): add case for G_AND, G_OR, G_XOR to getInstrMapping

add regbankselect tests for G_AND, G_OR, G_XOR


  Commit: e5ca87b1c7bd25a57d549c8525d7f84053347078
      https://github.com/llvm/llvm-project/commit/e5ca87b1c7bd25a57d549c8525d7f84053347078
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(InstructionSelector): add patterns for and, or, xor

add selection tests for and, or, xor


  Commit: d4e82dac51ba6d5ae97f7f3e71e0c4042eab4aeb
      https://github.com/llvm/llvm-project/commit/d4e82dac51ba6d5ae97f7f3e71e0c4042eab4aeb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1089] test(RegisterBankSelect): remove s64 variants of arithmatic tests

The s64 regbankselect tests were testing whether arithmetics on s64
types using G_{UN}MERGE_VALUES were assigned the correct register bank.
However, G_{UN}MERGE_VALUES are already tested in their own tests and
the rest of the test was testing exactly the same as the s32 variants.

Therefore, this commit removes the s64 tests and adds tests for add/sub
with carry.


  Commit: 6b1ee9a40e994aa86886371f72452c62f3df2378
      https://github.com/llvm/llvm-project/commit/6b1ee9a40e994aa86886371f72452c62f3df2378
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/system-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1073] Add support for System instructions


  Commit: f1a1b3c172493b1ac9be0e1dae9f9a42398e8138
      https://github.com/llvm/llvm-project/commit/f1a1b3c172493b1ac9be0e1dae9f9a42398e8138
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/address-comparison-valid.s

  Log Message:
  -----------
  [DPWBS-1067] Add support for Address Comparison instructions


  Commit: b668c0897ec219ace86c2d3665594b7541215c41
      https://github.com/llvm/llvm-project/commit/b668c0897ec219ace86c2d3665594b7541215c41
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/floating-point-conversion-valid.s

  Log Message:
  -----------
  [DPWBS-1102] Add support for floating point conversion instructions.


  Commit: 421cda5c76a3cb892593dee55189f5a0a7c16d74
      https://github.com/llvm/llvm-project/commit/421cda5c76a3cb892593dee55189f5a0a7c16d74
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1076] Add support for packed compare instructions


  Commit: d242baaf0e7658653ee126ab80e1fbc857c077b8
      https://github.com/llvm/llvm-project/commit/d242baaf0e7658653ee126ab80e1fbc857c077b8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir

  Log Message:
  -----------
  [DPWBS-1090] feat(Legalizer): add legality rules for G_ICMP, G_SELECT

G_ICMP takes s32 inputs and produces an s32 result. G_SELECT takes
an s1 and two s32 as inputs and produces an s32 result.

add legalizer tests for integer compares

add legalizer tests for G_SELECT

add legalizer tests for G_*EXT

remove unused include


  Commit: 67625a2c4e4d0131c4f1b40c9ab1800714357c7d
      https://github.com/llvm/llvm-project/commit/67625a2c4e4d0131c4f1b40c9ab1800714357c7d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ext-trunc.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-integer-cmp.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1090] test(RegisterBankSelect): add regbank tests for G_ICMP, G_SELECT

add regbank tests for G_*EXT and G_TRUNC


  Commit: 0bb164b234cba7eb61f6d885101f2024ad198a39
      https://github.com/llvm/llvm-project/commit/0bb164b234cba7eb61f6d885101f2024ad198a39
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp.mir

  Log Message:
  -----------
  [DPWBS-1090] feat(InstructionSelector): select G_ICMP to target instr

G_ICMP is lowered depending on the predicate.

Predicates ne, eq, sge, uge, slt and ult are lowered to NE, EQ, GE,
GEU, LT and LTU.

Predicates sgt, ugt, sle and ule are lowered using equivalent LT, LTU,
GE and GEU instructions.


  Commit: cd00765c5f726eb1b7d179203183cc762c75b8d0
      https://github.com/llvm/llvm-project/commit/cd00765c5f726eb1b7d179203183cc762c75b8d0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-integer-cmp.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp.mir

  Log Message:
  -----------
  [DPBWS-1090] feat(InstructionSelector): add support for pointer compares


  Commit: 41046642ca8628d5f795dc06a4f83c92757aba5d
      https://github.com/llvm/llvm-project/commit/41046642ca8628d5f795dc06a4f83c92757aba5d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  [DPWBS-1125] ci(Jenkins): build htc/master nightly between 2:00 and 3:59

use JENKINS_NUM_CORES for number of parallel jobs

Closes [DPWBS-1125]


  Commit: a08ada0abdcaaf40aef2882d5c9170fb8811cb9f
      https://github.com/llvm/llvm-project/commit/a08ada0abdcaaf40aef2882d5c9170fb8811cb9f
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/lower-context-saving-and-restoring-valid.s

  Log Message:
  -----------
  [DPWBS-1071] Add support for Context Loading and Storing instructions


  Commit: 02c0a1e8a0f4aca5af656c9303b1b395f111a550
      https://github.com/llvm/llvm-project/commit/02c0a1e8a0f4aca5af656c9303b1b395f111a550
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/fast-call-valid.s
    A llvm/test/MC/TriCore/fast-call-xfail-valid.s

  Log Message:
  -----------
  [DPWBS-1099] Add support for Fast Call instructions


  Commit: 8ef52a95264d12d83c06faa2cbfdeae057f542eb
      https://github.com/llvm/llvm-project/commit/8ef52a95264d12d83c06faa2cbfdeae057f542eb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1091] fix(InstrInfo): fix instruction description for jumps

add isTerminator, isBarrier to unconditional jumps

add isIndirectBranch to indirect jump JI


  Commit: e9455b76fd0b714ec4cab1ad1515a7e5fe0c0705
      https://github.com/llvm/llvm-project/commit/e9455b76fd0b714ec4cab1ad1515a7e5fe0c0705
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-branch.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(Legalizer): add legality rules for G_BRCOND, G_BRINDIRECT

G_BRCOND is valid for s1 or s32 conditions. Allowing s1 here avoids
a redundant G_TRUNC->G_ZEXT after an G_ICMP.
G_BRINDIRECT is only valid for pointers.

add legalizer test for G_BRCOND and G_BRINDIRECT


  Commit: d516bceb15cb09927d2aa503be4c9def19da8b71
      https://github.com/llvm/llvm-project/commit/d516bceb15cb09927d2aa503be4c9def19da8b71
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-trunc.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(RegisterBankSelect): handle G_TRUNC and extended pointer regs

add assertions for truncation mappings

add regbankselect test case for G_TRUNC


  Commit: cdcd1bb29f73c4d16090d2b98311666eca288767
      https://github.com/llvm/llvm-project/commit/cdcd1bb29f73c4d16090d2b98311666eca288767
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-branch.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-trunc.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(InstructionSelector): select G_BR, G_BRCOND, G_BRINDIRECT, G_TRUNC

G_BRCOND tries to match a compare-and-branch and uses a corresponding
jump instruction. If this fails a simple JNE 0 / JNZ.A is used instead.

G_TRUNC lowers to a COPY instruction. Truncation from an extended to a
normal register is done by a subregister copy.

add branch selection tests

add selection tests for G_TRUNC


  Commit: 684241cbe9c63997fcbbceebf01977c10cb8d137
      https://github.com/llvm/llvm-project/commit/684241cbe9c63997fcbbceebf01977c10cb8d137
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1091] refactor(InstructionSelector): arrange helper methods alphabetically


  Commit: 09346c0b49c149617ab425ea7d52165fff7a80f2
      https://github.com/llvm/llvm-project/commit/09346c0b49c149617ab425ea7d52165fff7a80f2
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreBaseInfo.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.h
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/common-fixups-and-relocations-invalid.s
    A llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s
    A llvm/test/MC/TriCore/operand-modifiers-invalid.s

  Log Message:
  -----------
  [DPWBS-1054] Add common fixups and relocations


  Commit: e29447b299791c5f789ec716ef391c161a142932
      https://github.com/llvm/llvm-project/commit/e29447b299791c5f789ec716ef391c161a142932
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/cache-valid.s

  Log Message:
  -----------
  [DPWBS-1098] Add support for Cache instructions


  Commit: 852a3029e1821f50e1e3030903294e6e35617423
      https://github.com/llvm/llvm-project/commit/852a3029e1821f50e1e3030903294e6e35617423
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-non-pow2-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid-memsize.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] feat(Legalizer): add legality rules for G_*LOAD and G_STORE

G_*LOAD requires the result to be s32 or s64. G_STORE requires the type
of the value to be equal to the memory size that is to be stored (e.g.
storing an 8 bits requires a memory size of 8-bits).

Expand G_*EXT legality rules to allow extension to s8 and s16, as they
are consumed by G_STORE.

Any truncating stores, as well as loads/stores with a non-power-of-2
memory size are lowered.

Both G_*LOAD and G_STORE require a minimum alignment of 8-bits.

add legalizer tests for G_*LOAD, G_STORE

add unsupported legality tests for 128-bit and non-pow2 load/store

add tests for extension to s8, s16


  Commit: a545d22b49b30c0183d4d1ba85705b5ee55b2c83
      https://github.com/llvm/llvm-project/commit/a545d22b49b30c0183d4d1ba85705b5ee55b2c83
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] test(RegisterBankSelect): add tests for G_*LOAD, G_STORE


  Commit: b04640beea60cc2dc374530d7c8c1627c52b1ed8
      https://github.com/llvm/llvm-project/commit/b04640beea60cc2dc374530d7c8c1627c52b1ed8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1092] fix(InstrInfo): fix ValueType for signed and unsigned immediates, off16

To be able to emit instructions like MOV_dc 0 directly from TableGen
we need to tell TableGen that certain value types are equivalent to our
defined immediates (e.g. i8 should be equivalent to signed/unsigned
imm8.

This commit also adds GlobalISel-compatible ImmLeafs which check that
the immediate value is in range.


  Commit: 4273cd3d91ba92569e605c9aab228e1025b25a28
      https://github.com/llvm/llvm-project/commit/4273cd3d91ba92569e605c9aab228e1025b25a28
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] feat(InstructionSelector): add selection support for load/store

Most loads/stores are handled through TableGen patterns. Loads/stores on
the AddrRegBank are selected manually due to the lack of pointer types
and support for specifying the result regbank in selection patterns.

add selection tests for load/store


  Commit: 9f3803f6230b2f43b966dc7042c50d55f2476ea8
      https://github.com/llvm/llvm-project/commit/9f3803f6230b2f43b966dc7042c50d55f2476ea8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td

  Log Message:
  -----------
  [DPWBS-1092] refactor(InstructionSelector): extract common patterns to helper


  Commit: d8affdcc9ff8a6932cc24b35561b1f17374fa1f1
      https://github.com/llvm/llvm-project/commit/d8affdcc9ff8a6932cc24b35561b1f17374fa1f1
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1074] Add support for packed arithmetic instructions


  Commit: 4447ae5e74e2d8fa423888f0008247dcfcda591d
      https://github.com/llvm/llvm-project/commit/4447ae5e74e2d8fa423888f0008247dcfcda591d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(Legalizer): add legality rule for G_GLOBAL_VALUE

G_GLOBAL_VALUE is only valid for p0 pointers

add legality test for G_GLOBAL_VALUE


  Commit: 627da7327263661903c46ed9f22a5db53596a5ae
      https://github.com/llvm/llvm-project/commit/627da7327263661903c46ed9f22a5db53596a5ae
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1118] test(RegisterBankSelect): add regbank selection test for G_GLOBAL_VALUE


  Commit: 88b022051468d69a058f42b928c6f4eff1264e2d
      https://github.com/llvm/llvm-project/commit/88b022051468d69a058f42b928c6f4eff1264e2d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreBaseInfo.h
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/MIR/TriCore/expected-target-flag-name.mir
    A llvm/test/CodeGen/MIR/TriCore/invalid-target-flag-name.mir
    A llvm/test/CodeGen/MIR/TriCore/lit.local.cfg
    A llvm/test/CodeGen/MIR/TriCore/target-flags.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(MCTargetDesc,InstrInfo): define Target Operand Flag enum in TriCoreBaseInfo

Target Operand Flags are used in the instruction selector to select
specific bits from a global value reference.

Implement target flag serialization to emit a meaningful string in MIR.

add serialization tests


  Commit: 22f20beef22787f08b870e71dd1da7c68ff1ae26
      https://github.com/llvm/llvm-project/commit/22f20beef22787f08b870e71dd1da7c68ff1ae26
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/lib/Target/TriCore/TriCoreMCInstLower.h

  Log Message:
  -----------
  [DPWBS-1118] refactor(MCInstLower): move TriCoreMCInstLower to its own class


  Commit: 837527ca6589b3f1f588b781ec1ffb3bdb0084db
      https://github.com/llvm/llvm-project/commit/837527ca6589b3f1f588b781ec1ffb3bdb0084db
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.h
    A llvm/test/CodeGen/TriCore/lower-global-value.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(MCInstLower): add lowering for MO_GlobalAddress

MO_GlobalAddress is lowered by interpreting the target flags and
setting the corresponding ref flags.

add lowering test for global values


  Commit: 060f78358739e7cb7bc0fb58ae4680ab279c2f82
      https://github.com/llvm/llvm-project/commit/060f78358739e7cb7bc0fb58ae4680ab279c2f82
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(InstructionSelector): emit MOVH.A, LEA for G_GLOBAL_VALUE

Use the MO_LO and MO_HI target flags to select the lower and higher bits
of the referenced label.

add selection test for G_GLOBAL_VALUE

add TODO for small data section support


  Commit: b9fc6e8a632068c83f6e54cf8f5c07b6b12d561b
      https://github.com/llvm/llvm-project/commit/b9fc6e8a632068c83f6e54cf8f5c07b6b12d561b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/constrain-copy.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(InstructionSelector): constrain destination register for COPY

COPYs are not constrained implicitly but require explicit constraining.
Constrain the destination register to a register class fitting the
selected register bank and the type. The source register is not
constrained as it is constrained once it is encountered at the next use
or definition.

add test to check COPY constraining


  Commit: 08ace85bd395e3b9b55d8500f8e042f860da55a5
      https://github.com/llvm/llvm-project/commit/08ace85bd395e3b9b55d8500f8e042f860da55a5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(Legalizer): add legality rule for G_PTR_ADD

G_PTR_ADD requires the types to be p0 and s32.

add legalizer tests for G_PTR_ADD

update load-store tests for s128 load/store legalization


  Commit: fcf3f66099373acf238a698f22e1c404bf6a8c9d
      https://github.com/llvm/llvm-project/commit/fcf3f66099373acf238a698f22e1c404bf6a8c9d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(RegisterBankSelect): put G_PTR_ADD on AddrRegBank

The TriCore instructions for pointer addition expect the same regbank
for all operands. Therefore all operands must be assigned the same
regbank.

add regbank test for G_PTR_ADD


  Commit: 0757209b1c0a97f926f197fd092a63b0748f688b
      https://github.com/llvm/llvm-project/commit/0757209b1c0a97f926f197fd092a63b0748f688b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1124] refactor(InstructionSelector): rearrange switch cases alphabetically


  Commit: 845140bf18b8c30bed03470ecb9350083af44455
      https://github.com/llvm/llvm-project/commit/845140bf18b8c30bed03470ecb9350083af44455
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(InstructionSelector): select G_PTR_ADD to ADD.A or ADD depending on regbank

G_PTR_ADD can be translated into a simple ADD instruction. Depending on
the regbank we're operating on we need to use ADD or ADD.A.

add G_PTR_ADD selection test case


  Commit: 0b0c50b973544b09bb08cbb49236452f43d27404
      https://github.com/llvm/llvm-project/commit/0b0c50b973544b09bb08cbb49236452f43d27404
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(Legalizer): add legality rules for G_SHL, G_ASHR, G_LSHR

All three instructions take i32 inputs (src and shift amount) and produce
i32 shift results.

Add legalizer tests.


  Commit: 0b94d2dcada9923b019d47ea4f9f9aebc9bc80b9
      https://github.com/llvm/llvm-project/commit/0b94d2dcada9923b019d47ea4f9f9aebc9bc80b9
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-shifts.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(RegisterBankSelect): add case for G_SHL, G_ASHR, G_LSHR to getInstrMapping

Allthough all legal cases are already inferred correctly in the default case of getInstrMapping,
I decided to add them explicitly to the same-kind-of-operand handling.

add regbankselect tests for all legal inputs


  Commit: d83bde93b7fe34bfd85a95196c01ba221aae7681
      https://github.com/llvm/llvm-project/commit/d83bde93b7fe34bfd85a95196c01ba221aae7681
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-shifts.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(InstructionSelector): add selection support for shifts

add selection tests


  Commit: 531a7db561a23406c6f50d9b8476bbd06e495291
      https://github.com/llvm/llvm-project/commit/531a7db561a23406c6f50d9b8476bbd06e495291
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/loop-valid.s

  Log Message:
  -----------
  [DPWBS-1068] Add support for Loop instructions


  Commit: 3807b922d32540aa747c3dbc497a2486452d9530
      https://github.com/llvm/llvm-project/commit/3807b922d32540aa747c3dbc497a2486452d9530
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(Legalizer): add legality rule for G_PHI

G_PHI is legal for any types that are consumed by any legal instruction.
This avoids unnecessary G_TRUNC/G_*EXT artifacts. Any other type is
narrowed or widened as needed.

add legalizer tests for G_PHI


  Commit: d3199bd0afa3a25a3e55e7174c84a2d46ac9af79
      https://github.com/llvm/llvm-project/commit/d3199bd0afa3a25a3e55e7174c84a2d46ac9af79
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(RegisterBankSelect): use default regbank mapping logic for G_PHI

G_PHI is special in that only the mapping of the destination matters.
This is already handled by the default framework. In fact, an assertion
is triggered when creating a G_PHI mapping with more than one
operand mapping.

add regbank selection tests for G_PHI


  Commit: c1dcf0e8c1b55d9a6fd19307c3c23ac6f5667d35
      https://github.com/llvm/llvm-project/commit/c1dcf0e8c1b55d9a6fd19307c3c23ac6f5667d35
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(InstructionSelector): constrain dst register for G_PHI. translate to PHI

G_PHI is like a COPY in that the destination register needs to be constrained.
In addition the OpCode must also be updated to PHI.

add instruction selection tests for G_PHI


  Commit: a8147684fcbef77dcad71f17e2f9523ae262bac0
      https://github.com/llvm/llvm-project/commit/a8147684fcbef77dcad71f17e2f9523ae262bac0
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/cache-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1110] Add support for cache instructions tc18


  Commit: 42e35fbbc0c243e2e241cf1ea0de6eaa72c8c240
      https://github.com/llvm/llvm-project/commit/42e35fbbc0c243e2e241cf1ea0de6eaa72c8c240
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/TriCore/copy-phys-reg.mir

  Log Message:
  -----------
  [DPWBS-1123] Implement copyPhysReg

Add support for physical register copies and add tests for each case we support at the moment.


  Commit: 6c2c072c22308c900f3d23a5f24f897e5e2188d7
      https://github.com/llvm/llvm-project/commit/6c2c072c22308c900f3d23a5f24f897e5e2188d7
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-invalid-inttoptr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(Legalizer): add legality rules for G_INTTOPTR and G_PTRTOINT

G_INTTOPTR requires the scalar to have the same number of bits as
the pointer as otherwise the address is undefined.

G_PTRTOINT produces a 32-bit scalar from a 32-bit pointer but
allows transforming the scalar to make the type fit.

add G_INTTOPTR and G_PTRTOINT tests

add invalid G_INTTOPTR test


  Commit: 0683914c21181c31e89d132fcfa18f477613433e
      https://github.com/llvm/llvm-project/commit/0683914c21181c31e89d132fcfa18f477613433e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(RegisterBankSelect): use same RegBank for G_INTTOPTR and G_PTRTOINT

G_INTTOPTR and G_PTRTOINT can be same-bank or cross-bank. In the default
case we prefer them to be same-bank due to lower costs. As register
bank the register bank of the source operand is preferred to avoid
adding a cross-bank copy for the source operand.

add G_INTTOPTR and G_PTRTOINT regbank tests


  Commit: 9eb8b55f18344018ec965271c02b1404eac70974
      https://github.com/llvm/llvm-project/commit/9eb8b55f18344018ec965271c02b1404eac70974
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(InstructionSelector): select G_INTTOPTR and G_PTRTOINT to COPY

G_INTTOPTR and G_PTRTOINT translate to a simple COPY. Therefore it
is enough to constrain the destination register and change the
op-code to COPY.

add G_INTTOPTR and G_PTRTOINT selection tests


  Commit: 6f12784613c9fae27d855e9251675e6589d02122
      https://github.com/llvm/llvm-project/commit/6f12784613c9fae27d855e9251675e6589d02122
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-multiply-and-mac-q-format-valid.s

  Log Message:
  -----------
  [DPWBS-1103] Add support for Packed Multiply and MAC Q-Format instructions


  Commit: 2ee2979460f9d251ee9d75620d621405a7675869
      https://github.com/llvm/llvm-project/commit/2ee2979460f9d251ee9d75620d621405a7675869
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] feat(Legalizer): add legality rule for G_FRAME_INDEX

G_FRAME_INDEX is only legal for pointers

add legalizer tests for G_FRAME_INDEX


  Commit: 9ee35ee8e6da38e0c0a12cff62515b6762d3c0f2
      https://github.com/llvm/llvm-project/commit/9ee35ee8e6da38e0c0a12cff62515b6762d3c0f2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] test(RegisterBankSelect): add regbank selection test for G_FRAME_INDEX


  Commit: 548ac0d07ed7d37e8bb8ead55411231cf7e1feba
      https://github.com/llvm/llvm-project/commit/548ac0d07ed7d37e8bb8ead55411231cf7e1feba
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] feat(InstructionSelector): select G_FRAME_INDEX to LEA_aac

In the instruction selector G_FRAME_INDEX needs to be
lowered to a target instruction. However, the actual
lowering to a stack-address computation happens later.

Therefore this instruction selection prepares the
actual lowering later. For this purpose we emit
a LEA_aac with offset 0. This instruction will be
changed into the format we need at a later stage.

add selection tests for G_FRAME_INDEX


  Commit: 7565e4978f35fe6afeafea826258df02b9ec69b9
      https://github.com/llvm/llvm-project/commit/7565e4978f35fe6afeafea826258df02b9ec69b9
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    A llvm/test/CodeGen/TriCore/elim-frame-index-xfail.mir
    A llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): implement eliminateFrameIndex

Replace frame index operand with $a14 and immediate if offset does not
exceed 16-bits.

Otherwise, materialize the offset into a register and use an explicit
ADDA_aaa $a14, %offset instruction. Replace the frame index with the
result of this instruction and set the offset immediate to 0.

add tests for eliminateFrameIndex

add XFAIL test until we implement emitProlog/emitEpilogue


  Commit: 51d6059e8d91cda35dca6cf42586160e64250649
      https://github.com/llvm/llvm-project/commit/51d6059e8d91cda35dca6cf42586160e64250649
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/TriCore/stack-slots.mir

  Log Message:
  -----------
  [DPWBS-1148] feat(InstrInfo): implement storeRegToStackSlot/loadRegFromStackSlot

These functions are used to spill and reload values to / from the stack.
We need to handle all possible register sizes, i.e. 32 and 64 bit.

Tests are added for each case to demonstrate that we choose the correct
instruction for the given register class.


  Commit: e502fc4adfc6d2d5ccd8478dc5ae3ff707881944
      https://github.com/llvm/llvm-project/commit/e502fc4adfc6d2d5ccd8478dc5ae3ff707881944
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/test/CodeGen/TriCore/lower-regmask.mir

  Log Message:
  -----------
  [DPWBS-1152] feat(TriCoreMCInstLower): handle MO_RegisterMask operands

There is nothing to be done for MO_RegisterMask operands during the lowering,
however we need to explicitly opt-out of the report_fatal_error here.


  Commit: c83049829438d8c2808998c74bf55df69b5fdcc4
      https://github.com/llvm/llvm-project/commit/c83049829438d8c2808998c74bf55df69b5fdcc4
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/test/CodeGen/TriCore/lower-machinebasicblock.mir

  Log Message:
  -----------
  [DPWBS-1152] feat(TriCoreMCInstLower): handle MO_MachineBasicBlock operands

Transform basic block references into MCSymbolRefExpr expressions.


  Commit: 28d518cc5ca29c831cc1e9eb701abd0b3d13c7b0
      https://github.com/llvm/llvm-project/commit/28d518cc5ca29c831cc1e9eb701abd0b3d13c7b0
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/store-bit-and-bit-field-valid.s

  Log Message:
  -----------
  [DPWBS-1070] Add support for Store Bit and Bit Field instructions


  Commit: bc1a0f0793ee40c1c1a78182b5457aae9ccdb2f2
      https://github.com/llvm/llvm-project/commit/bc1a0f0793ee40c1c1a78182b5457aae9ccdb2f2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/tricore-toolchain.c

  Log Message:
  -----------
  [DPWBS-1010] fix(Driver): Create HighTec driver for TriCore target triple

The HighTec toolchain driver was not created for the TriCore target triple.
As a consequence, the system assembler and linker was called instead of the
integrated assembler and tricore-ld. This is now fixed.

A test is added to make sure we are really calling the integrated assembler
and tricore-ld.


  Commit: 468c74984745a5fa4f1b64957677351c401f0a6a
      https://github.com/llvm/llvm-project/commit/468c74984745a5fa4f1b64957677351c401f0a6a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/test/CodeGen/TriCore/lower-global-value.mir

  Log Message:
  -----------
  [DPWBS-1118] fix(MCInstLower): do not wrap MCExpr in TriCoreMCExpr when RefFlags are VK_TRICORE_None

This fixes a bug where TriCoreMCCodeEmitter::createFixups ran into an llvm_unreachable
because it encountered a TriCoreMCExpr of kind VK_TRICORE_None. This happened because
lowerSymbolOperand wrapped the MCExpr for symbols regardless of the RefFlags.

Wrapping is only needed when using target specific RefFlags. Making the wrapping
conditional on the RefFlags fixes this bug.


  Commit: 92078fade5a454c7a6e9cf2b9c24b9511e5e94f0
      https://github.com/llvm/llvm-project/commit/92078fade5a454c7a6e9cf2b9c24b9511e5e94f0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp

  Log Message:
  -----------
  [DPWBS-1148] fix(TriCoreInstrInfo): remove previously inserted (incorrect) assertions

When implementing storeRegToStackSlot/loadRegFromStackSlot, I tried to follow other
backends as much as possible. AArch64 needs to check whether the source/destination
register is a virtual register and restrict its register class, since their load/store
instruction may not use the stack pointer as source/destination operand.

Initially I didn't understand why the check for a virtual register needs to be performed,
since other backends don't check it. Thus I introduced the assertions to remind myself
to look into it again once this case really occurs. Now that its understood, and our
hardware doesn't have this restriction, we can remove the assertion again.


  Commit: c8c6cba7f440e286a0f5118aa81eac8274d0466c
      https://github.com/llvm/llvm-project/commit/c8c6cba7f440e286a0f5118aa81eac8274d0466c
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFStreamer.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFStreamer.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreTargetStreamer.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreTargetStreamer.h
    A llvm/test/MC/TriCore/elf-flags.s
    M llvm/test/MC/TriCore/elf-header.s

  Log Message:
  -----------
  [DPWBS-1153] feat(TriCoreTargetStreamer) set ELF header E_FLAGS

This change introduces two new classes:

TriCoreTargetStreamer: it provides an abstract interface to the
target specific assembly and object streamers. We need it as a
superclass for our TriCore specific ELF streamer.
For now, we don't need a TriCore specific assembly streamer.

TriCoreTargetELFStreamer: it wraps the actual MCELFStreamer class
and sets the TriCore specfic ELF E_FLAGS.


  Commit: 8586a9538b1c2c48ac16ba3275fe9376978d929c
      https://github.com/llvm/llvm-project/commit/8586a9538b1c2c48ac16ba3275fe9376978d929c
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-mul.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(Legalizer): add support for G_MUL and G_UMULH artifact

G_MUL and G_UMULH are both simple binary operators which are
only legal for s32 types.

add legalizer tests


  Commit: 7b512fc48a7d3773ba8c0c65717c97d42fec56a4
      https://github.com/llvm/llvm-project/commit/7b512fc48a7d3773ba8c0c65717c97d42fec56a4
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(RegisterBankSelect): make G_MUL use getSameKindOfOperandsMapping

G_MUL is a simple binary operator which needs the same mapping
for all operands

add regbank tests


  Commit: 22d0d8c545e73ade52219a87f74a194b4b4be3fd
      https://github.com/llvm/llvm-project/commit/22d0d8c545e73ade52219a87f74a194b4b4be3fd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(InstructionSelector): select G_MUL into MUL_ddd

add selection tests


  Commit: 5bdc6ba90009c943924eee7274d5579c3ecceb8d
      https://github.com/llvm/llvm-project/commit/5bdc6ba90009c943924eee7274d5579c3ecceb8d
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding legality rule for G_SDIV and the corresponding test cases.


  Commit: 1cf2e8759d04dd464dfa8ffeb7a36549820e8211
      https://github.com/llvm/llvm-project/commit/1cf2e8759d04dd464dfa8ffeb7a36549820e8211
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding RegisterBank selection for G_SDIV and the corresponding test case.


  Commit: 5b60eb6934b44632ea1e070ed05c6b67e4585ba4
      https://github.com/llvm/llvm-project/commit/5b60eb6934b44632ea1e070ed05c6b67e4585ba4
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding Instruction Selection support for G_SDIV and the corresponding test case.


  Commit: 853454eaf7aae54fcc690839853509244ad13dfa
      https://github.com/llvm/llvm-project/commit/853454eaf7aae54fcc690839853509244ad13dfa
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding legality rule for G_SREM and the corresponding test cases.


  Commit: 02b0a0426564323513797efbdf535ffb4508c3a6
      https://github.com/llvm/llvm-project/commit/02b0a0426564323513797efbdf535ffb4508c3a6
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding RegisterBank selection for G_SREM and the corresponding test case.


  Commit: 7443d0b587f4a49bc805a382d7691a8d770718f1
      https://github.com/llvm/llvm-project/commit/7443d0b587f4a49bc805a382d7691a8d770718f1
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding Instruction Selection support for G_SREM and the corresponding test case.


  Commit: 97ae19cabbe50962722a38bb2e1f57d4f080e550
      https://github.com/llvm/llvm-project/commit/97ae19cabbe50962722a38bb2e1f57d4f080e550
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/q-format-multiply-add-subtract-valid.s

  Log Message:
  -----------
  [DPWBS-1104] Add support for Q-Format Multiply-Add-Subtract instructions


  Commit: 1aacc5e2dd050e34b11d0d731906e19a42a431f0
      https://github.com/llvm/llvm-project/commit/1aacc5e2dd050e34b11d0d731906e19a42a431f0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] fix(TriCoreCallLowering): emit ADJCALLSTACKDOWN/UP pairs around calls.

During the call lowering, we have to determine the amount of stack required to pass the
arguments to a function. It is recorded and communicated to the prolog/epilog insertion
pass via pairs of ADJCALLSTACKDOWN/UP pseudo instructions. Once the stack layout is fixed,
the pseudo instructions are eliminated through the TargetFrameLowering function
eliminateCallFramePseudoInstr, which will be implemented in another patch.

The call-translator.ll test is updated to include the new pseudo instructions around the
calls with the correct stack sizes.


  Commit: 67fd2843e15c9e2cd229c73c6d3f0f0b45f87089
      https://github.com/llvm/llvm-project/commit/67fd2843e15c9e2cd229c73c6d3f0f0b45f87089
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for floating point types in calling convention

So far we did not have handling for f32/f64 types in the calling convention
description. During a workshop this example was used to explain how to
extend the calling convention and how the call lowering for GlobalISel works.

The tests show that we now can handle floating point arguments and return values
correctly.


  Commit: 8b3784e5a75a6854ea791e6b4509aea89c7a9e9f
      https://github.com/llvm/llvm-project/commit/8b3784e5a75a6854ea791e6b4509aea89c7a9e9f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp

  Log Message:
  -----------
  [DPWBS-1149] feat(MCAsmInfo,MCTargetDesc): enable DWARF CFI directives

By default the CFA is defined as SP with offset 0


  Commit: 3e59b2a29d5aec520e6fc97fee919f0d3806d9bd
      https://github.com/llvm/llvm-project/commit/3e59b2a29d5aec520e6fc97fee919f0d3806d9bd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp

  Log Message:
  -----------
  [DPWBS-1149] style(MCTargetDesc): fix code style


  Commit: 60255e50aa8c924d6af44e451af2b68d7606f2f5
      https://github.com/llvm/llvm-project/commit/60255e50aa8c924d6af44e451af2b68d7606f2f5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): add getStackRegister utility function


  Commit: 48fc597dccad3c36d33ea2e69618c0778b5c2a97
      https://github.com/llvm/llvm-project/commit/48fc597dccad3c36d33ea2e69618c0778b5c2a97
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] refactor(InstrInfo,RegisterInfo): extract frame offset calculation to InstrInfo::emitFrameOffset


  Commit: 0bc1970948f641a5b7a99d605789feedf0fd66a9
      https://github.com/llvm/llvm-project/commit/0bc1970948f641a5b7a99d605789feedf0fd66a9
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp

  Log Message:
  -----------
  [DPWBS-1149] feat(FrameLowering,RegisterInfo): mark $a14 as reserved if the function has a frame pointer

$a14 is the frame pointer, if a frame pointer is used. To let the
register allocator know that it cannot freely use $a14 we need to mark
it as a reserved register.


  Commit: bc47ea810e01da6dbc1a79b27568ad803dbdbaaf
      https://github.com/llvm/llvm-project/commit/bc47ea810e01da6dbc1a79b27568ad803dbdbaaf
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    A llvm/test/CodeGen/TriCore/HDP-1144-01.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-02.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-03.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-04.ll
    R llvm/test/CodeGen/TriCore/elim-frame-index-xfail.mir
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir
    A llvm/test/CodeGen/TriCore/frame-info.ll
    A llvm/test/CodeGen/TriCore/prologue-epilogue-invalid-stack-size.mir
    A llvm/test/CodeGen/TriCore/prologue-epilogue-remarks.mir
    A llvm/test/CodeGen/TriCore/prologue-epilogue.mir
    A llvm/test/CodeGen/TriCore/xfail-frame-info.ll
    A llvm/test/CodeGen/TriCore/xfail-omit-frame-pointer.ll
    A llvm/test/CodeGen/TriCore/xfail-prologue-epilogue-stack-realign.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(FrameLowering): implement emitPrologue

Emit prologue if function uses a stack. Prologue sets up the stack and
frame pointer. Frame pointer initialization is only done when function
uses a frame pointer.

CFI directives for CFA calculation are emitted using the FP if available
or the SP + offset otherwise.

Stack realignment and funclets are not supported yet. An error is
reported if a function requires stack alignment.

There is no need to implement emitEpilogue since SP and FP are
implicitly restored on a return.

Call frame pseudo instructions are eliminated and update the stack
pointer if a call frame has not been reserved. Call frame reservation
is done if no variable-sized objects are on the stack.

When updating the stack pointer and a frame pointer is not available the
CFA offset is also updated.

Emit prologue always sets the FP $a14 to the current SP. A later
optimization should be implemented to eliminate this if $a14 is never
used.

The maximum allowed stack size is 2 ** 32 bytes.

update elim-frame-index tests

add prologue-epilogue tests

add XFAIL test for stack realignment

add XFAIL test for function with no frame pointer (-fomit-frame-pointer)

add invalid test for a too-large stack

add test that CFI directives are printed in assembly

Add XFAIL tests from the GCC bug HDP-1144.
These tests check that instructions using the stack are not scheduled before
prologue instructions. At the moment we are not able to translate these tests
to assembly yet, therefore these tests are added as XFAILs and will be
updated once we can compile them


  Commit: dcea6850291c36a6a9b4c2265d9ef303775febab
      https://github.com/llvm/llvm-project/commit/dcea6850291c36a6a9b4c2265d9ef303775febab
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): delete LEA during frame index elimination if possible

Delete LEA during frame index elimination if the lowered frame index
operand would cause the LEA to be a NOP (add 0).


  Commit: 0f717472dcc3b5ce16ea576b84e6c45142e66368
      https://github.com/llvm/llvm-project/commit/0f717472dcc3b5ce16ea576b84e6c45142e66368
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s

  Log Message:
  -----------
  [DPWBS-1161] feat(ELFObjectWriter): force relocations to use a symbol

tricore-ld cannot handle mergeable sections when a section-relative
relocation is used. To get around this problem we force relocations with
symbols for now.
This should be reverted once we have our own linker that can handle
this correctly

fix relocation tests


  Commit: fa0935b540c02cca3b6e023e05aba7cc47d7b589
      https://github.com/llvm/llvm-project/commit/fa0935b540c02cca3b6e023e05aba7cc47d7b589
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/fpu-arithmetic-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1109] Add support for fpu arithmetic instructions tc1.8


  Commit: 714596a287c993f4b23b546c7eedc2ab3fde859a
      https://github.com/llvm/llvm-project/commit/714596a287c993f4b23b546c7eedc2ab3fde859a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-memcpy-et-al.mir

  Log Message:
  -----------
  [DPWBS-1191] Add support for memory functions memcpy, memset, memmove

The IRTranslator translates the LLVM IR intrinsics llvm.{memcpy,memset,memmove}
into G_INTRINSIC_W_SIDE_EFFECTS with the respective intrinsic ID.
By default, all G_INTRINSIC_W_SIDE_EFFECTS are legal and are passed through
the pipeline until a stage handles it, or fails at instruction-selection.

We want to handle the memory functions at legalization phase and emit library
calls. This is done through the legalizeIntrinsic target hook.

This change is a straight copy from cf12c7815fe.


  Commit: 741ecf73755f5e5394e23fa25b3d82cfc300a461
      https://github.com/llvm/llvm-project/commit/741ecf73755f5e5394e23fa25b3d82cfc300a461
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/fpu-conversion-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1108] Add support for FPU Conversion instructions (TC1.8.0)


  Commit: ab32a92a1cfe5f12d8a2d4fad9d37976fd9ab92b
      https://github.com/llvm/llvm-project/commit/ab32a92a1cfe5f12d8a2d4fad9d37976fd9ab92b
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/other-instructions-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1112] Add support for other instructions tc1.8


  Commit: 54818b3b1248208b6038d4e326b122c1641059dd
      https://github.com/llvm/llvm-project/commit/54818b3b1248208b6038d4e326b122c1641059dd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    A CONTRIBUTING.md
    M README.md
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.h
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el
    M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/clang-move/tool/ClangMove.cpp
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/Query.h
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    A clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.h
    A clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.h
    A clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    A clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    A clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.h
    A clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    A clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
    A clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
    A clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.h
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
    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/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.h
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    A clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
    A clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.h
    M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    A clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/CMakeLists.txt
    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/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CollectMacros.h
    A clang-tools-extra/clangd/CompileCommands.cpp
    A clang-tools-extra/clangd/CompileCommands.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Context.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/ExpectedTypes.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    A clang-tools-extra/clangd/Hover.cpp
    A clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    A clang-tools-extra/clangd/PathMapping.cpp
    A clang-tools-extra/clangd/PathMapping.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/Selection.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SemanticSelection.cpp
    A clang-tools-extra/clangd/Shutdown.cpp
    A clang-tools-extra/clangd/Shutdown.h
    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/TUScheduler.h
    M clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/Transport.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Index.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/Merge.cpp
    M clang-tools-extra/clangd/index/Merge.h
    M clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    A clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/test/Inputs/path-mappings/server/foo.h
    A clang-tools-extra/clangd/test/document-link.test
    A clang-tools-extra/clangd/test/exit-eof.test
    M clang-tools-extra/clangd/test/hover.test
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/path-mappings.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    A clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    A clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    A clang-tools-extra/clangd/unittests/PathMappingTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    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/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-doc.rst
    M clang-tools-extra/docs/clang-include-fixer.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/Contributing.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-scale.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-bad-signal-to-kill-thread.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-branch-clone.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-exception-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-fold-init-type.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-enum-usage.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-unused-return-value.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl37-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl51-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-mem57-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop58-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-pos44-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-runtime-int.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-multiway-paths-covered.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-qualified-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-bind.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-headers.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-using.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-algorithm.rst
    A clang-tools-extra/docs/clang-tidy/checks/performance-no-automatic-move.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-implicit-bool-conversion.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-member-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-string-init.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd/Installation.rst
    M clang-tools-extra/docs/conf.py
    M clang-tools-extra/docs/doxygen.cfg.in
    M clang-tools-extra/docs/pp-trace.rst
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-change-namespace/macro.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-bad-signal-to-kill-thread.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/system/system-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/user-header.h
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone-if-constexpr-template.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-c.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-invert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-fsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-funsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-with-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop57-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop58-cpp.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-containers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments-c++17.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/checkers/google-readability-nested-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind-permissive-parameter-list.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-copy.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-allow-override-and-final.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.m
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.mm
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-constexpr-if-templates.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-const-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-no-warn.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-bitfields.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-todo.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-qualified-auto-cxx20.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-qualified-auto.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init-msvc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp
    A clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
    M clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    A clang-tools-extra/unittests/clang-tidy/AddConstTest.cpp
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/bindings/xml/comment-xml-schema.rng
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/Block-ABI-Apple.rst
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/LTOVisibility.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibASTMatchersTutorial.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/conf.py
    M clang/docs/conf.py
    M clang/docs/tools/dump_format_style.py
    M clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/CXCompilationDatabase.h
    M clang/include/clang-c/CXErrorCode.h
    M clang/include/clang-c/CXString.h
    M clang/include/clang-c/Documentation.h
    A clang/include/clang-c/ExternC.h
    M clang/include/clang-c/FatalErrorHandler.h
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.h
    A clang/include/clang/AST/ASTConcept.h
    M clang/include/clang/AST/ASTConsumer.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTImporter.h
    M clang/include/clang/AST/ASTLambda.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    A clang/include/clang/AST/AbstractBasicReader.h
    A clang/include/clang/AST/AbstractBasicWriter.h
    A clang/include/clang/AST/AbstractTypeReader.h
    A clang/include/clang/AST/AbstractTypeWriter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/ComparisonCategories.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclGroup.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    A clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/ExprObjC.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/OpenMPClause.h
    A clang/include/clang/AST/PropertiesBase.td
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtDataCollectors.td
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/StmtVisitor.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocVisitor.h
    A clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/AST/UnresolvedSet.h
    M clang/include/clang/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/ASTMatchers/Dynamic/Parser.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
    A clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h
    A clang/include/clang/Basic/ASTNode.td
    M clang/include/clang/Basic/AddressSpaces.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/BuiltinsARM.def
    M clang/include/clang/Basic/BuiltinsHexagon.def
    A clang/include/clang/Basic/BuiltinsHexagonDep.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/CommentNodes.td
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommentKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/ObjCRuntime.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.h
    M clang/include/clang/Basic/SourceLocation.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/XRayInstr.h
    M clang/include/clang/Basic/arm_fp16.td
    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/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/ConstantInitFuture.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Job.h
    A clang/include/clang/Driver/OptionUtils.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/MultiplexConsumer.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Frontend/Utils.h
    M clang/include/clang/Index/IndexDataConsumer.h
    M clang/include/clang/Lex/ModuleLoader.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/ExternalSemaSource.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ObjCMethodList.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Ownership.h
    M clang/include/clang/Sema/ParsedTemplate.h
    M clang/include/clang/Sema/Sema.h
    A clang/include/clang/Sema/SemaConcept.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    A clang/include/clang/Serialization/ASTRecordReader.h
    A clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ContinuousRangeMap.h
    M clang/include/clang/Serialization/InMemoryModuleCache.h
    R clang/include/clang/Serialization/Module.h
    A clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/ModuleManager.h
    A clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/Tooling/CompilationDatabase.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h
    M clang/include/clang/Tooling/Syntax/BuildTree.h
    A clang/include/clang/Tooling/Syntax/Mutations.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/Tooling/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/SourceCode.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ObjCMT.cpp
    A clang/lib/AST/ASTConcept.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/Comment.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/DeclarationName.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    A clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    M clang/lib/AST/Interp/Context.cpp
    M clang/lib/AST/Interp/Context.h
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftCXXABI.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/QualTypeNames.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Parser.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/Consumed.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/ThreadSafetyCommon.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/TCE.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/Basic/Version.cpp
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGObjCRuntime.h
    M clang/lib/CodeGen/CGOpenCLRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGValue.h
    M clang/lib/CodeGen/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    A clang/lib/Driver/OptionUtils.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    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/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.h
    M clang/lib/Driver/ToolChains/Arch/X86.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/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/InterfaceStubs.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/BreakableToken.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/MultiplexConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnostic.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/altivec.h
    A clang/lib/Headers/arm_cmse.h
    M clang/lib/Headers/avx512bwintrin.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/avx512vlbwintrin.h
    M clang/lib/Headers/avx512vlintrin.h
    M clang/lib/Headers/avxintrin.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/intrin.h
    M clang/lib/Headers/mwaitxintrin.h
    M clang/lib/Headers/pmmintrin.h
    M clang/lib/Headers/ppc_wrappers/emmintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexSymbol.cpp
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/CMakeLists.txt
    M clang/lib/Parse/ParseAST.cpp
    M clang/lib/Parse/ParseCXXInlineMethods.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAccess.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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/SemaExprMember.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaModule.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAsm.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTCommon.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/Serialization/CMakeLists.txt
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/Serialization/InMemoryModuleCache.cpp
    R clang/lib/Serialization/Module.cpp
    A clang/lib/Serialization/ModuleFile.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    A clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    A clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    A clang/lib/StaticAnalyzer/Checkers/Iterator.h
    R clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    A clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.h
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Yaml.h
    M clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    A clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/CMakeLists.txt
    A clang/lib/Tooling/Syntax/ComputeReplacements.cpp
    A clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    A clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/test/AST/Interp/cond.cpp
    M clang/test/AST/ast-dump-comment.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl-json.m
    M clang/test/AST/ast-dump-expr-json.c
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr-json.m
    A clang/test/AST/ast-dump-file-line-json.c
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-if-json.cpp
    M clang/test/AST/ast-dump-macro-json.c
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-records-json.cpp
    M clang/test/AST/ast-dump-stmt-json.c
    M clang/test/AST/ast-dump-stmt-json.cpp
    M clang/test/AST/ast-dump-stmt-json.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-print-attr.c
    M clang/test/AST/dump.cpp
    M clang/test/AST/gen_ast_dump_json_test.py
    A clang/test/AST/language_address_space_attribute.cpp
    A clang/test/AST/pr43983.cpp
    M clang/test/Analysis/Inputs/expected-plists/nullability-notes.m.plist
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/Inputs/system-header-simulator-objc.h
    M clang/test/Analysis/Inputs/taint-generic-config.yaml
    M clang/test/Analysis/NSContainers.m
    A clang/test/Analysis/a_flaky_crash.cpp
    A clang/test/Analysis/aggrinit-cfg-output.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/blocks.m
    M clang/test/Analysis/bsd-string.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/const-method-call.cpp
    M clang/test/Analysis/cstring-ranges.c
    A clang/test/Analysis/debug-iterator-modeling.cpp
    A clang/test/Analysis/designated-initializer-values.c
    M clang/test/Analysis/designated-initializer.c
    M clang/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif
    M clang/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    M clang/test/Analysis/diagnostics/sarif-multi-diagnostic-test.c
    M clang/test/Analysis/expr-inspection.c
    A clang/test/Analysis/fuchsia_handle.cpp
    A clang/test/Analysis/handle_constructors_for_default_arguments.cpp
    A clang/test/Analysis/handle_constructors_with_new_array.cpp
    M clang/test/Analysis/initializers-cfg-output.cpp
    M clang/test/Analysis/invalidated-iterator.cpp
    A clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/localization-aggressive.m
    M clang/test/Analysis/malloc.mm
    M clang/test/Analysis/mismatched-iterator.cpp
    M clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
    M clang/test/Analysis/nonnull-global-constants.mm
    M clang/test/Analysis/null-deref-path-notes.c
    M clang/test/Analysis/null-deref-ps-region.c
    M clang/test/Analysis/nullability-notes.m
    A clang/test/Analysis/nullability.m
    A clang/test/Analysis/placement-new-user-defined.cpp
    A clang/test/Analysis/placement-new.cpp
    A clang/test/Analysis/pointer-escape-on-conservative-calls.c
    M clang/test/Analysis/properties.m
    A clang/test/Analysis/security-syntax-checks-nscoder.m
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/string.c
    M clang/test/Analysis/structured_bindings.cpp
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/taint-generic.cpp
    M clang/test/Analysis/temp-obj-dtors-cfg-output.cpp
    A clang/test/Analysis/uninit-val-const-likeness.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp
    A clang/test/CXX/class.derived/class.virtual/p6.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p1.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p2.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p3.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p4.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p5.cpp
    M clang/test/CXX/class/class.compare/class.eq/p1.cpp
    A clang/test/CXX/class/class.compare/class.eq/p2.cpp
    A clang/test/CXX/class/class.compare/class.eq/p3.cpp
    M clang/test/CXX/class/class.compare/class.rel/p1.cpp
    A clang/test/CXX/class/class.compare/class.rel/p2.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p1.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5.cpp
    M clang/test/CXX/dcl.decl/dcl.init/p14-0x.cpp
    A clang/test/CXX/dcl/dcl.decl/p3.cpp
    M clang/test/CXX/drs/dr13xx.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr1xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    A clang/test/CXX/except/except.spec/p11-2a.cpp
    A clang/test/CXX/expr/expr.arith.conv/p2.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.id/mixed-constraints.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.id/p4.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.closure/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p11-1y.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/equivalence.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/p3.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/requires-expr.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/simple-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    A clang/test/CXX/over/over.match/over.match.best/p1-2a.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/p1.cpp
    A clang/test/CXX/over/over.match/over.match.viable/p3.cpp
    A clang/test/CXX/over/over.over/p4-2a.cpp
    M clang/test/CXX/special/class.inhctor/p3.cpp
    A clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/p3.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/var-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.decls/temp.variadic/init-capture.cpp
    A clang/test/CXX/temp/temp.explicit/p8.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p5-0x.cpp
    A clang/test/CXX/temp/temp.param/p10-2a.cpp
    M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/p2.cpp
    A clang/test/ClangScanDeps/Inputs/has_include_if_elif.json
    A clang/test/ClangScanDeps/has_include_if_elif.cpp
    A clang/test/CodeCompletion/ctor-signature.cpp
    M clang/test/CodeCompletion/function-templates.cpp
    M clang/test/CodeCompletion/lambdas.cpp
    M clang/test/CodeCompletion/patterns.cpp
    M clang/test/CodeCompletion/templates.cpp
    M clang/test/CodeGen/2008-07-30-implicit-initialization.c
    A clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml
    A clang/test/CodeGen/Inputs/thinlto_expect1.proftext
    A clang/test/CodeGen/Inputs/thinlto_expect2.proftext
    A clang/test/CodeGen/aarch64-branch-protection-attr.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    A clang/test/CodeGen/aarch64-neon-vcadd.c
    M clang/test/CodeGen/annotations-global.c
    A clang/test/CodeGen/arm-cmse-nonsecure.c
    A clang/test/CodeGen/arm-cmse-secure.c
    A clang/test/CodeGen/arm-cmse.c
    M clang/test/CodeGen/arm-float-helpers.c
    M clang/test/CodeGen/arm-fp16-arguments.c
    A clang/test/CodeGen/arm-mve-intrinsics/admin.c
    A clang/test/CodeGen/arm-mve-intrinsics/compare.c
    A clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    A clang/test/CodeGen/arm-mve-intrinsics/load-store.c
    A clang/test/CodeGen/arm-mve-intrinsics/predicates.c
    M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    M clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    A clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vabdq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vandq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vbicq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcmlaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm-dyadic.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-var.c
    A clang/test/CodeGen/arm-mve-intrinsics/veorq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhcaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vld24.c
    M clang/test/CodeGen/arm-mve-intrinsics/vldr.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vornq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vorrq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrhaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    A clang/test/CodeGen/arm-neon-vcadd.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    A clang/test/CodeGen/arm64_32-vaarg.c
    A clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asm-label.c
    M clang/test/CodeGen/atomic-ops-libcall.c
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/backend-unsupported-error.ll
    A clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
    A clang/test/CodeGen/builtin-align-array.c
    A clang/test/CodeGen/builtin-align-assumption.c
    A clang/test/CodeGen/builtin-align.c
    A clang/test/CodeGen/builtin_float.c
    M clang/test/CodeGen/builtins-arm64.c
    M clang/test/CodeGen/builtins-hexagon-circ.c
    A clang/test/CodeGen/builtins-hexagon-v67-audio.c
    A clang/test/CodeGen/builtins-hexagon-v67.c
    M clang/test/CodeGen/builtins-mips-args.c
    M clang/test/CodeGen/builtins-mips.c
    M clang/test/CodeGen/builtins-ppc-p8vector.c
    A clang/test/CodeGen/builtins-ppc-xl-xst.c
    M clang/test/CodeGen/builtins-systemz-vector.c
    M clang/test/CodeGen/builtins-systemz-vector2.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/builtins.c
    A clang/test/CodeGen/catch-implicit-conversions-basics-negatives.c
    A clang/test/CodeGen/catch-implicit-conversions-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-arithmetic-value-change-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-conversions-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-sign-changes-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-sign-changes-incdec.c
    A clang/test/CodeGen/catch-implicit-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c
    A clang/test/CodeGen/catch-implicit-unsigned-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/cfi-check-fail-attrs.c
    A clang/test/CodeGen/complex-builtins-2.c
    A clang/test/CodeGen/complex-libcalls-2.c
    M clang/test/CodeGen/complex-libcalls.c
    A clang/test/CodeGen/constrained-math-builtins.c
    A clang/test/CodeGen/convergent-functions.cpp
    M clang/test/CodeGen/debug-info-compilation-dir.c
    A clang/test/CodeGen/debug-info-extern-basic.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-extern-duplicate.c
    A clang/test/CodeGen/debug-info-extern-multi.c
    A clang/test/CodeGen/debug-info-extern-unused.c
    R clang/test/CodeGen/debug-info-param-modification.c
    A clang/test/CodeGen/debug-info-sysroot.c
    M clang/test/CodeGen/debug-nvptx.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/dwarf-version.c
    M clang/test/CodeGen/exceptions-seh-finally.c
    M clang/test/CodeGen/fp-contract-pragma.cpp
    A clang/test/CodeGen/fpconstrained-cmp-double.c
    A clang/test/CodeGen/fpconstrained-cmp-float.c
    A clang/test/CodeGen/fpconstrained.c
    A clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/guard_nocf.c
    M clang/test/CodeGen/hexagon-brev-ld-ptr-incdec.c
    M clang/test/CodeGen/hexagon-brev-store-elm.c
    A clang/test/CodeGen/label-array-aggregate-init.c
    M clang/test/CodeGen/libcalls-fno-builtin.c
    M clang/test/CodeGen/memccpy-libcall.c
    A clang/test/CodeGen/memcpy-nobuiltin.c
    A clang/test/CodeGen/memcpy-nobuiltin.inc
    A clang/test/CodeGen/mempcpy-libcall.c
    M clang/test/CodeGen/mnop-mcount.c
    M clang/test/CodeGen/mozilla-ms-inline-asm.c
    A clang/test/CodeGen/mrecord-mcount.c
    M clang/test/CodeGen/ms-inline-asm-64.c
    M clang/test/CodeGen/ms-inline-asm.c
    M clang/test/CodeGen/ms-inline-asm.cpp
    A clang/test/CodeGen/ms-mixed-ptr-sizes.c
    A clang/test/CodeGen/opt-record-1.c
    A clang/test/CodeGen/packed-stack.c
    A clang/test/CodeGen/patchable-function-entry.c
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-mmintrin.c
    M clang/test/CodeGen/ppc-pmmintrin.c
    M clang/test/CodeGen/ppc-smmintrin.c
    M clang/test/CodeGen/ppc-tmmintrin.c
    M clang/test/CodeGen/ppc-xmmintrin.c
    A clang/test/CodeGen/riscv-metadata.c
    M clang/test/CodeGen/riscv32-ilp32d-abi.c
    A clang/test/CodeGen/s390x-packed-struct-func-arg.c
    M clang/test/CodeGen/split-debug-output.c
    M clang/test/CodeGen/target-data.c
    A clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
    M clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll
    A clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto-slp-vectorize-pm.c
    M clang/test/CodeGen/thinlto-split-dwarf.c
    M clang/test/CodeGen/thinlto_backend.ll
    A clang/test/CodeGen/ubsan-blacklist-vfs.c
    M clang/test/CodeGen/vectorcall.c
    A clang/test/CodeGen/wasm-export-name.c
    M clang/test/CodeGen/x86_32-inline-asm.c
    A clang/test/CodeGen/xray-ignore-loops.cpp
    M clang/test/CodeGen/xray-instrumentation-bundles.cpp
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    A clang/test/CodeGenCXX/Inputs/profile-remap-error.map
    M clang/test/CodeGenCXX/Inputs/std-compare.h
    M clang/test/CodeGenCXX/apple-kext.cpp
    M clang/test/CodeGenCXX/armv7k.cpp
    M clang/test/CodeGenCXX/atomicinit.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local.cpp
    M clang/test/CodeGenCXX/cxx2a-compare.cpp
    M clang/test/CodeGenCXX/cxx2a-three-way-comparison.cpp
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    A clang/test/CodeGenCXX/debug-info-template-align.cpp
    M clang/test/CodeGenCXX/discard-name-values.cpp
    M clang/test/CodeGenCXX/dllexport-dtor-thunks.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-dtor-thunks.cpp
    A clang/test/CodeGenCXX/exceptions-seh-filter-uwtable.cpp
    A clang/test/CodeGenCXX/guard_nocf.cpp
    A clang/test/CodeGenCXX/mangle-ptr-size-address-space.cpp
    A clang/test/CodeGenCXX/may_alias.cpp
    M clang/test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    A clang/test/CodeGenCXX/mingw-thread-local.cpp
    A clang/test/CodeGenCXX/no-unique-address-2.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    A clang/test/CodeGenCXX/pragma-loop-pr27643.cpp
    M clang/test/CodeGenCXX/pragma-loop.cpp
    A clang/test/CodeGenCXX/profile-remap-error.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    M clang/test/CodeGenCXX/tls-init-funcs.cpp
    A clang/test/CodeGenCXX/vector-conditional.cpp
    M clang/test/CodeGenCXX/vector-splat-conversion.cpp
    A clang/test/CodeGenCXX/virtual-compare.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    A clang/test/CodeGenHIP/printf-aggregate.cpp
    A clang/test/CodeGenHIP/printf.cpp
    M clang/test/CodeGenObjC/arc-blocks.m
    A clang/test/CodeGenObjC/debug-info-direct-method.m
    A clang/test/CodeGenObjC/debug-info-objc-property-dwarf5.m
    M clang/test/CodeGenObjC/debug-info-synthesis.m
    M clang/test/CodeGenObjC/debug-property-synth.m
    M clang/test/CodeGenObjC/debuginfo-properties.m
    A clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/encode-test-2.m
    M clang/test/CodeGenObjC/gnu-init.m
    A clang/test/CodeGenObjC/initialize-function-static.m
    M clang/test/CodeGenObjC/instance-method-metadata.m
    M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
    A clang/test/CodeGenObjC/nontrivial-struct-param-init.m
    M clang/test/CodeGenObjC/objc-alloc-init.m
    M clang/test/CodeGenObjCXX/arc-blocks.mm
    M clang/test/CodeGenObjCXX/nrvo.mm
    M clang/test/CodeGenObjCXX/property-dot-reference.mm
    A clang/test/CodeGenObjCXX/synthesized-property-cleanup.mm
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl
    R clang/test/CodeGenOpenCL/denorms-are-zero.cl
    M clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
    R clang/test/CodeGenOpenCL/gfx9-fp32-denorms.cl
    M clang/test/CodeGenOpenCLCXX/address-space-deduction.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-derived-base.cl
    A clang/test/CodeGenOpenCLCXX/constexpr.cl
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    A clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy0.s
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy1.s
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy2.s
    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
    A clang/test/Driver/Inputs/hexagon_tree/Tools/bin/ld.lld
    A clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32i/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32i/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32iac/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32iac/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32im/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32im/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imac/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imac/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imafc/ilp32f/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imafc/ilp32f/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imac/lp64/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imac/lp64/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imafdc/lp64d/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imafdc/lp64d/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/bin/ld
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32i/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32iac/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32im/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32imac/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32imafc/ilp32f/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv64imac/lp64/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv64imafdc/lp64d/crt0.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crt1.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crti.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crtn.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/gcc/powerpc64-suse-linux/9/crtbegin.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/gcc/powerpc64-suse-linux/9/crtend.o
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/riscv64-fuchsia/libclang_rt.builtins.a
    M clang/test/Driver/XRay/xray-instrument-macos.c
    M clang/test/Driver/XRay/xray-instrument-os.c
    M clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp
    M clang/test/Driver/XRay/xray-mode-flags.cpp
    M clang/test/Driver/XRay/xray-nolinkdeps.cpp
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aix-as.c
    M clang/test/Driver/amdgpu-toolchain.c
    A clang/test/Driver/android-no-installed-libcxx.cpp
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/arm64-as.s
    A clang/test/Driver/arm64_32-link.c
    M clang/test/Driver/cc-log-diagnostics.c
    A clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/check-time-trace.cpp
    A clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/compiler-rt-unwind.c
    M clang/test/Driver/constructors.c
    M clang/test/Driver/cross-linux.c
    A clang/test/Driver/cuda-flush-denormals-to-zero.cu
    A clang/test/Driver/cuda-options-freebsd.cu
    M clang/test/Driver/darwin-infer-simulator-sdkroot.c
    A clang/test/Driver/darwin-ld-platform-version-ios.c
    A clang/test/Driver/darwin-ld-platform-version-macos.c
    A clang/test/Driver/darwin-ld-platform-version-tvos.c
    A clang/test/Driver/darwin-ld-platform-version-watchos.c
    M clang/test/Driver/darwin-ld.c
    A clang/test/Driver/darwin-opt-record.c
    M clang/test/Driver/darwin-sdkroot.c
    A clang/test/Driver/debug-default-version.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/debug-prefix-map.S
    M clang/test/Driver/debug-prefix-map.c
    M clang/test/Driver/denormal-fp-math.c
    M clang/test/Driver/fast-math.c
    M clang/test/Driver/fembed-bitcode.c
    M clang/test/Driver/fopenmp.c
    A clang/test/Driver/fp-model.c
    A clang/test/Driver/fpatchable-function-entry.c
    M clang/test/Driver/frame-pointer-elim.c
    A clang/test/Driver/frame-pointer-elim.cl
    M clang/test/Driver/freebsd.c
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/fuchsia.cpp
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gold-lto.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-options.hip
    A clang/test/Driver/hip-printf.hip
    A clang/test/Driver/hip-toolchain-dwarf.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    A clang/test/Driver/hip-toolchain-opt.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.s
    M clang/test/Driver/linux-ld.c
    A clang/test/Driver/mbackchain.c
    A clang/test/Driver/mcount.c
    A clang/test/Driver/mfentry.c
    A clang/test/Driver/mingw-implicit-extension-cross.c
    A clang/test/Driver/mingw-implicit-extension-windows.c
    M clang/test/Driver/mips-mti-linux.c
    M clang/test/Driver/nacl-direct.c
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/opencl.cl
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-features.cpp
    M clang/test/Driver/riscv-abi.c
    M clang/test/Driver/riscv-arch.c
    M clang/test/Driver/riscv-gnutools.c
    A clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv32-toolchain.c
    A clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/stdlibxx-isystem.cpp
    M clang/test/Driver/target-triple-deployment.c
    A clang/test/Driver/tls-size.c
    M clang/test/Driver/unknown-arg.c
    M clang/test/Driver/warning-options_pedantic.cpp
    A clang/test/Driver/wasm-toolchain-lto.c
    M clang/test/Driver/wasm-toolchain.c
    A clang/test/Driver/x86-malign-branch.c
    A clang/test/Driver/x86-malign-branch.s
    R clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
    A clang/test/Frontend/Inputs/resource_dir_with_sanitizer_blacklist/share/ubsan_blacklist.txt
    A clang/test/Frontend/absolute-paths-symlinks.c
    M clang/test/Frontend/absolute-paths.c
    M clang/test/Frontend/ast-main.cpp
    M clang/test/Frontend/dependency-gen.c
    M clang/test/Frontend/macro_defined_type.cpp
    A clang/test/Frontend/sycl-aux-triple.cpp
    A clang/test/Frontend/x86-embed-bitcode.ll
    A clang/test/Headers/arm-cmse-header-ns.c
    A clang/test/Headers/arm-cmse-header.c
    M clang/test/Headers/ms-intrin.cpp
    M clang/test/Headers/x86-intrinsics-headers-clean.cpp
    M clang/test/Headers/x86intrin-2.c
    M clang/test/Import/cxx-anon-namespace/test.cpp
    M clang/test/Import/enum/test.cpp
    A clang/test/Import/namespace/Inputs/NS.cpp
    A clang/test/Import/namespace/test.cpp
    M clang/test/Import/struct-and-var/test.cpp
    M clang/test/Import/template-specialization/test.cpp
    A clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
    M clang/test/Index/annotate-comments-typedef.m
    M clang/test/Index/comment-to-html-xml-conversion.cpp
    M clang/test/Index/comment-xml-schema.c
    M clang/test/Index/index-module-with-vfs.m
    M clang/test/Index/opencl-types.cl
    M clang/test/Index/pragma-diag-reparse.c
    M clang/test/Index/print-display-names.cpp
    M clang/test/Index/print-type.cpp
    M clang/test/Index/warning-flags.c
    A clang/test/InterfaceStubs/XlinkerInputArgs.cpp
    A clang/test/InterfaceStubs/blocks.c
    A clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/class-template-specialization.cpp
    A clang/test/InterfaceStubs/constructor-using-shadow.cpp
    A clang/test/InterfaceStubs/cxx-conversion.cpp
    A clang/test/InterfaceStubs/cxxdeduction-guide.cpp
    M clang/test/InterfaceStubs/driver-test.c
    A clang/test/InterfaceStubs/driver-test2.c
    A clang/test/InterfaceStubs/driver-test3.c
    M clang/test/InterfaceStubs/externstatic.c
    M clang/test/InterfaceStubs/function-template-specialization.cpp
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    A clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    A clang/test/InterfaceStubs/lambda.cpp
    A clang/test/InterfaceStubs/namespace-alias.cpp
    A clang/test/InterfaceStubs/namespace.cpp
    A clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    A clang/test/InterfaceStubs/ppc.cpp
    A clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    A clang/test/InterfaceStubs/template-template-parm-decl.cpp
    A clang/test/InterfaceStubs/trycatch.cpp
    A clang/test/InterfaceStubs/unresolved-using-typename.cpp
    A clang/test/InterfaceStubs/usings.cpp
    A clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/virtual.cpp
    M clang/test/InterfaceStubs/visibility.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c
    M clang/test/Misc/Inputs/serialized-diags-stable.dia
    R clang/test/Misc/permissions.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/serialized-diags-stable.c
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Misc/warning-wall.c
    A clang/test/Modules/Inputs/codegen-extern-template.modulemap
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/A.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/B.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/C.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/a.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/b.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/c.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/module.modulemap
    A clang/test/Modules/Inputs/rec-types/a.h
    A clang/test/Modules/Inputs/rec-types/b.h
    A clang/test/Modules/Inputs/rec-types/c.h
    A clang/test/Modules/Inputs/rec-types/module.modulemap
    A clang/test/Modules/codegen-extern-template.cpp
    A clang/test/Modules/codegen-extern-template.h
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/debug-info-moduleimport.m
    M clang/test/Modules/double-quotes.m
    M clang/test/Modules/framework-public-includes-private.m
    R clang/test/Modules/implicit-invalidate-chain.c
    M clang/test/Modules/lsv-debuginfo.cpp
    A clang/test/Modules/merge-lifetime-extended-temporary.cpp
    M clang/test/Modules/odr_hash.cpp
    M clang/test/Modules/redecl-merge.m
    A clang/test/Modules/structural-equivalent-recursive-types.c
    A clang/test/OpenMP/aux-triple-macros.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    A clang/test/OpenMP/crash-skipped-bodies-template-inst.cpp
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_reduction_ast_print.cpp
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    A clang/test/OpenMP/declare_reduction_codegen_in_templates.cpp
    M clang/test/OpenMP/declare_reduction_messages.c
    M clang/test/OpenMP/declare_reduction_messages.cpp
    M clang/test/OpenMP/declare_simd_messages.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    A clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    A clang/test/OpenMP/declare_variant_mixed_codegen.c
    A clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/distribute_ast_print.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_shared_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_shared_messages.cpp
    M clang/test/OpenMP/distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/distribute_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/distribute_simd_if_messages.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_simd_linear_messages.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_simd_misc_messages.c
    M clang/test/OpenMP/distribute_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_messages.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_simd_ast_print.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    A clang/test/OpenMP/for_simd_if_messages.cpp
    M clang/test/OpenMP/for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/for_simd_misc_messages.c
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_misc_messages.c
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    A clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    A clang/test/OpenMP/nvptx_target_pure_deleted_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_codegen.cpp
    M clang/test/OpenMP/openmp_check.cpp
    M clang/test/OpenMP/openmp_offload_registration.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_misc_messages.c
    A clang/test/OpenMP/parallel_master_ast_print.cpp
    A clang/test/OpenMP/parallel_master_codegen.cpp
    A clang/test/OpenMP/parallel_master_copyin_messages.cpp
    A clang/test/OpenMP/parallel_master_default_messages.cpp
    A clang/test/OpenMP/parallel_master_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_if_messages.cpp
    A clang/test/OpenMP/parallel_master_message.cpp
    A clang/test/OpenMP/parallel_master_num_threads_messages.cpp
    A clang/test/OpenMP/parallel_master_private_messages.cpp
    A clang/test/OpenMP/parallel_master_proc_bind_messages.cpp
    A clang/test/OpenMP/parallel_master_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_shared_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_misc_messages.c
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_sections_lastprivate_messages.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_messages.cpp
    M clang/test/OpenMP/simd_aligned_messages.cpp
    M clang/test/OpenMP/simd_ast_print.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    A clang/test/OpenMP/simd_if_messages.cpp
    M clang/test/OpenMP/simd_lastprivate_messages.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/simd_misc_messages.c
    M clang/test/OpenMP/target_ast_print.cpp
    A clang/test/OpenMP/target_defaultmap_codegen.cpp
    M clang/test/OpenMP/target_defaultmap_messages.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_depend_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_messages.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_if_messages.cpp
    M clang/test/OpenMP/target_parallel_map_messages.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_if_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_loop_messages.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    M clang/test/OpenMP/target_simd_misc_messages.c
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_depend_messages.cpp
    M clang/test/OpenMP/target_update_from_messages.cpp
    M clang/test/OpenMP/target_update_to_messages.cpp
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/taskloop_simd_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_misc_messages.c
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/teams_distribute_simd_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_shared_messages.cpp
    M clang/test/OpenMP/teams_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_reduction_messages.cpp
    M clang/test/OpenMP/teams_shared_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/Inputs/std-compare.h
    A clang/test/PCH/codegen.cpp
    M clang/test/PCH/cxx-explicit-specifier.cpp
    M clang/test/PCH/cxx-templates.cpp
    M clang/test/PCH/cxx-templates.h
    A clang/test/PCH/cxx2a-defaulted-comparison.cpp
    A clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/PCH/late-parsed-instantiations.cpp
    A clang/test/PCH/ms-pch-macro.c
    M clang/test/PCH/no-escaping-block-tail-calls.cpp
    M clang/test/Parser/asm.c
    M clang/test/Parser/cxx-ambig-decl-expr.cpp
    M clang/test/Parser/cxx-concepts-ambig-constraint-expr.cpp
    M clang/test/Parser/cxx-concepts-requires-clause.cpp
    M clang/test/Parser/cxx-decl.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    A clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
    A clang/test/Parser/cxx2a-constrained-template-param.cpp
    A clang/test/Parser/explicit-bool.cpp
    M clang/test/Parser/ms-inline-asm.c
    A clang/test/Parser/nested_blocks_overflow.cpp
    A clang/test/Parser/nested_function_prototype_overflow.cpp
    A clang/test/Parser/nested_lambda_overflow.cpp
    M clang/test/Parser/opencl-astype.cl
    M clang/test/Parser/opencl-atomics-cl20.cl
    A clang/test/Parser/warn-misleading-indentation-fix.cpp
    A clang/test/Parser/warn-misleading-indentation.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/arm64_32.c
    A clang/test/Preprocessor/file_test.c
    A clang/test/Preprocessor/file_test.h
    M clang/test/Preprocessor/has_c_attribute.c
    A clang/test/Preprocessor/has_c_attribute.cpp
    M clang/test/Preprocessor/hexagon-predefines.c
    A clang/test/Preprocessor/init-ppc64.c
    M clang/test/Preprocessor/init-v7k-compat.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/predefined-win-macros.c
    M clang/test/Preprocessor/stdint.c
    M clang/test/Preprocessor/ucn-pp-identifier.c
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/__try.c
    M clang/test/Sema/aarch64-neon-vector-types.c
    M clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/atomic-ops.c
    A clang/test/Sema/attr-guard_nocf.c
    A clang/test/Sema/attr-handles.cpp
    M clang/test/Sema/attr-target.c
    M clang/test/Sema/block-return-1.c
    M clang/test/Sema/block-return-3.c
    A clang/test/Sema/bpf-attr-preserve-access-index.c
    A clang/test/Sema/bpf-attr-preserve-access-index.cpp
    A clang/test/Sema/branch-protection-attr-err.c
    A clang/test/Sema/builtin-align.c
    A clang/test/Sema/builtin-fpclassification.c
    M clang/test/Sema/builtins-hexagon-v55.c
    M clang/test/Sema/builtins-hexagon-v60.c
    M clang/test/Sema/builtins-hexagon-v62.c
    M clang/test/Sema/builtins-hvx-none.c
    M clang/test/Sema/builtins-hvx-v60.c
    M clang/test/Sema/builtins-hvx-v62.c
    A clang/test/Sema/builtins-mips-features.c
    M clang/test/Sema/crash-invalid-builtin.c
    A clang/test/Sema/eval-info.c
    M clang/test/Sema/exprs.c
    M clang/test/Sema/freemain.c
    A clang/test/Sema/no-warn-missing-prototype.c
    A clang/test/Sema/overload-arm-mve.c
    A clang/test/Sema/patchable-function-entry-attr.c
    A clang/test/Sema/patchable-function-entry-attr.cpp
    M clang/test/Sema/return.c
    M clang/test/Sema/switch.c
    M clang/test/Sema/types.c
    M clang/test/Sema/vector-gcc-compat.cpp
    M clang/test/Sema/warn-bitwise-compare.c
    M clang/test/Sema/warn-conditional-emum-types-mismatch.c
    A clang/test/Sema/warn-documentation-fixits.c
    M clang/test/Sema/warn-documentation-fixits.cpp
    M clang/test/Sema/warn-documentation.cpp
    M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
    M clang/test/Sema/warn-overlap.c
    A clang/test/Sema/warn-stringcompare.c
    M clang/test/Sema/warn-unsequenced.c
    M clang/test/SemaCXX/Inputs/std-compare.h
    M clang/test/SemaCXX/address-space-references.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer.cpp
    M clang/test/SemaCXX/attr-noreturn.cpp
    A clang/test/SemaCXX/builtin-align-cxx.cpp
    M clang/test/SemaCXX/builtin-object-size-cxx14.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    A clang/test/SemaCXX/compare-modules-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/convert-to-bool.cpp
    M clang/test/SemaCXX/converting-constructor.cpp
    M clang/test/SemaCXX/copy-initialization.cpp
    M clang/test/SemaCXX/coreturn.cpp
    M clang/test/SemaCXX/coroutines.cpp
    M clang/test/SemaCXX/cxx0x-noexcept-expression.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    M clang/test/SemaCXX/default1.cpp
    A clang/test/SemaCXX/deprecated-copy.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/enum.cpp
    M clang/test/SemaCXX/exceptions-seh.cpp
    M clang/test/SemaCXX/explicit.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/ms-uuid.cpp
    M clang/test/SemaCXX/ref-init-ambiguous.cpp
    M clang/test/SemaCXX/return-noreturn.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    M clang/test/SemaCXX/std-compare-cxx2a.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    A clang/test/SemaCXX/vector-conditional.cpp
    M clang/test/SemaCXX/warn-bitwise-compare.cpp
    M clang/test/SemaCXX/warn-bool-conversion.cpp
    M clang/test/SemaCXX/warn-enum-compare.cpp
    M clang/test/SemaCXX/warn-missing-noreturn.cpp
    A clang/test/SemaCXX/warn-range-loop-analysis-trivially-copyable.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaCXX/warn-unused-variables.cpp
    M clang/test/SemaObjC/arc.m
    A clang/test/SemaObjC/atomic-property-synthesis-rules.m
    R clang/test/SemaObjC/atomoic-property-synnthesis-rules.m
    A clang/test/SemaObjC/default-synthesize-sourceloc.m
    M clang/test/SemaObjC/iboutlet.m
    A clang/test/SemaObjC/method-direct-one-definition.m
    A clang/test/SemaObjC/method-direct-properties.m
    A clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/arc-overloading.mm
    M clang/test/SemaObjCXX/arc-ptr-comparison.mm
    M clang/test/SemaObjCXX/composite-objc-pointertype.mm
    M clang/test/SemaOpenCL/access-qualifier.cl
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/arithmetic-conversions.cl
    M clang/test/SemaOpenCL/as_type.cl
    M clang/test/SemaOpenCL/atomic-ops.cl
    M clang/test/SemaOpenCL/cl20-device-side-enqueue.cl
    M clang/test/SemaOpenCL/clk_event_t.cl
    M clang/test/SemaOpenCL/event_t.cl
    M clang/test/SemaOpenCL/extension-begin.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaOpenCL/half.cl
    M clang/test/SemaOpenCL/images.cl
    M clang/test/SemaOpenCL/intel-subgroup-avc-ext-types.cl
    M clang/test/SemaOpenCL/invalid-block.cl
    M clang/test/SemaOpenCL/invalid-image.cl
    M clang/test/SemaOpenCL/invalid-kernel-parameters.cl
    M clang/test/SemaOpenCL/invalid-pipe-builtin-cl2.0.cl
    M clang/test/SemaOpenCL/invalid-pipes-cl2.0.cl
    M clang/test/SemaOpenCL/null_literal.cl
    M clang/test/SemaOpenCL/null_queue.cl
    M clang/test/SemaOpenCL/numbered-address-space.cl
    M clang/test/SemaOpenCL/predefined-expr.cl
    M clang/test/SemaOpenCL/queue_t_overload.cl
    M clang/test/SemaOpenCL/sampler_t.cl
    M clang/test/SemaOpenCL/shifts.cl
    M clang/test/SemaOpenCL/to_addr_builtin.cl
    M clang/test/SemaOpenCL/vec_step.cl
    M clang/test/SemaOpenCL/vector_conv_invalid.cl
    A clang/test/SemaOpenCLCXX/address-space-cond.cl
    M clang/test/SemaOpenCLCXX/address-space-deduction.cl
    A clang/test/SemaOpenCLCXX/address-space-lambda.cl
    M clang/test/SemaOpenCLCXX/address-space-of-this-class-scope.cl
    M clang/test/SemaOpenCLCXX/address-space-templates.cl
    A clang/test/SemaOpenCLCXX/addrspace-auto.cl
    M clang/test/SemaOpenCLCXX/restricted.cl
    A clang/test/SemaSYCL/kernel-attribute-on-non-sycl.cpp
    A clang/test/SemaSYCL/kernel-attribute.cpp
    M clang/test/SemaTemplate/address_space-dependent.cpp
    M clang/test/SemaTemplate/alias-templates.cpp
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/dependent-names.cpp
    M clang/test/SemaTemplate/destructor-template.cpp
    M clang/test/SemaTemplate/enum-argument.cpp
    A clang/test/SemaTemplate/instantiate-expanded-type-constraint.cpp
    A clang/test/SemaTemplate/instantiate-requires-clause.cpp
    A clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/instantiation-depth-default.cpp
    M clang/test/SemaTemplate/late-parsing-eager-instantiation.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    A clang/test/SemaTemplate/non-integral-switch-cond.cpp
    M clang/test/SemaTemplate/pack-deduction.cpp
    M clang/test/SemaTemplate/rdar9173693.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/VFS/external-names.c
    M clang/test/VFS/framework-import.m
    M clang/test/VFS/implicit-include.c
    M clang/test/VFS/include-mixed-real-and-virtual.c
    M clang/test/VFS/include-real-from-virtual.c
    M clang/test/VFS/include-virtual-from-real.c
    M clang/test/VFS/include.c
    M clang/test/VFS/incomplete-umbrella.m
    M clang/test/VFS/module-import.m
    M clang/test/VFS/module_missing_vfs.m
    M clang/test/VFS/real-path-found-first.m
    M clang/test/VFS/relative-path.c
    M clang/test/VFS/subframework-symlink.m
    M clang/test/VFS/test_nonmodular.c
    M clang/test/VFS/umbrella-framework-import-skipnonexist.m
    M clang/test/VFS/vfsroot-include.c
    M clang/test/VFS/vfsroot-module.m
    M clang/test/VFS/vfsroot-with-overlay.c
    M clang/test/lit.site.cfg.py.in
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
    M clang/tools/clang-format-vs/README.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-test.el
    M clang/tools/clang-format/clang-format.py
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXComment.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CXIndexDataConsumer.cpp
    M clang/tools/libclang/CXIndexDataConsumer.h
    M clang/tools/scan-build-py/libscanbuild/analyze.py
    M clang/tools/scan-build-py/libscanbuild/clang.py
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/Language.cpp
    M clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/CFGBuildResult.h
    M clang/unittests/Analysis/CFGTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/CodeGen/IRMatchers.h
    M clang/unittests/Driver/CMakeLists.txt
    M clang/unittests/Driver/DistroTest.cpp
    A clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestJava.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
    M clang/unittests/Sema/CodeCompleteTest.cpp
    M clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/QualTypeNamesTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/MemberPointerTypeLoc.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    A clang/utils/TableGen/ASTTableGen.cpp
    A clang/utils/TableGen/ASTTableGen.h
    M clang/utils/TableGen/CMakeLists.txt
    R clang/utils/TableGen/ClangASTEmitters.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    A clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/exploded-graph-rewriter.py
    A clang/utils/convert_arm_neon.py
    M clang/utils/creduce-clang-crash.py
    M clang/utils/perf-training/CMakeLists.txt
    M clang/utils/perf-training/lit.cfg
    M clang/utils/perf-training/lit.site.cfg.in
    M clang/utils/perf-training/order-files.lit.cfg
    M clang/utils/perf-training/order-files.lit.site.cfg.in
    M clang/utils/perf-training/perf-helper.py
    M clang/www/UniversalDriver.html
    M clang/www/analyzer/available_checks.html
    A clang/www/analyzer/codechecker.html
    A clang/www/analyzer/command-line.html
    M clang/www/analyzer/index.html
    M clang/www/analyzer/open_projects.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/features.html
    M clang/www/hacking.html
    M clang/www/index.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/CMakeLists.txt
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    A compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    A compiler-rt/lib/builtins/i386/fp_mode.c
    A compiler-rt/lib/builtins/ppc/fixtfti.c
    M compiler-rt/lib/builtins/ppc/fixunstfti.c
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/crt/crtbegin.c
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    M compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    M compiler-rt/lib/fuzzer/afl/afl_driver.cpp
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/definitions.h
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/tests/compression.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.h
    A compiler-rt/lib/hwasan/scripts/CMakeLists.txt
    A compiler-rt/lib/hwasan/scripts/hwasan_symbolize
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    R compiler-rt/lib/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.h
    A compiler-rt/lib/profile/InstrProfilingBiasVar.c
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingInternal.h
    M compiler-rt/lib/profile/InstrProfilingMerge.c
    M compiler-rt/lib/profile/InstrProfilingMergeFile.c
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingUtil.c
    M compiler-rt/lib/profile/InstrProfilingUtil.h
    M compiler-rt/lib/profile/InstrProfilingValue.c
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    A compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    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/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    A compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt
    A compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/checksum.cpp
    M compiler-rt/lib/scudo/standalone/checksum.h
    M compiler-rt/lib/scudo/standalone/chunk.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/flags.cpp
    M compiler-rt/lib/scudo/standalone/flags.h
    M compiler-rt/lib/scudo/standalone/flags_parser.cpp
    M compiler-rt/lib/scudo/standalone/flags_parser.h
    M compiler-rt/lib/scudo/standalone/fuchsia.cpp
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    A compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/platform.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/report.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/stats.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/checksum_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/chunk_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/list_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/map_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/report_test.cpp
    A compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h
    M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/stats_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/strings_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/tsd_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/vector_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_cpp_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/vector.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c_checks.h
    M compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
    M compiler-rt/test/asan/TestCases/Darwin/malloc_zone-protected.cpp
    M compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp
    M compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
    M compiler-rt/test/asan/TestCases/default_blacklist.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cdcmpeq_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cdcmple_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cfcmpeq_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cfcmple_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_drsub_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_frsub_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_idivmod_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_uidivmod_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
    A compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
    A compiler-rt/test/builtins/Unit/ppc/fixtfti_test.h
    M compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.h
    M compiler-rt/test/builtins/Unit/riscv/mulsi3_test.c
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/cfi/cross-dso/stats.cpp
    M compiler-rt/test/crt/ctor_dtor.c
    M compiler-rt/test/fuzzer/large.test
    M compiler-rt/test/fuzzer/lit.cfg.py
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/TestCases/Linux/guard-page.c
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/default_blacklist.cpp
    M compiler-rt/test/msan/fread_fwrite.cpp
    M compiler-rt/test/msan/lit.cfg.py
    A compiler-rt/test/msan/qsort.cpp
    M compiler-rt/test/profile/ContinuousSyncMode/basic.c
    R compiler-rt/test/profile/ContinuousSyncMode/lit.local.cfg.py
    M compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
    A compiler-rt/test/profile/ContinuousSyncMode/online-merging.c
    M compiler-rt/test/profile/ContinuousSyncMode/pid-substitution.c
    A compiler-rt/test/profile/ContinuousSyncMode/runtime-counter-relocation.c
    M compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
    M compiler-rt/test/profile/ContinuousSyncMode/set-filename.c
    A compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c
    A compiler-rt/test/profile/Windows/instrprof-multiprocess.test
    A compiler-rt/test/profile/Windows/lit.local.cfg.py
    M compiler-rt/test/profile/instrprof-basic.c
    M compiler-rt/test/profile/instrprof-darwin-exports.c
    M compiler-rt/test/profile/instrprof-set-filename.c
    M compiler-rt/test/profile/instrprof-value-prof.test
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/symbolizer-function-offset-atos.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/symbolizer-function-offset-dladdr.cpp
    M compiler-rt/test/sanitizer_common/TestCases/options-help.cpp
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    A compiler-rt/test/sanitizer_common/netbsd_commands/run_noaslr.sh
    A compiler-rt/test/sanitizer_common/netbsd_commands/run_nomprotect.sh
    M compiler-rt/test/scudo/standalone/unit/lit.site.cfg.py.in
    M compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/lit.cfg.py
    R compiler-rt/test/tsan/race_range_pc.cc
    A compiler-rt/test/tsan/race_range_pc.cpp
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/integer-conversion-incdec.c
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/integer-sign-change-incdec.c
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-incdec.c
    M compiler-rt/test/ubsan/lit.common.cfg.py
    M compiler-rt/test/xray/CMakeLists.txt
    R compiler-rt/test/xray/Unit/lit.site.cfg.py.in
    M compiler-rt/test/xray/lit.cfg.py
    M compiler-rt/unittests/lit.common.unit.configured.in
    M compiler-rt/utils/generate_netbsd_ioctls.awk
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
    A debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.gdb
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/config/CMakeLists.txt
    A libc/config/linux/CMakeLists.txt
    A libc/config/linux/api.td
    A libc/config/linux/errno.h.in
    A libc/config/linux/platfrom_defs.h.inc
    A libc/config/linux/syscall_numbers.h.inc
    A libc/config/linux/x86_64/CMakeLists.txt
    A libc/config/linux/x86_64/syscall.h.inc
    A libc/config/public_api.td
    A libc/docs/ground_truth_specification.rst
    A libc/docs/header_gen_scheme.svg
    M libc/docs/header_generation.rst
    A libc/docs/mechanics_of_public_api.rst
    M libc/docs/source_layout.rst
    M libc/include/CMakeLists.txt
    A libc/include/__posix-types.h
    A libc/include/errno.h.def
    R libc/include/string.h
    A libc/include/string.h.def
    A libc/include/sys/mman.h.def
    A libc/include/sys/syscall.h.def
    M libc/lib/CMakeLists.txt
    A libc/spec/linux.td
    A libc/spec/posix.td
    A libc/spec/spec.td
    A libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/common.h.def
    R libc/src/__support/linux/entrypoint_macro.h.inc
    A libc/src/errno/CMakeLists.txt
    A libc/src/errno/errno_location.cpp
    A libc/src/errno/llvmlibc_errno.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/strcat.cpp
    A libc/src/string/strcat.h
    R libc/src/string/strcat/CMakeLists.txt
    R libc/src/string/strcat/strcat.cpp
    R libc/src/string/strcat/strcat.h
    R libc/src/string/strcat/strcat_test.cpp
    A libc/src/string/strcpy.cpp
    A libc/src/string/strcpy.h
    R libc/src/string/strcpy/CMakeLists.txt
    R libc/src/string/strcpy/strcpy.cpp
    R libc/src/string/strcpy/strcpy.h
    R libc/src/string/strcpy/strcpy_test.cpp
    A libc/src/sys/CMakeLists.txt
    A libc/src/sys/mman/CMakeLists.txt
    A libc/src/sys/mman/mmap.cpp
    A libc/src/sys/mman/mmap.h
    A libc/src/sys/mman/munmap.cpp
    A libc/src/sys/mman/munmap.h
    A libc/src/unistd/CMakeLists.txt
    A libc/src/unistd/syscall.h.def
    A libc/test/CMakeLists.txt
    A libc/test/config/CMakeLists.txt
    A libc/test/config/linux/CMakeLists.txt
    A libc/test/config/linux/x86_64/CMakeLists.txt
    A libc/test/config/linux/x86_64/syscall_test.cpp
    A libc/test/src/CMakeLists.txt
    A libc/test/src/errno/CMakeLists.txt
    A libc/test/src/errno/errno_test.cpp
    A libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcat_test.cpp
    A libc/test/src/string/strcpy_test.cpp
    A libc/test/src/sys/CMakeLists.txt
    A libc/test/src/sys/mman/CMakeLists.txt
    A libc/test/src/sys/mman/mmap_test.cpp
    A libc/utils/CMakeLists.txt
    A libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/Command.cpp
    A libc/utils/HdrGen/Command.h
    A libc/utils/HdrGen/Generator.cpp
    A libc/utils/HdrGen/Generator.h
    A libc/utils/HdrGen/IncludeFileCommand.cpp
    A libc/utils/HdrGen/IncludeFileCommand.h
    A libc/utils/HdrGen/Main.cpp
    A libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/Test.cpp
    A libc/utils/UnitTest/Test.h
    R libc/utils/build_scripts/gen_hdr.py
    R libclc/.travis.yml
    R libclc/build/metabuild.py
    R libclc/build/ninja_syntax.py
    R libclc/configure.py
    M libcxx/CMakeLists.txt
    M libcxx/CREDITS.TXT
    M libcxx/benchmarks/string.bench.cpp
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/conf.py
    M libcxx/fuzzing/RoutineNames.txt
    A libcxx/fuzzing/fuzz_test_template.cpp
    M libcxx/fuzzing/fuzzing.cpp
    M libcxx/fuzzing/fuzzing.h
    M libcxx/include/__bit_reference
    M libcxx/include/__config
    M libcxx/include/__functional_03
    M libcxx/include/__hash_table
    M libcxx/include/__libcpp_version
    M libcxx/include/__mutex_base
    M libcxx/include/__split_buffer
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/__tree
    M libcxx/include/algorithm
    M libcxx/include/chrono
    M libcxx/include/cstdlib
    M libcxx/include/ctime
    M libcxx/include/deque
    M libcxx/include/ext/hash_map
    M libcxx/include/filesystem
    M libcxx/include/forward_list
    M libcxx/include/future
    M libcxx/include/iterator
    M libcxx/include/list
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/mutex
    M libcxx/include/numeric
    M libcxx/include/queue
    M libcxx/include/random
    M libcxx/include/regex
    M libcxx/include/span
    M libcxx/include/string
    M libcxx/include/support/android/locale_bionic.h
    M libcxx/include/support/win32/locale_win32.h
    M libcxx/include/thread
    M libcxx/include/type_traits
    M libcxx/include/valarray
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/src/algorithm.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/condition_variable.cpp
    M libcxx/src/debug.cpp
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/memory.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/regex.cpp
    M libcxx/src/shared_mutex.cpp
    M libcxx/src/string.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/containers/sequences/vector/asan_throw.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
    A libcxx/test/libcxx/fuzzing/fuzzer_test.h
    A libcxx/test/libcxx/fuzzing/geometric_distribution.pass.cpp
    R libcxx/test/libcxx/fuzzing/nth_element.cpp
    A libcxx/test/libcxx/fuzzing/nth_element.pass.cpp
    R libcxx/test/libcxx/fuzzing/partial_sort.cpp
    A libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/partial_sort_copy.cpp
    A libcxx/test/libcxx/fuzzing/partial_sort_copy.pass.cpp
    R libcxx/test/libcxx/fuzzing/partition.cpp
    A libcxx/test/libcxx/fuzzing/partition.pass.cpp
    R libcxx/test/libcxx/fuzzing/partition_copy.cpp
    A libcxx/test/libcxx/fuzzing/partition_copy.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_ECMAScript.cpp
    A libcxx/test/libcxx/fuzzing/regex_ECMAScript.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_POSIX.cpp
    A libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_awk.cpp
    A libcxx/test/libcxx/fuzzing/regex_awk.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_egrep.cpp
    A libcxx/test/libcxx/fuzzing/regex_egrep.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_extended.cpp
    A libcxx/test/libcxx/fuzzing/regex_extended.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_grep.cpp
    A libcxx/test/libcxx/fuzzing/regex_grep.pass.cpp
    R libcxx/test/libcxx/fuzzing/sort.cpp
    A libcxx/test/libcxx/fuzzing/sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/stable_partition.cpp
    A libcxx/test/libcxx/fuzzing/stable_partition.pass.cpp
    R libcxx/test/libcxx/fuzzing/stable_sort.cpp
    A libcxx/test/libcxx/fuzzing/stable_sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/unique.cpp
    A libcxx/test/libcxx/fuzzing/unique.pass.cpp
    R libcxx/test/libcxx/fuzzing/unique_copy.cpp
    A libcxx/test/libcxx/fuzzing/unique_copy.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_concepts.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_traits.pass.cpp
    M libcxx/test/libcxx/iterators/trivial_iterators.pass.cpp
    A libcxx/test/libcxx/memory/compressed_pair/compressed_pair.pass.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.sh.cpp
    M libcxx/test/libcxx/modules/clocale_exports.sh.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.sh.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.sh.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.sh.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.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/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.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/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.pass.cpp
    M libcxx/test/std/containers/views/span.cons/span.pass.cpp
    M libcxx/test/std/containers/views/span.cons/stdarray.pass.cpp
    M libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.traits/pointer.pass.cpp
    A libcxx/test/std/iterators/iterator.primitives/std.iterator.tags/contiguous_iterator_tag.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/bit.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
    M libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.members/max.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.members/min.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/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/move.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.fail.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/std/utilities/time/date.time/ctime.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
    M libcxx/test/support/charconv_test_helpers.h
    M libcxx/test/support/container_debug_tests.h
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/test_macros.h
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/utils/libcxx/test/tracing.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_exception_storage.cpp
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/cxa_thread_atexit.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/src/demangle/Utility.h
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/CMakeLists.txt
    M libunwind/cmake/config-ix.cmake
    M libunwind/docs/conf.py
    M libunwind/include/__libunwind_config.h
    M libunwind/include/libunwind.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/RWMutex.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/UnwindRegistersSave.S
    M libunwind/src/config.h
    M libunwind/src/libunwind.cpp
    M libunwind/test/CMakeLists.txt
    M libunwind/test/libunwind/test/config.py
    M libunwind/test/lit.site.cfg.in
    A libunwind/test/signal_frame.pass.cpp
    M lld/CMakeLists.txt
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Chunks.h
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/MinGW.h
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Filesystem.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/MapFile.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SymbolTable.h
    M lld/ELF/Symbols.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Thunks.h
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/Driver.rst
    M lld/docs/NewLLD.rst
    M lld/docs/ReleaseNotes.rst
    M lld/docs/WebAssembly.rst
    M lld/docs/conf.py
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/docs/windows_support.rst
    M lld/include/lld/Common/Driver.h
    M lld/include/lld/Common/ErrorHandler.h
    M lld/include/lld/Common/LLVM.h
    M lld/include/lld/Common/Version.inc.in
    M lld/include/lld/Core/Atom.h
    M lld/include/lld/Core/Instrumentation.h
    M lld/include/lld/Core/Reference.h
    M lld/include/lld/ReaderWriter/MachOLinkingContext.h
    M lld/lib/Core/Resolver.cpp
    M lld/lib/Core/SymbolTable.cpp
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
    M lld/lib/ReaderWriter/MachO/File.h
    M lld/lib/ReaderWriter/MachO/GOTPass.cpp
    M lld/lib/ReaderWriter/MachO/LayoutPass.cpp
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
    M lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/Inputs/undefined-symbol-lto-a.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-b.ll
    M lld/test/COFF/align.s
    M lld/test/COFF/arm64-thunks.s
    A lld/test/COFF/autoimport-lto.ll
    A lld/test/COFF/driver-opt.s
    A lld/test/COFF/duplicate-absolute-same.s
    A lld/test/COFF/duplicate-absolute.s
    M lld/test/COFF/entry-inference.test
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/out.test
    M lld/test/COFF/pdb-type-server-simple.test
    A lld/test/COFF/pdbstripped.test
    M lld/test/COFF/wholearchive.s
    M lld/test/ELF/Inputs/undef-bad-debug.s
    M lld/test/ELF/aarch64-bti-pac-cli-error.s
    M lld/test/ELF/aarch64-call26-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    A lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
    A lld/test/ELF/aarch64-cortex-a53-843419-thunk-range.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/aarch64-feature-btipac.s
    M lld/test/ELF/aarch64-feature-pac.s
    M lld/test/ELF/aarch64-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/aarch64-gnu-ifunc-plt.s
    M lld/test/ELF/aarch64-gnu-ifunc.s
    M lld/test/ELF/aarch64-gnu-ifunc2.s
    M lld/test/ELF/aarch64-ifunc-bti.s
    M lld/test/ELF/aarch64-jump26-thunk.s
    M lld/test/ELF/aarch64-movw-tprel.s
    M lld/test/ELF/aarch64-thunk-pi.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/aarch64-thunk-section-location.s
    M lld/test/ELF/aarch64-undefined-weak.s
    A lld/test/ELF/arm-fix-cortex-a8-thunk-align.s
    M lld/test/ELF/arm-fix-cortex-a8-thunk.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-undefined-weak.s
    A lld/test/ELF/common-shared.s
    A lld/test/ELF/compressed-debug-level.test
    M lld/test/ELF/dynamic-linker.s
    A lld/test/ELF/exclude-libs-undef.s
    A lld/test/ELF/gc-sections-group-debug.s
    A lld/test/ELF/gc-sections-group.s
    M lld/test/ELF/global-offset-table-position-aarch64.s
    M lld/test/ELF/gnu-ifunc-canon.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    A lld/test/ELF/gnu-property-align-32.s
    A lld/test/ELF/gnu-property-align.s
    A lld/test/ELF/hexagon-tls-ie.s
    A lld/test/ELF/hexagon-tls-le.s
    R lld/test/ELF/i386-cet.s
    A lld/test/ELF/i386-feature-cet.s
    A lld/test/ELF/icf-preemptible.s
    M lld/test/ELF/linkerscript/assert.s
    A lld/test/ELF/linkerscript/discard-gnu-version.s
    A lld/test/ELF/linkerscript/discard-group.s
    M lld/test/ELF/linkerscript/discard-section-err.s
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/lto/cpu-string.ll
    A lld/test/ELF/lto/init-fini.ll
    A lld/test/ELF/lto/slp-vectorize-pm.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    A lld/test/ELF/mips-eh_frame-pic.s
    A lld/test/ELF/mips-jalr-non-functions.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    R lld/test/ELF/ppc32-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/ppc32-gnu-ifunc.s
    A lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    A lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-tls-gd.s
    M lld/test/ELF/ppc32-tls-ld.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-abs64-dyn.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-dtprel.s
    M lld/test/ELF/ppc64-error-toc-restore.s
    M lld/test/ELF/ppc64-error-toc-tail-call.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    A lld/test/ELF/ppc64-long-branch-pi.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-relocs.s
    R lld/test/ELF/ppc64-shared-long_branch.s
    M lld/test/ELF/ppc64-tls-gd.s
    M lld/test/ELF/ppc64-toc-relax-ifunc.s
    M lld/test/ELF/ppc64-toc-restore.s
    A lld/test/ELF/pt-gnu-property.s
    A lld/test/ELF/riscv-elf-flags.s
    A lld/test/ELF/riscv-reloc-align.s
    A lld/test/ELF/riscv-undefined-weak.s
    M lld/test/ELF/sectionstart.s
    A lld/test/ELF/ttext-segment.s
    A lld/test/ELF/undef-not-suggest.test
    M lld/test/ELF/undef-spell-corrector.s
    A lld/test/ELF/undef-suggest-extern-c.s
    A lld/test/ELF/undef-suggest-extern-c2.s
    M lld/test/ELF/undef.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.s
    M lld/test/ELF/weak-undef-hidden.s
    M lld/test/ELF/weak-undef-lib.s
    R lld/test/ELF/weak-undef-no-shared-libs.s
    R lld/test/ELF/x86-64-cet.s
    A lld/test/ELF/x86-64-feature-cet.s
    M lld/test/lit.site.cfg.py.in
    M lld/test/wasm/Inputs/debuginfo1.ll
    M lld/test/wasm/Inputs/debuginfo2.ll
    M lld/test/wasm/debug-removed-fn.ll
    M lld/test/wasm/debuginfo.test
    A lld/test/wasm/export-name.ll
    M lld/test/wasm/export-optional-lazy.ll
    A lld/test/wasm/import-name.ll
    R lld/test/wasm/import-names.ll
    A lld/test/wasm/lto/Inputs/libcall-archive.ll
    A lld/test/wasm/lto/libcall-archive.ll
    M lld/test/wasm/signature-mismatch-export.ll
    M lld/test/wasm/signature-mismatch-unknown.ll
    M lld/test/wasm/signature-mismatch.ll
    M lld/tools/lld/lld.cpp
    M lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.h
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    A lldb/bindings/CMakeLists.txt
    A lldb/bindings/headers.swig
    A lldb/bindings/interface/SBAddress.i
    A lldb/bindings/interface/SBAttachInfo.i
    A lldb/bindings/interface/SBBlock.i
    A lldb/bindings/interface/SBBreakpoint.i
    A lldb/bindings/interface/SBBreakpointLocation.i
    A lldb/bindings/interface/SBBreakpointName.i
    A lldb/bindings/interface/SBBroadcaster.i
    A lldb/bindings/interface/SBCommandInterpreter.i
    A lldb/bindings/interface/SBCommandReturnObject.i
    A lldb/bindings/interface/SBCommunication.i
    A lldb/bindings/interface/SBCompileUnit.i
    A lldb/bindings/interface/SBData.i
    A lldb/bindings/interface/SBDebugger.i
    A lldb/bindings/interface/SBDeclaration.i
    A lldb/bindings/interface/SBError.i
    A lldb/bindings/interface/SBEvent.i
    A lldb/bindings/interface/SBExecutionContext.i
    A lldb/bindings/interface/SBExpressionOptions.i
    A lldb/bindings/interface/SBFile.i
    A lldb/bindings/interface/SBFileSpec.i
    A lldb/bindings/interface/SBFileSpecList.i
    A lldb/bindings/interface/SBFrame.i
    A lldb/bindings/interface/SBFunction.i
    A lldb/bindings/interface/SBHostOS.i
    A lldb/bindings/interface/SBInstruction.i
    A lldb/bindings/interface/SBInstructionList.i
    A lldb/bindings/interface/SBLanguageRuntime.i
    A lldb/bindings/interface/SBLaunchInfo.i
    A lldb/bindings/interface/SBLineEntry.i
    A lldb/bindings/interface/SBListener.i
    A lldb/bindings/interface/SBMemoryRegionInfo.i
    A lldb/bindings/interface/SBMemoryRegionInfoList.i
    A lldb/bindings/interface/SBModule.i
    A lldb/bindings/interface/SBModuleSpec.i
    A lldb/bindings/interface/SBPlatform.i
    A lldb/bindings/interface/SBProcess.i
    A lldb/bindings/interface/SBProcessInfo.i
    A lldb/bindings/interface/SBQueue.i
    A lldb/bindings/interface/SBQueueItem.i
    A lldb/bindings/interface/SBSection.i
    A lldb/bindings/interface/SBSourceManager.i
    A lldb/bindings/interface/SBStream.i
    A lldb/bindings/interface/SBStringList.i
    A lldb/bindings/interface/SBStructuredData.i
    A lldb/bindings/interface/SBSymbol.i
    A lldb/bindings/interface/SBSymbolContext.i
    A lldb/bindings/interface/SBSymbolContextList.i
    A lldb/bindings/interface/SBTarget.i
    A lldb/bindings/interface/SBThread.i
    A lldb/bindings/interface/SBThreadCollection.i
    A lldb/bindings/interface/SBThreadPlan.i
    A lldb/bindings/interface/SBTrace.i
    A lldb/bindings/interface/SBTraceOptions.i
    A lldb/bindings/interface/SBType.i
    A lldb/bindings/interface/SBTypeCategory.i
    A lldb/bindings/interface/SBTypeEnumMember.i
    A lldb/bindings/interface/SBTypeFilter.i
    A lldb/bindings/interface/SBTypeFormat.i
    A lldb/bindings/interface/SBTypeNameSpecifier.i
    A lldb/bindings/interface/SBTypeSummary.i
    A lldb/bindings/interface/SBTypeSynthetic.i
    A lldb/bindings/interface/SBUnixSignals.i
    A lldb/bindings/interface/SBValue.i
    A lldb/bindings/interface/SBValueList.i
    A lldb/bindings/interface/SBVariablesOptions.i
    A lldb/bindings/interface/SBWatchpoint.i
    A lldb/bindings/interfaces.swig
    A lldb/bindings/lua.swig
    A lldb/bindings/lua/lua-typemaps.swig
    A lldb/bindings/macros.swig
    A lldb/bindings/python.swig
    A lldb/bindings/python/createPythonInit.py
    A lldb/bindings/python/python-extensions.swig
    A lldb/bindings/python/python-swigsafecast.swig
    A lldb/bindings/python/python-typemaps.swig
    A lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/AddLLDB.cmake
    A lldb/cmake/modules/FindCursesAndPanel.cmake
    M lldb/cmake/modules/FindLibEdit.cmake
    A lldb/cmake/modules/FindLuaAndSwig.cmake
    A lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    R lldb/packages/Python/lldbsuite/test/.categories
    R lldb/scripts/Python/createPythonInit.py
    R lldb/scripts/Python/python-swigsafecast.swig
    R lldb/scripts/Python/python-wrapper.swig
    R lldb/scripts/interface/SBAttachInfo.i
    R lldb/scripts/interface/SBBroadcaster.i
    R lldb/scripts/interface/SBCommandInterpreter.i
    R lldb/scripts/interface/SBCommunication.i
    R lldb/scripts/interface/SBEvent.i
    R lldb/scripts/interface/SBExpressionOptions.i
    R lldb/scripts/interface/SBFileSpecList.i
    R lldb/scripts/interface/SBHostOS.i
    R lldb/scripts/interface/SBLanguageRuntime.i
    R lldb/scripts/interface/SBLaunchInfo.i
    R lldb/scripts/interface/SBListener.i
    R lldb/scripts/interface/SBMemoryRegionInfoList.i
    R lldb/scripts/interface/SBPlatform.i
    R lldb/scripts/interface/SBProcessInfo.i
    R lldb/scripts/interface/SBQueue.i
    R lldb/scripts/interface/SBQueueItem.i
    R lldb/scripts/interface/SBSourceManager.i
    R lldb/scripts/interface/SBStream.i
    R lldb/scripts/interface/SBStructuredData.i
    R lldb/scripts/interface/SBThreadCollection.i
    R lldb/scripts/interface/SBThreadPlan.i
    R lldb/scripts/interface/SBTrace.i
    R lldb/scripts/interface/SBTraceOptions.i
    R lldb/scripts/interface/SBVariablesOptions.i
    R lldb/scripts/swig_bot_lib/__init__.py
    R lldb/tools/lldb-mi/lldb-mi.exports

  Log Message:
  -----------
  [DPWBS-1200] Merge community 'master' into HighTec 'htc/master'

Due to interface changes there were a few necessary changes to TriCore
specific files. The following table lists the changed files and the
corresponding community master commits:

TriCoreInstrInfo.h/.cpp:        e6c9a9af398baf40537d45498e0aaf417c1306dc
TriCoreInstPrinter.h/.cpp:      aa708763d30384c0da0b0779be96ba45f65773df
TriCoreRegisterBankInfo.h/.cpp: 21309eafdebaa0041a83a026ae011e305b2f52a0
TriCoreMCInstLower.cpp:         a transitive include of TargetMachine.h
                                was removed somewhere and had to be
                                included here
TriCoreDisassembler.cpp:        6fdd6a7b3f696972edc244488f59532d05136a27
TriCoreTargetMachine.cpp:       05da2fe52162c80dfa18aedf70cf73cb11201811
TriCore/*/CMakeLists.txt:       ab411801b82783eb7f652701ccfce81b16cf1811
legalize-phi.mir:               6da7dbb806dce9fbc05416482a5b895efdea96b0


  Commit: 49884634ddae623273e362b8235e376f60907624
      https://github.com/llvm/llvm-project/commit/49884634ddae623273e362b8235e376f60907624
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h

  Log Message:
  -----------
  [DPWBS-1166] feat(Triple): add isTriCore function

This function is still unused but is added in preparation
for the [DPWBS-1166] patch


  Commit: 5c23ed8db17f497ebae3088855300fbf090866a2
      https://github.com/llvm/llvm-project/commit/5c23ed8db17f497ebae3088855300fbf090866a2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/test/CodeGen/tricore-abi.c
    A clang/test/Layout/tricore-layout.c
    A clang/test/Layout/tricore-layout.cpp

  Log Message:
  -----------
  [DPWBS-1166] Implement TriCore EABI bitfield layout

The TriCore EABI specifies several non-standard rules to be followed
during the layout of bitfields. We try to follow the EABI as close as
possible. Unfortunately, not all aspects are defined and we add the
following rules:

* An unnamed (anonymous) bitfield does not alter the alignment of the
structure (C++ does not count anonymous bitfields as members of a class object)
* For any given bitfield, at most the smallest integer type large
enough to hold the bitfield is allocated

Added tests for all examples from the EABI document, plus additional
corner cases. Moreover, the tricore-abi.c test previously did not check
for EABI compliancy, now it does.


  Commit: 72fd77edea1c33459a6f75638246a50d0d300e0a
      https://github.com/llvm/llvm-project/commit/72fd77edea1c33459a6f75638246a50d0d300e0a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1164] test(Legalizer): prepare test with generator

Updating the legality rules for legalizer artifacts have a big impact
on many different tests. To update these tests a update script is
usually used. If the tests where hand-written however, this causes very
large non-functional changes as the generator has a different naming
scheme than a human would use.

In order to prepare for this, this commit updates all tests that will be
affected by the legality changes. This way, the commit with the
functional changes only contains the functional changes in the tests as
well.


  Commit: 19477ba8fa653c5524bc4f19a069714985257fe2
      https://github.com/llvm/llvm-project/commit/19477ba8fa653c5524bc4f19a069714985257fe2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1164] feat(Legalizer): rewrite legality rules for extensions

Extensions are legal if the destination type fits in a
register, i.e. has 32 or 64-bit.

update tests after legalizing G_SEXT_INREG


  Commit: bcae1a26db42667ce07cb9b73df99c66f36d6ee0
      https://github.com/llvm/llvm-project/commit/bcae1a26db42667ce07cb9b73df99c66f36d6ee0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ext-trunc.mir

  Log Message:
  -----------
  [DPWBS-1164] test(RegisterBankSelect): add G_SEXT_INREG test


  Commit: 1e447ba5ffa46c48551eb510d1209eb0006e74b3
      https://github.com/llvm/llvm-project/commit/1e447ba5ffa46c48551eb510d1209eb0006e74b3
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ext.mir

  Log Message:
  -----------
  [DPWBS-1164] feat(InstructionSelector): select extensions to target instructions

32-bit sign extensions use the extract instruction to extract and
sign-extend the source bits.

64-bit sign extensions can be expressed by a simple mul-by-1 if the
source size is 32-bit. If the source size is smaller than 32-bits
the extract instruction is again used, combined with an arithmetic
right-shift to set the upper 32-bits. If the source size is bigger than
32-bits a simple 32-bit sign-extension on the upper 32-bits is done.

Zero-extension uses the insert instruction to insert zero-bits in the
upper bits of the source. A 64-bit zero-extension moves 0 to the upper
32-bits if the source size is smaller than 32-bits.

G_ANYEXT leaves the upper bits unspecified. This is therefore translated
to a simple COPY instruction if the extension stays in the same register
or an IMPLICIT_DEF with an INSERT_SUBREG instruction otherwise.

add selection tests for extensions


  Commit: 4d6a7b0505bd62d055e17ff4a841606450432faf
      https://github.com/llvm/llvm-project/commit/4d6a7b0505bd62d055e17ff4a841606450432faf
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1164] chore(InstructionSelector): remove unused private field


  Commit: b4abbd94f5605bece8d16d3fb0b4ad1a93362334
      https://github.com/llvm/llvm-project/commit/b4abbd94f5605bece8d16d3fb0b4ad1a93362334
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-implicit-def.mir

  Log Message:
  -----------
  [DPWBS-1170] fix(Legalizer): fix legality rule for G_IMPLICIT_DEF

The rules for G_IMPLICIT_DEF allowed s2 and s4 types due to
an erroneous clampScalar rule in combination with
widenScalarToNextPow2.

Furthermore the widenScalarToNextPow2 rule required a
minimum size of 32-bits, which is actually not required.

fix G_IMPLICIT_DEF test


  Commit: 72e91520ff0fc09999858ec68274bf31ddb5eb47
      https://github.com/llvm/llvm-project/commit/72e91520ff0fc09999858ec68274bf31ddb5eb47
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-merge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-unmerge-values-s96-s16-crash.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(Legalizer): require pow-2 types between 8 and 64-bit for merge/unmerge

Previous legalization rules for G_MERGE_VALUES and G_UNMERGE_VALUES
only allowed 32 and 64-bit types. However, for TriCore we support all
power-of-2 merges/unmerges up to 64-bit. Furthermore, smaller
merges/unmerges are actually required as we sometimes have to split up
misaligned load/store instructions. This requires a complete rewrite of
the legalization rules for merge/unmerge.

add legalization tests for merge/unmerge


  Commit: 31960a83e901e7978a7e768c2790434a37e3ae20
      https://github.com/llvm/llvm-project/commit/31960a83e901e7978a7e768c2790434a37e3ae20
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-merge-unmerge.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(RegisterBankSelect): override default mapping for merge/unmerge

Require data regbank unless subregister copy can be used. This boils
down to:
- Staying within 32-bit: data regbank
- 32-bit to/from 64-bit: both ok
- < 32-bit to/from 64-bit: data regbank for smaller type

add regbank selection tests


  Commit: e80c66bc79a342ab1d74d48b753ab7065e3d4c4e
      https://github.com/llvm/llvm-project/commit/e80c66bc79a342ab1d74d48b753ab7065e3d4c4e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-merge-unmerge.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(InstructionSelector): select merge/unmerge to target instructions

Merge/unmerge are implemented using the EXTR and INSERT instruction of
TriCore for 32-bit merges/unmerges and subregister copies for 64-bit
merges/unmerges.

add selection tests for merge/unmerge


  Commit: 92a5d5b6b4619b32f2ea891f7de70c0b0380c114
      https://github.com/llvm/llvm-project/commit/92a5d5b6b4619b32f2ea891f7de70c0b0380c114
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-non-pow2-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-non-pow-2-memory.mir

  Log Message:
  -----------
  [DPWBS-1162] fix(Legalizer): require natural alignment for load/store

Previously we allowed misaligned load/store instructions although
TriCore has no support for them, causing traps during execution. This
commits refactors the load/store legalization rules to break up
unaligned load/store instruction. Maximum required alignment is 16-bit
for scalars and 32-bit for pointers.

add unaligned load/store test

replace invalid test for non-pow2 load/stores with proper XFAIL test


  Commit: 7530322d8890912d0aa823dc90b3e3648e984a65
      https://github.com/llvm/llvm-project/commit/7530322d8890912d0aa823dc90b3e3648e984a65
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC162.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTemplates.td
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h
    A llvm/test/MC/TriCore/tc161-valid.s
    A llvm/test/MC/TriCore/tc162-valid.s
    A llvm/test/MC/TriCore/tc18-valid.s

  Log Message:
  -----------
  [DPWBS-1113] Add support for selecting different ISA via subtarget selection


  Commit: 362e0bfe2dfbc5674bfa436577831a92593ce8a2
      https://github.com/llvm/llvm-project/commit/362e0bfe2dfbc5674bfa436577831a92593ce8a2
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/MC/TriCore/conditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1044] Add missing tests for conditional branch


  Commit: f5813d7786ca1d4efb39c8968ee71d200d774da0
      https://github.com/llvm/llvm-project/commit/f5813d7786ca1d4efb39c8968ee71d200d774da0
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/MC/TriCore/packed-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1074] Add missing tests for packaed arithmetic


  Commit: 72f004d96a5d457664c9c4d7a32ac10294759765
      https://github.com/llvm/llvm-project/commit/72f004d96a5d457664c9c4d7a32ac10294759765
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir

  Log Message:
  -----------
  [DPWBS-1193] Re-generate the legalizer tests for easier maintainability


  Commit: c542ccb8c5e3786d26c0d801120a3c0e1edcc325
      https://github.com/llvm/llvm-project/commit/c542ccb8c5e3786d26c0d801120a3c0e1edcc325
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1193] Change legality rule for G_SELECT.

All instructions producing a condition produce s32. There is no point in truncating
it to s1, which would translate to an AND instruction.


  Commit: 314af651504f4f031a6a3204a89bd4cd9bdc98e7
      https://github.com/llvm/llvm-project/commit/314af651504f4f031a6a3204a89bd4cd9bdc98e7
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1193] fix(regbankselect) for G_SELECT

We added tests previously for regbankselect, however we didn't really
implement it. We can only directly support G_SELECT on the data regbank,
hence need to introduce copies for pointer select.


  Commit: f20c5312df1874b1eba9cbe16860831d8da93609
      https://github.com/llvm/llvm-project/commit/f20c5312df1874b1eba9cbe16860831d8da93609
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-select.mir

  Log Message:
  -----------
  [DPWBS-1193] feat(InstructionSelector): select G_SELECT to SEL_dddd.

The scalar select can be done in TableGen, for pointer select we need
to escape into C++, sadly.


  Commit: 0983297fa8eb04a39114847d87b15105c78f21e1
      https://github.com/llvm/llvm-project/commit/0983297fa8eb04a39114847d87b15105c78f21e1
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h

  Log Message:
  -----------
  [DPWBS-1174] fix(TriCoreSubtarget): fix parameter order

Moreover, the subtarget-features should be disabled by default.
The selected CPU (default or via -mcpu) will enable the subtarget-features
that it needs.


  Commit: 20804b6f66dfb844e2fe184145937390442d50b8
      https://github.com/llvm/llvm-project/commit/20804b6f66dfb844e2fe184145937390442d50b8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fpext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-fpext.mir

  Log Message:
  -----------
  [DPWBS-1178] feat(Legalizer): Add legalizer rules for G_FPEXT

For TC18, we can directly support extensions from single to double
precision. For earlier architectures, we need to emit a library call.

Extending from half-precision to double-precision is currently
unsupported.


  Commit: 9653ec9f1ecc8adb0ddc9fa87f87c5cf70ab5f8a
      https://github.com/llvm/llvm-project/commit/9653ec9f1ecc8adb0ddc9fa87f87c5cf70ab5f8a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptrunc.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-fptrunc.mir

  Log Message:
  -----------
  [DPWBS-1184] feat(Legalizer): Add legalizer rules for G_FPTRUNC

For TC18, we can directly support truncations from double to single
precision. For earlier architectures, we need to emit a library call.

Truncating from double-precision to half-precision is currently
unsupported.


  Commit: ae751d475e7eae5805f00de7c6b916df20b786e6
      https://github.com/llvm/llvm-project/commit/ae751d475e7eae5805f00de7c6b916df20b786e6
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-merge-values.mir

  Log Message:
  -----------
  [DPWBS-1170] fix(test): XFAIL tests need to output stderr to stdout


  Commit: 91cd2da0068363714f7ba403603108ee41738ddc
      https://github.com/llvm/llvm-project/commit/91cd2da0068363714f7ba403603108ee41738ddc
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding legality rule for G_FPTOSI and the corresponding test cases.


  Commit: 63c5df471bb90617abd7c622bb0a89e8300db489
      https://github.com/llvm/llvm-project/commit/63c5df471bb90617abd7c622bb0a89e8300db489
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding RegisterBank selection for G_FPTOSI and the corresponding test cases.


  Commit: 6a642af2ba0301f796bf6a901dd36f7abd43bad7
      https://github.com/llvm/llvm-project/commit/6a642af2ba0301f796bf6a901dd36f7abd43bad7
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-1177] Adding floating point type support for registers and making preparation for floating point instructions in TriCoreGISelPattern.td


  Commit: a7f606fc11a8cf46784814c97ab29aa7f05ba015
      https://github.com/llvm/llvm-project/commit/a7f606fc11a8cf46784814c97ab29aa7f05ba015
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding Instruction Selection support for G_FPTOSI and the corresponding test cases.


  Commit: 8e6b6000bef45b3c097296a8cc95006e9cefac6b
      https://github.com/llvm/llvm-project/commit/8e6b6000bef45b3c097296a8cc95006e9cefac6b
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding legality rule for G_SITOFP and the corresponding test cases.


  Commit: 50e22155e5b7ee2d7aa64dacc289d8fb0c939ab9
      https://github.com/llvm/llvm-project/commit/50e22155e5b7ee2d7aa64dacc289d8fb0c939ab9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding RegisterBank selection test cases for G_SITOFP. The selection handled by default.


  Commit: cad192ba4ecd30546e6306a598621d66c50d6cda
      https://github.com/llvm/llvm-project/commit/cad192ba4ecd30546e6306a598621d66c50d6cda
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding Instruction Selection pattern for G_SITOFP and the corresponding test cases.


  Commit: 0233b373a43fc8e040548f1b6afaaee0fa9ec5fa
      https://github.com/llvm/llvm-project/commit/0233b373a43fc8e040548f1b6afaaee0fa9ec5fa
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .arcconfig
    M clang-tools-extra/CODE_OWNERS.TXT
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.h
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
    M clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
    M clang-tools-extra/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-move/tool/ClangMove.cpp
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    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/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    A clang-tools-extra/clang-tidy/tool/ClangTidyMain.h
    A clang-tools-extra/clang-tidy/tool/ClangTidyToolMain.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.cpp
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    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/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/ExpectedTypes.cpp
    M clang-tools-extra/clangd/FS.cpp
    M clang-tools-extra/clangd/FSProvider.cpp
    M clang-tools-extra/clangd/FSProvider.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/PathMapping.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/Shutdown.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/Threading.cpp
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundQueue.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/test/did-change-configuration-params.test
    M clang-tools-extra/clangd/test/hover.test
    M clang-tools-extra/clangd/test/rename.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/FuzzyMatchTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HeaderSourceSwitchTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PrintASTTests.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/clangd/xpc/test-client/ClangdXPCTestClient.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-misplaced-const.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/modularize/CoverageChecker.cpp
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/ModularizeUtilities.cpp
    M clang-tools-extra/modularize/ModuleAssistant.cpp
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/strings/internal-file.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-no-internal-dependencies.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.c
    M clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-main-like.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    M clang-tools-extra/unittests/clang-include-fixer/IncludeFixerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang/AST/ASTConcept.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/JSONNodeDumper.h
    A clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/PropertiesBase.td
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/PathDiagnostic.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/TokenKinds.def
    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/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Multilib.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CommandLineSourceLoc.h
    M clang/include/clang/Frontend/LogDiagnosticPrinter.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/ScopeInfo.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
    M clang/include/clang/Tooling/AllTUsExecution.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/AST/ASTConcept.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    M clang/lib/AST/Linkage.h
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/ODRHash.cpp
    A clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Warnings.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.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/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/Multilib.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AVR.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/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CloudABI.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/MSP430.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MipsLinux.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/DependencyGraph.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/LogDiagnosticPrinter.cpp
    M clang/lib/Frontend/ModuleDependencyCollector.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FixItRewriter.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnosticBuffer.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/__clang_cuda_intrinsics.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Index/IndexTypeSourceInfo.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseCXXInlineMethods.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseInit.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    A clang/lib/Sema/SemaAvailability.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.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/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    A clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp
    A clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/Iterator.h
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Core/DynamicSize.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/Core/Replacement.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/lib/Tooling/FileMatchTrie.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/AtomicChange.cpp
    M clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/RefactoringCallbacks.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-for-pthread-lock.h
    A clang/test/Analysis/c11lock.c
    A clang/test/Analysis/container-modeling.cpp
    A clang/test/Analysis/debug-container-modeling.cpp
    M clang/test/Analysis/debug-iterator-modeling.cpp
    M clang/test/Analysis/fuchsia_handle.cpp
    A clang/test/Analysis/fuchsia_lock.c
    M clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/placement-new-user-defined.cpp
    M clang/test/Analysis/placement-new.cpp
    M clang/test/Analysis/pthreadlock.c
    M clang/test/CXX/class.derived/class.virtual/p6.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p3.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p4.cpp
    M clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    M clang/test/CXX/dcl/dcl.decl/p3.cpp
    A clang/test/CXX/dcl/dcl.fct/p17.cpp
    A clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
    M clang/test/CXX/drs/dr17xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/mixed-constraints.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p4.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.closure/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/equivalence.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/requires-expr.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/simple-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/over/over.match/over.match.best/p1-2a.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
    M clang/test/CXX/over/over.match/over.match.viable/p3.cpp
    M clang/test/CXX/over/over.over/p4-2a.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/p3.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.explicit/p8.cpp
    M clang/test/CXX/temp/temp.param/p10-2a.cpp
    M clang/test/ClangScanDeps/Inputs/modules_cdb.json
    M clang/test/ClangScanDeps/modules-full.cpp
    M clang/test/CodeCompletion/call.cpp
    A clang/test/CodeCompletion/desig-init.cpp
    M clang/test/CodeGen/aarch64-neon-2velem.c
    A clang/test/CodeGen/arm-mve-intrinsics/bitwise-imm.c
    A clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/asan-globals-gc.cpp
    A clang/test/CodeGen/assume-aligned-and-alloc-align-attributes.c
    A clang/test/CodeGen/avx-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx2-builtins.c
    M clang/test/CodeGen/avx512bf16-builtins.c
    M clang/test/CodeGen/avx512bitalg-builtins.c
    M clang/test/CodeGen/avx512bw-builtins.c
    M clang/test/CodeGen/avx512dq-builtins.c
    M clang/test/CodeGen/avx512er-builtins.c
    A clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512ifma-builtins.c
    M clang/test/CodeGen/avx512ifmavl-builtins.c
    M clang/test/CodeGen/avx512pf-builtins.c
    M clang/test/CodeGen/avx512vbmi-builtins.c
    M clang/test/CodeGen/avx512vbmi2-builtins.c
    A clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/avx512vlbf16-builtins.c
    M clang/test/CodeGen/avx512vlbitalg-builtins.c
    M clang/test/CodeGen/avx512vlbw-builtins.c
    M clang/test/CodeGen/avx512vlcd-builtins.c
    M clang/test/CodeGen/avx512vldq-builtins.c
    M clang/test/CodeGen/avx512vlvbmi2-builtins.c
    M clang/test/CodeGen/avx512vlvnni-builtins.c
    M clang/test/CodeGen/avx512vnni-builtins.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    M clang/test/CodeGen/builtins-hexagon-v67-audio.c
    A clang/test/CodeGen/builtins-systemz-vector-constrained.c
    A clang/test/CodeGen/builtins-systemz-vector2-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
    M clang/test/CodeGen/complex-convert.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    M clang/test/CodeGen/function-sections.c
    M clang/test/CodeGen/loop-unroll.c
    M clang/test/CodeGen/mmx-builtins.c
    M clang/test/CodeGen/patchable-function-entry.c
    A clang/test/CodeGen/sse-builtins-constrained-cmp.c
    M clang/test/CodeGen/sse-builtins.c
    A clang/test/CodeGen/sse2-builtins-constrained-cmp.c
    M clang/test/CodeGen/sse2-builtins.c
    M clang/test/CodeGen/sse3-builtins.c
    M clang/test/CodeGen/sse41-builtins.c
    M clang/test/CodeGen/sse42-builtins.c
    M clang/test/CodeGen/sse4a-builtins.c
    M clang/test/CodeGen/ssse3-builtins.c
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    M clang/test/CodeGen/xop-builtins-cmp.c
    M clang/test/CodeGen/xop-builtins.c
    M clang/test/CodeGen/xray-attributes-noxray-supported.cpp
    M clang/test/CodeGenCXX/cfi-mfcall.cpp
    A clang/test/CodeGenCXX/debug-info-auto-return.cpp
    M clang/test/CodeGenCXX/global-init.cpp
    M clang/test/CodeGenCXX/lto-visibility-inference.cpp
    M clang/test/CodeGenCXX/mangle-concept.cpp
    A clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
    M clang/test/CodeGenCXX/type-metadata.cpp
    M clang/test/CodeGenCXX/vcall-visibility-metadata.cpp
    M clang/test/CodeGenCXX/virtual-compare.cpp
    A clang/test/CodeGenObjC/direct-method-ret-mismatch.m
    A clang/test/CodeGenObjC/direct-properties.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CodeGenOpenCL/builtins-amdgcn-mfma.cl
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/bin/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/include/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/lib/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/lib64/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/nvvm/libdevice/libdevice.10.bc
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/version.txt
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/libclang_rt.lsan.a
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/libclang_rt.lsan.a
    M clang/test/Driver/Wp-args.c
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/cc-print-options.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cl-showfilenames.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/cuda-simple.cu
    M clang/test/Driver/cuda-version-check.cu
    M clang/test/Driver/darwin-header-search-system.cpp
    M clang/test/Driver/fpatchable-function-entry.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-printf.hip
    M clang/test/Driver/offloading-interoperability.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/option-aliases.c
    M clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/driver-test2.c
    A clang/test/Lexer/Inputs/inc1.h
    A clang/test/Lexer/Inputs/inc2.h
    A clang/test/Lexer/SourceLocationsOverflow.c
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/keywords_test.cpp
    M clang/test/Modules/diagnostics.modulemap
    M clang/test/Modules/exception-spec.cpp
    M clang/test/Modules/merge-lifetime-extended-temporary.cpp
    M clang/test/Modules/objc-method-redecl.m
    M clang/test/Modules/using-decl-inheritance.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/Parser/cxx-concept-declaration.cpp
    M clang/test/Parser/cxx-concepts-ambig-constraint-expr.cpp
    M clang/test/Parser/cxx-concepts-requires-clause.cpp
    M clang/test/Parser/cxx-default-delete.cpp
    A clang/test/Parser/cxx2a-abbreviated-templates.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    M clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
    M clang/test/Parser/cxx2a-constrained-template-param.cpp
    A clang/test/Parser/cxx2a-placeholder-type-constraint.cpp
    M clang/test/Parser/cxx2a-spaceship.cpp
    A clang/test/Parser/max-tokens.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/wasm-target-features.c
    M clang/test/Sema/alloc-align-attr.c
    M clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/attr-aligned.c
    M clang/test/Sema/attr-capabilities.c
    M clang/test/Sema/builtin-assume-aligned.c
    M clang/test/Sema/patchable-function-entry-attr.c
    M clang/test/Sema/warn-fortify-source.c
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    A clang/test/SemaCXX/std-align-val-t-in-operator-new.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    A clang/test/SemaObjC/method-direct-arc.m
    M clang/test/SemaObjC/method-direct.m
    A clang/test/SemaOpenCL/builtins-amdgcn-error-gfx908-param.cl
    M clang/test/SemaOpenCLCXX/address-space-lambda.cl
    A clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
    A clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp
    M clang/test/SemaTemplate/instantiate-expanded-type-constraint.cpp
    M clang/test/SemaTemplate/instantiate-requires-clause.cpp
    M clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-diff/ClangDiff.cpp
    M clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/diagtool/DiagTool.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndexDiagnostic.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CIndexer.h
    M clang/tools/libclang/CLog.h
    M clang/tools/libclang/Indexing.cpp
    M clang/unittests/AST/ASTImporterFixtures.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTest.h
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
    M clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Frontend/PCHPreambleTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Rename/ClangRenameTest.h
    M clang/unittests/Sema/ExternalSemaSourceTest.cpp
    M clang/unittests/StaticAnalyzer/Reusables.h
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/DependencyScannerTest.cpp
    M clang/unittests/Tooling/ExecutionTest.cpp
    M clang/unittests/Tooling/HeaderIncludesTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTestPostOrderVisitor.cpp
    M clang/unittests/Tooling/RefactoringTest.cpp
    M clang/unittests/Tooling/RewriterTestContext.h
    M clang/unittests/Tooling/SourceCodeBuildersTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/TestUtils.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangOptionDocEmitter.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/perf-training/perf-helper.py
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/options.inc
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    A compiler-rt/lib/gwp_asan/tests/enable_disable.cpp
    A compiler-rt/lib/gwp_asan/tests/harness.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.h
    A compiler-rt/lib/gwp_asan/tests/iterate.cpp
    M compiler-rt/lib/lsan/CMakeLists.txt
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan.h
    M compiler-rt/lib/lsan/lsan_allocator.h
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_common.h
    A compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_common_linux.cpp
    M compiler-rt/lib/lsan/lsan_common_mac.cpp
    A compiler-rt/lib/lsan/lsan_fuchsia.cpp
    A compiler-rt/lib/lsan/lsan_fuchsia.h
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_linux.cpp
    A compiler-rt/lib/lsan/lsan_posix.cpp
    A compiler-rt/lib/lsan/lsan_posix.h
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
    A compiler-rt/lib/sanitizer_common/sanitizer_procmaps_fuchsia.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    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/common.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/profile/instrprof-set-filename.c
    M compiler-rt/test/tsan/CMakeLists.txt
    M debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.gdb
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/platfrom_defs.h.inc
    A libc/config/linux/syscall.h.def
    M libc/include/CMakeLists.txt
    M libc/src/CMakeLists.txt
    M libc/src/sys/mman/CMakeLists.txt
    A libc/src/sys/mman/linux/CMakeLists.txt
    A libc/src/sys/mman/linux/mmap.cpp
    A libc/src/sys/mman/linux/munmap.cpp
    R libc/src/sys/mman/mmap.cpp
    R libc/src/sys/mman/munmap.cpp
    R libc/src/unistd/CMakeLists.txt
    R libc/src/unistd/syscall.h.def
    M libc/test/config/linux/x86_64/CMakeLists.txt
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/sys/mman/CMakeLists.txt
    A libc/test/src/sys/mman/linux/CMakeLists.txt
    A libc/test/src/sys/mman/linux/mmap_test.cpp
    R libc/test/src/sys/mman/mmap_test.cpp
    M libc/utils/CMakeLists.txt
    A libc/utils/CPP/Array.h
    A libc/utils/CPP/ArrayRef.h
    A libc/utils/CPP/CMakeLists.txt
    A libc/utils/CPP/README.md
    A libc/utils/CPP/StringRef.h
    A libc/utils/CPP/TypeTraits.h
    M libc/utils/HdrGen/CMakeLists.txt
    M libc/utils/HdrGen/Generator.cpp
    M libc/utils/HdrGen/Main.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/benchmarks/CMakeLists.txt
    A libc/utils/benchmarks/JSON.cpp
    A libc/utils/benchmarks/JSON.h
    A libc/utils/benchmarks/JSONTest.cpp
    A libc/utils/benchmarks/LibcBenchmark.cpp
    A libc/utils/benchmarks/LibcBenchmark.h
    A libc/utils/benchmarks/LibcBenchmarkTest.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmark.h
    A libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    A libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    A libc/utils/benchmarks/Memcmp.cpp
    A libc/utils/benchmarks/Memcpy.cpp
    A libc/utils/benchmarks/Memset.cpp
    A libc/utils/benchmarks/RATIONALE.md
    A libc/utils/benchmarks/README.md
    A libc/utils/benchmarks/configuration_big.json
    A libc/utils/benchmarks/configuration_small.json
    A libc/utils/benchmarks/render.py3
    M libcxx/CMakeLists.txt
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__config
    M libcxx/include/array
    M libcxx/include/string
    M libcxx/include/support/win32/locale_win32.h
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/src/locale.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    A libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    A libcxx/test/libcxx/utilities/optional/block.objc.pass.mm
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign.pass.cpp
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_move.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/gdb/libcxx/printers.py
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/cxa_exception.h
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/src/CMakeLists.txt
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/Symbols.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Reproduce.cpp
    M lld/Common/Strings.cpp
    M lld/Common/Timer.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/MSP430.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/OutputSections.h
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/MinGW/Driver.cpp
    M lld/include/lld/Common/Strings.h
    M lld/include/lld/Core/File.h
    M lld/lib/Core/Error.cpp
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/Atoms.h
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
    A lld/test/COFF/comdat-gcc-compatibility.s
    M lld/test/ELF/Inputs/undef-bad-debug.s
    M lld/test/ELF/aarch64-abs16.s
    M lld/test/ELF/aarch64-abs32.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/arm-fix-cortex-a8-recognize.s
    A lld/test/ELF/arm-thumb-interwork-ifunc.s
    A lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/hexagon-jump-error.s
    A lld/test/ELF/hexagon-tls-gd.s
    M lld/test/ELF/i386-reloc-16.s
    M lld/test/ELF/i386-reloc-8.s
    M lld/test/ELF/i386-reloc-range.s
    A lld/test/ELF/input-section-flags-diag1.test
    A lld/test/ELF/input-section-flags-diag2.test
    A lld/test/ELF/input-section-flags-diag3.test
    A lld/test/ELF/input-section-flags-keep.s
    A lld/test/ELF/input-section-flags.s
    M lld/test/ELF/linkerscript/filename-spec.s
    A lld/test/ELF/lto/devirt_vcall_vis_public.ll
    A lld/test/ELF/ppc-reloc-copy.s
    A lld/test/ELF/ppc32-canonical-plt.s
    A lld/test/ELF/ppc32-long-thunk.s
    A lld/test/ELF/ppc32-relocatable-got2.s
    M lld/test/ELF/ppc64-reloc-addr.s
    M lld/test/ELF/riscv-branch.s
    M lld/test/ELF/riscv-call.s
    M lld/test/ELF/riscv-hi20-lo12.s
    M lld/test/ELF/riscv-jal.s
    M lld/test/ELF/riscv-pcrel-hilo-error.s
    M lld/test/ELF/riscv-pcrel-hilo.s
    M lld/test/ELF/undef.s
    A lld/test/ELF/weak-undef-no-dynamic-linker.s
    M lld/test/ELF/x86-64-reloc-error.s
    M lld/test/ELF/x86-64-reloc-error2.s
    M lld/unittests/DriverTests/DarwinLdDriverTest.cpp
    M lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/OutputSections.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/bindings/headers.swig
    M lldb/docs/resources/reproducers.rst
    M lldb/docs/use/symbols.rst
    M lldb/docs/use/variable.rst
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Expression/Materializer.h
    M lldb/include/lldb/Expression/REPL.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    R lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/ClangASTImporter.h
    M lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    A lldb/include/lldb/Symbol/TypeSystemClang.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/TestListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStackFromStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp
    M lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppBitfields.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/TestCovariantReturnTypes.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/main.cpp
    M lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/TestObjCDirectDispatchStepping.py
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/stepping-tests.m
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/TestVSCode_completions.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/main.cpp
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBAttachInfo.cpp
    M lldb/source/API/SBBlock.cpp
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointName.cpp
    M lldb/source/API/SBBreakpointOptionCommon.cpp
    M lldb/source/API/SBBroadcaster.cpp
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBCommandReturnObject.cpp
    M lldb/source/API/SBCommunication.cpp
    M lldb/source/API/SBCompileUnit.cpp
    M lldb/source/API/SBData.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBDeclaration.cpp
    M lldb/source/API/SBError.cpp
    M lldb/source/API/SBEvent.cpp
    M lldb/source/API/SBExecutionContext.cpp
    M lldb/source/API/SBExpressionOptions.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBFileSpec.cpp
    M lldb/source/API/SBFileSpecList.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBFunction.cpp
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.cpp
    M lldb/source/API/SBLanguageRuntime.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBLineEntry.cpp
    M lldb/source/API/SBListener.cpp
    M lldb/source/API/SBMemoryRegionInfo.cpp
    M lldb/source/API/SBMemoryRegionInfoList.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBModuleSpec.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBProcessInfo.cpp
    M lldb/source/API/SBQueue.cpp
    M lldb/source/API/SBQueueItem.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBSourceManager.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/API/SBStringList.cpp
    M lldb/source/API/SBStructuredData.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/API/SBSymbolContext.cpp
    M lldb/source/API/SBSymbolContextList.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThread.cpp
    M lldb/source/API/SBThreadCollection.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/API/SBTrace.cpp
    M lldb/source/API/SBTraceOptions.cpp
    M lldb/source/API/SBType.cpp
    M lldb/source/API/SBTypeCategory.cpp
    M lldb/source/API/SBTypeEnumMember.cpp
    M lldb/source/API/SBTypeFilter.cpp
    M lldb/source/API/SBTypeFormat.cpp
    M lldb/source/API/SBTypeNameSpecifier.cpp
    M lldb/source/API/SBTypeSummary.cpp
    M lldb/source/API/SBTypeSynthetic.cpp
    M lldb/source/API/SBUnixSignals.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/API/SBValueList.cpp
    M lldb/source/API/SBVariablesOptions.cpp
    M lldb/source/API/SBWatchpoint.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Breakpoint/BreakpointList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointLocationCollection.cpp
    M lldb/source/Breakpoint/BreakpointLocationList.cpp
    M lldb/source/Breakpoint/BreakpointName.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointPrecondition.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/BreakpointSiteList.cpp
    M lldb/source/Breakpoint/Stoppoint.cpp
    M lldb/source/Breakpoint/StoppointCallbackContext.cpp
    M lldb/source/Breakpoint/StoppointLocation.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Breakpoint/WatchpointList.cpp
    M lldb/source/Breakpoint/WatchpointOptions.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectApropos.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    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/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectLanguage.cpp
    M lldb/source/Commands/CommandObjectLog.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectMultiword.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectPlugin.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectQuit.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectReproducer.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/CommandObjectVersion.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/AddressRange.cpp
    M lldb/source/Core/AddressResolver.cpp
    M lldb/source/Core/AddressResolverFileLine.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/DumpDataExtractor.cpp
    M lldb/source/Core/DumpRegisterValue.cpp
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Core/EmulateInstruction.cpp
    M lldb/source/Core/FileLineResolver.cpp
    M lldb/source/Core/FileSpecList.cpp
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Core/Highlighter.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleChild.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/Opcode.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/RichManglingContext.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/StreamAsynchronousIO.cpp
    M lldb/source/Core/StreamFile.cpp
    M lldb/source/Core/UserSettingsController.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectCast.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Core/ValueObjectConstResult.cpp
    M lldb/source/Core/ValueObjectConstResultCast.cpp
    M lldb/source/Core/ValueObjectConstResultChild.cpp
    M lldb/source/Core/ValueObjectConstResultImpl.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/Core/ValueObjectList.cpp
    M lldb/source/Core/ValueObjectMemory.cpp
    M lldb/source/Core/ValueObjectRegister.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/DataFormatters/CXXFunctionPointer.cpp
    M lldb/source/DataFormatters/DataVisualization.cpp
    M lldb/source/DataFormatters/DumpValueObjectOptions.cpp
    M lldb/source/DataFormatters/FormatCache.cpp
    M lldb/source/DataFormatters/FormatClasses.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/DataFormatters/FormattersHelpers.cpp
    M lldb/source/DataFormatters/LanguageCategory.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/DataFormatters/TypeCategory.cpp
    M lldb/source/DataFormatters/TypeCategoryMap.cpp
    M lldb/source/DataFormatters/TypeFormat.cpp
    M lldb/source/DataFormatters/TypeSummary.cpp
    M lldb/source/DataFormatters/TypeSynthetic.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/DataFormatters/VectorType.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/DiagnosticManager.cpp
    M lldb/source/Expression/Expression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Expression/IRMemoryMap.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Expression/UtilityFunction.cpp
    M lldb/source/Host/android/HostInfoAndroid.cpp
    M lldb/source/Host/android/LibcGlue.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/common/FileAction.cpp
    M lldb/source/Host/common/FileCache.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/GetOptInc.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/HostInfoBase.cpp
    M lldb/source/Host/common/HostNativeThreadBase.cpp
    M lldb/source/Host/common/HostProcess.cpp
    M lldb/source/Host/common/HostThread.cpp
    M lldb/source/Host/common/LZMA.cpp
    M lldb/source/Host/common/LockFileBase.cpp
    M lldb/source/Host/common/MainLoop.cpp
    M lldb/source/Host/common/MonitoringProcessLauncher.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/common/NativeRegisterContext.cpp
    M lldb/source/Host/common/NativeThreadProtocol.cpp
    M lldb/source/Host/common/NativeWatchpointList.cpp
    M lldb/source/Host/common/OptionParser.cpp
    M lldb/source/Host/common/PipeBase.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Host/common/ProcessRunLock.cpp
    M lldb/source/Host/common/PseudoTerminal.cpp
    M lldb/source/Host/common/Socket.cpp
    M lldb/source/Host/common/SocketAddress.cpp
    M lldb/source/Host/common/StringConvert.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/common/TaskPool.cpp
    M lldb/source/Host/common/Terminal.cpp
    M lldb/source/Host/common/ThreadLauncher.cpp
    M lldb/source/Host/common/UDPSocket.cpp
    M lldb/source/Host/common/XML.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
    M lldb/source/Host/linux/AbstractSocket.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/linux/HostInfoLinux.cpp
    M lldb/source/Host/linux/LibcGlue.cpp
    R lldb/source/Host/linux/ProcessLauncherLinux.cpp
    M lldb/source/Host/linux/Support.cpp
    M lldb/source/Host/macosx/cfcpp/CFCBundle.cpp
    M lldb/source/Host/macosx/cfcpp/CFCData.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp
    M lldb/source/Host/macosx/cfcpp/CFCString.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Host/netbsd/HostInfoNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
    M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
    M lldb/source/Host/posix/DomainSocket.cpp
    M lldb/source/Host/posix/FileSystemPosix.cpp
    M lldb/source/Host/posix/HostInfoPosix.cpp
    M lldb/source/Host/posix/HostProcessPosix.cpp
    M lldb/source/Host/posix/HostThreadPosix.cpp
    M lldb/source/Host/posix/LockFilePosix.cpp
    M lldb/source/Host/posix/PipePosix.cpp
    M lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
    M lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
    M lldb/source/Host/windows/EditLineWin.cpp
    M lldb/source/Host/windows/FileSystem.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Host/windows/HostInfoWindows.cpp
    M lldb/source/Host/windows/HostProcessWindows.cpp
    M lldb/source/Host/windows/HostThreadWindows.cpp
    M lldb/source/Host/windows/LockFileWindows.cpp
    M lldb/source/Host/windows/PipeWindows.cpp
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Host/windows/ProcessRunLock.cpp
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Initialization/SystemInitializer.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Initialization/SystemLifetimeManager.cpp
    M lldb/source/Interpreter/CommandAlias.cpp
    M lldb/source/Interpreter/CommandHistory.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    M lldb/source/Interpreter/CommandObjectScript.cpp
    M lldb/source/Interpreter/CommandOptionValidators.cpp
    M lldb/source/Interpreter/CommandReturnObject.cpp
    M lldb/source/Interpreter/OptionArgParser.cpp
    M lldb/source/Interpreter/OptionGroupArchitecture.cpp
    M lldb/source/Interpreter/OptionGroupBoolean.cpp
    M lldb/source/Interpreter/OptionGroupFile.cpp
    M lldb/source/Interpreter/OptionGroupFormat.cpp
    M lldb/source/Interpreter/OptionGroupOutputFile.cpp
    M lldb/source/Interpreter/OptionGroupPlatform.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupString.cpp
    M lldb/source/Interpreter/OptionGroupUInt64.cpp
    M lldb/source/Interpreter/OptionGroupUUID.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/OptionGroupVariable.cpp
    M lldb/source/Interpreter/OptionGroupWatchpoint.cpp
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArch.cpp
    M lldb/source/Interpreter/OptionValueArgs.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueBoolean.cpp
    M lldb/source/Interpreter/OptionValueChar.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    M lldb/source/Interpreter/OptionValueEnumeration.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/OptionValueFormat.cpp
    M lldb/source/Interpreter/OptionValueFormatEntity.cpp
    M lldb/source/Interpreter/OptionValueLanguage.cpp
    M lldb/source/Interpreter/OptionValuePathMappings.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Interpreter/OptionValueRegex.cpp
    M lldb/source/Interpreter/OptionValueSInt64.cpp
    M lldb/source/Interpreter/OptionValueString.cpp
    M lldb/source/Interpreter/OptionValueUInt64.cpp
    M lldb/source/Interpreter/OptionValueUUID.cpp
    M lldb/source/Interpreter/Options.cpp
    M lldb/source/Interpreter/Property.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
    M lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/Disassembler/CMakeLists.txt
    A lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt
    A lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    A lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
    R lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt
    R lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    R lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    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/DynamicLoaderMacOS.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/Language/ObjC/CF.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSError.cpp
    M lldb/source/Plugins/Language/ObjC/NSException.cpp
    M lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/Darwin/CFBundle.cpp
    M lldb/source/Plugins/Process/Darwin/CFString.cpp
    M lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
    M lldb/source/Plugins/Process/Darwin/MachException.cpp
    M lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
    M lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
    M lldb/source/Plugins/Process/POSIX/CrashReason.cpp
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
    M lldb/source/Plugins/Process/Utility/AuxVector.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
    M lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp
    M lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    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/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.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/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Symbol/Block.cpp
    M lldb/source/Symbol/CMakeLists.txt
    R lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Symbol/ClangASTImporter.cpp
    M lldb/source/Symbol/ClangASTMetadata.cpp
    M lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
    M lldb/source/Symbol/ClangUtil.cpp
    M lldb/source/Symbol/CompactUnwindInfo.cpp
    M lldb/source/Symbol/CompileUnit.cpp
    M lldb/source/Symbol/CompilerDecl.cpp
    M lldb/source/Symbol/CompilerDeclContext.cpp
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/DWARFCallFrameInfo.cpp
    M lldb/source/Symbol/DebugMacros.cpp
    M lldb/source/Symbol/DeclVendor.cpp
    M lldb/source/Symbol/Declaration.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/LineEntry.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/LocateSymbolFile.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/PostfixExpression.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/SymbolVendor.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeList.cpp
    M lldb/source/Symbol/TypeMap.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    A lldb/source/Symbol/TypeSystemClang.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Symbol/UnwindTable.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Symbol/VariableList.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/ExecutionContext.cpp
    M lldb/source/Target/InstrumentationRuntime.cpp
    M lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
    M lldb/source/Target/JITLoader.cpp
    M lldb/source/Target/JITLoaderList.cpp
    M lldb/source/Target/Language.cpp
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/MemoryHistory.cpp
    M lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/source/Target/ModuleCache.cpp
    M lldb/source/Target/OperatingSystem.cpp
    M lldb/source/Target/PathMappingList.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Queue.cpp
    M lldb/source/Target/QueueItem.cpp
    M lldb/source/Target/QueueList.cpp
    M lldb/source/Target/RegisterContext.cpp
    M lldb/source/Target/RegisterNumber.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadHistory.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/StackID.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/source/Target/StructuredDataPlugin.cpp
    M lldb/source/Target/SystemRuntime.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadCollection.cpp
    M lldb/source/Target/ThreadList.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
    M lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
    M lldb/source/Target/ThreadPlanCallUserExpression.cpp
    M lldb/source/Target/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanRunToAddress.cpp
    M lldb/source/Target/ThreadPlanShouldStopHere.cpp
    M lldb/source/Target/ThreadPlanStepInRange.cpp
    M lldb/source/Target/ThreadPlanStepInstruction.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Target/ThreadPlanStepThrough.cpp
    M lldb/source/Target/ThreadPlanStepUntil.cpp
    M lldb/source/Target/ThreadPlanTracer.cpp
    M lldb/source/Target/ThreadSpec.cpp
    M lldb/source/Target/UnixSignals.cpp
    M lldb/source/Target/UnwindAssembly.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/Baton.cpp
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/CompletionRequest.cpp
    M lldb/source/Utility/Connection.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/DataBufferHeap.cpp
    M lldb/source/Utility/DataBufferLLVM.cpp
    M lldb/source/Utility/DataEncoder.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/Environment.cpp
    M lldb/source/Utility/Event.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/IOObject.cpp
    M lldb/source/Utility/LLDBAssert.cpp
    M lldb/source/Utility/Listener.cpp
    M lldb/source/Utility/Log.cpp
    M lldb/source/Utility/Logging.cpp
    M lldb/source/Utility/NameMatches.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/RegisterValue.cpp
    M lldb/source/Utility/RegularExpression.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/ReproducerInstrumentation.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/SelectHelper.cpp
    M lldb/source/Utility/SharingPtr.cpp
    M lldb/source/Utility/State.cpp
    M lldb/source/Utility/Status.cpp
    M lldb/source/Utility/Stream.cpp
    M lldb/source/Utility/StreamCallback.cpp
    M lldb/source/Utility/StreamString.cpp
    M lldb/source/Utility/StringExtractor.cpp
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/source/Utility/StringLexer.cpp
    M lldb/source/Utility/StringList.cpp
    M lldb/source/Utility/StructuredData.cpp
    M lldb/source/Utility/TildeExpressionResolver.cpp
    M lldb/source/Utility/Timer.cpp
    M lldb/source/Utility/UUID.cpp
    M lldb/source/Utility/UriParser.cpp
    M lldb/source/Utility/UserID.cpp
    M lldb/source/Utility/UserIDResolver.cpp
    M lldb/source/Utility/VASprintf.cpp
    M lldb/source/Utility/VMRange.cpp
    M lldb/source/lldb.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/lldbtest.py
    M lldb/test/Shell/CMakeLists.txt
    A lldb/test/Shell/Commands/command-breakpoint-col.test
    M lldb/test/Shell/Driver/LocalLLDBInit.test
    M lldb/test/Shell/Driver/TestCore.test
    M lldb/test/Shell/Driver/TestFile.test
    M lldb/test/Shell/Driver/TestRepl.test
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
    A lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/Process/TestEnvironment.test
    M lldb/test/Shell/Quit/TestQuitExitCode-30.test
    M lldb/test/Shell/Quit/TestQuitExitCode30.test
    M lldb/test/Shell/Quit/TestQuitExitCodeHexA.test
    M lldb/test/Shell/Register/x86-64-write.test
    M lldb/test/Shell/Reproducer/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
    M lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
    A lldb/test/Shell/ScriptInterpreter/Lua/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
    A lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
    M lldb/test/Shell/SymbolFile/DWARF/debug_aranges-empty-section.s
    M lldb/test/Shell/SymbolFile/DWARF/debug_loc.s
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit.cfg.py
    M lldb/tools/darwin-debug/CMakeLists.txt
    M lldb/tools/debugserver/source/DNBArch.h
    M lldb/tools/debugserver/source/DNBDefs.h
    M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/MachTask.h
    M lldb/tools/debugserver/source/MacOSX/MachTask.mm
    M lldb/tools/debugserver/source/MacOSX/MachThread.cpp
    M lldb/tools/debugserver/source/MacOSX/MachThread.h
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.h
    M lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
    M lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    R lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.cpp
    R lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
    M lldb/tools/debugserver/source/RNBDefs.h
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/debugserver/source/RNBServices.cpp
    M lldb/tools/lldb-server/Acceptor.cpp
    M lldb/tools/lldb-test/SystemInitializerTest.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/BreakpointBase.cpp
    M lldb/tools/lldb-vscode/FunctionBreakpoint.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Breakpoint/BreakpointIDTest.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Core/RichManglingContextTest.cpp
    M lldb/unittests/Core/StreamCallbackTest.cpp
    M lldb/unittests/Core/UniqueCStringMapTest.cpp
    M lldb/unittests/DataFormatter/FormatManagerTests.cpp
    M lldb/unittests/Disassembler/TestArm64Disassembly.cpp
    M lldb/unittests/Disassembler/TestArmv7Disassembly.cpp
    M lldb/unittests/Editline/EditlineTest.cpp
    M lldb/unittests/Expression/ClangExpressionDeclMapTest.cpp
    M lldb/unittests/Expression/ClangParserTest.cpp
    M lldb/unittests/Expression/CppModuleConfigurationTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Expression/DiagnosticManagerTest.cpp
    M lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
    M lldb/unittests/Host/FileActionTest.cpp
    M lldb/unittests/Host/FileSystemTest.cpp
    M lldb/unittests/Host/FileTest.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Host/HostTest.cpp
    M lldb/unittests/Host/MainLoopTest.cpp
    M lldb/unittests/Host/NativeProcessProtocolTest.cpp
    M lldb/unittests/Host/ProcessLaunchInfoTest.cpp
    M lldb/unittests/Host/SocketAddressTest.cpp
    M lldb/unittests/Host/SocketTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/Host/linux/HostTest.cpp
    M lldb/unittests/Host/linux/SupportTest.cpp
    M lldb/unittests/Interpreter/TestCompletion.cpp
    M lldb/unittests/Interpreter/TestOptionArgParser.cpp
    M lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
    M lldb/unittests/Language/Highlighting/HighlighterTest.cpp
    M lldb/unittests/ObjectFile/Breakpad/BreakpadRecordsTest.cpp
    M lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
    M lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/Process/Linux/ProcessorTraceTest.cpp
    M lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/Signals/UnixSignalsTest.cpp
    M lldb/unittests/Symbol/CMakeLists.txt
    M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    R lldb/unittests/Symbol/TestClangASTContext.cpp
    M lldb/unittests/Symbol/TestClangASTImporter.cpp
    M lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/Symbol/TestType.cpp
    A lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
    M lldb/unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ExecutionContextTest.cpp
    M lldb/unittests/Target/MemoryRegionInfoTest.cpp
    M lldb/unittests/Target/PathMappingListTest.cpp
    M lldb/unittests/TestingSupport/MockTildeExpressionResolver.cpp
    M lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
    M lldb/unittests/TestingSupport/TestUtilities.cpp
    M lldb/unittests/TestingSupport/TestUtilities.h
    M lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
    M lldb/unittests/Utility/AnsiTerminalTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/BroadcasterTest.cpp
    M lldb/unittests/Utility/CompletionRequestTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/EnvironmentTest.cpp
    M lldb/unittests/Utility/EventTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/FlagsTest.cpp
    M lldb/unittests/Utility/ListenerTest.cpp
    M lldb/unittests/Utility/LogTest.cpp
    M lldb/unittests/Utility/NameMatchesTest.cpp
    M lldb/unittests/Utility/OptionsWithRawTest.cpp
    M lldb/unittests/Utility/PredicateTest.cpp
    M lldb/unittests/Utility/ProcessInfoTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp
    M lldb/unittests/Utility/RangeTest.cpp
    M lldb/unittests/Utility/RegisterValueTest.cpp
    M lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/unittests/Utility/StateTest.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M lldb/unittests/Utility/StreamTeeTest.cpp
    M lldb/unittests/Utility/StreamTest.cpp
    M lldb/unittests/Utility/StringLexerTest.cpp
    M lldb/unittests/Utility/StringListTest.cpp
    M lldb/unittests/Utility/StructuredDataTest.cpp
    M lldb/unittests/Utility/SubsystemRAIITest.cpp
    M lldb/unittests/Utility/TimeoutTest.cpp
    M lldb/unittests/Utility/TimerTest.cpp
    M lldb/unittests/Utility/UUIDTest.cpp
    M lldb/unittests/Utility/UserIDResolverTest.cpp
    M lldb/unittests/Utility/VASprintfTest.cpp
    M lldb/unittests/Utility/VMRangeTest.cpp
    M lldb/unittests/debugserver/JSONTest.cpp
    M lldb/unittests/debugserver/RNBSocketTest.cpp
    M lldb/unittests/debugserver/debugserver_LogCallback.cpp
    M lldb/unittests/tools/lldb-server/inferior/environment_check.cpp
    M lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp
    M lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
    M lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
    M lldb/unittests/tools/lldb-server/tests/TestBase.cpp
    M lldb/unittests/tools/lldb-server/tests/TestBase.h
    M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
    M lldb/unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.cpp
    M lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/.gitignore
    M llvm/cmake/modules/CheckCompilerVersion.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX900.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX904.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst
    M llvm/docs/Atomics.rst
    M llvm/docs/BigEndianNEON.rst
    M llvm/docs/BlockFrequencyTerminology.rst
    M llvm/docs/Bugpoint.rst
    M llvm/docs/CMakePrimer.rst
    M llvm/docs/CodeGenerator.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandGuide/tblgen.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/CoverageMappingFormat.rst
    M llvm/docs/DependenceGraphs/index.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Extensions.rst
    M llvm/docs/Frontend/PerformanceTips.rst
    M llvm/docs/FuzzingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/GwpAsan.rst
    M llvm/docs/HowToBuildOnARM.rst
    M llvm/docs/HowToCrossCompileBuiltinsOnArm.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/MarkedUpDisassembly.rst
    M llvm/docs/MemTagSanitizer.rst
    M llvm/docs/ORCv2.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/Proposals/GitHubMove.rst
    M llvm/docs/Proposals/TestSuite.rst
    M llvm/docs/Proposals/VariableNames.rst
    M llvm/docs/ReleaseProcess.rst
    M llvm/docs/ReportingGuide.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/TableGen/LangRef.rst
    M llvm/docs/TestingGuide.rst
    M llvm/docs/TransformMetadata.rst
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/docs/XRayFDRFormat.rst
    M llvm/docs/YamlIO.rst
    M llvm/docs/tutorial/BuildingAJIT1.rst
    M llvm/docs/tutorial/BuildingAJIT2.rst
    M llvm/docs/tutorial/OCamlLangImpl3.rst
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter3/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter4/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter5/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter6/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter7/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter8/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
    M llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
    M llvm/examples/LLJITExamples/CMakeLists.txt
    M llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt
    M llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    M llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    M llvm/examples/LLJITExamples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    M llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/include/llvm/ADT/Optional.h
    M llvm/include/llvm/ADT/PointerIntPair.h
    M llvm/include/llvm/ADT/ScopedHashTable.h
    M llvm/include/llvm/ADT/SmallString.h
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/include/llvm/ADT/StringMap.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/InlineCost.h
    M llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h
    M llvm/include/llvm/Analysis/LoopPass.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/RegionInfoImpl.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    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/DIE.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveRangeEdit.h
    A llvm/include/llvm/CodeGen/MBFIWrapper.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/PseudoSourceValue.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.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/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
    M llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/Layer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/ConstrainedOps.def
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/GlobalObject.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ValueHandle.h
    M llvm/include/llvm/LTO/Config.h
    M llvm/include/llvm/LTO/LTOBackend.h
    M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCAssembler.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCFixupKindInfo.h
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/include/llvm/MC/MCXCOFFObjectWriter.h
    M llvm/include/llvm/MC/SubtargetFeature.h
    M llvm/include/llvm/Object/IRSymtab.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/TapiUniversal.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/Option/Option.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/Allocator.h
    A llvm/include/llvm/Support/AllocatorBase.h
    M llvm/include/llvm/Support/BinaryStreamArray.h
    M llvm/include/llvm/Support/BinaryStreamReader.h
    M llvm/include/llvm/Support/Compiler.h
    M llvm/include/llvm/Support/DebugCounter.h
    M llvm/include/llvm/Support/GraphWriter.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/LowLevelTypeImpl.h
    M llvm/include/llvm/Support/Process.h
    M llvm/include/llvm/Support/SmallVectorMemoryBuffer.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Record.h
    M llvm/include/llvm/TableGen/StringToOffsetTable.h
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
    M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
    M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
    M llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CallPrinter.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DivergenceAnalysis.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyCallGraph.cpp
    M llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/VFABIDemangling.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.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/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BranchFolding.h
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/FEntryInserter.cpp
    M llvm/lib/CodeGen/GCMetadata.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.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/InstructionSelect.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    A llvm/lib/CodeGen/MBFIWrapper.cpp
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/MachineSSAUpdater.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/PatchableFunction.cpp
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.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/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/StackColoring.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/RecordName.cpp
    M llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
    M llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/GSYM/LookupResult.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngine.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
    M llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/FuzzMutate/FuzzerCLI.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/ConstantsContext.h
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/DiagnosticInfo.cpp
    M llvm/lib/IR/Globals.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/InlineAsm.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Module.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/IR/SafepointIRVerifier.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/Caching.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/LTOCodeGenerator.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/LineEditor/LineEditor.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCDwarf.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
    M llvm/lib/MC/MCSubtargetInfo.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/MC/SubtargetFeature.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/Object/COFFImportFile.cpp
    M llvm/lib/Object/COFFModuleDefinition.cpp
    M llvm/lib/Object/IRSymtab.cpp
    M llvm/lib/Object/ModuleSymbolTable.cpp
    M llvm/lib/Object/SymbolSize.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/Object/WindowsResource.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Option/Arg.cpp
    M llvm/lib/Option/ArgList.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Remarks/BitstreamRemarkParser.cpp
    M llvm/lib/Remarks/RemarkLinker.cpp
    M llvm/lib/Remarks/YAMLRemarkParser.h
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/Debug.cpp
    M llvm/lib/Support/DebugCounter.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/lib/Support/FileCollector.cpp
    M llvm/lib/Support/GraphWriter.cpp
    M llvm/lib/Support/LockFileManager.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/Process.cpp
    M llvm/lib/Support/Regex.cpp
    M llvm/lib/Support/Signals.cpp
    M llvm/lib/Support/SourceMgr.cpp
    M llvm/lib/Support/SpecialCaseList.cpp
    M llvm/lib/Support/TarWriter.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/ToolOutputFile.cpp
    M llvm/lib/Support/Unix/Host.inc
    M llvm/lib/Support/Unix/Memory.inc
    M llvm/lib/Support/Unix/Program.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/SetTheory.cpp
    M llvm/lib/TableGen/TGParser.cpp
    M llvm/lib/TableGen/TGParser.h
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    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/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/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
    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/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    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/AMDGPULibFunc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.h
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
    M llvm/lib/Target/AMDGPU/GCNIterativeScheduler.h
    M llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
    M llvm/lib/Target/AMDGPU/GCNRegPressure.h
    M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
    M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
    M llvm/lib/Target/AMDGPU/R600FrameLowering.h
    M llvm/lib/Target/AMDGPU/R600InstrInfo.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/SIInsertSkips.cpp
    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/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    A llvm/lib/Target/AMDGPU/SIPostRABundler.cpp
    A llvm/lib/Target/AMDGPU/SIRemoveShortExecBranches.cpp
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/ARC/ARCInstrInfo.cpp
    M llvm/lib/Target/ARC/ARCTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
    M llvm/lib/Target/ARM/ARMBasicBlockInfo.h
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrNEON.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMMCInstLower.cpp
    M llvm/lib/Target/ARM/ARMParallelDSP.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/AVR/AVRFrameLowering.cpp
    M llvm/lib/Target/AVR/AVRTargetMachine.cpp
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BTFDebug.cpp
    M llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
    M llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
    M llvm/lib/Target/Hexagon/Hexagon.td
    M llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
    M llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
    M llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
    M llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
    M llvm/lib/Target/Hexagon/HexagonDepArch.h
    M llvm/lib/Target/Hexagon/HexagonDepDecoders.inc
    M llvm/lib/Target/Hexagon/HexagonDepIICScalar.td
    M llvm/lib/Target/Hexagon/HexagonDepOperands.td
    M llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.h
    M llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonSchedule.td
    A llvm/lib/Target/Hexagon/HexagonScheduleV67T.td
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.h
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
    M llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
    M llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.h
    M llvm/lib/Target/Lanai/LanaiSubtarget.cpp
    M llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
    M llvm/lib/Target/MSP430/MSP430Subtarget.cpp
    M llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
    M llvm/lib/Target/Mips/Mips16HardFloat.cpp
    M llvm/lib/Target/Mips/MipsCallLowering.cpp
    M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
    M llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
    M llvm/lib/Target/Mips/MipsInstrFormats.td
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsLegalizerInfo.h
    M llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
    M llvm/lib/Target/Mips/MipsSubtarget.cpp
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
    M llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
    M llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
    M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
    M llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
    A llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
    M llvm/lib/Target/PowerPC/PPC.h
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrFormats.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    A llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCScheduleP9.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrFormats.td
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoA.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoC.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoM.td
    A llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    A llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    A llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/RISCV/RISCVSubtarget.cpp
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
    M llvm/lib/Target/Sparc/SparcSubtarget.cpp
    M llvm/lib/Target/Sparc/SparcTargetMachine.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
    M llvm/lib/Target/TargetMachine.cpp
    M llvm/lib/Target/TargetMachineC.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/VE/CMakeLists.txt
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
    A llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
    M llvm/lib/Target/VE/VECallingConv.td
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrFormats.td
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    A llvm/lib/Target/VE/VEMachineFunctionInfo.cpp
    A llvm/lib/Target/VE/VEMachineFunctionInfo.h
    M llvm/lib/Target/VE/VERegisterInfo.cpp
    M llvm/lib/Target/VE/VERegisterInfo.td
    M llvm/lib/Target/VE/VESubtarget.cpp
    M llvm/lib/Target/VE/VETargetMachine.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
    M llvm/lib/Target/WebAssembly/WebAssembly.td
    M llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISD.def
    M llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
    M llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrFMA.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InterleavedAccess.cpp
    M llvm/lib/Target/X86/X86LegalizerInfo.cpp
    M llvm/lib/Target/X86/X86LegalizerInfo.h
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86ScheduleBdVer2.td
    M llvm/lib/Target/X86/X86ScheduleZnver2.td
    M llvm/lib/Target/X86/X86Subtarget.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
    M llvm/lib/Target/XCore/XCoreTargetMachine.cpp
    M llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
    M llvm/lib/TextAPI/MachO/InterfaceFile.cpp
    M llvm/lib/TextAPI/MachO/TextStub.cpp
    M llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    M llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
    M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/BlockExtractor.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/GlobalDCE.cpp
    M llvm/lib/Transforms/IPO/GlobalSplit.cpp
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/SampleProfile.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/InstCombineCasts.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/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/DataFlowSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
    M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/LoopUnroll.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Utils/ModuleUtils.cpp
    M llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
    M llvm/lib/Transforms/Utils/SSAUpdater.cpp

  Log Message:
  -----------
  [DPWBS-1239] Merge community master into htc/master

The following TriCore files needed to be touched due to changes
in the upstream community:

TriCoreMCTargetDesc.cpp:     adcd02683856c30ba6f349279509acecd90063df
TriCoreSubtarget.cpp:        adcd02683856c30ba6f349279509acecd90063df
TriCoreLegalizerInfo.cpp/.h: c5fffa4da35f0fcc89b5ea88cc1bc60bc475a18e

The following tests were updated/deleted due to changes in the
GlobalISel legalizer:

xfail-legalize-non-pow-2-memory.mir:   dc141af7553871b94f0d7cb4b1f2096578a923be
                                       9965b12fd1bcb78396fbea2c28d80068e43b31a3
legalize-load-store.mir:               dc141af7553871b94f0d7cb4b1f2096578a923be
                                       9965b12fd1bcb78396fbea2c28d80068e43b31a3
legalize-unmerge-values{-invalid}.mir: 2a160ba5b0ad065ee7020c787e7f896416be3faa


  Commit: e52ac30a16a28185920fcc4c5a2d283b94f6640f
      https://github.com/llvm/llvm-project/commit/e52ac30a16a28185920fcc4c5a2d283b94f6640f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1155,DPWBS-1156] refactor(InstructionSelector): implement G_SDIV, G_SREM in TableGen

GlobalISel gained support for complex nodes in EXTRACT_SUBREG, enabling
G_SDIV and G_SREM to be implemented in TableGen, rather than C++.


  Commit: da400f0112f9b7ed26aec9a1ead96e810332a231
      https://github.com/llvm/llvm-project/commit/da400f0112f9b7ed26aec9a1ead96e810332a231
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-udiv.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-urem.mir

  Log Message:
  -----------
  [DPWBS-1189,DPWBS-1190] feat(Legalizer): add support for G_UDIV, G_UREM

Unsigned division and remainder follows the same rules as signed
division and remainder: 32-bit is legal as-is, while 64-bit needs a
libcall for division and lowering for remainder.

add missing tests for srem, sdiv

add tests for urem, udiv


  Commit: 86da695ab5eb857d873a882dab7722a495fbbb03
      https://github.com/llvm/llvm-project/commit/86da695ab5eb857d873a882dab7722a495fbbb03
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1189,DPWBS-1190] feat(RegisterBankSelect): add support for G_UDIV, G_UREM

add regbank tests for G_UDIV, G_UREM


  Commit: 717ed16896564c2ac76959b72a4e6f3bfe420574
      https://github.com/llvm/llvm-project/commit/717ed16896564c2ac76959b72a4e6f3bfe420574
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1189,DPWBS-1190] feat(InstructionSelector): select G_UDIV, G_UREM to target instructions

Unsigned division and remainder can be selected similarly to signed
division/remainder by using the unsigned opcode.

add selection tests for unsigned division/remainder


  Commit: af7c9c38dfb72542edf7ce9bcfe9d709952286d5
      https://github.com/llvm/llvm-project/commit/af7c9c38dfb72542edf7ce9bcfe9d709952286d5
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptoui.mir

  Log Message:
  -----------
  [DPWBS-1182] Adding legality rule for G_FPTOUI and the corresponding test cases.


  Commit: c77e7f403d638134bde48ada9f44c360894dae48
      https://github.com/llvm/llvm-project/commit/c77e7f403d638134bde48ada9f44c360894dae48
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fptoui.mir

  Log Message:
  -----------
  [DPWBS-1182] Adding RegsiterBank selection test cases for G_FPTOUI. The selection handled by default.


  Commit: da4df7e01604b998710d61b85baebdea1b19cbbe
      https://github.com/llvm/llvm-project/commit/da4df7e01604b998710d61b85baebdea1b19cbbe
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fptoui.mir

  Log Message:
  -----------
  [DPWBS-1182] Adding Instruction Selection pattern for G_FPTOUI and the corresponding test cases.


  Commit: 57d0f0a53a983c8ef23193bbccefb197b6a9ad0b
      https://github.com/llvm/llvm-project/commit/57d0f0a53a983c8ef23193bbccefb197b6a9ad0b
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-uitofp.mir

  Log Message:
  -----------
  [DPWBS-1185] Adding legality rule for G_UITOFP and the corresponding test cases.


  Commit: 323fe807c1e27b3bd316572e5433d5f2dc8804bb
      https://github.com/llvm/llvm-project/commit/323fe807c1e27b3bd316572e5433d5f2dc8804bb
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-uitofp.mir

  Log Message:
  -----------
  [DPWBS-1185] Adding RegsiterBank selection test cases for G_UITOFP. The selection handled by default.


  Commit: 50eade6314e2e7f063e504be80bffa077b19d611
      https://github.com/llvm/llvm-project/commit/50eade6314e2e7f063e504be80bffa077b19d611
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-uitofp.mir

  Log Message:
  -----------
  [DPWBS-1185] Adding Instruction Selection pattern for G_UITOFP and the corresponding test cases.


  Commit: 8f07d2eb983136fecf5b7d2e59b671b351efdaef
      https://github.com/llvm/llvm-project/commit/8f07d2eb983136fecf5b7d2e59b671b351efdaef
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fabs.mir

  Log Message:
  -----------
  [DPWBS-1188] Adding legality rule for G_FABS and the corresponding test cases.


  Commit: f380fbd0e3aa827703b959b3966aa51c791d10e9
      https://github.com/llvm/llvm-project/commit/f380fbd0e3aa827703b959b3966aa51c791d10e9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fabs.mir

  Log Message:
  -----------
  [DPWBS-1188] Adding RegsiterBank selection test cases for G_FABS. The selection handled by default.


  Commit: 6e8b592f2ad563e6acac08ea051f1b9e3c9507cb
      https://github.com/llvm/llvm-project/commit/6e8b592f2ad563e6acac08ea051f1b9e3c9507cb
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fabs.mir

  Log Message:
  -----------
  [DPWBS-1188] Adding Instruction Selection pattern for G_FABS and the corresponding test cases.


  Commit: 7b7e11d8502c3cd7e93e10540e189dae937afba3
      https://github.com/llvm/llvm-project/commit/7b7e11d8502c3cd7e93e10540e189dae937afba3
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fadd.mir

  Log Message:
  -----------
  [DPWBS-1179] Adding legality rule for G_FADD


  Commit: 4a3aeae272c1b42441f9b1444ad539756da89ed5
      https://github.com/llvm/llvm-project/commit/4a3aeae272c1b42441f9b1444ad539756da89ed5
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1179] Adding RegisterBank selection for G_FADD


  Commit: de58a23317c41a449887bfd1965720bc846d6213
      https://github.com/llvm/llvm-project/commit/de58a23317c41a449887bfd1965720bc846d6213
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1179] Adding Instruction Selection support for G_FADD


  Commit: 3f079798efdf9d575f38b8374f7eb245750a5b6d
      https://github.com/llvm/llvm-project/commit/3f079798efdf9d575f38b8374f7eb245750a5b6d
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fsub.mir

  Log Message:
  -----------
  [DPWBS-1176] Adding legality rule for G_FSUB and the corresponding test cases.


  Commit: 14c96ba03fb5d14c4aa40f5dfef400284d2e2369
      https://github.com/llvm/llvm-project/commit/14c96ba03fb5d14c4aa40f5dfef400284d2e2369
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1176] Adding RegisterBank selection for G_FSUB and the corresponding test case.


  Commit: 955e81a54863dcd80bde135e980b7e40b3cf5705
      https://github.com/llvm/llvm-project/commit/955e81a54863dcd80bde135e980b7e40b3cf5705
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1176] Adding Instruction Selection support for G_FSUB and the corresponding test case.


  Commit: 545282c5145f58fdd908f0bcd1287d73cc895af2
      https://github.com/llvm/llvm-project/commit/545282c5145f58fdd908f0bcd1287d73cc895af2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll

  Log Message:
  -----------
  [DPWBS-1041] Generate the CHECK-lines for callingconv.ll and call-translator.ll tests.

This is done in preparation for __float16 support.


  Commit: 5959f9edb61d195c3248a50d41c7c6a738273c51
      https://github.com/llvm/llvm-project/commit/5959f9edb61d195c3248a50d41c7c6a738273c51
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll

  Log Message:
  -----------
  [DPWBS-1041] Add missing test cases for float and double


  Commit: def687b9200367e212012059f495ff68623b6125
      https://github.com/llvm/llvm-project/commit/def687b9200367e212012059f495ff68623b6125
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M clang/test/CodeGen/tricore-abi.c
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll

  Log Message:
  -----------
  [DPWBS-1041] Add calling convention support for half-float argument and return types.

While the front-end does not allow __fp16 types to be used as function argument or
return types, we still need to support calling builtin functions with these types
from the backend.


  Commit: 8b2f602c931efee3cd5425240984d8832ad19856
      https://github.com/llvm/llvm-project/commit/8b2f602c931efee3cd5425240984d8832ad19856
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fmul.mir

  Log Message:
  -----------
  [DPWBS-1180] Adding legality rule for G_FMUL and the corresponding test cases.


  Commit: 7d4d4eaf6cf88a3a72ab21f0c0666618c2cae4ee
      https://github.com/llvm/llvm-project/commit/7d4d4eaf6cf88a3a72ab21f0c0666618c2cae4ee
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1180] Adding RegisterBank selection for G_FMUL and the corresponding test case.


  Commit: 484a04633895e7d72c03f471aef074e88b4c7cc2
      https://github.com/llvm/llvm-project/commit/484a04633895e7d72c03f471aef074e88b4c7cc2
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1180] Adding Instruction Selection support for G_FMUL and the corresponding test case.


  Commit: 4259174b98a8078bf3a5578ccec0365c883e11e5
      https://github.com/llvm/llvm-project/commit/4259174b98a8078bf3a5578ccec0365c883e11e5
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fdiv.mir

  Log Message:
  -----------
  [DPWBS-1183] Adding legality rule for G_FDIV and the corresponding test cases.


  Commit: 940a2b2e3abe9d88f944da5d0a6554c2903c793e
      https://github.com/llvm/llvm-project/commit/940a2b2e3abe9d88f944da5d0a6554c2903c793e
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1183] Adding RegisterBank selection for G_FDIV and the corresponding test case.


  Commit: d4390e4f21cd3b11ad4de58de74ee814c9f5c0fc
      https://github.com/llvm/llvm-project/commit/d4390e4f21cd3b11ad4de58de74ee814c9f5c0fc
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1183] Adding Instruction Selection support for G_FDIV and the corresponding test case.


  Commit: 51025422667c73653bccf4aab226360c43a4a1b5
      https://github.com/llvm/llvm-project/commit/51025422667c73653bccf4aab226360c43a4a1b5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    R llvm/lib/Target/TriCore/MCTargetDesc/TriCoreBaseInfo.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/lib/Target/TriCore/Utils/TriCoreBaseInfo.h

  Log Message:
  -----------
  [DPWBS-1120] refactor(BaseInfo): move TriCoreBaseInfo.h to Utils subfolder


  Commit: 63783c1da7c5d189f02e4cb642ef3d73fd60d666
      https://github.com/llvm/llvm-project/commit/63783c1da7c5d189f02e4cb642ef3d73fd60d666
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.cpp
    M llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.h
    M llvm/lib/Target/TriCore/TriCore.td

  Log Message:
  -----------
  [DPWBS-1120] feat(InstPrinter): pass subtarget to instruction printer

This is in preparation for named CSFR operands support


  Commit: 3466b4b6c310b232982bdc5293e26c8023dc0540
      https://github.com/llvm/llvm-project/commit/3466b4b6c310b232982bdc5293e26c8023dc0540
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/LLVMBuild.txt
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/InstPrinter/LLVMBuild.txt
    M llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.cpp
    M llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.h
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/lib/Target/TriCore/TriCoreSystemOperands.td
    A llvm/lib/Target/TriCore/Utils/CMakeLists.txt
    A llvm/lib/Target/TriCore/Utils/LLVMBuild.txt
    A llvm/lib/Target/TriCore/Utils/TriCoreBaseInfo.cpp
    M llvm/lib/Target/TriCore/Utils/TriCoreBaseInfo.h
    M llvm/test/MC/TriCore/addition-and-subtraction-valid.s
    M llvm/test/MC/TriCore/address-arithmetic-valid.s
    A llvm/test/MC/TriCore/csfr-names-invalid.s
    A llvm/test/MC/TriCore/csfr-names.s
    M llvm/test/MC/TriCore/move-to-address-valid.s
    M llvm/test/MC/TriCore/system-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1120] feat(SystemOperands): add support for named CSFRs

This commit adds support for using named system registers (e.g. $psw) in
instructions which support a uimm16 immediate operand. Named system
registers are parsed and printed as an immediate. MFCR, MTCR, MFDCR and
MTDCR print the system register names.

For these instructions an immediate input is interpreted and printed as
a named system register, if a register matching the encoding is known.

add assembler tests for named system register operands


  Commit: 20f554a1d61e5fcf3cadcc2951f12f538626dbd1
      https://github.com/llvm/llvm-project/commit/20f554a1d61e5fcf3cadcc2951f12f538626dbd1
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp

  Log Message:
  -----------
  [DPWBS-1120] chore(AsmParser): remove unused variable


  Commit: 6b992bb03fd7dae81a6bbb69a104334a8ffe0a9b
      https://github.com/llvm/llvm-project/commit/6b992bb03fd7dae81a6bbb69a104334a8ffe0a9b
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-float-cmp.mir

  Log Message:
  -----------
  [DPWBS-1174] feat(Legalizer): add legalization rules for G_FCMP

We support single precision floating point compares  on all architectures we care
about. Double precision operations however have to be emulated in software prior
to TC18. These routines are part of the compiler-rt builtins, or libgcc respectively.

This change adds tests for every possible comparison predicate. The necessary information
for validating the correct library calls and icmp predicates can be found here:

Definition of the expected result for the given LLVM IR comparison predicate:
https://llvm.org/docs/LangRef.html#i-fcmp

Definition of the operation of the respective library calls in compiler-rt:
https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/builtins/comparedf2.c

Official documentation from GNU (to which the compiler-rt implementations comply to):
https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html#Soft-float-library-routines

Mapping from runtime libcall enum value to function name:
llvm/include/llvm/IR/RuntimeLibcalls.def


  Commit: 85b902dee87b6d47d67e2ea2bc15ab93e9e4e3d2
      https://github.com/llvm/llvm-project/commit/85b902dee87b6d47d67e2ea2bc15ab93e9e4e3d2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-float-cmp.mir

  Log Message:
  -----------
  [DPWBS-1174] feat(RegBankSelect): Add tests for G_FCMP

Since we can only have scalar types with the G_FCMP instruction,
this is already handled in our default bank selection.

Add a test for s32 and s64 compares.


  Commit: 1f12ae3b99406911e75c34c6d6ee92069c3341ad
      https://github.com/llvm/llvm-project/commit/1f12ae3b99406911e75c34c6d6ee92069c3341ad
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-float-cmp.mir

  Log Message:
  -----------
  [DPWBS-1174] feat(InstructionSelector): select G_FCMP

Half of the comparisons can be selected through TableGen. For the
rest, we need to access the result of the comparison multiple times,
which we cannot express in TableGen.

Tests are added for all predicates and supported types.


  Commit: b43faf877bede208553700808bc5dc8ec1292251
      https://github.com/llvm/llvm-project/commit/b43faf877bede208553700808bc5dc8ec1292251
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ffloor.mir

  Log Message:
  -----------
  [DPWBS-1186] Adding legality rule for G_FFLOOR


  Commit: 326aa803a24696ab797db04e3dd29812c7a0f220
      https://github.com/llvm/llvm-project/commit/326aa803a24696ab797db04e3dd29812c7a0f220
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M .clang-tidy
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/QueryDriverDatabase.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/TUScheduler.h
    M clang-tools-extra/clangd/Threading.cpp
    M clang-tools-extra/clangd/index/Ref.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolID.h
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/test/system-include-extractor.test
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-using/modernize-use-using.h
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-qualified-auto.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-cxx17.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    M clang/.clang-tidy
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/HardwareAssistedAddressSanitizerDesign.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    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/LangOptions.def
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/SemaConcept.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.h
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/opencl-c.h
    A clang/lib/Headers/openmp_wrappers/new
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.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/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/Iterator.h
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/fuchsia_lock.c
    A clang/test/Analysis/fuchsia_lock_impl.c
    A clang/test/Analysis/html_diagnostics/td-hotfix.c
    A clang/test/Analysis/html_diagnostics/variable-popups-macro.c
    A clang/test/Analysis/html_diagnostics/variable-popups-multiple.c
    A clang/test/Analysis/html_diagnostics/variable-popups-simple.c
    M clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp
    M clang/test/Analysis/padding_cpp.cpp
    M clang/test/Analysis/padding_message.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/lit.local.cfg
    A clang/test/Analysis/scan-build/plist_html_output.test
    A clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/stl-algorithm-modeling-aggressive-std-find-modeling.cpp
    A clang/test/Analysis/stl-algorithm-modeling.cpp
    M clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    M clang/test/CXX/class/class.local/p4.cpp
    M clang/test/CXX/class/class.mem/p13.cpp
    M clang/test/CXX/class/class.union/p2-0x.cpp
    M clang/test/CXX/drs/dr20xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    A clang/test/CXX/over/over.match/over.match.best/p2.cpp
    M clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    M clang/test/CodeGen/aapcs-bitfield.c
    M clang/test/CodeGen/arm-mve-intrinsics/admin.c
    A clang/test/CodeGen/arm-mve-intrinsics/dup.c
    A clang/test/CodeGen/arm-mve-intrinsics/idup.c
    A clang/test/CodeGen/arm-mve-intrinsics/reinterpret.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/avx512f-builtins-constrained.c
    A clang/test/CodeGen/builtin-preserve-access-index-typedef.c
    A clang/test/CodeGen/builtins-memcpy-inline.c
    M clang/test/CodeGen/denormalfpmode.c
    A clang/test/CodeGen/fma-builtins-constrained.c
    A clang/test/CodeGen/lifetime-call-temp.c
    A clang/test/CodeGen/semantic-interposition.c
    A clang/test/CodeGen/sse-builtins-constrained.c
    A clang/test/CodeGen/stack-clash-protection.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/wasm-arguments.c
    M clang/test/CodeGen/x86_64-profiling-keep-fp.c
    M clang/test/CodeGenCUDA/flush-denormals.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    A clang/test/CodeGenCXX/amdgcn-call-with-aggarg.cpp
    M clang/test/CodeGenCXX/catch-undef-behavior.cpp
    M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    A clang/test/CodeGenCXX/debug-info-block-invocation-linkage-name.cpp
    A clang/test/CodeGenCXX/dereferenceable.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    M clang/test/CodeGenCXX/lambda-expressions-nested-linkage.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    A clang/test/CodeGenObjC/ubsan-nullability-return-unreachable.m
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld.lld
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang_f_opts.c
    A clang/test/Driver/crash-report-with-asserts.c
    M clang/test/Driver/crash-report.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    M clang/test/Driver/denormal-fp-math.c
    M clang/test/Driver/freebsd.c
    A clang/test/Driver/fsemantic-interposition.c
    R clang/test/Driver/gold-lto.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    A clang/test/Driver/hip-host-cpu-features.hip
    R clang/test/Driver/lto-plugin-darwin.c
    R clang/test/Driver/lto-plugin-linux.c
    R clang/test/Driver/lto-plugin-windows.c
    M clang/test/Driver/lto.c
    M clang/test/Driver/lto.cu
    A clang/test/Driver/stack-clash-protection.c
    A clang/test/Driver/sycl.c
    A clang/test/Driver/systemz-float-01.c
    A clang/test/Driver/systemz-float-02.c
    M clang/test/Driver/thinlto.c
    M clang/test/Driver/thinlto.cu
    M clang/test/FixIt/fixit.cpp
    M clang/test/Misc/warning-wall.c
    M clang/test/Modules/submodules-merge-defs.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_capture_codegen.cpp
    M clang/test/OpenMP/atomic_messages.cpp
    M clang/test/OpenMP/atomic_read_codegen.c
    M clang/test/OpenMP/atomic_update_codegen.cpp
    M clang/test/OpenMP/atomic_write_codegen.c
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/distribute_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_simd_misc_messages.c
    M clang/test/OpenMP/flush_ast_print.cpp
    M clang/test/OpenMP/flush_codegen.cpp
    M clang/test/OpenMP/flush_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_misc_messages.c
    M clang/test/OpenMP/for_simd_ast_print.cpp
    M clang/test/OpenMP/for_simd_misc_messages.c
    M clang/test/OpenMP/master_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/parallel_master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/simd_ast_print.cpp
    M clang/test/OpenMP/simd_misc_messages.c
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_order_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_misc_messages.c
    M clang/test/OpenMP/taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/taskloop_simd_misc_messages.c
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_simd_messages.cpp
    M clang/test/Parser/builtin_classify_type.c
    M clang/test/Parser/cxx-decl.cpp
    M clang/test/Parser/cxx2a-abbreviated-templates.cpp
    M clang/test/Parser/max-tokens.cpp
    M clang/test/Preprocessor/arm-target-features.c
    A clang/test/Preprocessor/hip-host-cpu-macros.cu
    M clang/test/Sema/arm-mve-immediates.c
    A clang/test/Sema/builtins-memcpy-inline.c
    M clang/test/Sema/constant-builtins.c
    A clang/test/Sema/fallthrough-comment.c
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/attr-require-constant-initialization.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/constexpr-printing.cpp
    M clang/test/SemaCXX/constexpr-value-init.cpp
    M clang/test/SemaCXX/constructor.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/cxx2a-three-way-comparison.cpp
    M clang/test/SemaCXX/destructor.cpp
    M clang/test/SemaCXX/linkage.cpp
    M clang/test/SemaCXX/linkage2.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    M clang/test/SemaCXX/undefined-internal.cpp
    M clang/test/SemaCXX/warn-missing-variable-declarations.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaCXX/warn-unused-filescoped.cpp
    M clang/test/SemaCXX/warn-unused-local-typedef.cpp
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/extension-version.cl
    A clang/test/SemaOpenCLCXX/address-space-castoperators.cl
    M clang/test/SemaOpenCLCXX/address-space-deduction.cl
    M clang/test/SemaOpenCLCXX/address-space-references.cl
    A clang/test/SemaTemplate/instantiate-abbreviated-template.cpp
    M clang/test/SemaTemplate/instantiate-function-2.cpp
    M clang/test/SemaTemplate/instantiate-requires-clause.cpp
    M clang/test/SemaTemplate/instantiate-self.cpp
    A clang/test/SemaTemplate/instantiate-template-argument.cpp
    M clang/test/VFS/external-names.c
    M clang/tools/clang-shlib/CMakeLists.txt
    M clang/tools/diagtool/DiagnosticNames.h
    M clang/tools/diagtool/TreeView.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/perf-training/CMakeLists.txt
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/include/sanitizer/linux_syscall_hooks.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    A compiler-rt/lib/gwp_asan/common.cpp
    A compiler-rt/lib/gwp_asan/common.h
    A compiler-rt/lib/gwp_asan/crash_handler.cpp
    A compiler-rt/lib/gwp_asan/crash_handler.h
    M compiler-rt/lib/gwp_asan/definitions.h
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/optional/backtrace.h
    M compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
    M compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
    M compiler-rt/lib/gwp_asan/optional/options_parser.cpp
    A compiler-rt/lib/gwp_asan/optional/segv_handler.h
    A compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
    M compiler-rt/lib/gwp_asan/options.h
    M compiler-rt/lib/gwp_asan/options.inc
    A compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    A compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
    M compiler-rt/lib/gwp_asan/random.cpp
    M compiler-rt/lib/gwp_asan/random.h
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/gwp_asan/tests/basic.cpp
    A compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.h
    A compiler-rt/lib/gwp_asan/tests/late_init.cpp
    M compiler-rt/lib/gwp_asan/tests/optional/printf_sanitizer_common.cpp
    M compiler-rt/lib/gwp_asan/tests/thread_contention.cpp
    A compiler-rt/lib/gwp_asan/utilities.h
    M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_freebsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
    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/sanitizer_common/sanitizer_platform_limits_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
    M compiler-rt/lib/scudo/CMakeLists.txt
    M compiler-rt/lib/scudo/scudo_allocator.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/dataflow.test
    A compiler-rt/test/fuzzer/focus-function.test
    R compiler-rt/test/fuzzer/target-function.test
    M compiler-rt/test/gwp_asan/double_delete.cpp
    M compiler-rt/test/gwp_asan/double_deletea.cpp
    M compiler-rt/test/gwp_asan/double_free.cpp
    M compiler-rt/test/gwp_asan/heap_buffer_overflow.cpp
    M compiler-rt/test/gwp_asan/heap_buffer_underflow.cpp
    M compiler-rt/test/gwp_asan/invalid_free_left.cpp
    M compiler-rt/test/gwp_asan/invalid_free_right.cpp
    M compiler-rt/test/gwp_asan/realloc.cpp
    M compiler-rt/test/gwp_asan/use_after_delete.cpp
    M compiler-rt/test/gwp_asan/use_after_deletea.cpp
    M compiler-rt/test/gwp_asan/use_after_free.cpp
    M compiler-rt/test/msan/Linux/syscalls.cpp
    A compiler-rt/test/msan/sigaltstack.cpp
    M compiler-rt/test/tsan/CMakeLists.txt
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/utils/generate_netbsd_ioctls.awk
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    R debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.cpp
    R debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.gdb
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/docs/header_generation.rst
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/cacheline_size.h.def
    A libc/src/string/memory_utils/cacheline_size_aarch64.h.inc
    A libc/src/string/memory_utils/cacheline_size_arm.h.inc
    A libc/src/string/memory_utils/cacheline_size_ppc64.h.inc
    A libc/src/string/memory_utils/cacheline_size_x86.h.inc
    A libc/src/string/memory_utils/cacheline_size_x86_64.h.inc
    A libc/src/string/memory_utils/utils.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/utils_test.cpp
    M libclc/generic/include/clc/math/rsqrt.h
    M libclc/generic/lib/SOURCES
    M libclc/generic/lib/math/asin.cl
    R libclc/generic/lib/math/asin.inc
    A libclc/generic/lib/math/rsqrt.cl
    M libclc/r600/lib/SOURCES
    A libclc/r600/lib/math/native_rsqrt.cl
    A libclc/r600/lib/math/rsqrt.cl
    M libcxx/test/CMakeLists.txt
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxxabi/src/cxa_exception.h
    M libunwind/src/UnwindCursor.hpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Writer.cpp
    M lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/compressed-input-alignment.test
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/common-symbol-alignment.test
    M lld/test/ELF/invalid/dynamic-section-broken.test
    M lld/test/ELF/invalid/symbol-name.test
    M lld/test/ELF/invalid/symtab-sh-info.s
    M lld/test/ELF/linkerscript/at.s
    M lld/test/ELF/linkerscript/at2.test
    M lld/test/ELF/linkerscript/at4.s
    M lld/test/ELF/linkerscript/memory-at.test
    A lld/test/ELF/lto/thinlto-time-trace.ll
    M lld/test/ELF/mips-elf-flags-err.test
    M lld/test/ELF/mips-fp-flags-err.test
    A lld/test/ELF/time-trace.s
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/docs/resources/build.rst
    M lldb/docs/resources/test.rst
    M lldb/docs/status/releases.rst
    M lldb/docs/status/status.rst
    M lldb/docs/use/formatting.rst
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    R lldb/include/lldb/Core/ClangForward.h
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Expression/IRInterpreter.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    R lldb/include/lldb/Symbol/ClangASTImporter.h
    R lldb/include/lldb/Symbol/ClangASTMetadata.h
    R lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
    R lldb/include/lldb/Symbol/ClangUtil.h
    R lldb/include/lldb/Symbol/CxxModuleHandler.h
    M lldb/include/lldb/Symbol/Type.h
    R lldb/include/lldb/Symbol/TypeSystemClang.h
    A lldb/include/lldb/Target/AssertFrameRecognizer.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/SharedCluster.h
    M lldb/include/lldb/Utility/SharingPtr.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/__init__.py
    M lldb/packages/Python/lldbsuite/test/api/listeners/TestListener.py
    M lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Test11588.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/TestStaticInitializers.py
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
    M lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformCommand.py
    M lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
    M lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
    M lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.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/breakpoint/comp_dir_symlink/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCCF.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
    M lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/packages/Python/lldbsuite/test/functionalities/multiword-commands/TestMultiWordCommands.py
    A lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/TestNoASanExceptionAfterEvalOP_piece.py
    A lldb/packages/Python/lldbsuite/test/functionalities/optimized_code/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
    M lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py
    M lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py
    M lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py
    M lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
    M lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py
    M lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/function-qualifiers/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/TestCallOverriddenMethod.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/main.cpp
    M lldb/packages/Python/lldbsuite/test/lang/cpp/stl/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py
    M lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
    M lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/main.m
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py
    M lldb/packages/Python/lldbsuite/test/linux/add-symbols/Makefile
    M lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile
    M lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/Makefile
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
    M lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
    M lldb/packages/Python/lldbsuite/test/macosx/universal/Makefile
    M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
    M lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/Makefile
    M lldb/packages/Python/lldbsuite/test/python_api/formatters/Makefile
    M lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/Makefile
    M lldb/packages/Python/lldbsuite/test/source-manager/Makefile
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py
    M lldb/packages/Python/lldbsuite/test/types/AbstractBase.py
    M lldb/packages/Python/lldbsuite/test/types/TestCharType.py
    M lldb/packages/Python/lldbsuite/test/types/TestCharTypeExpr.py
    M lldb/packages/Python/lldbsuite/test/types/TestIntegerType.py
    M lldb/packages/Python/lldbsuite/test/types/TestIntegerTypeExpr.py
    M lldb/packages/Python/lldbsuite/test/types/TestLongTypes.py
    M lldb/packages/Python/lldbsuite/test/types/TestLongTypesExpr.py
    M lldb/packages/Python/lldbsuite/test/types/TestShortType.py
    M lldb/packages/Python/lldbsuite/test/types/TestShortTypeExpr.py
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBFileSpec.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBStructuredData.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThread.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Core/CMakeLists.txt
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectCast.cpp
    M lldb/source/Core/ValueObjectConstResult.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/Core/ValueObjectMemory.cpp
    M lldb/source/Core/ValueObjectRegister.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/DataFormatters/FormatCache.cpp
    M lldb/source/DataFormatters/LanguageCategory.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Interpreter/CommandAlias.cpp
    M lldb/source/Interpreter/Options.cpp
    A lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    A lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    A lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    A lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    A lldb/source/Plugins/ABI/AArch64/CMakeLists.txt
    A lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    A lldb/source/Plugins/ABI/ARC/ABISysV_arc.h
    A lldb/source/Plugins/ABI/ARC/CMakeLists.txt
    A lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
    A lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
    A lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    A lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
    A lldb/source/Plugins/ABI/ARM/CMakeLists.txt
    M lldb/source/Plugins/ABI/CMakeLists.txt
    A lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
    A lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h
    A lldb/source/Plugins/ABI/Hexagon/CMakeLists.txt
    R lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
    R lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
    R lldb/source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
    R lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    R lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
    R lldb/source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
    R lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
    R lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
    R lldb/source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
    A lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
    A lldb/source/Plugins/ABI/Mips/ABISysV_mips.h
    A lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
    A lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h
    A lldb/source/Plugins/ABI/Mips/CMakeLists.txt
    A lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
    A lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h
    A lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
    A lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h
    A lldb/source/Plugins/ABI/PowerPC/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    R lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.h
    R lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
    R lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h
    R lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
    R lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
    R lldb/source/Plugins/ABI/SysV-arm64/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
    R lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
    R lldb/source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
    R lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
    R lldb/source/Plugins/ABI/SysV-i386/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
    R lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.h
    R lldb/source/Plugins/ABI/SysV-mips/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
    R lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
    R lldb/source/Plugins/ABI/SysV-mips64/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
    R lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
    R lldb/source/Plugins/ABI/SysV-ppc/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
    R lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
    R lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
    R lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h
    R lldb/source/Plugins/ABI/SysV-s390x/CMakeLists.txt
    R lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
    R lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
    R lldb/source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
    A lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    A lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h
    A lldb/source/Plugins/ABI/SystemZ/CMakeLists.txt
    R lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
    R lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.h
    R lldb/source/Plugins/ABI/Windows-x86_64/CMakeLists.txt
    A lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
    A lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
    A lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
    A lldb/source/Plugins/ABI/X86/ABISysV_i386.h
    A lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
    A lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h
    A lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
    A lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
    A lldb/source/Plugins/ABI/X86/CMakeLists.txt
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    A lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    A lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    A lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    A lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    A lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/ObjC/CF.cpp
    M lldb/source/Plugins/Language/ObjC/CMakeLists.txt
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSError.cpp
    M lldb/source/Plugins/Language/ObjC/NSException.cpp
    M lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.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/CMakeLists.txt
    A lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
    A lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.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/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
    M lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    A lldb/source/Plugins/TypeSystem/CMakeLists.txt
    A lldb/source/Plugins/TypeSystem/Clang/CMakeLists.txt
    A lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    A lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Symbol/CMakeLists.txt
    R lldb/source/Symbol/ClangASTImporter.cpp
    R lldb/source/Symbol/ClangASTMetadata.cpp
    R lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
    R lldb/source/Symbol/ClangUtil.cpp
    R lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    R lldb/source/Symbol/TypeSystemClang.cpp
    A lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/ReproducerInstrumentation.cpp
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/Shell/CMakeLists.txt
    M lldb/test/Shell/Heap/heap-cstr.test
    M lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
    A lldb/test/Shell/Recognizer/Inputs/assert.c
    A lldb/test/Shell/Recognizer/assert.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/DNB.h
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/debugserver/source/RNBServices.cpp
    M lldb/tools/lldb-instr/Instrument.cpp
    M lldb/tools/lldb-test/SystemInitializerTest.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/Expression/CMakeLists.txt
    M lldb/unittests/Expression/ClangExpressionDeclMapTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Symbol/CMakeLists.txt
    M lldb/unittests/Symbol/TestClangASTImporter.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/SymbolFile/PDB/CMakeLists.txt
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/CMakeLists.txt
    A lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/TestingSupport/CMakeLists.txt
    A lldb/unittests/TestingSupport/Symbol/CMakeLists.txt
    M lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
    A lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.cpp
    A lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.h
    M lldb/unittests/TestingSupport/module.modulemap
    M lldb/unittests/Utility/CMakeLists.txt
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
    A lldb/unittests/Utility/SharedClusterTest.cpp
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M lldb/utils/lldb-repro/CMakeLists.txt
    M llvm/.clang-tidy
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    A llvm/docs/AMDGPU/AMDGPUAsmGFX1011.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst
    A llvm/docs/AMDGPU/gfx1011_src32_0.rst
    A llvm/docs/AMDGPU/gfx1011_src32_1.rst
    A llvm/docs/AMDGPU/gfx1011_type_dev.rst
    A llvm/docs/AMDGPU/gfx1011_vdst32_0.rst
    A llvm/docs/AMDGPU/gfx1011_vsrc32_0.rst
    M llvm/docs/AMDGPU/gfx908_saddr_flat_global.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/CommandGuide/llvm-exegesis.rst
    M llvm/docs/CommandGuide/llvm-extract.rst
    M llvm/docs/CommandGuide/llvm-mca.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Remarks.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/doxygen.cfg.in
    M llvm/examples/Bye/CMakeLists.txt
    M llvm/examples/CMakeLists.txt
    A llvm/examples/ThinLtoJIT/CMakeLists.txt
    A llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.cpp
    A llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.h
    A llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    A llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
    A llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    A llvm/examples/ThinLtoJIT/ThinLtoJIT.h
    A llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    A llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.h
    A llvm/examples/ThinLtoJIT/bench
    A llvm/examples/ThinLtoJIT/main.cpp
    M llvm/include/llvm/ADT/ArrayRef.h
    M llvm/include/llvm/ADT/DenseMapInfo.h
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/include/llvm/ADT/PointerUnion.h
    M llvm/include/llvm/ADT/SetOperations.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/ilist.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/CallGraph.h
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveVariables.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
    M llvm/include/llvm/CodeGen/MachineSizeOpts.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/TailDuplicator.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/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    A llvm/include/llvm/Frontend/OpenMP/OMPContext.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/DebugInfo.h
    M llvm/include/llvm/IR/GlobalValue.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/include/llvm/IR/LLVMContext.h
    A llvm/include/llvm/IR/LLVMRemarkStreamer.h
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/NoFolder.h
    M llvm/include/llvm/IR/PassManager.h
    A llvm/include/llvm/IR/PassManagerImpl.h
    R llvm/include/llvm/IR/RemarkStreamer.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/Config.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCSectionELF.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    A llvm/include/llvm/Remarks/RemarkStreamer.h
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/Allocator.h
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    A llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
    M llvm/include/llvm/Transforms/Scalar/GVN.h
    M llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    A llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
    A llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/include/llvm/Transforms/Vectorize.h
    A llvm/include/llvm/Transforms/Vectorize/VectorCombine.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CallGraph.cpp
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyCallGraph.cpp
    M llvm/lib/Analysis/LoopAnalysisManager.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
    M llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEInfo.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/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineSizeOpts.cpp
    M llvm/lib/CodeGen/PHIElimination.cpp
    M llvm/lib/CodeGen/PatchableFunction.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.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/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.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.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/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/TailDuplication.cpp
    M llvm/lib/CodeGen/TailDuplicator.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/CodeGen/TypePromotion.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
    M llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
    M llvm/lib/Frontend/OpenMP/CMakeLists.txt
    M llvm/lib/Frontend/OpenMP/OMPConstants.cpp
    A llvm/lib/Frontend/OpenMP/OMPContext.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    R llvm/lib/IR/AttributesCompatFunc.td
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/CMakeLists.txt
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/Globals.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    A llvm/lib/IR/LLVMRemarkStreamer.cpp
    M llvm/lib/IR/Module.cpp
    M llvm/lib/IR/PassManager.cpp
    R llvm/lib/IR/RemarkStreamer.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/LTOCodeGenerator.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Remarks/CMakeLists.txt
    A llvm/lib/Remarks/RemarkStreamer.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CRC.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/TableGen/TGParser.cpp
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    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/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/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.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/AMDGPUCodeGenPrepare.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    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/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    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/AMDGPULowerIntrinsics.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/CaymanInstructions.td
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
    M llvm/lib/Target/AMDGPU/R600Instructions.td
    M llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
    M llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SIRemoveShortExecBranches.cpp
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARC/ARCFrameLowering.cpp
    M llvm/lib/Target/ARC/ARCFrameLowering.h
    M llvm/lib/Target/ARC/ARCISelLowering.cpp
    M llvm/lib/Target/ARC/ARCInstrInfo.cpp
    M llvm/lib/Target/ARC/ARCInstrInfo.h
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.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/ARMInstrVFP.td
    M llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.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/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.h
    M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb1InstrInfo.h
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/AVR/AVRFrameLowering.cpp
    M llvm/lib/Target/AVR/AVRFrameLowering.h
    M llvm/lib/Target/AVR/AVRInstrInfo.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    M llvm/lib/Target/BPF/BPFISelLowering.h
    M llvm/lib/Target/BPF/BPFInstrInfo.cpp
    M llvm/lib/Target/BPF/BPFInstrInfo.h
    M llvm/lib/Target/Hexagon/Hexagon.td
    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/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
    M llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
    M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.h
    M llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
    M llvm/lib/Target/MSP430/MSP430FrameLowering.h
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.h
    M llvm/lib/Target/Mips/Mips16FrameLowering.cpp
    M llvm/lib/Target/Mips/Mips16FrameLowering.h
    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/MipsDelaySlotFiller.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.h
    M llvm/lib/Target/Mips/MipsInstrInfo.h
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.h
    M llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
    M llvm/lib/Target/Mips/MipsSEInstrInfo.h
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.h
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
    M llvm/lib/Target/Sparc/SparcInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZFeatures.td
    M llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZFrameLowering.h
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
    M llvm/lib/Target/SystemZ/SystemZSubtarget.h
    M llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    M llvm/lib/Target/VE/VECallingConv.td
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    M llvm/lib/Target/VE/VEMachineFunctionInfo.h
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
    M llvm/lib/Target/WebAssembly/WebAssemblyISD.def
    M llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86ExpandPseudo.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.h
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/lib/Target/X86/X86InstrFPStack.td
    M llvm/lib/Target/X86/X86InstrFoldTables.cpp
    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/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86PfmCounters.td
    M llvm/lib/Target/X86/X86SchedBroadwell.td
    M llvm/lib/Target/X86/X86SchedHaswell.td
    M llvm/lib/Target/X86/X86SchedSandyBridge.td
    M llvm/lib/Target/X86/X86SchedSkylakeClient.td
    M llvm/lib/Target/X86/X86SchedSkylakeServer.td
    M llvm/lib/Target/X86/X86ScheduleSLM.td
    M llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
    M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
    M llvm/lib/Target/XCore/XCoreFrameLowering.cpp
    M llvm/lib/Target/XCore/XCoreFrameLowering.h
    M llvm/lib/Target/XCore/XCoreISelLowering.cpp
    M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
    M llvm/lib/Target/XCore/XCoreInstrInfo.h
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/CMakeLists.txt
    M llvm/lib/Transforms/IPO/ExtractGV.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/IPO.cpp
    M llvm/lib/Transforms/IPO/LLVMBuild.txt
    M llvm/lib/Transforms/IPO/LoopExtractor.cpp
    A llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.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/InstCombineMulDivRem.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/ObjCARC/ObjCARCOpts.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopPredication.cpp
    M llvm/lib/Transforms/Scalar/LoopRotation.cpp
    M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/LowerAtomic.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    A llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    A llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/SizeOpts.cpp
    M llvm/lib/Transforms/Vectorize/CMakeLists.txt
    A llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/lib/Transforms/Vectorize/Vectorize.cpp
    R llvm/test/Analysis/ConstantFolding/insertelement.ll
    R llvm/test/Analysis/ConstantFolding/shufflevector.ll
    A llvm/test/Analysis/ConstantFolding/vscale-getelementptr.ll
    A llvm/test/Analysis/ConstantFolding/vscale-shufflevector.ll
    M llvm/test/Analysis/ConstantFolding/vscale.ll
    M llvm/test/Analysis/DivergenceAnalysis/AMDGPU/always_uniform.ll
    A llvm/test/Analysis/DivergenceAnalysis/AMDGPU/control-flow-intrinsics.ll
    A llvm/test/Analysis/DivergenceAnalysis/AMDGPU/inline-asm.ll
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-const-bitcast-func.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.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/contract-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/load-addressing-modes.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-and-tbz-tbnz.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-ext-tbz-tbnz.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-shift-tbz-tbnz.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-trunc-tbz-tbnz.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-xor-tbz-tbnz.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/tbnz-slt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/tbz-sgt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/translate-inline-asm.ll
    M llvm/test/CodeGen/AArch64/arm64-anyregcc.ll
    M llvm/test/CodeGen/AArch64/arm64-fp-imm-size.ll
    M llvm/test/CodeGen/AArch64/arm64-fp-imm.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint.ll
    M llvm/test/CodeGen/AArch64/f16-imm.ll
    M llvm/test/CodeGen/AArch64/fp-intrinsics.ll
    M llvm/test/CodeGen/AArch64/memcpy-f128.ll
    M llvm/test/CodeGen/AArch64/patchable-function-entry-bti.ll
    M llvm/test/CodeGen/AArch64/patchable-function-entry-empty.mir
    M llvm/test/CodeGen/AArch64/sve-vscale.ll
    M llvm/test/CodeGen/AArch64/sve2-intrinsics-uniform-dsp.ll
    A llvm/test/CodeGen/AArch64/sve2-mla-unpredicated.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
    M llvm/test/CodeGen/AArch64/win_cst_pool.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-ext-legalizer.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/floor.f64.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fmax_legacy.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fmin_legacy.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    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-atomicrmw-add-global.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-build-vector-trunc.v2s16.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-build-vector.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ctpop.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-extract-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fcanonicalize.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s32.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.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-lshr.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sext-inreg.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-store-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-struct-return-intrinsics.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitreverse.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctpop.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-cttz-zero-undef.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-cttz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fexp2.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-flog.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-flog10.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmad.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmad.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmad.s64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fptoui.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fptrunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.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-insert.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.s.buffer.load.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-lshr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sextload-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shuffle-vector.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shuffle-vector.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.load.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.tbuffer.load.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.tbuffer.load.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.update.dpp.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/mubuf-global.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-s-buffer-load.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-and-s1.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-brcond.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-build-vector-trunc.v2s16.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-build-vector.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctlz-zero-undef.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctlz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctpop.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-cttz-zero-undef.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-cttz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-phi-s1.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-select.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ssube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-uadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-usube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-fdiv.ll
    M llvm/test/CodeGen/AMDGPU/ashr.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/bfe-patterns.ll
    M llvm/test/CodeGen/AMDGPU/bswap.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes.ll
    M llvm/test/CodeGen/AMDGPU/commute-shifts.ll
    M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
    M llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll
    M llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/diverge-switch-default.ll
    M llvm/test/CodeGen/AMDGPU/extract-lowbits.ll
    M llvm/test/CodeGen/AMDGPU/fdiv.f16.ll
    M llvm/test/CodeGen/AMDGPU/fma-combine.ll
    M llvm/test/CodeGen/AMDGPU/fneg-combines.ll
    M llvm/test/CodeGen/AMDGPU/fsqrt.ll
    M llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
    M llvm/test/CodeGen/AMDGPU/inline-asm.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.nsa.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ltolz.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll
    M llvm/test/CodeGen/AMDGPU/loop_break.ll
    A llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics-threshold.ll
    M llvm/test/CodeGen/AMDGPU/lshr.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/merge-stores.ll
    M llvm/test/CodeGen/AMDGPU/multilevel-break.ll
    M llvm/test/CodeGen/AMDGPU/nested-loop-conditions.ll
    M llvm/test/CodeGen/AMDGPU/omod-nsz-flag.mir
    M llvm/test/CodeGen/AMDGPU/r600.bitcast.ll
    M llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
    M llvm/test/CodeGen/AMDGPU/sdiv.ll
    M llvm/test/CodeGen/AMDGPU/sext-in-reg.ll
    M llvm/test/CodeGen/AMDGPU/sgpr-control-flow.ll
    A llvm/test/CodeGen/AMDGPU/shift-select.ll
    M llvm/test/CodeGen/AMDGPU/shl.ll
    M llvm/test/CodeGen/AMDGPU/shl.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/si-annotatecfg-multiple-backedges.ll
    A llvm/test/CodeGen/AMDGPU/si-if-lower-user-terminators.mir
    M llvm/test/CodeGen/AMDGPU/skip-if-dead.ll
    M llvm/test/CodeGen/AMDGPU/smrd.ll
    M llvm/test/CodeGen/AMDGPU/v_swap_b32.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-bitcounts.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/big-endian-neon-fp16-bitconv.ll
    A llvm/test/CodeGen/ARM/codesize-ifcvt.mir
    M llvm/test/CodeGen/ARM/constant-islands.ll
    M llvm/test/CodeGen/ARM/constantfp.ll
    M llvm/test/CodeGen/ARM/debug-info-arg.ll
    M llvm/test/CodeGen/ARM/fp-intrinsics.ll
    R llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
    M llvm/test/CodeGen/ARM/peephole-bitcast.ll
    M llvm/test/CodeGen/ARM/v8m.base-jumptable_alignment.ll
    A llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-strict.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-strict.ll
    A llvm/test/CodeGen/BPF/CORE/no-narrow-load.ll
    A llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct-2.ll
    A llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union-2.ll
    R llvm/test/CodeGen/Generic/dont-remove-empty-preheader.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/GlobalISel/legalizer/ctlz.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/cttz.mir
    A llvm/test/CodeGen/Mips/call-after-trap.ll
    M llvm/test/CodeGen/Mips/cconv/memory-layout.ll
    M llvm/test/CodeGen/PowerPC/CSR-fit.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    A llvm/test/CodeGen/PowerPC/aix-nonzero-zerofill.ll
    R llvm/test/CodeGen/PowerPC/aix-stackargs.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/debuginfo-stackarg.ll
    M llvm/test/CodeGen/PowerPC/float-asmprint.ll
    M llvm/test/CodeGen/PowerPC/mcm-12.ll
    M llvm/test/CodeGen/PowerPC/mcm-4.ll
    A llvm/test/CodeGen/PowerPC/ppc64-alloca-crspill.ll
    A llvm/test/CodeGen/PowerPC/ppc64-crsave.mir
    M llvm/test/CodeGen/PowerPC/ppcf128-endian.ll
    M llvm/test/CodeGen/PowerPC/pr16573.ll
    M llvm/test/CodeGen/PowerPC/reg-scavenging.ll
    M llvm/test/CodeGen/PowerPC/splitstore-check-volatile.ll
    M llvm/test/CodeGen/PowerPC/vsxD-Form-spills.ll
    M llvm/test/CodeGen/RISCV/vararg.ll
    M llvm/test/CodeGen/SystemZ/args-07.ll
    M llvm/test/CodeGen/SystemZ/fp-const-03.ll
    M llvm/test/CodeGen/SystemZ/fp-const-04.ll
    M llvm/test/CodeGen/SystemZ/fp-const-05.ll
    M llvm/test/CodeGen/SystemZ/fp-const-06.ll
    M llvm/test/CodeGen/SystemZ/fp-const-07.ll
    M llvm/test/CodeGen/SystemZ/fp-const-08.ll
    M llvm/test/CodeGen/SystemZ/fp-const-09.ll
    M llvm/test/CodeGen/SystemZ/fp-const-10.ll
    M llvm/test/CodeGen/SystemZ/fp-const-11.ll
    A llvm/test/CodeGen/SystemZ/soft-float-01.ll
    A llvm/test/CodeGen/SystemZ/soft-float-02.ll
    A llvm/test/CodeGen/SystemZ/soft-float-03.ll
    A llvm/test/CodeGen/SystemZ/soft-float-04.ll
    A llvm/test/CodeGen/SystemZ/soft-float-args.ll
    A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-01.ll
    A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-02.ll
    A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-03.ll
    A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-04.ll
    M llvm/test/CodeGen/SystemZ/vec-abi-align.ll
    M llvm/test/CodeGen/SystemZ/vec-args-06.ll
    M llvm/test/CodeGen/SystemZ/vec-args-07.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/dont-ignore-vctp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-itercount.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-random.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-copy-chain.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-copy-prev-iteration.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/move-def-before-start.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-float-loops.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/non-masked-load.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/non-masked-store.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/remove-elem-moves.mir
    M llvm/test/CodeGen/Thumb2/aligned-constants.ll
    M llvm/test/CodeGen/Thumb2/constant-islands-new-island-padding.ll
    M llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
    M llvm/test/CodeGen/Thumb2/mve-be.ll
    M llvm/test/CodeGen/Thumb2/mve-ctlz.ll
    M llvm/test/CodeGen/Thumb2/mve-ctpop.ll
    M llvm/test/CodeGen/Thumb2/mve-cttz.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/dup.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/idup.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vcvt.ll
    M llvm/test/CodeGen/Thumb2/mve-phireg.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-build-var.ll
    A llvm/test/CodeGen/Thumb2/mve-vecreduce-fadd.ll
    A llvm/test/CodeGen/Thumb2/mve-vecreduce-fminmax.ll
    A llvm/test/CodeGen/Thumb2/mve-vecreduce-fmul.ll
    M llvm/test/CodeGen/Thumb2/mve-vpt-2-blocks-1-pred.mir
    M llvm/test/CodeGen/Thumb2/mve-vpt-block-optnone.mir
    A llvm/test/CodeGen/Thumb2/mve-vpt-preuse.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/VE/fp_extload_truncstore.ll
    A llvm/test/CodeGen/VE/sext_zext_load.ll
    A llvm/test/CodeGen/VE/truncstore.ll
    A llvm/test/CodeGen/VE/va_arg.ll
    A llvm/test/CodeGen/VE/va_callee.ll
    A llvm/test/CodeGen/VE/va_caller.ll
    M llvm/test/CodeGen/WebAssembly/global.ll
    M llvm/test/CodeGen/WebAssembly/libcalls.ll
    M llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll
    M llvm/test/CodeGen/WebAssembly/multivalue.ll
    M llvm/test/CodeGen/WebAssembly/simd-arith.ll
    M llvm/test/CodeGen/WebAssembly/simd-bitcasts.ll
    M llvm/test/CodeGen/WebAssembly/simd-build-pair.ll
    M llvm/test/CodeGen/WebAssembly/simd-comparisons.ll
    M llvm/test/CodeGen/WebAssembly/simd-extended-extract.ll
    M llvm/test/CodeGen/WebAssembly/simd-offset.ll
    M llvm/test/CodeGen/WebAssembly/simd-scalar-to-vector.ll
    M llvm/test/CodeGen/WebAssembly/simd.ll
    M llvm/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
    M llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
    M llvm/test/CodeGen/X86/GlobalISel/legalize-undef.mir
    M llvm/test/CodeGen/X86/atomic-non-integer.ll
    M llvm/test/CodeGen/X86/avg.ll
    M llvm/test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/avx512-insert-extract.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/avx512-masked_memop-16-8.ll
    M llvm/test/CodeGen/X86/avx512-vec-cmp.ll
    M llvm/test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/bitcast-and-setcc-512.ll
    M llvm/test/CodeGen/X86/bitcast-vector-bool.ll
    M llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
    M llvm/test/CodeGen/X86/broadcastm-lowering.ll
    M llvm/test/CodeGen/X86/buildvec-insertvec.ll
    M llvm/test/CodeGen/X86/clz.ll
    A llvm/test/CodeGen/X86/combine-bextr.ll
    M llvm/test/CodeGen/X86/copy-eflags.ll
    M llvm/test/CodeGen/X86/copysign-constant-magnitude.ll
    M llvm/test/CodeGen/X86/cvt16.ll
    M llvm/test/CodeGen/X86/dbg-value-func-arg.ll
    A llvm/test/CodeGen/X86/dont-remove-empty-preheader.ll
    M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
    M llvm/test/CodeGen/X86/extended-fma-contraction.ll
    M llvm/test/CodeGen/X86/fastmath-float-half-conversion.ll
    M llvm/test/CodeGen/X86/flags-copy-lowering.mir
    M llvm/test/CodeGen/X86/float-asmprint.ll
    M llvm/test/CodeGen/X86/fma-commute-x86.ll
    M llvm/test/CodeGen/X86/fma-fneg-combine-2.ll
    M llvm/test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll
    M llvm/test/CodeGen/X86/fma-scalar-memfold.ll
    M llvm/test/CodeGen/X86/fma4-commute-x86.ll
    M llvm/test/CodeGen/X86/fma4-fneg-combine.ll
    M llvm/test/CodeGen/X86/fma4-intrinsics-x86-upgrade.ll
    M llvm/test/CodeGen/X86/fma4-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/fma4-intrinsics-x86_64-folded-load.ll
    M llvm/test/CodeGen/X86/fma4-scalar-memfold.ll
    M llvm/test/CodeGen/X86/fma_patterns.ll
    M llvm/test/CodeGen/X86/fma_patterns_wide.ll
    M llvm/test/CodeGen/X86/fmaddsub-combine.ll
    M llvm/test/CodeGen/X86/fmf-flags.ll
    M llvm/test/CodeGen/X86/fp-immediate-shorten.ll
    M llvm/test/CodeGen/X86/fp-intrinsics-flags.ll
    M llvm/test/CodeGen/X86/fp-intrinsics-fma.ll
    A llvm/test/CodeGen/X86/fp-round.ll
    M llvm/test/CodeGen/X86/fp128-load.ll
    M llvm/test/CodeGen/X86/half.ll
    M llvm/test/CodeGen/X86/horizontal-reduce-smin.ll
    M llvm/test/CodeGen/X86/insertelement-ones.ll
    M llvm/test/CodeGen/X86/intersect-fma-fmf.ll
    R llvm/test/CodeGen/X86/llrint-conv-i32.ll
    M llvm/test/CodeGen/X86/llrint-conv.ll
    R llvm/test/CodeGen/X86/llround-conv-i32.ll
    M llvm/test/CodeGen/X86/llround-conv.ll
    M llvm/test/CodeGen/X86/lrint-conv-i32.ll
    A llvm/test/CodeGen/X86/lrint-conv-i64.ll
    R llvm/test/CodeGen/X86/lrint-conv.ll
    M llvm/test/CodeGen/X86/lround-conv-i32.ll
    A llvm/test/CodeGen/X86/lround-conv-i64.ll
    R llvm/test/CodeGen/X86/lround-conv.ll
    M llvm/test/CodeGen/X86/merge-consecutive-loads-256.ll
    M llvm/test/CodeGen/X86/mxcsr-reg-usage.ll
    M llvm/test/CodeGen/X86/patchable-function-entry-ibt.ll
    M llvm/test/CodeGen/X86/pr13577.ll
    M llvm/test/CodeGen/X86/pr31088.ll
    M llvm/test/CodeGen/X86/pr38533.ll
    M llvm/test/CodeGen/X86/pr40730.ll
    A llvm/test/CodeGen/X86/pr44749.ll
    A llvm/test/CodeGen/X86/pr44812.ll
    M llvm/test/CodeGen/X86/recip-fastmath.ll
    M llvm/test/CodeGen/X86/recip-fastmath2.ll
    M llvm/test/CodeGen/X86/sbb.ll
    A llvm/test/CodeGen/X86/seh-except-restore.ll
    M llvm/test/CodeGen/X86/shl-crash-on-legalize.ll
    M llvm/test/CodeGen/X86/shuffle-extract-subvector.ll
    A llvm/test/CodeGen/X86/stack-clash-dynamic-alloca.ll
    A llvm/test/CodeGen/X86/stack-clash-large.ll
    A llvm/test/CodeGen/X86/stack-clash-medium-natural-probes-mutliple-objects.ll
    A llvm/test/CodeGen/X86/stack-clash-medium-natural-probes.ll
    A llvm/test/CodeGen/X86/stack-clash-medium.ll
    A llvm/test/CodeGen/X86/stack-clash-no-free-probe.ll
    A llvm/test/CodeGen/X86/stack-clash-small.ll
    A llvm/test/CodeGen/X86/stack-clash-unknown-call.ll
    M llvm/test/CodeGen/X86/statepoint-allocas.ll
    M llvm/test/CodeGen/X86/tail-opts.ll
    M llvm/test/CodeGen/X86/vec-copysign.ll
    M llvm/test/CodeGen/X86/vec_cast.ll
    M llvm/test/CodeGen/X86/vec_cast3.ll
    M llvm/test/CodeGen/X86/vec_fp_to_int.ll
    M llvm/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
    M llvm/test/CodeGen/X86/vec_uint_to_fp.ll
    M llvm/test/CodeGen/X86/vector-compare-any_of.ll
    M llvm/test/CodeGen/X86/vector-half-conversions.ll
    M llvm/test/CodeGen/X86/vector-mulfix-legalize.ll
    M llvm/test/CodeGen/X86/vector-reduce-smin.ll
    M llvm/test/CodeGen/X86/vector-shuffle-128-v16.ll
    M llvm/test/CodeGen/X86/vector-shuffle-128-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v64.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
    M llvm/test/CodeGen/X86/vector-shuffle-variable-128.ll
    M llvm/test/CodeGen/X86/wide-fma-contraction.ll
    M llvm/test/CodeGen/X86/win_cst_pool.ll
    M llvm/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll
    M llvm/test/CodeGen/X86/xray-custom-log.ll
    M llvm/test/CodeGen/X86/xray-typed-event-log.ll
    M llvm/test/DebugInfo/ARM/PR16736.ll
    M llvm/test/DebugInfo/ARM/float-stack-arg.ll
    M llvm/test/DebugInfo/COFF/pieces.ll
    M llvm/test/DebugInfo/COFF/types-array-advanced.ll
    R llvm/test/DebugInfo/Generic/codegenprep-value.ll
    R llvm/test/DebugInfo/Generic/sunk-compare.ll
    A llvm/test/DebugInfo/Inputs/fission-hash-local2.ll
    A llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg-multiple-defs.mir
    M llvm/test/DebugInfo/MIR/X86/dbg-stack-value-range.mir
    A llvm/test/DebugInfo/X86/codegenprep-value.ll
    M llvm/test/DebugInfo/X86/convert-debugloc.ll
    M llvm/test/DebugInfo/X86/convert-inlined.ll
    M llvm/test/DebugInfo/X86/convert-linked.ll
    A llvm/test/DebugInfo/X86/convert-loclist.ll
    M llvm/test/DebugInfo/X86/dbg-addr-dse.ll
    M llvm/test/DebugInfo/X86/dbg-addr.ll
    M llvm/test/DebugInfo/X86/debug-macinfo-split-dwarf.ll
    M llvm/test/DebugInfo/X86/dwarfdump-debug-names.s
    A llvm/test/DebugInfo/X86/fission-hash-local.ll
    M llvm/test/DebugInfo/X86/live-debug-variables.ll
    M llvm/test/DebugInfo/X86/live-debug-vars-dse.mir
    M llvm/test/DebugInfo/X86/op_deref.ll
    M llvm/test/DebugInfo/X86/parameters.ll
    M llvm/test/DebugInfo/X86/safestack-byval.ll
    R llvm/test/DebugInfo/X86/safestack-deref.ll
    M llvm/test/DebugInfo/X86/spill-indirect-nrvo.ll
    M llvm/test/DebugInfo/X86/spill-nontrivial-param.ll
    M llvm/test/DebugInfo/X86/sret.ll
    R llvm/test/DebugInfo/X86/stack-arg-deref.ll
    M llvm/test/DebugInfo/X86/stringpool.ll
    A llvm/test/DebugInfo/X86/sunk-compare.ll
    M llvm/test/DebugInfo/X86/vla.ll
    M llvm/test/Feature/load_extension.ll
    M llvm/test/Feature/optnone-opt.ll
    M llvm/test/FileCheck/check-empty.txt
    A llvm/test/Linker/Inputs/module-max-warn.ll
    A llvm/test/Linker/module-max-warn.ll
    M llvm/test/MC/AArch64/ete-sysregs.s
    M llvm/test/MC/AArch64/gicv3-regs.s
    M llvm/test/MC/AArch64/trace-regs.s
    M llvm/test/MC/AMDGPU/gfx10_asm_all.s
    M llvm/test/MC/ARM/directive-tlsdescseq.s
    A llvm/test/MC/ARM/directives-case_insensitive.s
    A llvm/test/MC/ARM/equal-rdhi-rdlo-diagnostics.s
    M llvm/test/MC/ARM/v8_IT_manual.s
    M llvm/test/MC/AVR/inst-break.s
    M llvm/test/MC/AVR/inst-des.s
    M llvm/test/MC/AVR/inst-eicall.s
    M llvm/test/MC/AVR/inst-eijmp.s
    M llvm/test/MC/AVR/inst-family-set-clr-flag.s
    M llvm/test/MC/AVR/inst-icall.s
    M llvm/test/MC/AVR/inst-ijmp.s
    M llvm/test/MC/AVR/inst-nop.s
    M llvm/test/MC/AVR/inst-ret.s
    M llvm/test/MC/AVR/inst-reti.s
    M llvm/test/MC/AVR/inst-sleep.s
    M llvm/test/MC/AVR/inst-wdr.s
    M llvm/test/MC/Disassembler/AArch64/ete.txt
    M llvm/test/MC/Disassembler/AArch64/gicv3-regs.txt
    M llvm/test/MC/Disassembler/AArch64/trace-regs.txt
    M llvm/test/MC/Disassembler/ARM/clrm.txt
    R llvm/test/MC/ELF/metadata-declaration-errors.s
    A llvm/test/MC/ELF/section-linkorder-error.s
    R llvm/test/MC/ELF/section-metadata-err1.s
    R llvm/test/MC/ELF/section-metadata-err2.s
    R llvm/test/MC/ELF/section-metadata-err3.s
    R llvm/test/MC/ELF/section-metadata-err4.s
    A llvm/test/MC/RISCV/pseudo-jump-invalid.s
    A llvm/test/MC/RISCV/pseudo-jump.s
    M llvm/test/MC/WebAssembly/debug-info.ll
    R llvm/test/Object/readobj-shared-object.test
    R llvm/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
    A llvm/test/Other/X86/2007-04-24-eliminate-mostly-empty-blocks.ll
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-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
    M llvm/test/TableGen/BitsInit.td
    A llvm/test/Transforms/AggressiveInstCombine/trunc_select.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/live_called_from_dead.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/PR16052.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
    M llvm/test/Transforms/Attributor/align.ll
    M llvm/test/Transforms/Attributor/dereferenceable-1.ll
    M llvm/test/Transforms/Attributor/liveness.ll
    M llvm/test/Transforms/Attributor/noalias.ll
    M llvm/test/Transforms/Attributor/norecurse.ll
    M llvm/test/Transforms/Attributor/range.ll
    M llvm/test/Transforms/Attributor/undefined_behavior.ll
    M llvm/test/Transforms/Attributor/willreturn.ll
    A llvm/test/Transforms/CodeExtractor/LoopExtractor.ll
    A llvm/test/Transforms/CodeExtractor/LoopExtractor_crash.ll
    A llvm/test/Transforms/CodeExtractor/LoopExtractor_infinite.ll
    A llvm/test/Transforms/CodeExtractor/LoopExtractor_min_wrapper.ll
    R llvm/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/2008-11-24-RAUW-Self.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/bitreverse-hang.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/gep-unmerging.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/invariant.group.ll
    M llvm/test/Transforms/CodeGenPrepare/X86/memset_chk-simplify-nobuiltin.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/nonintegral.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/section-samplepgo.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/section.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/split-indirect-loop.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/statepoint-relocate.ll
    A llvm/test/Transforms/CodeGenPrepare/X86/widenable-condition.ll
    R llvm/test/Transforms/CodeGenPrepare/bitreverse-hang.ll
    M llvm/test/Transforms/CodeGenPrepare/dom-tree.ll
    R llvm/test/Transforms/CodeGenPrepare/gep-unmerging.ll
    R llvm/test/Transforms/CodeGenPrepare/invariant.group.ll
    R llvm/test/Transforms/CodeGenPrepare/nonintegral.ll
    R llvm/test/Transforms/CodeGenPrepare/section-samplepgo.ll
    R llvm/test/Transforms/CodeGenPrepare/section.ll
    M llvm/test/Transforms/CodeGenPrepare/skip-merging-case-block.ll
    R llvm/test/Transforms/CodeGenPrepare/split-indirect-loop.ll
    R llvm/test/Transforms/CodeGenPrepare/statepoint-relocate.ll
    R llvm/test/Transforms/CodeGenPrepare/widenable-condition.ll
    A llvm/test/Transforms/EarlyCSE/AMDGPU/intrinsics.ll
    A llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg
    A llvm/test/Transforms/EarlyCSE/PowerPC/read-reg.ll
    A llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg
    A llvm/test/Transforms/EarlyCSE/X86/preserve_memoryssa.ll
    R llvm/test/Transforms/EarlyCSE/intrinsics.ll
    R llvm/test/Transforms/EarlyCSE/preserve_memoryssa.ll
    R llvm/test/Transforms/EarlyCSE/read-reg.ll
    A llvm/test/Transforms/GVN/PRE/pre-load-in-loop.ll
    M llvm/test/Transforms/IPConstantProp/multiple_callbacks.ll
    M llvm/test/Transforms/IRCE/add-metadata-pre-post-loops.ll
    M llvm/test/Transforms/IRCE/bad-loop-structure.ll
    M llvm/test/Transforms/IRCE/bad_expander.ll
    M llvm/test/Transforms/IRCE/bug-loop-varying-upper-limit.ll
    M llvm/test/Transforms/IRCE/bug-mismatched-types.ll
    M llvm/test/Transforms/IRCE/clamp.ll
    M llvm/test/Transforms/IRCE/conjunctive-checks.ll
    M llvm/test/Transforms/IRCE/correct-loop-info.ll
    M llvm/test/Transforms/IRCE/decrementing-loop.ll
    M llvm/test/Transforms/IRCE/empty_ranges.ll
    M llvm/test/Transforms/IRCE/eq_ne.ll
    M llvm/test/Transforms/IRCE/low-becount.ll
    M llvm/test/Transforms/IRCE/multiple-access-no-preloop.ll
    A llvm/test/Transforms/IRCE/non-loop-invariant-rhs-instr.ll
    M llvm/test/Transforms/IRCE/non_known_positive_end.ll
    M llvm/test/Transforms/IRCE/not-likely-taken.ll
    M llvm/test/Transforms/IRCE/only-lower-check.ll
    M llvm/test/Transforms/IRCE/only-upper-check.ll
    M llvm/test/Transforms/IRCE/pre_post_loops.ll
    M llvm/test/Transforms/IRCE/range_intersect_miscompile.ll
    M llvm/test/Transforms/IRCE/ranges_of_different_types.ll
    M llvm/test/Transforms/IRCE/rc-negative-bound.ll
    M llvm/test/Transforms/IRCE/single-access-no-preloop.ll
    M llvm/test/Transforms/IRCE/single-access-with-preloop.ll
    M llvm/test/Transforms/IRCE/skip-profitability-checks.ll
    M llvm/test/Transforms/IRCE/stride_more_than_1.ll
    M llvm/test/Transforms/IRCE/unhandled.ll
    M llvm/test/Transforms/IRCE/unsigned_comparisons_ugt.ll
    M llvm/test/Transforms/IRCE/unsigned_comparisons_ult.ll
    M llvm/test/Transforms/IRCE/wide_indvar.ll
    M llvm/test/Transforms/IRCE/with-parent-loops.ll
    A llvm/test/Transforms/Inline/inline-semantic-interposition.ll
    A llvm/test/Transforms/Inline/inlinedefault-threshold.ll
    M llvm/test/Transforms/Inline/noalias-calls.ll
    M llvm/test/Transforms/InstCombine/cast_phi.ll
    M llvm/test/Transforms/InstCombine/icmp-custom-dl.ll
    M llvm/test/Transforms/InstCombine/icmp-div-constant.ll
    M llvm/test/Transforms/InstCombine/icmp-mul-zext.ll
    M llvm/test/Transforms/InstCombine/icmp.ll
    M llvm/test/Transforms/InstCombine/mul.ll
    M llvm/test/Transforms/InstCombine/nsw.ll
    A llvm/test/Transforms/InstCombine/pr44541.ll
    A llvm/test/Transforms/InstCombine/pr44835.ll
    M llvm/test/Transforms/InstCombine/shift-add.ll
    A llvm/test/Transforms/InstCombine/strlen_chk.ll
    M llvm/test/Transforms/InstCombine/sub.ll
    A llvm/test/Transforms/InstCombine/usub-overflow-known-by-implied-cond.ll
    M llvm/test/Transforms/InstCombine/vec_shuffle.ll
    A llvm/test/Transforms/JumpThreading/codesize-loop.ll
    A llvm/test/Transforms/JumpThreading/thread-two-bbs1.ll
    A llvm/test/Transforms/JumpThreading/thread-two-bbs2.ll
    A llvm/test/Transforms/JumpThreading/thread-two-bbs3.ll
    A llvm/test/Transforms/JumpThreading/thread-two-bbs4.ll
    A llvm/test/Transforms/JumpThreading/thread-two-bbs5.ll
    M llvm/test/Transforms/LoopVectorize/X86/small-size.ll
    M llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll
    M llvm/test/Transforms/LoopVectorize/induction.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-double.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/strided-store-double.ll
    M llvm/test/Transforms/MemCpyOpt/form-memset.ll
    M llvm/test/Transforms/ObjCARC/inert-global.ll
    A llvm/test/Transforms/OpenMP/gtid.ll
    A llvm/test/Transforms/OpenMP/parallel_deletion.ll
    M llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll
    M llvm/test/Transforms/SLPVectorizer/X86/remark_horcost.ll
    M llvm/test/Transforms/SLPVectorizer/X86/scheduling.ll
    M llvm/test/Transforms/SampleProfile/section-accurate-samplepgo.ll
    A llvm/test/Transforms/Util/assume-builder.ll
    A llvm/test/Transforms/VectorCombine/X86/extract-cmp.ll
    A llvm/test/Transforms/VectorCombine/X86/lit.local.cfg
    A llvm/test/Verifier/module-flags-semantic-interposition.ll
    A llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c
    A llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c.expected
    M llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A llvm/test/tools/UpdateTestChecks/update_cc_test_checks/def-and-decl.test
    M llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test
    M llvm/test/tools/llvm-ar/quick-append.test
    M llvm/test/tools/llvm-dwarfdump/X86/brief.s
    M llvm/test/tools/llvm-dwarfdump/X86/debug_addr_address_size_mismatch.s
    A llvm/test/tools/llvm-extract/keep-constinit.ll
    M llvm/test/tools/llvm-mca/X86/Broadwell/resources-avx2.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-aes.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-avx1.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-avx512.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-avx512vl.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-pclmul.s
    M llvm/test/tools/llvm-mca/X86/Generic/resources-sse42.s
    M llvm/test/tools/llvm-mca/X86/Haswell/resources-avx2.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-aes.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-pclmul.s
    M llvm/test/tools/llvm-mca/X86/SLM/resources-sse42.s
    M llvm/test/tools/llvm-mca/X86/SandyBridge/resources-aes.s
    M llvm/test/tools/llvm-mca/X86/SandyBridge/resources-avx1.s
    M llvm/test/tools/llvm-mca/X86/SandyBridge/resources-clmul.s
    M llvm/test/tools/llvm-mca/X86/SandyBridge/resources-pclmul.s
    M llvm/test/tools/llvm-mca/X86/SandyBridge/resources-sse42.s
    M llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-avx2.s
    M llvm/test/tools/llvm-mca/X86/SkylakeServer/resources-avx2.s
    M llvm/test/tools/llvm-mca/X86/SkylakeServer/resources-avx512.s
    M llvm/test/tools/llvm-mca/X86/SkylakeServer/resources-avx512vl.s
    A llvm/test/tools/llvm-objdump/ARM/unknown-instr.test
    M llvm/test/tools/llvm-objdump/X86/macho-cstring-dump.test
    M llvm/test/tools/llvm-objdump/section-headers.test
    R llvm/test/tools/llvm-readobj/ELF/Inputs/trivial.obj.elf-mipsel
    M llvm/test/tools/llvm-readobj/ELF/addrsig.test
    M llvm/test/tools/llvm-readobj/ELF/broken-dynamic-reloc.test
    A llvm/test/tools/llvm-readobj/ELF/dynamic-reloc-no-section-headers.test
    M llvm/test/tools/llvm-readobj/ELF/dynamic-table-dtnull.s
    M llvm/test/tools/llvm-readobj/ELF/hash-histogram.test
    M llvm/test/tools/llvm-readobj/ELF/packed-relocs.test
    R llvm/test/tools/llvm-readobj/ELF/readelf-s-alias.test
    M llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
    M llvm/test/tools/llvm-readobj/ELF/sections.test
    A llvm/test/tools/obj2yaml/call-graph-profile-section.yaml
    M llvm/test/tools/obj2yaml/dynamic-section-arch-tags.test
    M llvm/test/tools/obj2yaml/elf-llvm-addrsig-section.yaml
    M llvm/test/tools/obj2yaml/relr-section.yaml
    A llvm/test/tools/yaml2obj/ELF/call-graph-profile-section.yaml
    M llvm/test/tools/yaml2obj/ELF/class-endianness.yaml
    M llvm/test/tools/yaml2obj/ELF/emachine.yaml
    M llvm/test/tools/yaml2obj/ELF/llvm-addrsig-section.yaml
    M llvm/test/tools/yaml2obj/ELF/local-symbols.yaml
    M llvm/test/tools/yaml2obj/ELF/reloc-sec-entry-size.yaml
    M llvm/test/tools/yaml2obj/ELF/relr-section.yaml
    M llvm/test/tools/yaml2obj/ELF/stack-sizes.yaml
    M llvm/test/tools/yaml2obj/ELF/symbol-name.yaml
    A llvm/test/tools/yaml2obj/help.test
    R llvm/test/tools/yaml2obj/invalid-output-file.yaml
    A llvm/test/tools/yaml2obj/macro.yaml
    M llvm/test/tools/yaml2obj/multi-doc.yaml
    A llvm/test/tools/yaml2obj/output-file.yaml
    M llvm/tools/bugpoint-passes/CMakeLists.txt
    M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
    M llvm/tools/dsymutil/DwarfStreamer.cpp
    M llvm/tools/dsymutil/DwarfStreamer.h
    M llvm/tools/llc/llc.cpp
    M llvm/tools/llvm-dwarfdump/Statistics.cpp
    M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
    M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
    M llvm/tools/llvm-exegesis/lib/CMakeLists.txt
    M llvm/tools/llvm-exegesis/lib/Clustering.cpp
    A llvm/tools/llvm-exegesis/lib/Error.cpp
    M llvm/tools/llvm-exegesis/lib/Error.h
    M llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
    M llvm/tools/llvm-exegesis/lib/Target.cpp
    M llvm/tools/llvm-exegesis/lib/Target.h
    M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
    M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
    M llvm/tools/llvm-extract/llvm-extract.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/tools/obj2yaml/elf2yaml.cpp
    M llvm/tools/opt/opt.cpp
    M llvm/tools/yaml2obj/yaml2obj.cpp
    M llvm/unittests/ADT/FloatingPointMode.cpp
    M llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
    M llvm/unittests/Analysis/CMakeLists.txt
    M llvm/unittests/Analysis/LazyCallGraphTest.cpp
    M llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
    M llvm/unittests/Analysis/VectorUtilsTest.cpp
    M llvm/unittests/CodeGen/GlobalISel/CSETest.cpp
    M llvm/unittests/CodeGen/GlobalISel/GISelMITest.h
    M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
    M llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
    A llvm/unittests/DebugInfo/DWARF/DWARFAcceleratorTableTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
    M llvm/unittests/Frontend/CMakeLists.txt
    A llvm/unittests/Frontend/OpenMPContextTest.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
    M llvm/unittests/IR/CMakeLists.txt
    M llvm/unittests/IR/LegacyPassManagerTest.cpp
    M llvm/unittests/IR/ModuleTest.cpp
    M llvm/unittests/IR/PassManagerTest.cpp
    M llvm/unittests/Support/AllocatorTest.cpp
    M llvm/unittests/Support/CRCTest.cpp
    M llvm/unittests/Support/TargetParserTest.cpp
    M llvm/unittests/Support/VirtualFileSystemTest.cpp
    M llvm/utils/FileCheck/FileCheck.cpp
    M llvm/utils/TableGen/Attributes.cpp
    M llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
    A llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
    A llvm/utils/gn/secondary/compiler-rt/lib/lsan/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Frontend/OpenMP/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Remarks/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
    M llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/DebugInfo/DWARF/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
    M llvm/utils/release/build_llvm_package.bat
    M llvm/utils/update_cc_test_checks.py
    M mlir/cmake/modules/AddMLIR.cmake
    M mlir/docs/Dialects/Linalg.md
    M mlir/docs/Dialects/SPIR-V.md
    M mlir/docs/LangRef.md
    M mlir/docs/OpDefinitions.md
    A mlir/docs/RationaleLinalgDialect.md
    M mlir/docs/ShapeInference.md
    A mlir/docs/SymbolsAndSymbolTables.md
    M mlir/docs/Traits.md
    M mlir/docs/Tutorials/Toy/Ch-1.md
    M mlir/include/mlir/Analysis/CallGraph.h
    M mlir/include/mlir/Analysis/CallInterfaces.h
    M mlir/include/mlir/Analysis/CallInterfaces.td
    M mlir/include/mlir/Analysis/Passes.h
    A mlir/include/mlir/Conversion/LinalgToSPIRV/LinalgToSPIRV.h
    A mlir/include/mlir/Conversion/LinalgToSPIRV/LinalgToSPIRVPass.h
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
    M mlir/include/mlir/Dialect/AffineOps/AffineOps.td
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/Linalg/EDSC/Builders.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgBase.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgTraits.h
    M mlir/include/mlir/Dialect/Linalg/Passes.h
    M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransformPatterns.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
    M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
    M mlir/include/mlir/Dialect/LoopOps/LoopOps.h
    M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVAtomicOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBitOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVDialect.h
    M mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVLogicalOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h
    M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
    M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
    M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
    M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
    M mlir/include/mlir/EDSC/Builders.h
    M mlir/include/mlir/EDSC/Intrinsics.h
    M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
    M mlir/include/mlir/IR/AsmState.h
    M mlir/include/mlir/IR/BlockAndValueMapping.h
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/include/mlir/Pass/Pass.h
    M mlir/include/mlir/Pass/PassOptions.h
    M mlir/include/mlir/Pass/PassRegistry.h
    M mlir/include/mlir/Quantizer/Support/Statistics.h
    M mlir/include/mlir/TableGen/Attribute.h
    M mlir/include/mlir/TableGen/OpTrait.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    A mlir/include/mlir/Transforms/LocationSnapshot.h
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/lib/Analysis/CMakeLists.txt
    M mlir/lib/Analysis/CallGraph.cpp
    R mlir/lib/Analysis/MemRefBoundCheck.cpp
    R mlir/lib/Analysis/OpStats.cpp
    R mlir/lib/Analysis/TestMemRefDependenceCheck.cpp
    R mlir/lib/Analysis/TestParallelismDetection.cpp
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/lib/Conversion/AffineToStandard/CMakeLists.txt
    M mlir/lib/Conversion/CMakeLists.txt
    M mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
    M mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt
    M mlir/lib/Conversion/GPUToROCDL/CMakeLists.txt
    M mlir/lib/Conversion/GPUToSPIRV/ConvertGPUToSPIRV.cpp
    M mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
    A mlir/lib/Conversion/LinalgToSPIRV/CMakeLists.txt
    A mlir/lib/Conversion/LinalgToSPIRV/LinalgToSPIRV.cpp
    A mlir/lib/Conversion/LinalgToSPIRV/LinalgToSPIRVPass.cpp
    M mlir/lib/Conversion/LoopToStandard/ConvertLoopToStandard.cpp
    M mlir/lib/Conversion/LoopsToGPU/CMakeLists.txt
    M mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp
    M mlir/lib/Conversion/StandardToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
    M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
    M mlir/lib/Conversion/VectorToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Conversion/VectorToLoops/CMakeLists.txt
    M mlir/lib/Dialect/AffineOps/AffineOps.cpp
    M mlir/lib/Dialect/FxpMathOps/CMakeLists.txt
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
    M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
    M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
    M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
    M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
    M mlir/lib/Dialect/LoopOps/CMakeLists.txt
    M mlir/lib/Dialect/LoopOps/LoopOps.cpp
    M mlir/lib/Dialect/OpenMP/CMakeLists.txt
    M mlir/lib/Dialect/QuantOps/CMakeLists.txt
    M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/CMakeLists.txt
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    M mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
    M mlir/lib/Dialect/VectorOps/CMakeLists.txt
    M mlir/lib/Dialect/VectorOps/VectorOps.cpp
    M mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
    M mlir/lib/EDSC/Builders.cpp
    M mlir/lib/EDSC/CMakeLists.txt
    M mlir/lib/ExecutionEngine/CMakeLists.txt
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/lib/Parser/Parser.cpp
    M mlir/lib/Pass/PassRegistry.cpp
    M mlir/lib/Quantizer/CMakeLists.txt
    M mlir/lib/Quantizer/Support/Statistics.cpp
    M mlir/lib/Support/CMakeLists.txt
    M mlir/lib/TableGen/Attribute.cpp
    M mlir/lib/TableGen/Predicate.cpp
    M mlir/lib/TableGen/Type.cpp
    M mlir/lib/Target/CMakeLists.txt
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
    A mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    A mlir/lib/Target/LLVMIR/DebugTranslation.h
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/lib/Transforms/CMakeLists.txt
    M mlir/lib/Transforms/DialectConversion.cpp
    M mlir/lib/Transforms/Inliner.cpp
    A mlir/lib/Transforms/LocationSnapshot.cpp
    A mlir/lib/Transforms/OpStats.cpp
    M mlir/lib/Transforms/StripDebugInfo.cpp
    M mlir/lib/Transforms/Utils/CMakeLists.txt
    M mlir/test/AffineOps/canonicalize.mlir
    M mlir/test/AffineOps/invalid.mlir
    M mlir/test/AffineOps/ops.mlir
    M mlir/test/Conversion/GPUToSPIRV/builtins.mlir
    M mlir/test/Conversion/GPUToSPIRV/load-store.mlir
    A mlir/test/Conversion/LinalgToSPIRV/linalg-to-spirv.mlir
    M mlir/test/Conversion/LoopsToGPU/imperfect_2D.mlir
    M mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir
    A mlir/test/Conversion/LoopsToGPU/no_blocks_no_threads.mlir
    M mlir/test/Conversion/LoopsToGPU/step_one.mlir
    A mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir
    R mlir/test/Conversion/StandardToLLVM/convert-memref-ops.mlir
    A mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
    R mlir/test/Dialect/GPU/canonicalize.mlir
    M mlir/test/Dialect/GPU/invalid.mlir
    M mlir/test/Dialect/GPU/ops.mlir
    M mlir/test/Dialect/GPU/outlining.mlir
    A mlir/test/Dialect/Linalg/fusion-tensor.mlir
    M mlir/test/Dialect/Linalg/fusion.mlir
    M mlir/test/Dialect/Linalg/llvm.mlir
    A mlir/test/Dialect/Linalg/parallel_loops.mlir
    M mlir/test/Dialect/Linalg/roundtrip.mlir
    M mlir/test/Dialect/Linalg/tile.mlir
    M mlir/test/Dialect/Linalg/tile_conv.mlir
    A mlir/test/Dialect/Linalg/tile_parallel.mlir
    M mlir/test/Dialect/SPIRV/CMakeLists.txt
    M mlir/test/Dialect/SPIRV/Serialization/glsl-ops.mlir
    M mlir/test/Dialect/SPIRV/glslops.mlir
    M mlir/test/Dialect/SPIRV/ops.mlir
    M mlir/test/Dialect/SPIRV/target-and-abi.mlir
    M mlir/test/Dialect/SPIRV/target-env.mlir
    M mlir/test/Dialect/VectorOps/invalid.mlir
    M mlir/test/Dialect/VectorOps/ops.mlir
    M mlir/test/Dialect/VectorOps/vector-transforms.mlir
    M mlir/test/EDSC/builder-api-test.cpp
    M mlir/test/IR/parser.mlir
    A mlir/test/Target/llvmir-debug.mlir
    M mlir/test/Target/llvmir-intrinsics.mlir
    M mlir/test/Target/llvmir.mlir
    A mlir/test/Transforms/location-snapshot.mlir
    M mlir/test/Transforms/loop-fusion.mlir
    M mlir/test/Transforms/lower-affine.mlir
    M mlir/test/Transforms/memref-bound-check.mlir
    M mlir/test/lib/IR/CMakeLists.txt
    M mlir/test/lib/TestDialect/CMakeLists.txt
    M mlir/test/lib/TestDialect/TestPatterns.cpp
    M mlir/test/lib/Transforms/CMakeLists.txt
    A mlir/test/lib/Transforms/TestMemRefBoundCheck.cpp
    A mlir/test/lib/Transforms/TestMemRefDependenceCheck.cpp
    A mlir/test/lib/Transforms/TestParallelismDetection.cpp
    A mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir
    M mlir/test/mlir-cpu-runner/mlir_runner_utils.cpp
    M mlir/test/mlir-cuda-runner/all-reduce-op.mlir
    M mlir/test/mlir-cuda-runner/all-reduce-region.mlir
    M mlir/test/mlir-cuda-runner/gpu-to-cubin.mlir
    M mlir/test/mlir-cuda-runner/shuffle.mlir
    M mlir/test/mlir-tblgen/op-format-spec.td
    M mlir/tools/mlir-cpu-runner/CMakeLists.txt
    M mlir/tools/mlir-cuda-runner/CMakeLists.txt
    M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
    M mlir/tools/mlir-opt/CMakeLists.txt
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp
    M mlir/tools/mlir-translate/CMakeLists.txt
    M openmp/cmake/OpenMPTesting.cmake
    M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip
    M openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
    M openmp/runtime/test/CMakeLists.txt
    M openmp/runtime/test/ompt/synchronization/reduction/tree_reduce.c
    M polly/include/polly/ScopPass.h
    M polly/lib/CodeGen/ManagedMemoryRewrite.cpp
    M polly/lib/CodeGen/PPCGCodeGeneration.cpp

  Log Message:
  -----------
  [DPWBS-1325] Merge upstream master into htc/master

The following TriCore specific files needed adaptations:

TriCoreInstrInfo.{h,cpp}: 5c8ba508b223093e30b0c5b764d4ad5107e68b51

The following tests needed adaption due to changes in the GlobalISel legalizer:

legalize-unmerge-values.mir: bc101ffd77738a5ec40fc16689eafaf1fb6fa8d6
legalize-unmerge-values-invalid.mir: bc101ffd77738a5ec40fc16689eafaf1fb6fa8d6
legalize-load-store.mir: ac8a12c874cc7fb133f470549a2a31c59bb4243e


  Commit: 4bbb41e53f6116aeaccaf57fe83599c3c7e0fccd
      https://github.com/llvm/llvm-project/commit/4bbb41e53f6116aeaccaf57fe83599c3c7e0fccd
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fpext.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptrunc.mir

  Log Message:
  -----------
  [DPWBS-1178][DPWBS-1184] fix(Legalizer): adapt legalization rules for G_FPEXT and G_FPTRUNC

TC161 does not support converting from half-precision to single-precision and vice versa.
In those cases, we need to emit a library call. Starting with TC162 the operation is supported
in hardware.


  Commit: ce459c0eeba05a715f8692644fe49736a0b001f1
      https://github.com/llvm/llvm-project/commit/ce459c0eeba05a715f8692644fe49736a0b001f1
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fpext-fptrunc.mir

  Log Message:
  -----------
  [DPWBS-1178][DPWBS-1184] feat(RegBankSelect): Add tests for G_FPEXT and G_FPTRUNC

Since we can only have scalar types with these instruction,
this is already handled in our default bank selection.

Add tests for all legal extensions/truncations.


  Commit: 2b260b86a7f670cb314b9d6f845fd8969423975f
      https://github.com/llvm/llvm-project/commit/2b260b86a7f670cb314b9d6f845fd8969423975f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fpext-fptrunc.mir

  Log Message:
  -----------
  [DPWBS-1178][DPWBS-1184] feat(InstructionSelector): add instruction selection support for G_FPEXT and G_FPTRUNC


  Commit: e919a31d4407d46bc40a0a603b4b25bb89e8722e
      https://github.com/llvm/llvm-project/commit/e919a31d4407d46bc40a0a603b4b25bb89e8722e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-overflow-ops.mir

  Log Message:
  -----------
  [DPWBS-1082] test(Legalizer): add missing tests for overflow ops


  Commit: 5200a8e5aa34ace63844fa44c8a3313347d3b0ab
      https://github.com/llvm/llvm-project/commit/5200a8e5aa34ace63844fa44c8a3313347d3b0ab
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-overflow-ops.mir

  Log Message:
  -----------
  [DPWBS-1299] feat(Legalizer): refactor legalization rule for G_UMULH

add missing tests


  Commit: 28e8413575f14dc3869daae772a14d971a61dff0
      https://github.com/llvm/llvm-project/commit/28e8413575f14dc3869daae772a14d971a61dff0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1299] feat(RegisterBankInfo): use sameKindOfOperandsMapping for G_UMULH

add regbank tests


  Commit: dca886965f978ac56e3839f4a4048fe67536502b
      https://github.com/llvm/llvm-project/commit/dca886965f978ac56e3839f4a4048fe67536502b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1299] feat(InstructionSelector): select G_UMULH to target instruction

G_UMULH is a 64-bit multiplication which returns the high bits of the result

add instruction selection tests


  Commit: f981f311b36d9ce60d5c7e1680423e1abe35f6c2
      https://github.com/llvm/llvm-project/commit/f981f311b36d9ce60d5c7e1680423e1abe35f6c2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp

  Log Message:
  -----------
  [DPWBS-1210] feat(TargetLowering): set the stack pointer register in the TriCoreTargetLowering


  Commit: dece82396c6d74f66770332567e69333747259ed
      https://github.com/llvm/llvm-project/commit/dece82396c6d74f66770332567e69333747259ed
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp

  Log Message:
  -----------
  [DPWBS-1210] chore(TargetLowering): remove unused includes


  Commit: 9d07a5fa9e2b1b6ce9959b4e38f14447f833041c
      https://github.com/llvm/llvm-project/commit/9d07a5fa9e2b1b6ce9959b4e38f14447f833041c
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-dyn-stackalloc.mir

  Log Message:
  -----------
  [DPWBS-1210] feat(Legalizer): lower G_DYN_STACKALLOC

Lowering G_DYN_STACKALLOC generates a stack-pointer subtraction


  Commit: d20ca298a385e25be7134abfd96ee7d0507624a9
      https://github.com/llvm/llvm-project/commit/d20ca298a385e25be7134abfd96ee7d0507624a9
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fceil.mir

  Log Message:
  -----------
  [DPWBS-1187] Adding legality rule for G_FCEIL


  Commit: 131151a912328a143b73efaaf509ee37198f28b6
      https://github.com/llvm/llvm-project/commit/131151a912328a143b73efaaf509ee37198f28b6
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.h
    A llvm/test/CodeGen/TriCore/lower-external-symbol.mir

  Log Message:
  -----------
  [DPWBS-1328] feat(TriCoreMCInstLower): Support MO_ExternalSymbol operands.

The External Symbol machine operands are emitted for external symbols for which
no embedded LLVM IR declaration is available. Since we now emit library calls for
certain operations, we need to handle this operand kind.


  Commit: 0872bf7c974ecc98157f034b6f7baf9c64c2a612
      https://github.com/llvm/llvm-project/commit/0872bf7c974ecc98157f034b6f7baf9c64c2a612
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-1230,DPWBS-1231,DPWBS-1232,DPWBS-1233] style(RegisterInfo): fix code style for subreg indices


  Commit: 14d877fdee66ddbf4e123498de7e576eb3f9a849
      https://github.com/llvm/llvm-project/commit/14d877fdee66ddbf4e123498de7e576eb3f9a849
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td
    M llvm/test/CodeGen/TriCore/copy-phys-reg.mir
    A llvm/test/CodeGen/TriCore/copy-pseudo-register-invalid.mir
    A llvm/test/CodeGen/TriCore/psw-forces-psw_c-spill.mir

  Log Message:
  -----------
  [DPWBS-1230,DPWBS-1231,DPWBS-1232,DPWBS-1233] feat(RegisterInfo,InstrInfo): add pseudo register for carry bit in PSW

The semantics of the carry producing instructions like G_UADDO require
the carry bit as an explicit output and input. On targets like TriCore,
where the carry bit is not directly accessible, this causes a problem
because we cannot produce the explicit carry-bit output/input.

A solution to this problem is to define a pseudo-register which models
the carry bit. During instruction selection, a COPY to/from this pseudo
register is emitted to model the explicit carry bit. This COPY is later
eliminated during register allocation.

The correct modelling between the carry bit pseudo register and the
actual status flags register should prevent the scheduler from putting
status flag updating instructions between usages of this pseudo
register.

add negative tests for pseudo-register copying

update copyPhysReg tests


  Commit: 7a5262a4c57c8657b820cedb3b60dccc83caab3b
      https://github.com/llvm/llvm-project/commit/7a5262a4c57c8657b820cedb3b60dccc83caab3b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-add-sub-carry.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-adde-sube-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-adde-sube.mir

  Log Message:
  -----------
  [DPWBS-1230,DPWBS-1231,DPWBS-1232,DPWBS-1233] feat(InstructionSelector): select add/sub /w carry

add tests for add/sub /w carry


  Commit: 94843c9e915bb78bb2629def9a5c602d27da7124
      https://github.com/llvm/llvm-project/commit/94843c9e915bb78bb2629def9a5c602d27da7124
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/lib/Basic/Targets/TriCore.h
    M clang/lib/Driver/CMakeLists.txt
    A clang/lib/Driver/ToolChains/Arch/TriCore.cpp
    A clang/lib/Driver/ToolChains/Arch/TriCore.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/test/CodeGen/tricore-abi.c
    A clang/test/Driver/tricore-cpus-invalid.c
    A clang/test/Driver/tricore-cpus.c
    A clang/test/Driver/tricore-derivatives.c
    M clang/test/Driver/tricore-features.c
    M clang/test/Driver/tricore-toolchain.c
    A clang/test/Frontend/tricore-derivatives-missing.c
    A clang/test/Frontend/tricore-target-cpu-invalid.c
    M clang/test/Layout/tricore-layout.c
    M clang/test/Layout/tricore-layout.cpp
    M clang/test/Preprocessor/init.c
    A clang/test/Preprocessor/tricore-defines-builtins-xfail.c
    A clang/test/Preprocessor/tricore-defines.c

  Log Message:
  -----------
  [DPWBS-1319] feat(Clang): handle TriCore specific -march and -mcpu

TriCore supports three architectures: TC161, TC162 and TC18. Furthermore
there is support for the following derivatives on each architecture:

TC161: TC21XX, TC22XX, TC23XX, TC26XX, TC27XX, TC29XX, TC2D5D
TC162: TC35XX, TC37XX, TC38XX, TC39XX
TC18 : TC4XX

The user is required to specify at least one of -march or -mcpu.
Setting -march chooses the following defaults for the derivative:

TC161: TC27XX
TC162: TC39XX
TC18 : TC4XX

Setting incompatible -march and -mcpu options (e.g. -march=tc161 -mcpu=tc35xx)
is invalid and produces an error.

The architecture defines the instruction set for the code-gen backend.
The derivative is uninteresting for the backend and only sets
derivative-specific defines.

add extensive -march and -mcpu tests for expected -target-cpu,
-target-feature flags

update tricore specific tests


  Commit: 3f5a9035d497f57be8765a449a4038823723e241
      https://github.com/llvm/llvm-project/commit/3f5a9035d497f57be8765a449a4038823723e241
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-insert.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Add legality rules for G_INSERT


  Commit: a68e6bda22f225542d12a7077c4d1cf07a456255
      https://github.com/llvm/llvm-project/commit/a68e6bda22f225542d12a7077c4d1cf07a456255
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Add register bank selection for G_INSERT


  Commit: 76563d2c534919e962ca3aa53b0c952090b941e2
      https://github.com/llvm/llvm-project/commit/76563d2c534919e962ca3aa53b0c952090b941e2
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Add instruction selection for G_INSERT


  Commit: 62a21e4b69064cba7365f6fbbd3262f6ee877587
      https://github.com/llvm/llvm-project/commit/62a21e4b69064cba7365f6fbbd3262f6ee877587
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fconstant.mir

  Log Message:
  -----------
  [DPWBS-1175] Adding legality rule for G_FCONSTANT and the corresponding test cases.


  Commit: 589b0f7186b7069e7ca1717ae000433cf36f15f4
      https://github.com/llvm/llvm-project/commit/589b0f7186b7069e7ca1717ae000433cf36f15f4
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1175] Adding RegisterBank selection for G_FCONSTANT and the corresponding test case.


  Commit: 6d8727a5b33333d446cf302c5e5d1a79486abb15
      https://github.com/llvm/llvm-project/commit/6d8727a5b33333d446cf302c5e5d1a79486abb15
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir

  Log Message:
  -----------
  [DPWBS-1175] Adding Instruction Selection support for G_FCONSTANT and the corresponding test case.


  Commit: 7f51e2b637059d2e1d86b43d8bb459042dd8af24
      https://github.com/llvm/llvm-project/commit/7f51e2b637059d2e1d86b43d8bb459042dd8af24
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/test/Object/TriCore/elf-flags.yaml
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [DPWBS-1113] fix(ELFDumper,ELFYaml): add missing cases for EF_TRICORE_V1_8


  Commit: 967ad13af9c10dd4205839132a161a443e1dc212
      https://github.com/llvm/llvm-project/commit/967ad13af9c10dd4205839132a161a443e1dc212
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFStreamer.cpp
    M llvm/test/MC/TriCore/elf-flags.s
    M llvm/test/MC/TriCore/elf-header.s

  Log Message:
  -----------
  [DPWBS-1153] feat(ELFStreamer): set E_FLAGS depending on selected architecture

add E_FLAGS test for different architectures


  Commit: 0ea1c8244f315e88cf19647f285eb9478d2ec1a3
      https://github.com/llvm/llvm-project/commit/0ea1c8244f315e88cf19647f285eb9478d2ec1a3
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-saddo.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ssubo.mir

  Log Message:
  -----------
  [DPWBS-1234, DPWBS-1236] Add legality rule for G_SADDO and G_SSUBO


  Commit: 9d711633f5133524f9c262584041916b19791122
      https://github.com/llvm/llvm-project/commit/9d711633f5133524f9c262584041916b19791122
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptosi.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptoui.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sitofp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-uitofp.mir

  Log Message:
  -----------
  [DPWBS-1177][DPWBS-1182][DPWBS-111182][DPWBS-1185] fix(LegalizerInfo): add library calls for previously unsupported conversions.


  Commit: b084460bc756aea996f02f2ecd7543a06d8d58c3
      https://github.com/llvm/llvm-project/commit/b084460bc756aea996f02f2ecd7543a06d8d58c3
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td

  Log Message:
  -----------
  [DPWBS-1364] fix(InstrInfo): fix typo in instruction name for CACHE*


  Commit: 0d030cf34d4596930783f8cf60ee642bd931ca2f
      https://github.com/llvm/llvm-project/commit/0d030cf34d4596930783f8cf60ee642bd931ca2f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/relative-indirect-jump-valid.s

  Log Message:
  -----------
  [DPWBS-1364] feat(InstrInfo): implement JRI instruction


  Commit: b49e9e300c16aa029f34e841b794baf28c44584d
      https://github.com/llvm/llvm-project/commit/b49e9e300c16aa029f34e841b794baf28c44584d
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-vastart.mir

  Log Message:
  -----------
  [DPWBS-1211] Adding legalization and test case for G_VASTART.


  Commit: 09e58ad20fcc7208b6e7c878b396c6db81b1dc1b
      https://github.com/llvm/llvm-project/commit/09e58ad20fcc7208b6e7c878b396c6db81b1dc1b
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-vastart.mir

  Log Message:
  -----------
  [DPWBS-1211] Adding registerbank selection test case for G_VASTART.


  Commit: 82d27115d5e7d555389e5345eb24fb17b81330d8
      https://github.com/llvm/llvm-project/commit/82d27115d5e7d555389e5345eb24fb17b81330d8
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/lib/Target/TriCore/TriCoreMachineFunctionInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-vastart.ll

  Log Message:
  -----------
  [DPWBS-1211] Adding instruction selection code and test case for G_VASTART.


  Commit: 1cffc4f6270d8210e352529d94431bdb58247787
      https://github.com/llvm/llvm-project/commit/1cffc4f6270d8210e352529d94431bdb58247787
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ctlz.mir

  Log Message:
  -----------
  [DPWBS-1361] Adding legality rule for G_CTLZ and the corresponding test cases.


  Commit: 6122714fec2ed5807a16ba436ca3d8d774010f57
      https://github.com/llvm/llvm-project/commit/6122714fec2ed5807a16ba436ca3d8d774010f57
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ctlz.mir

  Log Message:
  -----------
  [DPWBS-1361] Adding RegisterBank selection for G_CTLZ and the corresponding test case.


  Commit: 3f811d795d1cc71e3f7759d82e50f40a3322821a
      https://github.com/llvm/llvm-project/commit/3f811d795d1cc71e3f7759d82e50f40a3322821a
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ctlz.mir

  Log Message:
  -----------
  [DPWBS-1361] Adding Instruction Selection support for G_CTLZ and the corresponding test case.


  Commit: 61469bc3c250486ab4a2f52ba77d99f5f0d0c405
      https://github.com/llvm/llvm-project/commit/61469bc3c250486ab4a2f52ba77d99f5f0d0c405
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h

  Log Message:
  -----------
  [DPWBS-1369] Add function to retrieve the size of immediate operands of base+offset and lea instructions.


  Commit: 2d4beebac51af4a7d1bb713baaa0b1ec6914c7c6
      https://github.com/llvm/llvm-project/commit/2d4beebac51af4a7d1bb713baaa0b1ec6914c7c6
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir
    M llvm/test/CodeGen/TriCore/prologue-epilogue.mir

  Log Message:
  -----------
  [DPWBS-1370] refactor(InstrInfo): reorder ADDIH and LEA emission in emitFrameOffset

This allows us to later add a combiner which can eliminate the LEA in case the
low part can be mapped directly into the instruction using the result of LEA.


  Commit: 16467c843697f71267429e19ce9345ec7a044363
      https://github.com/llvm/llvm-project/commit/16467c843697f71267429e19ce9345ec7a044363
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1370] fix(RegisterInfo): fix incorrect check whether offset fits in immediate operand


  Commit: 4904b5e9149aca466cad769343de98fef84ebc04
      https://github.com/llvm/llvm-project/commit/4904b5e9149aca466cad769343de98fef84ebc04
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-insert.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert-s80.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Extend legalizer rules and add new tests


  Commit: 5d02a3f8572e89b66fb34f1173a207c8830298cd
      https://github.com/llvm/llvm-project/commit/5d02a3f8572e89b66fb34f1173a207c8830298cd
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert-s80.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Use the correct check for 'unable to legalize insert'


  Commit: 7bdb159de077fec92b78b3556dac0351c7bf7e8f
      https://github.com/llvm/llvm-project/commit/7bdb159de077fec92b78b3556dac0351c7bf7e8f
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert-s80.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1266] Update run-lines in the tests


  Commit: 2c875873c8a913b097380ba458a9d5cb465966de
      https://github.com/llvm/llvm-project/commit/2c875873c8a913b097380ba458a9d5cb465966de
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp

  Log Message:
  -----------
  [DPWBS-1354] chore(RegisterBankSelect): remove redundant and misleading assertions


  Commit: 54eb299581c6ebf391d55f0a9a00dd626dfbf3b9
      https://github.com/llvm/llvm-project/commit/54eb299581c6ebf391d55f0a9a00dd626dfbf3b9
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreISelLowering.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/jump-table-kind.ll

  Log Message:
  -----------
  [DPWBS-1354] feat(ISelLowering): force Inline for jump table encoding

add test for jump table kind


  Commit: cb850929a05bd5ab3496325a5bcab7e2eface134
      https://github.com/llvm/llvm-project/commit/cb850929a05bd5ab3496325a5bcab7e2eface134
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-jump-table-brjt.mir

  Log Message:
  -----------
  [DPWBS-1354] feat(Legalizer): add support for G_JUMP_TABLE and G_BRJT

add legalizer tests


  Commit: b8343418666738d7601a0feadf9b2501da845bf5
      https://github.com/llvm/llvm-project/commit/b8343418666738d7601a0feadf9b2501da845bf5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-jump-table-brjt.mir

  Log Message:
  -----------
  [DPWBS-1354] test(RegisterBankSelect): add regbank tests for G_JUMP_TABLE, G_BRJT


  Commit: 69ab1a09b4e2d76d78dcedc97a49687b5f9f50f0
      https://github.com/llvm/llvm-project/commit/69ab1a09b4e2d76d78dcedc97a49687b5f9f50f0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-jump-table-brjt-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-jump-table-brjt.mir

  Log Message:
  -----------
  [DPWBS-1354] feat(InstructionSelector): add support for G_BRJT

Emit pseudo instructions for G_BRJT. We assume that G_BRJT always uses
the result of a G_JUMP_TABLE and that G_JUMP_TABLE only has at most one
usage. We use this to eliminate G_JUMP_TABLE and emit a single pseudo
instruction which calculates the address of and jumps to a jump table.

Depending on the addressing mode (static vs PIC) and the target features
(has JRI instruction or not) the JIJumpTable or JIJumpTableTC16XPIC
pseudo is emitted.

These instructions will later be lowered to a series of actual target
instructions. They will also be used to determine the placement of the
jump table.

add selection tests


  Commit: e50428e2bbd5372dae3b7e3df9c5c6f1925b10c8
      https://github.com/llvm/llvm-project/commit/e50428e2bbd5372dae3b7e3df9c5c6f1925b10c8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreJumpTablePass.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    A llvm/test/CodeGen/TriCore/jump-table-placement.mir

  Log Message:
  -----------
  [DPWBS-1354] feat(JumpTablePass): add pass to determine jump table placement

This pass determines the jump table placement by walking the machine
function bottom up and looking for the JIJumpTable[TC16XPIC] pseudo
instruction.

It then inserts a new basic block after the block of the last user and
inserts the JUMPTABLE_INSTS pseudo instruction, which marks where the
jump table should be emitted.

add jump table placement pass test


  Commit: 832c2ecd78a2be72ce183fa94ea89fe34fe1db31
      https://github.com/llvm/llvm-project/commit/832c2ecd78a2be72ce183fa94ea89fe34fe1db31
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.h

  Log Message:
  -----------
  [DPWBS-1354] refactor(MCInstLower): factor out LowerOperand function


  Commit: f94efe7c8491ba9f758076594f6ed9f52aa21e60
      https://github.com/llvm/llvm-project/commit/f94efe7c8491ba9f758076594f6ed9f52aa21e60
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.h

  Log Message:
  -----------
  [DPWBS-1364] refactor(MCInstLower): extract target flag lowering to function


  Commit: e975b4383e03ec4c4a720d9bb16f6a5bd28341c3
      https://github.com/llvm/llvm-project/commit/e975b4383e03ec4c4a720d9bb16f6a5bd28341c3
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x.mir
    A llvm/test/CodeGen/TriCore/lower-jump-table.mir

  Log Message:
  -----------
  [DPWBS-1354] feat(AsmPrinter, MCInstLower): lower pseudo instructions

Lower JIJumpTable to 4 4-byte instructions calculating the address of
and jumping to the jump table.

Lower JIJumpTableTC16XPIC to 11 4-byte instructions calculating the
address of and jumping to the jump table.

Lower JUMPTABLE_INSTS to jump table trampoline

add jump table lowering test

add lowering test for pic


  Commit: 9510df665ed44f8c39d012b795b113d2718c8e9d
      https://github.com/llvm/llvm-project/commit/9510df665ed44f8c39d012b795b113d2718c8e9d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h

  Log Message:
  -----------
  [DPWBS-1354] feat(InstrInfo): implement getInstSizeInBytes

By default all instructions use 4 bytes. The pseudo instructions
JIJumpTable and JIJumpTableTC16XPIC use 16 and 44 bytes respectively.

The JUMPTABLE_INSTS pseudo does not have a static size. Its size is
dependent on the size of the jump table and is encoded in the the last
input argument.


  Commit: 639b464c1c65d0df58ef796ecb8d5243588e5ddf
      https://github.com/llvm/llvm-project/commit/639b464c1c65d0df58ef796ecb8d5243588e5ddf
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ctpop.mir

  Log Message:
  -----------
  [DPWBS-1375] Adding legality rule for G_CTPOP and the corresponding test cases.


  Commit: a5421a87244b20cea3a0363a83aa09d19d2b2c97
      https://github.com/llvm/llvm-project/commit/a5421a87244b20cea3a0363a83aa09d19d2b2c97
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ctpop.mir

  Log Message:
  -----------
  [DPWBS-1375] Adding RegisterBank selection for G_CTPOP and the corresponding test case.


  Commit: c3b49b34f2c47c400f3b363cf0098ef3a3db194f
      https://github.com/llvm/llvm-project/commit/c3b49b34f2c47c400f3b363cf0098ef3a3db194f
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ctpop.mir

  Log Message:
  -----------
  [DPWBS-1375] Adding Instruction Selection support for G_CTPOP and the corresponding test case.


  Commit: 9be58fcd415c4f8bb0b617d915e22717082d2b22
      https://github.com/llvm/llvm-project/commit/9be58fcd415c4f8bb0b617d915e22717082d2b22
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-bswap-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-bswap.mir

  Log Message:
  -----------
  [DPWBS-1382] Add legality rules for G_BSWAP


  Commit: 4375100034f681040d1fbacad13bf53ac920628c
      https://github.com/llvm/llvm-project/commit/4375100034f681040d1fbacad13bf53ac920628c
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-bswap.mir

  Log Message:
  -----------
  [DPWBS-1382] Add regbankselect test for G_BSWAP


  Commit: cc0d31a9f7610275f5cb6e98ccbe2fe0824a4102
      https://github.com/llvm/llvm-project/commit/cc0d31a9f7610275f5cb6e98ccbe2fe0824a4102
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-bswap.mir

  Log Message:
  -----------
  [DPWBS-1382] Add instruction selection for G_BSWAP


  Commit: ab23ff19f870ada375bb372350e21cf654a3c543
      https://github.com/llvm/llvm-project/commit/ab23ff19f870ada375bb372350e21cf654a3c543
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-shifts.mir

  Log Message:
  -----------
  [DPWBS-1163] Re-generate tests before adding new cases.


  Commit: 04320b412cd91b9c39c49211262574a86bd27b6c
      https://github.com/llvm/llvm-project/commit/04320b412cd91b9c39c49211262574a86bd27b6c
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1363] feat(InstructionSelect): add support for immediate instruction variants.

Tests are added for all min/max values of the respective immediate operands as well as +/- 1 to cover
range problems.

There was an off-by-one error in the uimm9 ImmLeaf which was discovered during testing min/max values.


  Commit: 4b9b32fa802dc4c871cf96acc0dc36d62bc10543
      https://github.com/llvm/llvm-project/commit/4b9b32fa802dc4c871cf96acc0dc36d62bc10543
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-shifts.mir

  Log Message:
  -----------
  [DPWBS-1363] feat(InstructionSelect): Add immediate variants for shift operations

Tests are added for all min/max values of the respective immediate operands as well as +/- 1 to cover range problems.


  Commit: 2937df054158b2b3051fc6566f655f6a91fed40e
      https://github.com/llvm/llvm-project/commit/2937df054158b2b3051fc6566f655f6a91fed40e
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-cttz.mir

  Log Message:
  -----------
  [DPWBS-1381] Add legality rules for G_CTTZ


  Commit: da698772a6153258466d4c11dd21be66603edf6f
      https://github.com/llvm/llvm-project/commit/da698772a6153258466d4c11dd21be66603edf6f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M .arcconfig
    M README.md
    R clang-tools-extra/.arcconfig
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.cpp
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.h
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.h
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.h
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.h
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.h
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.h
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.h
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.cpp
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.h
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    M clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.h
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.h
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.h
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.h
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.h
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.h
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.h
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.h
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.h
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.h
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.h
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.cpp
    A clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.h
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.cpp
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.h
    M clang-tools-extra/clang-tidy/objc/MissingHashCheck.cpp
    M clang-tools-extra/clang-tidy/objc/MissingHashCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
    M clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.h
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.h
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.h
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.h
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.h
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.h
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.h
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.h
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang-tools-extra/clangd/Cancellation.cpp
    M clang-tools-extra/clangd/Cancellation.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/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    A clang-tools-extra/clangd/CollectMacros.cpp
    M clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/Selection.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M clang-tools-extra/clangd/Shutdown.h
    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/TUScheduler.h
    M clang-tools-extra/clangd/XRefs.cpp
    R clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Ref.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/test/completion-auto-trigger.test
    M clang-tools-extra/clangd/test/completion-snippets.test
    M clang-tools-extra/clangd/test/completion.test
    M clang-tools-extra/clangd/test/diagnostic-category.test
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics-notes.test
    M clang-tools-extra/clangd/test/diagnostics.test
    M clang-tools-extra/clangd/test/did-change-configuration-params.test
    M clang-tools-extra/clangd/test/execute-command.test
    M clang-tools-extra/clangd/test/fixits-codeaction.test
    M clang-tools-extra/clangd/test/fixits-command.test
    M clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/path-mappings.test
    M clang-tools-extra/clangd/test/protocol.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/type-hierarchy.test
    A clang-tools-extra/clangd/test/version.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CancellationTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    M clang-tools-extra/clangd/unittests/DraftStoreTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.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
    M clang-tools-extra/docs/clang-tidy/checks/misc-definitions-in-headers.rst
    A clang-tools-extra/docs/clang-tidy/checks/misc-no-recursion.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-dealloc-in-category.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
    R clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    R clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    R clang-tools-extra/test/clang-tidy/bugprone-bad-signal-to-kill-thread.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-in-initialization-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-before-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-other.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-in-initialization-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-before-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-other.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wcslen.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers-1z.hpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-no-recursion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-dealloc-in-category.m
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-userliteral.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-make-member-function-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers-check-first-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/empty-database.cpp
    R clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
    R clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    R clang/.arcconfig
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/cmake/caches/Fuchsia-stage2.cmake
    R clang/docs/AttributeReference.rst
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/Block-ABI-Apple.rst
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTConcept.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumper.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/CommentSema.h
    M clang/include/clang/AST/DataCollection.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclObjC.h
    A clang/include/clang/AST/DependencyFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RawCommentList.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/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
    A clang/include/clang/ASTMatchers/GtestMatchers.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/AttributeCommonInfo.h
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsHexagonDep.def
    A clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def
    M clang/include/clang/Basic/BuiltinsMips.def
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/XRayLists.h
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/XRayArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Index/IndexSymbol.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiff.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptions.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/Tooling/Transformer/SourceCode.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/Internals.h
    M clang/lib/ARCMigrate/TransProtectedScope.cpp
    M clang/lib/ARCMigrate/Transforms.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/CommentCommandTraits.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/DataCollection.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    R clang/lib/AST/Interp/Block.cpp
    R clang/lib/AST/Interp/Block.h
    M clang/lib/AST/Interp/Boolean.h
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Context.cpp
    M clang/lib/AST/Interp/Integral.h
    A clang/lib/AST/Interp/InterpBlock.cpp
    A clang/lib/AST/Interp/InterpBlock.h
    M clang/lib/AST/Interp/Pointer.cpp
    M clang/lib/AST/Interp/Pointer.h
    M clang/lib/AST/Interp/Source.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    A clang/lib/ASTMatchers/GtestMatchers.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuilder.h
    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/CGDecl.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/PatternInit.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/DirectoryWatcher/DirectoryScanner.cpp
    M clang/lib/DirectoryWatcher/DirectoryScanner.h
    M clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
    M clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/Ananas.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CloudABI.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/HeaderIncludeGen.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
    M clang/lib/Headers/msa.h
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexSymbol.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.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/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaStmtAsm.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Yaml.h
    A clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
    M clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/Refactoring/ASTSelection.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/RangeSelector.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/test/AST/ast-dump-stmt-json.cpp
    M clang/test/Analysis/Inputs/system-header-simulator.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/casts.c
    A clang/test/Analysis/cert/pos34-c-fp-suppression.cpp
    A clang/test/Analysis/cert/pos34-c.cpp
    A clang/test/Analysis/check-analyzer-fixit.py
    A clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    M clang/test/Analysis/dead-stores.c
    A clang/test/Analysis/debug-exprinspection-istainted.c
    M clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/kmalloc-linux.c
    A clang/test/Analysis/malloc-annotations.cpp
    M clang/test/Analysis/misc-ps.c
    M clang/test/Analysis/misc-ps.m
    M clang/test/Analysis/new-ctor-malloc.cpp
    M clang/test/Analysis/new-ctor-null-throw.cpp
    M clang/test/Analysis/new-ctor-null.cpp
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/ptr-arith.c
    A clang/test/Analysis/std-c-library-functions-eof.c
    M clang/test/Analysis/svalbuilder-logic.c
    M clang/test/Analysis/symbol-reaper.c
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/Analysis/vfork.c
    M clang/test/Analysis/virtualcall-fixits.cpp
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/conv/conv.fctptr/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
    M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-cxx11-nowarn.cpp
    M clang/test/CXX/dcl.decl/p4-0x.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/except/except.handle/p16.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.const/p3-0x.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p8.cpp
    M clang/test/CXX/expr/p13.cpp
    A clang/test/CXX/temp/temp.deduct/p5.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p19.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p9.cpp
    A clang/test/CodeCompletion/included-symlinks.cpp
    A clang/test/CodeGen/PR44896.ll
    M clang/test/CodeGen/aarch64-sve.c
    A clang/test/CodeGen/arm-mve-intrinsics/absneg.c
    M clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vbrsrq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    A clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/avx512f-builtins-constrained.c
    M clang/test/CodeGen/avx512f-builtins.c
    A clang/test/CodeGen/avx512vl-builtins-constrained.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/builtins-hexagon-v66-128B.c
    M clang/test/CodeGen/builtins-hexagon-v66.c
    M clang/test/CodeGen/builtins-hvx128.c
    M clang/test/CodeGen/builtins-hvx64.c
    M clang/test/CodeGen/codemodels.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/const-init.c
    A clang/test/CodeGen/f16c-builtins-constrained.c
    M clang/test/CodeGen/f16c-builtins.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    A clang/test/CodeGen/hexagon-hvx-abi.c
    A clang/test/CodeGen/ignore-exceptions.cpp
    R clang/test/CodeGen/lifetime-call-temp.c
    A clang/test/CodeGen/non-power-of-2-alignment-assumptions.c
    A clang/test/CodeGen/static-init.cpp
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/vectorcall.c
    A clang/test/CodeGen/wasm-call-main.c
    A clang/test/CodeGen/wasm-main.c
    A clang/test/CodeGen/wasm-main_argc_argv.c
    M clang/test/CodeGen/x86_32-arguments-win32.c
    A clang/test/CodeGen/xcoff-comdat.cpp
    A clang/test/CodeGen/xray-attributes-skip-entry-exit.cpp
    M clang/test/CodeGen/xray-ignore-loops.cpp
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/norecurse.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCXX/align-avx-complete-objects.cpp
    R clang/test/CodeGenCXX/amdgcn-call-with-aggarg.cpp
    M clang/test/CodeGenCXX/arm.cpp
    M clang/test/CodeGenCXX/builtin-calling-conv.cpp
    M clang/test/CodeGenCXX/builtin-is-constant-evaluated.cpp
    M clang/test/CodeGenCXX/builtin-operator-new-delete.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
    M clang/test/CodeGenCXX/cxx1z-aligned-allocation.cpp
    A clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/delete-two-arg.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/goto.cpp
    A clang/test/CodeGenCXX/inalloca-overaligned.cpp
    A clang/test/CodeGenCXX/inalloca-vector.cpp
    M clang/test/CodeGenCXX/member-function-pointer-calls.cpp
    M clang/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
    M clang/test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp
    M clang/test/CodeGenCXX/multi-dim-operator-new.cpp
    M clang/test/CodeGenCXX/new-alias.cpp
    M clang/test/CodeGenCXX/new-array-init.cpp
    M clang/test/CodeGenCXX/new-overflow.cpp
    M clang/test/CodeGenCXX/new.cpp
    M clang/test/CodeGenCXX/nullptr.cpp
    M clang/test/CodeGenCXX/operator-new.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-cleanup.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-gro.cpp
    A clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    M clang/test/CodeGenObjC/debug-info-blocks.m
    M clang/test/CodeGenObjCXX/arc-new-delete.mm
    M clang/test/CodeGenObjCXX/copy.mm
    A clang/test/CodeGenObjCXX/ubsan-nullability-return-notypeloc.mm
    M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    A clang/test/CodeGenOpenCL/norecurse.cl
    M clang/test/CoverageMapping/abspath.cpp
    M clang/test/CoverageMapping/ir.c
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtbegin.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtend.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crti.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtn.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib64/crt1.o
    A clang/test/Driver/XRay/xray-ignore-loops-flags.cpp
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aix-as.c
    A clang/test/Driver/arm-cde.c
    M clang/test/Driver/arm-compiler-rt.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/baremetal.cpp
    M clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/clang_f_opts.c
    R clang/test/Driver/code-model.c
    M clang/test/Driver/crash-report.c
    R clang/test/Driver/darwin-arch-default.c
    M clang/test/Driver/darwin-header-search-libstdcxx.cpp
    M clang/test/Driver/darwin-ld-platform-version-ios.c
    M clang/test/Driver/darwin-ld-platform-version-macos.c
    M clang/test/Driver/darwin-ld-platform-version-tvos.c
    M clang/test/Driver/darwin-ld-platform-version-watchos.c
    A clang/test/Driver/default-denormal-fp-math.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/linux-ld.c
    M clang/test/Driver/mbackchain.c
    A clang/test/Driver/mcmodel.c
    M clang/test/Driver/mfentry.c
    M clang/test/Driver/riscv-features.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/unknown-std.cpp
    A clang/test/FixIt/fixit-objc-direct.m
    M clang/test/Frontend/print-header-includes.c
    M clang/test/Index/Core/index-instantiated-source.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Lexer/cxx2a-spaceship.cpp
    M clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/serialized-diags.c
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/PrivateHeaders/A.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/module_private.map
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/Modules/module.private.modulemap
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/PrivateHeaders/Foo_Priv.h
    M clang/test/Modules/Inputs/module.map
    A clang/test/Modules/Inputs/objc_type_param.h
    A clang/test/Modules/fsystem-module.m
    A clang/test/Modules/implicit-private-without-public.m
    A clang/test/Modules/objc-type-param.m
    M clang/test/Modules/pch_container.m
    A clang/test/OpenMP/PR44893.c
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_capture_codegen.cpp
    M clang/test/OpenMP/atomic_messages.c
    M clang/test/OpenMP/atomic_messages.cpp
    M clang/test/OpenMP/atomic_read_codegen.c
    M clang/test/OpenMP/atomic_update_codegen.cpp
    M clang/test/OpenMP/atomic_write_codegen.c
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    A clang/test/OpenMP/depobj_ast_print.cpp
    A clang/test/OpenMP/depobj_codegen.cpp
    A clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/flush_ast_print.cpp
    M clang/test/OpenMP/flush_codegen.cpp
    M clang/test/OpenMP/flush_messages.cpp
    M clang/test/OpenMP/master_taskloop_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    A clang/test/OpenMP/requires_acq_rel_codegen.cpp
    A clang/test/OpenMP/requires_default_atomic_mem_order_messages.cpp
    A clang/test/OpenMP/requires_relaxed_codegen.cpp
    A clang/test/OpenMP/requires_seq_cst_codegen.cpp
    M clang/test/OpenMP/requires_target_messages.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_from_messages.cpp
    M clang/test/OpenMP/target_update_to_messages.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/taskloop_ast_print.cpp
    M clang/test/OpenMP/taskloop_codegen.cpp
    M clang/test/OpenMP/taskwait_codegen.cpp
    M clang/test/OpenMP/taskyield_codegen.cpp
    R clang/test/PCH/codegen.cpp
    M clang/test/Parser/asm-goto.c
    M clang/test/Parser/asm-goto.cpp
    M clang/test/Parser/cxx-ambig-decl-expr.cpp
    M clang/test/Parser/cxx-attributes.cpp
    M clang/test/Parser/cxx1z-decomposition.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Parser/cxx2a-inline-nested-namespace-definition.cpp
    M clang/test/Parser/explicit-bool.cpp
    M clang/test/Preprocessor/Weverything_pragma.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/headermap-rel2.c
    M clang/test/Preprocessor/hexagon-predefines.c
    A clang/test/Preprocessor/init-aarch64.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/pragma_diagnostic.c
    M clang/test/Preprocessor/pushable-diagnostics.c
    M clang/test/Profile/def-assignop.cpp
    M clang/test/Profile/def-ctors.cpp
    M clang/test/Profile/def-dtors.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/alloc-align-attr.c
    M clang/test/Sema/asm-goto.cpp
    M clang/test/Sema/block-call.c
    M clang/test/Sema/block-return.c
    M clang/test/Sema/builtin-stackaddress.c
    M clang/test/Sema/callingconv-ms_abi.c
    M clang/test/Sema/callingconv-sysv_abi.c
    M clang/test/Sema/callingconv.c
    M clang/test/Sema/cast.c
    M clang/test/Sema/conditional-expr.c
    M clang/test/Sema/const-eval.c
    M clang/test/Sema/darwin-align-cast.c
    M clang/test/Sema/exprs.c
    R clang/test/Sema/fallthrough-comment.c
    M clang/test/Sema/init.c
    M clang/test/Sema/offsetof.c
    M clang/test/Sema/overloadable.c
    M clang/test/Sema/pass-object-size.c
    M clang/test/Sema/preserve-call-conv.c
    M clang/test/Sema/static-init.c
    M clang/test/Sema/struct-decl.c
    A clang/test/Sema/warn-documentation-tag-typedef.cpp
    M clang/test/Sema/warn-documentation.cpp
    M clang/test/Sema/warn-documentation.m
    M clang/test/Sema/warn-strict-prototypes.c
    A clang/test/Sema/warn-strict-prototypes.cpp
    M clang/test/Sema/warn-strict-prototypes.m
    M clang/test/Sema/warn-unused-parameters.c
    A clang/test/SemaCUDA/call-kernel-from-kernel.cu
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/addr-of-overloaded-function.cpp
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/builtin-operator-new-delete.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/conversion.cpp
    M clang/test/SemaCXX/cstyle-cast.cpp
    M clang/test/SemaCXX/cxx17-compat.cpp
    M clang/test/SemaCXX/cxx1z-constexpr-lambdas.cpp
    M clang/test/SemaCXX/cxx1z-decomposition.cpp
    M clang/test/SemaCXX/cxx2a-compat.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp
    M clang/test/SemaCXX/decl-microsoft-call-conv.cpp
    M clang/test/SemaCXX/destructor.cpp
    M clang/test/SemaCXX/diagnose_if.cpp
    M clang/test/SemaCXX/goto.cpp
    M clang/test/SemaCXX/int-ptr-cast-SFINAE.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/microsoft-template-shadow.cpp
    M clang/test/SemaCXX/ms-property-error.cpp
    M clang/test/SemaCXX/new-delete.cpp
    M clang/test/SemaCXX/nullptr.cpp
    A clang/test/SemaCXX/operator-new-size-diagnose_if.cpp
    M clang/test/SemaCXX/std-align-val-t-in-operator-new.cpp
    M clang/test/SemaObjC/arc.m
    A clang/test/SemaObjC/category-direct-properties.m
    M clang/test/SemaObjC/comptypes-legal.m
    A clang/test/SemaObjC/dynamic-direct-properties.m
    M clang/test/SemaObjC/externally-retained.m
    M clang/test/SemaObjC/gcc-cast-ext.m
    M clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjC/protocol-archane.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/arc-type-conversion.mm
    M clang/test/SemaObjCXX/comptypes-1.mm
    M clang/test/SemaObjCXX/comptypes-7.mm
    M clang/test/SemaObjCXX/instantiate-expr.mm
    M clang/test/SemaObjCXX/instantiate-stmt.mm
    M clang/test/SemaObjCXX/noescape.mm
    M clang/test/SemaObjCXX/nullability-pragmas.mm
    M clang/test/SemaObjCXX/objc-container-subscripting.mm
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    M clang/test/SemaObjCXX/property-invalid-type.mm
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    M clang/test/SemaTemplate/enum-argument.cpp
    M clang/test/SemaTemplate/extern-templates.cpp
    M clang/test/SemaTemplate/instantiate-member-class.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/operator-template.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    A clang/test/SemaTemplate/value-dependent-bitfield-cond.cpp
    M clang/test/Tooling/ms-asm-no-target.cpp
    A clang/test/clang-rename/TemplateCtor.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A clang/test/utils/update_cc_test_checks/def-and-decl.test
    A clang/test/utils/update_cc_test_checks/lit.local.cfg
    A clang/test/utils/update_cc_test_checks/mangled_names.test
    M clang/tools/clang-format/git-clang-format
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXIndexDataConsumer.cpp
    M clang/tools/libclang/FatalErrorHandler.cpp
    M clang/unittests/AST/ASTContextParentMapTest.cpp
    M clang/unittests/AST/ASTImporterGenericRedeclTest.cpp
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/ASTVectorTest.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    A clang/unittests/ASTMatchers/GtestMatchersTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Rename/RenameClassTest.cpp
    M clang/unittests/Tooling/ASTSelectionTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/www/analyzer/alpha_checks.html
    R clang/www/comparison.html
    M clang/www/compatibility.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/features.html
    M clang/www/index.html
    M clang/www/menu.html.incl
    R compiler-rt/.arcconfig
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/asan/tests/asan_test_utils.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/int_lib.h
    M compiler-rt/lib/builtins/powitf2.c
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFork.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    M compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/options.inc
    M compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
    M compiler-rt/lib/gwp_asan/tests/alignment.cpp
    M compiler-rt/lib/gwp_asan/utilities.h
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_libc.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_rtems.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    A compiler-rt/lib/scudo/standalone/release.cpp
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    A compiler-rt/lib/scudo/standalone/tools/compute_size_class_config.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    M compiler-rt/lib/ubsan/ubsan_checks.inc
    M compiler-rt/lib/ubsan/ubsan_handlers.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/strstr_strict.c
    M compiler-rt/test/asan/lit.site.cfg.py.in
    M compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    M compiler-rt/test/builtins/Unit/muldc3_test.c
    M compiler-rt/test/builtins/Unit/powitf2_test.c
    A compiler-rt/test/dfsan/event_callbacks.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/dataflow.test
    M compiler-rt/test/fuzzer/lit.site.cfg.py.in
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cpp
    M compiler-rt/test/tsan/CMakeLists.txt
    M compiler-rt/test/tsan/deflake.bash
    M compiler-rt/test/tsan/dtls.c
    A compiler-rt/test/tsan/ignore_lib6.cpp
    A compiler-rt/test/tsan/ignore_lib6.cpp.supp
    M compiler-rt/test/tsan/lit.cfg.py
    M compiler-rt/test/tsan/lit.site.cfg.py.in
    M compiler-rt/test/tsan/mutexset7.cpp
    M compiler-rt/test/tsan/tls_race.cpp
    M compiler-rt/test/tsan/tls_race2.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
    M compiler-rt/test/ubsan/lit.site.cfg.py.in
    R debuginfo-tests/.arcconfig
    A debuginfo-tests/dexter/dex/builder/scripts/posix/gcc.sh
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/README.md
    M debuginfo-tests/dexter/dex/debugger/dbgeng/client.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/control.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/setup.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    M debuginfo-tests/lit.cfg.py
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/cpu_features/check_avx.cpp
    A libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_sse.cpp
    A libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/api.td
    A libc/config/linux/signal.h.in
    M libc/config/linux/x86_64/syscall.h.inc
    M libc/config/public_api.td
    A libc/docs/fuzzing.rst
    M libc/docs/source_layout.rst
    A libc/fuzzing/CMakeLists.txt
    A libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    A libc/include/signal.h.def
    A libc/include/stdlib.h.def
    A libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/linux.td
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/math/round/round.cpp
    M libc/src/math/round/round.h
    M libc/src/math/round/round_redirector.cpp
    A libc/src/signal/CMakeLists.txt
    A libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/raise.cpp
    A libc/src/signal/linux/sigaddset.cpp
    A libc/src/signal/linux/sigemptyset.cpp
    A libc/src/signal/linux/signal.h
    A libc/src/signal/linux/sigprocmask.cpp
    A libc/src/signal/raise.h
    A libc/src/signal/sigaddset.h
    A libc/src/signal/sigemptyset.h
    A libc/src/signal/sigprocmask.h
    A libc/src/stdlib/CMakeLists.txt
    A libc/src/stdlib/_Exit.h
    A libc/src/stdlib/abort.cpp
    A libc/src/stdlib/abort.h
    A libc/src/stdlib/linux/CMakeLists.txt
    A libc/src/stdlib/linux/_Exit.cpp
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/CMakeLists.txt
    A libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/raise_test.cpp
    A libc/test/src/signal/sigaddset_test.cpp
    A libc/test/src/signal/sigprocmask_test.cpp
    A libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/_Exit_test.cpp
    A libc/test/src/stdlib/abort_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/README.md
    M libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/README.md
    M libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/ErrnoSetterMatcher.h
    A libc/utils/UnitTest/README.md
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/testutils/CMakeLists.txt
    A libc/utils/testutils/ExecuteFunction.h
    A libc/utils/testutils/ExecuteFunctionUnix.cpp
    A libc/utils/testutils/StreamWrapper.cpp
    A libc/utils/testutils/StreamWrapper.h
    M libclc/CMakeLists.txt
    M libclc/generic/lib/math/acos.cl
    R libclc/generic/lib/math/acos.inc
    R libcxx/.arcconfig
    M libcxx/benchmarks/string.bench.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__bit_reference
    M libcxx/include/__config
    M libcxx/include/__functional_03
    M libcxx/include/__functional_base
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/atomic
    A libcxx/include/barrier
    M libcxx/include/charconv
    M libcxx/include/complex
    M libcxx/include/cstddef
    A libcxx/include/latch
    M libcxx/include/memory
    M libcxx/include/module.modulemap
    M libcxx/include/regex
    A libcxx/include/semaphore
    M libcxx/include/span
    M libcxx/include/string
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    M libcxx/include/vector
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v1.abilist
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v2.abilist
    A libcxx/lib/abi/9.0/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
    M libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
    M libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/src/CMakeLists.txt
    A libcxx/src/atomic.cpp
    A libcxx/src/barrier.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/src/string.cpp
    A libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for_purposes_of_call.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/construct.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/max_size.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    M libcxx/test/libcxx/min_max_macros.sh.cpp
    A libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.cons/copy_shrunk_long.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    A libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
    A libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
    A libcxx/test/std/atomics/types.pass.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    A libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp
    M libcxx/test/std/containers/views/span.elem/back.pass.cpp
    M libcxx/test/std/containers/views/span.elem/front.pass.cpp
    A libcxx/test/std/containers/views/span.sub/first.fail.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    A libcxx/test/std/containers/views/span.sub/last.fail.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    A libcxx/test/std/containers/views/span.sub/subspan.fail.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp
    M libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
    M libcxx/test/std/language.support/support.types/nullptr_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/extended.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.search/extended.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/bad_backref.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.barrier/completion.pass.cpp
    A libcxx/test/std/thread/thread.barrier/max.pass.cpp
    A libcxx/test/std/thread/thread.barrier/version.pass.cpp
    A libcxx/test/std/thread/thread.latch/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/count_down.pass.cpp
    A libcxx/test/std/thread/thread.latch/max.pass.cpp
    A libcxx/test/std/thread/thread.latch/try_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/version.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/binary.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/max.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/release.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/timed.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/try_acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
    A libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/address.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/construct.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator_void.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR23256_constrain_UTypes_ctor.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp
    M libcxx/test/support/count_new.h
    M libcxx/test/support/type_id.h
    M libcxx/utils/ci/macos-backdeployment.sh
    A libcxx/utils/docker/README.txt
    R libcxx/utils/docker/debian9/Dockerfile.base
    R libcxx/utils/docker/debian9/Dockerfile.buildbot
    R libcxx/utils/docker/debian9/Dockerfile.clang
    R libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    R libcxx/utils/docker/debian9/Dockerfile.gcc
    A libcxx/utils/docker/debian9/compilers.yml
    A libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    A libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    A libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    A libcxx/utils/docker/debian9/docker-compose.yml
    A libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    A libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    A libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    A libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    A libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    R libcxx/utils/docker/docker-compose.yml
    R libcxx/utils/docker/scripts/build_gcc_version.sh
    R libcxx/utils/docker/scripts/build_llvm_version.sh
    R libcxx/utils/docker/scripts/docker_start_buildbots.sh
    R libcxx/utils/docker/scripts/docker_update_bot.sh
    R libcxx/utils/docker/scripts/install_clang_packages.sh
    R libcxx/utils/docker/scripts/run_buildbot.sh
    A libcxx/utils/graph_header_deps.py
    A libcxx/utils/libcxx/graph.py
    M libcxx/utils/libcxx/util.py
    M libcxx/utils/merge_archives.py
    M libcxx/www/cxx2a_status.html
    R libcxxabi/.arcconfig
    R libunwind/.arcconfig
    M libunwind/include/unwind.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/Unwind-EHABI.cpp
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/Unwind-sjlj.c
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindLevel1.c
    A libunwind/test/remember_state_leak.pass.sh.s
    R lld/.arcconfig
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MinGW.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/Writer.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Writer.cpp
    M lld/docs/WebAssembly.rst
    M lld/docs/ld.lld.1
    M lld/test/CMakeLists.txt
    M lld/test/COFF/arm64-thunks.s
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    M lld/test/COFF/imports.test
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto.ll
    M lld/test/COFF/mixed-resource-obj.yaml
    M lld/test/COFF/savetemps.ll
    M lld/test/COFF/thinlto.ll
    M lld/test/ELF/Inputs/canonical-plt-pcrel.s
    R lld/test/ELF/Inputs/eh-frame-end.s
    M lld/test/ELF/Inputs/eh-frame-pcrel-overflow.s
    R lld/test/ELF/Inputs/mips-nonalloc.s
    M lld/test/ELF/Inputs/ppc64-sort-small-cm-relocs-input4.s
    M lld/test/ELF/aarch64-bti-pac-cli-error.s
    M lld/test/ELF/aarch64-call26-thunk.s
    M lld/test/ELF/aarch64-condb-reloc.s
    M lld/test/ELF/aarch64-copy.s
    M lld/test/ELF/aarch64-cortex-a53-843419-address.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large2.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-tlsrelax.s
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/aarch64-feature-btipac.s
    M lld/test/ELF/aarch64-feature-pac.s
    M lld/test/ELF/aarch64-fpic-got.s
    M lld/test/ELF/aarch64-gnu-ifunc-address.s
    M lld/test/ELF/aarch64-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/aarch64-gnu-ifunc-plt.s
    M lld/test/ELF/aarch64-gnu-ifunc.s
    M lld/test/ELF/aarch64-gnu-ifunc2.s
    M lld/test/ELF/aarch64-ifunc-bti.s
    M lld/test/ELF/aarch64-jump26-thunk.s
    M lld/test/ELF/aarch64-plt.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/aarch64-relocs.s
    M lld/test/ELF/aarch64-thunk-pi.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/aarch64-thunk-section-location.s
    M lld/test/ELF/aarch64-tls-gdie.s
    M lld/test/ELF/aarch64-tls-gdle.s
    M lld/test/ELF/aarch64-tls-ie.s
    M lld/test/ELF/aarch64-tls-iele.s
    M lld/test/ELF/aarch64-tls-le.s
    M lld/test/ELF/aarch64-tlsld-ldst.s
    M lld/test/ELF/aarch64-tstbr14-reloc.s
    M lld/test/ELF/aarch64-undefined-weak.s
    M lld/test/ELF/abs-conflict.s
    M lld/test/ELF/allow-multiple-definition.s
    M lld/test/ELF/amdgpu-abi-version-err.s
    M lld/test/ELF/amdgpu-globals.s
    M lld/test/ELF/amdgpu-kernels.s
    M lld/test/ELF/apply-dynamic-relocs.s
    M lld/test/ELF/arm-bl-v6-inrange.s
    M lld/test/ELF/arm-bl-v6.s
    M lld/test/ELF/arm-blx.s
    M lld/test/ELF/arm-branch-rangethunk.s
    M lld/test/ELF/arm-branch-undef-weak-plt-thunk.s
    M lld/test/ELF/arm-branch.s
    M lld/test/ELF/arm-copy.s
    M lld/test/ELF/arm-exidx-canunwind.s
    M lld/test/ELF/arm-exidx-gc.s
    M lld/test/ELF/arm-exidx-order.s
    M lld/test/ELF/arm-extreme-range-pi-thunk.s
    M lld/test/ELF/arm-fix-cortex-a8-blx.s
    M lld/test/ELF/arm-fix-cortex-a8-nopatch.s
    M lld/test/ELF/arm-fix-cortex-a8-plt.s
    M lld/test/ELF/arm-fix-cortex-a8-recognize.s
    M lld/test/ELF/arm-fix-cortex-a8-thunk-align.s
    M lld/test/ELF/arm-fix-cortex-a8-thunk.s
    M lld/test/ELF/arm-force-pi-thunk.s
    M lld/test/ELF/arm-fpic-got.s
    M lld/test/ELF/arm-gnu-ifunc-plt.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-got-relative.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-long-thunk-converge.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-plt-reloc.s
    M lld/test/ELF/arm-sbrel32.s
    M lld/test/ELF/arm-tag-vfp-args-illegal.s
    M lld/test/ELF/arm-target1.s
    A lld/test/ELF/arm-thumb-adr-err.s
    A lld/test/ELF/arm-thumb-adr.s
    M lld/test/ELF/arm-thumb-blx.s
    M lld/test/ELF/arm-thumb-branch.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    A lld/test/ELF/arm-thumb-interwork-abs.s
    M lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-interwork-thunk-v5.s
    M lld/test/ELF/arm-thumb-interwork-thunk.s
    A lld/test/ELF/arm-thumb-ldrlit-err.s
    A lld/test/ELF/arm-thumb-ldrlit.s
    M lld/test/ELF/arm-thumb-mix-range-thunk-os.s
    M lld/test/ELF/arm-thumb-narrow-branch-check.s
    M lld/test/ELF/arm-thumb-no-undefined-thunk.s
    A lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-plt-range-thunk-os.s
    M lld/test/ELF/arm-thumb-plt-reloc.s
    M lld/test/ELF/arm-thumb-range-thunk-os.s
    M lld/test/ELF/arm-thumb-thunk-empty-pass.s
    M lld/test/ELF/arm-thumb-thunk-v6m.s
    M lld/test/ELF/arm-thumb-undefined-weak-narrow.test
    M lld/test/ELF/arm-thumb-undefined-weak.s
    A lld/test/ELF/arm-thumb2-adr-err.s
    A lld/test/ELF/arm-thumb2-adr.s
    A lld/test/ELF/arm-thumb2-ldrlit-err.s
    A lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-thunk-largesection.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript-large.s
    M lld/test/ELF/arm-thunk-linkerscript-orphan.s
    M lld/test/ELF/arm-thunk-linkerscript-sort.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/arm-thunk-many-passes.s
    M lld/test/ELF/arm-thunk-multipass-plt.s
    M lld/test/ELF/arm-thunk-multipass.s
    M lld/test/ELF/arm-thunk-nosuitable.s
    M lld/test/ELF/arm-thunk-re-add.s
    M lld/test/ELF/arm-tls-gd32.s
    M lld/test/ELF/arm-tls-ie32.s
    M lld/test/ELF/arm-tls-ldm32.s
    M lld/test/ELF/arm-tls-le32.s
    M lld/test/ELF/arm-tls-norelax-gd-le.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/arm-v5-reloc-error.s
    M lld/test/ELF/as-needed-no-reloc.s
    M lld/test/ELF/auxiliary.s
    M lld/test/ELF/bad-archive.s
    M lld/test/ELF/basic-aarch64.s
    M lld/test/ELF/basic-avr.s
    M lld/test/ELF/basic-mips.s
    M lld/test/ELF/basic-sparcv9.s
    M lld/test/ELF/basic.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/canonical-plt-pcrel.s
    M lld/test/ELF/combreloc.s
    A lld/test/ELF/comdat-discarded-ppc32.s
    M lld/test/ELF/comdat-discarded-reloc.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/compress-debug-sections-reloc.s
    M lld/test/ELF/compress-debug-sections.s
    M lld/test/ELF/compressed-debug-input-err.s
    M lld/test/ELF/conflict-debug-variable-file-index.s
    M lld/test/ELF/conflict-debug-variable.s
    M lld/test/ELF/conflict.s
    M lld/test/ELF/copy-errors.s
    M lld/test/ELF/debug-line-obj.s
    M lld/test/ELF/debug-line-str.s
    M lld/test/ELF/defsym.s
    M lld/test/ELF/duplicated-synthetic-sym.s
    M lld/test/ELF/dynamic-got.s
    M lld/test/ELF/dynamic-list-locals.s
    M lld/test/ELF/dynamic-list-unexpected-end.s
    M lld/test/ELF/dynamic-reloc.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-begin-end.s
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/eh-frame-hdr.s
    M lld/test/ELF/eh-frame-marker.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata2.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata4.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata8.s
    M lld/test/ELF/eh-frame-pcrel-overflow.s
    M lld/test/ELF/eh-frame-value-format1.s
    M lld/test/ELF/eh-frame-value-format2.s
    M lld/test/ELF/eh-frame-value-format3.s
    M lld/test/ELF/eh-frame-value-format4.s
    M lld/test/ELF/eh-frame-value-format5.s
    M lld/test/ELF/eh-frame-value-format6.s
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/eh-frame-value-format8.s
    M lld/test/ELF/eh-frame-value-format9.s
    M lld/test/ELF/ehframe-relocation.s
    A lld/test/ELF/emit-relocs-debug.s
    M lld/test/ELF/end.s
    M lld/test/ELF/execute-only-mixed-data.s
    A lld/test/ELF/gc-sections-linkorder-err.s
    A lld/test/ELF/gc-sections-linkorder.s
    A lld/test/ELF/gc-sections-linkorder2.s
    R lld/test/ELF/gc-sections-metadata-err.s
    M lld/test/ELF/gc-sections-metadata-startstop.s
    R lld/test/ELF/gc-sections-metadata.s
    R lld/test/ELF/gc-sections-metadata2.s
    M lld/test/ELF/gc-sections-no-undef-error.s
    M lld/test/ELF/gc-sections-shared.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gdb-index.s
    M lld/test/ELF/global-offset-table-position-redef-err.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/gnu-ifunc-empty.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-noplt-i386.s
    M lld/test/ELF/gnu-ifunc-noplt.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    M lld/test/ELF/got-i386.s
    M lld/test/ELF/got.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    M lld/test/ELF/hexagon-jump-error.s
    M lld/test/ELF/hexagon-plt.s
    M lld/test/ELF/hidden-shared-err.s
    M lld/test/ELF/i386-feature-cet.s
    M lld/test/ELF/i386-gotpc.s
    M lld/test/ELF/i386-pc8-pc16-addend.s
    M lld/test/ELF/i386-pic-plt.s
    M lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-relax-reloc.s
    M lld/test/ELF/i386-reloc-large-addend.s
    M lld/test/ELF/i386-reloc-range.s
    M lld/test/ELF/i386-reloc8-reloc16-addend.s
    M lld/test/ELF/i386-retpoline-nopic-linkerscript.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic-linkerscript.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/i386-tls-dynamic.s
    M lld/test/ELF/i386-tls-gdiele.s
    M lld/test/ELF/i386-tls-ie-shared.s
    M lld/test/ELF/i386-tls-le.s
    M lld/test/ELF/i386-tls-opt-iele-nopic.s
    M lld/test/ELF/i386-tls-opt.s
    M lld/test/ELF/icf16.s
    M lld/test/ELF/icf7.s
    M lld/test/ELF/image-base.s
    M lld/test/ELF/incompatible.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/invalid-cie-length.s
    M lld/test/ELF/invalid-cie-length2.s
    M lld/test/ELF/invalid-cie-length3.s
    M lld/test/ELF/invalid-cie-length4.s
    M lld/test/ELF/invalid-cie-length5.s
    M lld/test/ELF/invalid-cie-reference.s
    M lld/test/ELF/invalid-eh-frame.s
    M lld/test/ELF/invalid-eh-frame2.s
    M lld/test/ELF/invalid-eh-frame3.s
    M lld/test/ELF/invalid-eh-frame4.s
    M lld/test/ELF/invalid-eh-frame5.s
    M lld/test/ELF/invalid-eh-frame6.s
    M lld/test/ELF/invalid-eh-frame7.s
    M lld/test/ELF/invalid-eh-frame8.s
    M lld/test/ELF/invalid-eh-frame9.s
    M lld/test/ELF/invalid-fde-rel.s
    M lld/test/ELF/invalid-local-symbol-in-dso.s
    M lld/test/ELF/invalid/bad-arm-attributes.s
    R lld/test/ELF/invalid/bad-arm-attributes2.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/broken-relaxation-x64.test
    M lld/test/ELF/invalid/comdat-broken.test
    M lld/test/ELF/invalid/common-symbol-alignment.test
    M lld/test/ELF/invalid/eh-frame-hdr-no-out.s
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/invalid-elf.test
    M lld/test/ELF/invalid/invalid-file-class.test
    M lld/test/ELF/invalid/invalid-soname.test
    M lld/test/ELF/invalid/linkorder-invalid-sec.test
    M lld/test/ELF/invalid/mips-invalid-options-descriptor.test
    M lld/test/ELF/invalid/multiple-relocations-sections.test
    M lld/test/ELF/invalid/non-terminated-string.test
    M lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/invalid/section-alignment.test
    M lld/test/ELF/invalid/section-alignment2.s
    M lld/test/ELF/invalid/section-index.test
    M lld/test/ELF/invalid/sht-group-wrong-section.test
    M lld/test/ELF/invalid/sht-group.test
    M lld/test/ELF/invalid/symbol-name.test
    M lld/test/ELF/invalid/symtab-sh-info.s
    M lld/test/ELF/invalid/verdef-no-symtab.test
    M lld/test/ELF/libsearch.s
    M lld/test/ELF/linkerscript/Inputs/at2.s
    M lld/test/ELF/linkerscript/Inputs/compress-debug-sections.s
    M lld/test/ELF/linkerscript/absolute2.s
    M lld/test/ELF/linkerscript/address-expr-symbols.s
    M lld/test/ELF/linkerscript/align1.test
    M lld/test/ELF/linkerscript/align4.test
    M lld/test/ELF/linkerscript/align5.test
    M lld/test/ELF/linkerscript/alignof.test
    M lld/test/ELF/linkerscript/at2.test
    M lld/test/ELF/linkerscript/at5.test
    M lld/test/ELF/linkerscript/at8.test
    M lld/test/ELF/linkerscript/broken-memory-declaration.s
    M lld/test/ELF/linkerscript/compress-debug-sections-custom.s
    M lld/test/ELF/linkerscript/compress-debug-sections.s
    M lld/test/ELF/linkerscript/data-commands-gc.s
    M lld/test/ELF/linkerscript/diag1.test
    M lld/test/ELF/linkerscript/diag2.test
    M lld/test/ELF/linkerscript/diag3.test
    M lld/test/ELF/linkerscript/diag4.test
    M lld/test/ELF/linkerscript/diag5.test
    M lld/test/ELF/linkerscript/diag6.test
    A lld/test/ELF/linkerscript/discard-linkorder.s
    M lld/test/ELF/linkerscript/discard-section-err.s
    R lld/test/ELF/linkerscript/discard-section-metadata.s
    M lld/test/ELF/linkerscript/early-assign-symbol.s
    M lld/test/ELF/linkerscript/eh-frame-reloc-out-of-range.test
    M lld/test/ELF/linkerscript/emit-reloc.s
    M lld/test/ELF/linkerscript/exclude-multiple.s
    M lld/test/ELF/linkerscript/excludefile.s
    M lld/test/ELF/linkerscript/expr-invalid-sec.test
    M lld/test/ELF/linkerscript/expr-sections.test
    M lld/test/ELF/linkerscript/group.s
    M lld/test/ELF/linkerscript/huge-temporary-file.s
    M lld/test/ELF/linkerscript/info-section-type.s
    A lld/test/ELF/linkerscript/input-archive.s
    M lld/test/ELF/linkerscript/insert-after.test
    M lld/test/ELF/linkerscript/insert-before.test
    M lld/test/ELF/linkerscript/insert-broken.test
    A lld/test/ELF/linkerscript/insert-duplicate.test
    A lld/test/ELF/linkerscript/insert-not-exist.test
    M lld/test/ELF/linkerscript/linkerscript.s
    A lld/test/ELF/linkerscript/linkorder.s
    A lld/test/ELF/linkerscript/linkorder2.s
    A lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/lma-overflow.test
    M lld/test/ELF/linkerscript/loadaddr.s
    M lld/test/ELF/linkerscript/locationcountererr.test
    M lld/test/ELF/linkerscript/memory-data-commands.test
    M lld/test/ELF/linkerscript/memory-err.s
    M lld/test/ELF/linkerscript/memory.s
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/non-absolute.s
    M lld/test/ELF/linkerscript/non-absolute2.test
    M lld/test/ELF/linkerscript/numbers.s
    M lld/test/ELF/linkerscript/operators.test
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/linkerscript/outsections-addr.s
    M lld/test/ELF/linkerscript/overlapping-sections.s
    M lld/test/ELF/linkerscript/overlay-reject.test
    M lld/test/ELF/linkerscript/overlay-reject2.test
    M lld/test/ELF/linkerscript/page-size.s
    M lld/test/ELF/linkerscript/phdrs.s
    M lld/test/ELF/linkerscript/provide-shared.s
    M lld/test/ELF/linkerscript/region-alias.s
    A lld/test/ELF/linkerscript/section-align2.test
    R lld/test/ELF/linkerscript/section-metadata.s
    R lld/test/ELF/linkerscript/section-metadata2.s
    M lld/test/ELF/linkerscript/sections-padding.s
    M lld/test/ELF/linkerscript/sizeof.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/symbol-assignexpr.s
    M lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/symbol-memoryexpr.s
    M lld/test/ELF/linkerscript/symbol-only-align.test
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbol-reserved.s
    M lld/test/ELF/linkerscript/symbolreferenced.s
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/symbols.s
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    M lld/test/ELF/linkerscript/synthetic-symbols3.test
    M lld/test/ELF/linkerscript/synthetic-symbols4.test
    M lld/test/ELF/linkerscript/undef.s
    M lld/test/ELF/linkerscript/version-script.s
    A lld/test/ELF/linkorder-err.s
    A lld/test/ELF/linkorder-err2.s
    A lld/test/ELF/linkorder-err3.s
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/local-got.s
    M lld/test/ELF/local-undefined-symbol.s
    M lld/test/ELF/lto/bitcode-nodatalayout.ll
    M lld/test/ELF/lto/codemodel.ll
    M lld/test/ELF/lto/combined-lto-object-name.ll
    M lld/test/ELF/lto/defsym.ll
    M lld/test/ELF/lto/duplicated.ll
    M lld/test/ELF/lto/irmover-error.ll
    M lld/test/ELF/lto/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/ltopasses-custom.ll
    M lld/test/ELF/lto/mix-platforms.ll
    M lld/test/ELF/lto/mix-platforms2.ll
    M lld/test/ELF/lto/opt-level.ll
    A lld/test/ELF/lto/resolution-err.ll
    M lld/test/ELF/lto/setting-dso-local.ll
    M lld/test/ELF/lto/thinlto-cant-write-index.ll
    M lld/test/ELF/lto/thinlto-emit-imports.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/lto/weakodr-visibility.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/map-file.s
    M lld/test/ELF/merge.s
    M lld/test/ELF/mergeable-errors.s
    M lld/test/ELF/mips-26-mask.s
    M lld/test/ELF/mips-26.s
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64-disp.s
    M lld/test/ELF/mips-64-got.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-call-hilo.s
    M lld/test/ELF/mips-call16.s
    M lld/test/ELF/mips-dynamic.s
    M lld/test/ELF/mips-elf-flags-err.s
    M lld/test/ELF/mips-got-hilo.s
    M lld/test/ELF/mips-got-weak.s
    M lld/test/ELF/mips-got16-relocatable.s
    M lld/test/ELF/mips-got16.s
    M lld/test/ELF/mips-gp-disp.s
    M lld/test/ELF/mips-gp-ext.s
    M lld/test/ELF/mips-gp-local.s
    M lld/test/ELF/mips-gprel32-relocs-gp0.s
    M lld/test/ELF/mips-gprel32-relocs.s
    M lld/test/ELF/mips-higher-highest.s
    M lld/test/ELF/mips-hilo-gp-disp.s
    M lld/test/ELF/mips-hilo-hi-only.s
    M lld/test/ELF/mips-hilo.s
    M lld/test/ELF/mips-jalr-non-functions.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-bad-cross-calls.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-plt.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micro-thunks.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/mips-nonalloc.s
    M lld/test/ELF/mips-npic-call-pic-os.s
    M lld/test/ELF/mips-npic-call-pic-script.s
    M lld/test/ELF/mips-npic-call-pic.s
    M lld/test/ELF/mips-options.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-plt-n32.s
    M lld/test/ELF/mips-plt-n64.s
    M lld/test/ELF/mips-plt-r6.s
    M lld/test/ELF/mips-tls-64.s
    M lld/test/ELF/mips-tls-hilo.s
    M lld/test/ELF/mips-tls-static-64.s
    M lld/test/ELF/mips-tls-static.s
    M lld/test/ELF/mips-tls.s
    M lld/test/ELF/mips-xgot-order.s
    M lld/test/ELF/msp430.s
    M lld/test/ELF/no-augmentation.s
    M lld/test/ELF/no-inhibit-exec.s
    M lld/test/ELF/non-abs-reloc.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/partition-exidx.s
    M lld/test/ELF/partition-notes.s
    M lld/test/ELF/partition-pack-dyn-relocs.s
    M lld/test/ELF/partition-synthetic-sections.s
    M lld/test/ELF/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-local-branch.s
    M lld/test/ELF/ppc32-long-thunk.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-dtprel.s
    M lld/test/ELF/ppc64-error-missaligned-dq.s
    M lld/test/ELF/ppc64-error-missaligned-ds.s
    M lld/test/ELF/ppc64-error-toc-restore.s
    M lld/test/ELF/ppc64-error-toc-tail-call.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-ld-got-dtprel.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-local-exec-tls.s
    M lld/test/ELF/ppc64-long-branch-init.s
    M lld/test/ELF/ppc64-long-branch-pi.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-split-stack-adjust-fail.s
    M lld/test/ELF/ppc64-split-stack-adjust-overflow.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/ppc64-tls-ie.s
    M lld/test/ELF/ppc64-tls-ld-le.s
    M lld/test/ELF/ppc64-toc-addis-nop.s
    M lld/test/ELF/ppc64-toc-rel.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/pr34660.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    M lld/test/ELF/protected-data-access.s
    M lld/test/ELF/push-state.s
    M lld/test/ELF/relocatable-common.s
    M lld/test/ELF/relocatable-symbols.s
    M lld/test/ELF/relocatable-tls.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-absolute.s
    M lld/test/ELF/relocation-b-aarch64.test
    M lld/test/ELF/relocation-common.s
    M lld/test/ELF/relocation-copy-i686.s
    M lld/test/ELF/relocation-copy-relro.s
    M lld/test/ELF/relocation-copy.s
    M lld/test/ELF/relocation-i686.s
    M lld/test/ELF/relocation.s
    M lld/test/ELF/relro-non-contiguous-script-data.s
    M lld/test/ELF/riscv-branch.s
    M lld/test/ELF/riscv-call.s
    M lld/test/ELF/riscv-hi20-lo12.s
    A lld/test/ELF/riscv-ifunc-nonpreemptible.s
    M lld/test/ELF/riscv-jal.s
    M lld/test/ELF/riscv-pcrel-hilo.s
    M lld/test/ELF/riscv-plt.s
    M lld/test/ELF/riscv-reloc-64-pic.s
    M lld/test/ELF/riscv-tls-ie.s
    M lld/test/ELF/riscv-undefined-weak.s
    R lld/test/ELF/section-metadata-err.s
    R lld/test/ELF/section-metadata-err2.s
    R lld/test/ELF/section-metadata-err3.s
    M lld/test/ELF/sectionstart.s
    M lld/test/ELF/shared.s
    M lld/test/ELF/sht-group-gold-r.test
    A lld/test/ELF/shuffle-sections-init-fini.s
    A lld/test/ELF/shuffle-sections.s
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/symbol-ordering-file-cgprofile-conflicts.s
    M lld/test/ELF/sysroot.s
    M lld/test/ELF/tls-opt.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/undef-shared2.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/undefined-glob.s
    M lld/test/ELF/unresolved-symbols.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/version-exclude-libs.s
    M lld/test/ELF/version-script-err.s
    M lld/test/ELF/version-script.s
    M lld/test/ELF/vs-diagnostics-duplicate.s
    M lld/test/ELF/vs-diagnostics-undefined-symbol-1.s
    M lld/test/ELF/vs-diagnostics-undefined-symbol-2.s
    M lld/test/ELF/vs-diagnostics-undefined-symbol-3.s
    M lld/test/ELF/warn-backrefs.s
    M lld/test/ELF/weak-and-strong-undef.s
    M lld/test/ELF/weak-undef-got-pie.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/wrap.s
    M lld/test/ELF/x86-64-dyn-rel-error.s
    M lld/test/ELF/x86-64-feature-cet.s
    M lld/test/ELF/x86-64-gotpc-relax-nopic.s
    M lld/test/ELF/x86-64-gotpc-relax-und-dso.s
    M lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-reloc-gotpc64.s
    M lld/test/ELF/x86-64-reloc-size-shared.s
    M lld/test/ELF/x86-64-reloc-size.s
    M lld/test/ELF/x86-64-retpoline-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
    M lld/test/ELF/x86-64-retpoline-znow.s
    M lld/test/ELF/x86-64-retpoline.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-fail.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-shared.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
    M lld/test/ELF/x86-64-tls-dynamic.s
    M lld/test/ELF/x86-64-tls-gd-got.s
    M lld/test/ELF/x86-64-tls-gdie.s
    M lld/test/ELF/x86-64-tls-ie-opt-local.s
    M lld/test/ELF/x86-64-tls-ie.s
    M lld/test/ELF/x86-64-tls-opt-noplt.s
    M lld/test/ELF/zdefs.s
    M lld/test/ELF/znotext-weak-undef.s
    M lld/test/ELF/ztext.s
    M lld/test/lit.site.cfg.py.in
    A lld/test/wasm/Inputs/weak-undefined.s
    M lld/test/wasm/import-name.ll
    A lld/test/wasm/lto/Inputs/libcall-truncsfhf2.ll
    A lld/test/wasm/lto/libcall-truncsfhf2.ll
    M lld/test/wasm/responsefile.test
    A lld/test/wasm/weak-and-strong-undef.s
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/LTO.cpp
    M lld/wasm/Options.td
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    R lldb/.arcconfig
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBProcess.i
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/docs/conf.py
    M lldb/docs/index.rst
    M lldb/docs/lldb-gdb-remote.txt
    M lldb/docs/resources/build.rst
    M lldb/docs/resources/test.rst
    M lldb/docs/status/status.rst
    M lldb/docs/use/variable.rst
    M lldb/examples/python/gdbremote.py
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/API/SBAttachInfo.h
    M lldb/include/lldb/API/SBBlock.h
    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/SBBroadcaster.h
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBCommunication.h
    M lldb/include/lldb/API/SBCompileUnit.h
    M lldb/include/lldb/API/SBData.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDeclaration.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    M lldb/include/lldb/API/SBEvent.h
    M lldb/include/lldb/API/SBExecutionContext.h
    M lldb/include/lldb/API/SBExpressionOptions.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBFileSpec.h
    M lldb/include/lldb/API/SBFileSpecList.h
    M lldb/include/lldb/API/SBFrame.h
    M lldb/include/lldb/API/SBFunction.h
    M lldb/include/lldb/API/SBHostOS.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBLanguageRuntime.h
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBLineEntry.h
    M lldb/include/lldb/API/SBListener.h
    M lldb/include/lldb/API/SBMemoryRegionInfo.h
    M lldb/include/lldb/API/SBMemoryRegionInfoList.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBModuleSpec.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBProcessInfo.h
    M lldb/include/lldb/API/SBQueue.h
    M lldb/include/lldb/API/SBQueueItem.h
    M lldb/include/lldb/API/SBSection.h
    M lldb/include/lldb/API/SBSourceManager.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStringList.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBSymbol.h
    M lldb/include/lldb/API/SBSymbolContext.h
    M lldb/include/lldb/API/SBSymbolContextList.h
    M lldb/include/lldb/API/SBTarget.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadCollection.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/API/SBTrace.h
    M lldb/include/lldb/API/SBTraceOptions.h
    M lldb/include/lldb/API/SBType.h
    M lldb/include/lldb/API/SBTypeCategory.h
    M lldb/include/lldb/API/SBTypeEnumMember.h
    M lldb/include/lldb/API/SBTypeFilter.h
    M lldb/include/lldb/API/SBTypeFormat.h
    M lldb/include/lldb/API/SBTypeNameSpecifier.h
    M lldb/include/lldb/API/SBTypeSummary.h
    M lldb/include/lldb/API/SBTypeSynthetic.h
    M lldb/include/lldb/API/SBUnixSignals.h
    M lldb/include/lldb/API/SBValue.h
    M lldb/include/lldb/API/SBValueList.h
    M lldb/include/lldb/API/SBVariablesOptions.h
    M lldb/include/lldb/API/SBWatchpoint.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointID.h
    M lldb/include/lldb/Breakpoint/BreakpointIDList.h
    M lldb/include/lldb/Breakpoint/BreakpointList.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationList.h
    M lldb/include/lldb/Breakpoint/BreakpointName.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
    M lldb/include/lldb/Breakpoint/BreakpointResolver.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverName.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/BreakpointSiteList.h
    M lldb/include/lldb/Breakpoint/Stoppoint.h
    M lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Breakpoint/WatchpointList.h
    M lldb/include/lldb/Breakpoint/WatchpointOptions.h
    M lldb/include/lldb/Core/Address.h
    M lldb/include/lldb/Core/AddressRange.h
    M lldb/include/lldb/Core/AddressResolver.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/EmulateInstruction.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/FileSpecList.h
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/include/lldb/Core/Highlighter.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/MappedHash.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleChild.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/Opcode.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/RichManglingContext.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/include/lldb/Core/StreamAsynchronousIO.h
    M lldb/include/lldb/Core/StreamBuffer.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/ThreadSafeDenseMap.h
    M lldb/include/lldb/Core/ThreadSafeValue.h
    M lldb/include/lldb/Core/UniqueCStringMap.h
    M lldb/include/lldb/Core/UserSettingsController.h
    M lldb/include/lldb/Core/Value.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectConstResultCast.h
    M lldb/include/lldb/Core/ValueObjectConstResultChild.h
    M lldb/include/lldb/Core/ValueObjectConstResultImpl.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectList.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatCache.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/FormattersHelpers.h
    M lldb/include/lldb/DataFormatters/LanguageCategory.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeFormat.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/DataFormatters/VectorIterator.h
    M lldb/include/lldb/DataFormatters/VectorType.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/DynamicCheckerFunctions.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/ExpressionParser.h
    M lldb/include/lldb/Expression/ExpressionSourceCode.h
    M lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Expression/FunctionCaller.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/IRInterpreter.h
    M lldb/include/lldb/Expression/IRMemoryMap.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Expression/Materializer.h
    M lldb/include/lldb/Expression/REPL.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Expression/UtilityFunction.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/ConnectionFileDescriptor.h
    M lldb/include/lldb/Host/Debug.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Host/HostGetOpt.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/HostNativeProcess.h
    M lldb/include/lldb/Host/HostNativeProcessBase.h
    M lldb/include/lldb/Host/HostNativeThread.h
    M lldb/include/lldb/Host/HostNativeThreadBase.h
    M lldb/include/lldb/Host/HostNativeThreadForward.h
    M lldb/include/lldb/Host/HostProcess.h
    M lldb/include/lldb/Host/HostThread.h
    M lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/LockFile.h
    M lldb/include/lldb/Host/LockFileBase.h
    M lldb/include/lldb/Host/MainLoop.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/MonitoringProcessLauncher.h
    M lldb/include/lldb/Host/OptionParser.h
    M lldb/include/lldb/Host/Pipe.h
    M lldb/include/lldb/Host/PipeBase.h
    M lldb/include/lldb/Host/PosixApi.h
    M lldb/include/lldb/Host/ProcessLaunchInfo.h
    M lldb/include/lldb/Host/ProcessLauncher.h
    M lldb/include/lldb/Host/ProcessRunLock.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/SafeMachO.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/SocketAddress.h
    M lldb/include/lldb/Host/StringConvert.h
    M lldb/include/lldb/Host/TaskPool.h
    M lldb/include/lldb/Host/Terminal.h
    M lldb/include/lldb/Host/ThreadLauncher.h
    M lldb/include/lldb/Host/Time.h
    M lldb/include/lldb/Host/XML.h
    M lldb/include/lldb/Host/common/GetOptInc.h
    M lldb/include/lldb/Host/common/NativeBreakpointList.h
    M lldb/include/lldb/Host/common/NativeProcessProtocol.h
    M lldb/include/lldb/Host/common/NativeRegisterContext.h
    M lldb/include/lldb/Host/common/NativeThreadProtocol.h
    M lldb/include/lldb/Host/common/NativeWatchpointList.h
    M lldb/include/lldb/Host/common/TCPSocket.h
    M lldb/include/lldb/Host/common/UDPSocket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/macosx/HostThreadMacOSX.h
    M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
    M lldb/include/lldb/Host/posix/DomainSocket.h
    M lldb/include/lldb/Host/posix/HostInfoPosix.h
    M lldb/include/lldb/Host/posix/HostProcessPosix.h
    M lldb/include/lldb/Host/posix/HostThreadPosix.h
    M lldb/include/lldb/Host/posix/LockFilePosix.h
    M lldb/include/lldb/Host/posix/PipePosix.h
    M lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h
    M lldb/include/lldb/Initialization/SystemInitializer.h
    M lldb/include/lldb/Initialization/SystemInitializerCommon.h
    M lldb/include/lldb/Initialization/SystemLifetimeManager.h
    M lldb/include/lldb/Interpreter/CommandAlias.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandHistory.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectMultiword.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/CommandOptionValidators.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
    M lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    M lldb/include/lldb/Interpreter/OptionGroupFile.h
    M lldb/include/lldb/Interpreter/OptionGroupFormat.h
    M lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
    M lldb/include/lldb/Interpreter/OptionGroupPlatform.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/OptionGroupString.h
    M lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    M lldb/include/lldb/Interpreter/OptionGroupUUID.h
    M lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    M lldb/include/lldb/Interpreter/OptionGroupVariable.h
    M lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArgs.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/Property.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ArmUnwindInfo.h
    M lldb/include/lldb/Symbol/Block.h
    M lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/CompactUnwindInfo.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/CompilerDecl.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/DeclVendor.h
    M lldb/include/lldb/Symbol/Declaration.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/LocateSymbolFile.h
    M lldb/include/lldb/Symbol/ObjectContainer.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SourceModule.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolContextScope.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TaggedASTType.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeMap.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Symbol/VariableList.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/AssertFrameRecognizer.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/ExecutionContext.h
    M lldb/include/lldb/Target/ExecutionContextScope.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
    M lldb/include/lldb/Target/JITLoader.h
    M lldb/include/lldb/Target/JITLoaderList.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Memory.h
    M lldb/include/lldb/Target/MemoryHistory.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/ModuleCache.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/PathMappingList.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/ProcessStructReader.h
    M lldb/include/lldb/Target/Queue.h
    M lldb/include/lldb/Target/QueueItem.h
    M lldb/include/lldb/Target/QueueList.h
    M lldb/include/lldb/Target/RegisterCheckpoint.h
    M lldb/include/lldb/Target/RegisterContext.h
    M lldb/include/lldb/Target/RegisterNumber.h
    M lldb/include/lldb/Target/SectionLoadHistory.h
    M lldb/include/lldb/Target/SectionLoadList.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/StackID.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/StructuredDataPlugin.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/TargetList.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadCollection.h
    M lldb/include/lldb/Target/ThreadList.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanBase.h
    M lldb/include/lldb/Target/ThreadPlanCallFunction.h
    M lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
    M lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
    M lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Target/ThreadPlanRunToAddress.h
    M lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadPlanStepInstruction.h
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
    M lldb/include/lldb/Target/ThreadPlanStepOverRange.h
    M lldb/include/lldb/Target/ThreadPlanStepRange.h
    M lldb/include/lldb/Target/ThreadPlanStepThrough.h
    M lldb/include/lldb/Target/ThreadPlanStepUntil.h
    M lldb/include/lldb/Target/ThreadPlanTracer.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Target/UnixSignals.h
    M lldb/include/lldb/Target/Unwind.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Baton.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/DataBufferHeap.h
    M lldb/include/lldb/Utility/DataBufferLLVM.h
    M lldb/include/lldb/Utility/DataEncoder.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Endian.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/Flags.h
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    M lldb/include/lldb/Utility/Iterable.h
    M lldb/include/lldb/Utility/LLDBAssert.h
    M lldb/include/lldb/Utility/Predicate.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/SelectHelper.h
    M lldb/include/lldb/Utility/SharedCluster.h
    R lldb/include/lldb/Utility/SharingPtr.h
    M lldb/include/lldb/Utility/Status.h
    M lldb/include/lldb/Utility/Stream.h
    M lldb/include/lldb/Utility/StreamCallback.h
    M lldb/include/lldb/Utility/StreamString.h
    M lldb/include/lldb/Utility/StreamTee.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StringLexer.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/TildeExpressionResolver.h
    M lldb/include/lldb/Utility/Timeout.h
    M lldb/include/lldb/Utility/Timer.h
    M lldb/include/lldb/Utility/TraceOptions.h
    M lldb/include/lldb/Utility/UriParser.h
    M lldb/include/lldb/Utility/UserID.h
    M lldb/include/lldb/Utility/UserIDResolver.h
    M lldb/include/lldb/Utility/VASPrintf.h
    M lldb/include/lldb/Utility/VMRange.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-defines.h
    M lldb/include/lldb/lldb-private-enumerations.h
    M lldb/include/lldb/lldb-private-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-private.h
    M lldb/include/lldb/lldb-public.h
    M lldb/include/lldb/lldb-types.h
    M lldb/include/lldb/lldb-versioning.h
    M lldb/include/lldb/module.modulemap
    M lldb/packages/Python/lldbsuite/__init__.py
    R lldb/packages/Python/lldbsuite/test/android/platform/main.cpp
    R lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/main.cpp.template
    R lldb/packages/Python/lldbsuite/test/benchmarks/expression/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/main.cpp.template
    R lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/TestFrameDisassemble.py
    R lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/TestCallThatThrows.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/formatters/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/TestImportStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Test11588.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/TestSaveJITObjects.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/main.c
    R lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/test/TestExprs.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/timeout/TestCallWithTimeout.py
    R lldb/packages/Python/lldbsuite/test/commands/frame/language/TestGuessLanguage.py
    R lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/main.m
    R lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/main.c
    R lldb/packages/Python/lldbsuite/test/commands/frame/var/TestFrameVar.py
    R lldb/packages/Python/lldbsuite/test/commands/frame/var/main.c
    R lldb/packages/Python/lldbsuite/test/commands/log/basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file1.txt
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file2.txt
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file3.txt
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file4.txy
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/file5.tyx
    R lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/foo bar
    R lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py
    R lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/a.cpp
    R lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
    R lldb/packages/Python/lldbsuite/test/commands/settings/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    R lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py
    R lldb/packages/Python/lldbsuite/test/commands/target/basic/a.c
    R lldb/packages/Python/lldbsuite/test/commands/target/basic/b.c
    R lldb/packages/Python/lldbsuite/test/commands/target/basic/c.c
    R lldb/packages/Python/lldbsuite/test/commands/target/basic/globals.c
    R lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.cpp
    R lldb/packages/Python/lldbsuite/test/commands/target/create-deps/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/main.c
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/main.c
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/main.c
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/main.c
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/main.c
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    R lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c
    R lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c
    R lldb/packages/Python/lldbsuite/test/functionalities/archives/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/asan/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
    R lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    R lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
    R lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/main.mm
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/cmtime/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/TestFormatPropagation.py
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/main.mm
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/main.mm
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
    R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteLoad.py
    R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWriteMemory.py
    R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
    R lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/main2.c
    R lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/d.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/hidden/d.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/longjmp/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py
    R lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/memory/find/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/memory/read/TestMemoryRead.py
    R lldb/packages/Python/lldbsuite/test/functionalities/memory/read/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
    R lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/TestPluginCommands.py
    R lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/plugin.cpp.template
    R lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/TestGCore.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/gcore/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/thread_crash/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    R lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py
    R lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py
    R lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py
    R lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/recursion/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
    R lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py
    R lldb/packages/Python/lldbsuite/test/functionalities/source-map/TestTargetSourceMap.py
    R lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_call_site/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_message/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/unambiguous_sequence/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/TestBacktraceAll.py
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/break_after_join/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/jump/other.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/state/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/global_location/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/main.m
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py
    R lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/main.c
    R lldb/packages/Python/lldbsuite/test/functionalities/type_completion/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/main.mm
    R lldb/packages/Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py
    R lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py
    R lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/divmod.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/fprintf.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/hand_written/new_delete.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/TestValueMD5Crash.py
    R lldb/packages/Python/lldbsuite/test/functionalities/value_md5_crash/main.cpp
    R lldb/packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py
    R lldb/packages/Python/lldbsuite/test/issue_verification/inline_rerun_inferior.cpp
    R lldb/packages/Python/lldbsuite/test/lang/c/anonymous/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py
    R lldb/packages/Python/lldbsuite/test/lang/c/array_types/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/bitfields/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.c
    R lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c
    R lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py
    R lldb/packages/Python/lldbsuite/test/lang/c/enum_types/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/forward/foo.c
    R lldb/packages/Python/lldbsuite/test/lang/c/forward/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/function_types/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
    R lldb/packages/Python/lldbsuite/test/lang/c/global_variables/a.c
    R lldb/packages/Python/lldbsuite/test/lang/c/global_variables/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/set_values/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
    R lldb/packages/Python/lldbsuite/test/lang/c/step-target/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/stepping/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/strings/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/struct_types/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/a.c
    R lldb/packages/Python/lldbsuite/test/lang/c/tls_globals/main.c
    R lldb/packages/Python/lldbsuite/test/lang/c/typedef/main.c
    R lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/auto/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/bool/TestCPPBool.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/bool/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/chained-calls/TestCppChainedCalls.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/TestCxxChar8_t.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/class_types/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/const_this/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/diamond/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/sbvalue-cast.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/TestCPPGlobalVariables.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/lambdas/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.h
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns2.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns3.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/foo.h
    R lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/operators/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/TestCallOverriddenMethod.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/printf/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/signed_types/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/static_members/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/stl/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/symbols/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/template/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/this/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp
    R lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/TestUnicodeLiterals.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/main.cpp
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/def-and-decl.test
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test

  Log Message:
  -----------
  [DPWBS-1377] Merge community master into htc/master

The following TriCore files needed to be touched due to changes in the
upstream community:

TriCoreAsmParser.cpp:   8d5bf0422bc3c8cc7017602375122f7bfea70dab
TriCoreAsmPrinter.cpp:  6d2d589b06fcb31220bdf5aa09b7a6d5b34ef252

The following tests needed to be updated as well:

[Clang]
Preprocessor/init.c:    91cdbd521a38495c66e30636943563ca70d3c022

[LLVM]
copy-pseudo-register-invalid.mir:                   4ad76852584480b646d1ce360202e18591ea8938
legalize-bswap-invalid.mir:                         4ad76852584480b646d1ce360202e18591ea8938
legalize-invalid-inttoptr.mir:                      4ad76852584480b646d1ce360202e18591ea8938
legalize-store-invalid-memsize.mir:                 4ad76852584480b646d1ce360202e18591ea8938
prologue-epilogue-invalid-stack-size.mir:           4ad76852584480b646d1ce360202e18591ea8938
unsupported-call.ll:                                4ad76852584480b646d1ce360202e18591ea8938
unsupported-ret.ll:                                 4ad76852584480b646d1ce360202e18591ea8938
xfail-legalize-fpext.mir:                           4ad76852584480b646d1ce360202e18591ea8938
xfail-legalize-fptrunc.mir:                         4ad76852584480b646d1ce360202e18591ea8938
                                                    bfbfa18591db4eff68a6692b8503efd1571cdb88
xfail-legalize-insert-s80.mir:                      4ad76852584480b646d1ce360202e18591ea8938
xfail-legalize-insert.mir:                          4ad76852584480b646d1ce360202e18591ea8938
xfail-legalize-merge-values.mir:                    4ad76852584480b646d1ce360202e18591ea8938
xfail-legalize-unmerge-values-s96-s16-crash.mir:    4ad76852584480b646d1ce360202e18591ea8938


  Commit: 2139ceaa1ca98b9edcf49fbb37c6c3a9b6c18e74
      https://github.com/llvm/llvm-project/commit/2139ceaa1ca98b9edcf49fbb37c6c3a9b6c18e74
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid-memsize.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-merge-unmerge.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-extload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-truncstore.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-select-truncstore.mir

  Log Message:
  -----------
  [DPWBS-1385] refactor(Legalizer): rework load/store rules to produce better code, match native reg size

G_STORE allowed types which are smaller than our native register sizes.
In a recent Phabricator and llvm-dev discussion this was pointed out as
problematic, because the upper bits carry implicitly defined values
which can cause bugs and miscompiles.

Instead, all operations should already be defined to only allow types of
native sizes. This makes sure all bits are explicitily defined by the
GMIR operation.

This patch rewrites the legalization rules for G_STORE to enforce this.
Furthermore, legalization rules for G_LOAD have been simplified and
still produce the same results.

remove incorrect invalid test

update legalization tests

fix regbank tests

fix selection tests

add xfail selection tests


  Commit: d6a08f95b1e90ba0399d6dd8974302301fd3cf28
      https://github.com/llvm/llvm-project/commit/d6a08f95b1e90ba0399d6dd8974302301fd3cf28
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-invalid-inttoptr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-adde-sube-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-jump-table-brjt-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-unmerge-values-s96-s16-crash.mir

  Log Message:
  -----------
  [DPWBS-1377] test(Legalizer): fix broken RUN-line triggering XFAIL on actual pass


  Commit: faa74237b7463118195ec709402408a024cc7fab
      https://github.com/llvm/llvm-project/commit/faa74237b7463118195ec709402408a024cc7fab
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store.mir

  Log Message:
  -----------
  [DPWBS-1369] Pre-generate tests before making changes


  Commit: c22bb85deacc4076f21add86e0a1a87277964618
      https://github.com/llvm/llvm-project/commit/c22bb85deacc4076f21add86e0a1a87277964618
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-select-truncstore.mir

  Log Message:
  -----------
  [DPWBS-1369] Move load/store handling into C++

We have several SuperTest failures where loads and stores with memory sizes < 32 bit cannot be selected.
The reason is that our TableGen patterns hard-code the source of the smaller type to be a G_TRUNC, which is
not always the case.

Because of limitations in TableGen the general case of smaller types cannot be expressed properly. As a result,
we move the selection into custom C++ code. The existing tests make sure we didn't break anything.


  Commit: 8bffe59ccc500299575fed5d8d543f27a77c6b90
      https://github.com/llvm/llvm-project/commit/8bffe59ccc500299575fed5d8d543f27a77c6b90
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store-fold-ptr-add.mir

  Log Message:
  -----------
  [DPWBS-1369] Fold G_PTR_ADD offset into load/store instruction

If the pointer operand of the load/store is a G_PTR_ADD, and the offset in
G_PTR_ADD is fitting into the immediate operand of the load/store instruction,
we can fold the G_PTR_ADD into the load/store instruction.

Tests are added for every load/store instruction currently selected. Min/max as well as
boundary tests make sure the immediate operand sizes of the load/store instructions are described
correctly in TriCoreInstrInfo.cpp.


  Commit: 2bddc41fb3bb11cae405a3b423358606423ac596
      https://github.com/llvm/llvm-project/commit/2bddc41fb3bb11cae405a3b423358606423ac596
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fnearbyint.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-frint.mir

  Log Message:
  -----------
  [DPWBS-1329, DPWBS-1330] feat(Legalizer): add support for G_FRINT, G_FNEARBYINT

G_FRINT and G_FNEARBYINT do not have hardware support and require a libcall

add legalizer tests


  Commit: c32af840252534d8e1d538e131ee4e7831ce4f85
      https://github.com/llvm/llvm-project/commit/c32af840252534d8e1d538e131ee4e7831ce4f85
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fmaxnum.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fminnum.mir

  Log Message:
  -----------
  [DPWBS-1331, DPWBS-1332] Add legalizer info for G_FMINNUM and G_FMAXNUM


  Commit: 562c4e4a3d0f5d172e7d97b38eea636778db5d48
      https://github.com/llvm/llvm-project/commit/562c4e4a3d0f5d172e7d97b38eea636778db5d48
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fmaxnum.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fminnum.mir

  Log Message:
  -----------
  [DPWBS-1331, DPWBS-1332] Add register bank selection for G_FMINNUM and G_FMAXNUM


  Commit: d5f93d31073c6d57c6827f5180c3666c8208b076
      https://github.com/llvm/llvm-project/commit/d5f93d31073c6d57c6827f5180c3666c8208b076
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fmaxnum.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fminnum.mir

  Log Message:
  -----------
  [DPWBS-1331, DPWBS-1332] Add instruction selection for G_FMINNUM and G_FMAXNUM


  Commit: f3fea52dcc16c11e257e59aef30488a7004c1fc5
      https://github.com/llvm/llvm-project/commit/f3fea52dcc16c11e257e59aef30488a7004c1fc5
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-03-10 (Tue, 10 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-vaarg.mir

  Log Message:
  -----------
  [DPWBS-1213] Adding legalization rules for G_VAARG and the corresponding test case.

Also adding legalization for G_PTR_MASK, because G_VAARG implementation depends on it.


  Commit: 4b68264b5dba4328432e59de63cc0955c23905c0
      https://github.com/llvm/llvm-project/commit/4b68264b5dba4328432e59de63cc0955c23905c0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-branch-fold-cmp-imm.mir

  Log Message:
  -----------
  [DPWBS-1363] Fold immediate into jump + compare if possible.


  Commit: 6031c44ce0f41c3643c69bb033a31b44143c3b1b
      https://github.com/llvm/llvm-project/commit/6031c44ce0f41c3643c69bb033a31b44143c3b1b
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fcopysign.mir

  Log Message:
  -----------
  [DPWBS-1387] Add legality rules for G_FCOPYSIGN


  Commit: ff7458cb88d88f7b680ead22999e3b9c3aa6e8be
      https://github.com/llvm/llvm-project/commit/ff7458cb88d88f7b680ead22999e3b9c3aa6e8be
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fcopysign.mir

  Log Message:
  -----------
  [DPWBS-1387] Add test for register bank selection


  Commit: 2a10f2fd324b9b716d5229ee58bbd37ba286750e
      https://github.com/llvm/llvm-project/commit/2a10f2fd324b9b716d5229ee58bbd37ba286750e
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fcopysign.mir

  Log Message:
  -----------
  [DPWBS-1387] Add instruction selection for G_FCOPYSIGN


  Commit: 1b46ee09df2242ce0a41700bfcd88dd2c2b5d33c
      https://github.com/llvm/llvm-project/commit/1b46ee09df2242ce0a41700bfcd88dd2c2b5d33c
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-implicit-def.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir

  Log Message:
  -----------
  [DPWBS-1386] Adding legality rule for G_IMPLICIT_DEF and the corresponding test cases and fix implicit-def/ext/merge-values legalize tests.


  Commit: 554183f412b0104ab0e3f8f22f4b9df1f157a469
      https://github.com/llvm/llvm-project/commit/554183f412b0104ab0e3f8f22f4b9df1f157a469
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-implicit-def.mir

  Log Message:
  -----------
  [DPWBS-1386] Adding RegisterBank selection for G_IMPLICIT_DEF and the corresponding test case.


  Commit: 336800292618418235e0974a66605afd452deddf
      https://github.com/llvm/llvm-project/commit/336800292618418235e0974a66605afd452deddf
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-implicit-def.mir

  Log Message:
  -----------
  [DPWBS-1386] Adding Instruction Selection support for G_IMPLICIT_DEF and the corresponding test case.


  Commit: 90ce8c1f7a913986e36494ef57bf518f5203b0e3
      https://github.com/llvm/llvm-project/commit/90ce8c1f7a913986e36494ef57bf518f5203b0e3
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCore.h
    A llvm/lib/Target/TriCore/TriCoreExpandPseudoInsts.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-branch-fold-cmp-imm.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store-fold-ptr-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-shifts.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-select-constants.mir
    A llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DPWBS-1395] Introduce new pseudo instructions for loading 32/64 bit constants.

These pseudo instructions are then expanded in a new pseudo instruction expansion pass.
Add simple optimizations to emit a single instruction if the immediate fits into the operands of the
instruction.

Also pre-commit tests for optimization opportunities that we are currently missing.


  Commit: 40d9c59d3e9cca24b043f60092768e633a581418
      https://github.com/llvm/llvm-project/commit/40d9c59d3e9cca24b043f60092768e633a581418
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreExpandPseudoInsts.cpp
    M llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DPWBS-1395] First stab at optimizing constant selection.

We can use shift instructions to move the immediate into place if the pre-shifted immediate fits
into the operand of a single instruction. We prefer this over using the default logic because it
can result in a 16-bit shift instruction. Also, shift does not clobber the PSW register which
allows for better scheduling opportunities in the future.


  Commit: 290d0bfeeb3d6684d4b77ce37f08335987bf1e6f
      https://github.com/llvm/llvm-project/commit/290d0bfeeb3d6684d4b77ce37f08335987bf1e6f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreExpandPseudoInsts.cpp
    M llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DPWBS-1395] Add additional shift optimization for loading 32-bit constants.

We can use a mov -1 instruction followed by a right shift if the immediate consists of all 1's with
zero's in the MSBs.


  Commit: f97d2c674022e67fd238b8403ac7898f658d7266
      https://github.com/llvm/llvm-project/commit/f97d2c674022e67fd238b8403ac7898f658d7266
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-intrinsic-trunc.mir

  Log Message:
  -----------
  [DPWBS-1388] Add legality rules for G_INTRINSIC_TRUNC


  Commit: ddcb24fc4b6878a57dd87012c39332c5eea67d3b
      https://github.com/llvm/llvm-project/commit/ddcb24fc4b6878a57dd87012c39332c5eea67d3b
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-intrinsic-round.mir

  Log Message:
  -----------
  [DPWBS-1389] Adding legality rule for G_INTRINSIC_ROUND and the corresponding test cases.


  Commit: d85bd3d21459cd8675b8f372b9d10e7550447d37
      https://github.com/llvm/llvm-project/commit/d85bd3d21459cd8675b8f372b9d10e7550447d37
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-ext.mir

  Log Message:
  -----------
  [DPWBS-1164] fix(InstructionSelector): fix incorrect selection for G_SEXT_INREG from <=32-bit to 64-bit


  Commit: ebcee195924a9a60ab2510be34229b25377e31f1
      https://github.com/llvm/llvm-project/commit/ebcee195924a9a60ab2510be34229b25377e31f1
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1232] test(RegBankSelect): regenerate assertions with script for arithmetics


  Commit: 5a4494ab55c72f047508a0fffa8650aa89b65215
      https://github.com/llvm/llvm-project/commit/5a4494ab55c72f047508a0fffa8650aa89b65215
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    M llvm/lib/Target/TriCore/TriCoreRegisterBanks.td
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-add-sub-carry-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-add-sub-carry.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-adde-sube-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-adde-sube.mir
    A llvm/test/CodeGen/TriCore/psw-marked-reserved.mir

  Log Message:
  -----------
  [DPWBS-1232] feat(RegisterInfo): add new pseudo CarryReg regclass, StatusRegBank regbank

To properly model the carry-bit register of overflow ops we need to have
a proper register bank and class. This commit adds the unallocatable
pseudo register class CarryReg, and the register bank StatusRegBank.

Furthermore, this commit marks the PSW_C register as reserved. This is
required since it is a system register and because the super register
PSW is also reserved.

StatusRegBank is only used by carry arithmetics. For TriCore this mean
only add/sub with carry (G_UADDO/UADDE/USUBO/USUBE). The mapping is only
supported for 32-bit non-carry and 1-bit carry operands. The non-carry
operands are mapped to the DataRegBank while the carry operands are
mapped to the StatusRegBank.

During instruction selection, carry-bit operands are constrained to the
CarryReg class

Since PSW_C is marked as a reserved register, a StatusRegBank COPY with
it as an operand cannot be emitted, as the register allocator would not
have a non-reserved register to allocate. Therefore the virtual
carry-out registers must be replaced with $psw_c directly.

To do this, this commit adds a check during the selection of carry-out
producers if it is safe to replace the virtual carry-out register with
the physical $psw_c register. Only if this check succeeds is selection
performed and the virtual register replaced with the physical one.

update tests for add/sub with carry.


  Commit: 90fdea6d9fdd3073457df69d94a46e034898fa64
      https://github.com/llvm/llvm-project/commit/90fdea6d9fdd3073457df69d94a46e034898fa64
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sextload.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-zextload.mir

  Log Message:
  -----------
  [DPWBS-1385] test(Legalizer): run generator script on existing test to prepare for functional changes


  Commit: 376cf4efe6437e5491ef311465f0306483ccf406
      https://github.com/llvm/llvm-project/commit/376cf4efe6437e5491ef311465f0306483ccf406
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sextload.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-zextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-wide-nonpow2-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-zextload.mir

  Log Message:
  -----------
  [DBWBS-1385] fix(Legalizer): fix legalization regression for G_STORE and G_*EXTLOAD


  Commit: b3beca083cdd8da22d03dff24b019875a7fa8e17
      https://github.com/llvm/llvm-project/commit/b3beca083cdd8da22d03dff24b019875a7fa8e17
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h

  Log Message:
  -----------
  [DPWBS-1396] refactor(InstrInfo): make getOffsetBits a member function


  Commit: 234fa7bed3cf0124a0d719c707859fef5e2fe5d2
      https://github.com/llvm/llvm-project/commit/234fa7bed3cf0124a0d719c707859fef5e2fe5d2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.h
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir
    A llvm/test/CodeGen/TriCore/emergency-spill-slot.mir

  Log Message:
  -----------
  [DPWBS-1396] feat(FrameLowering): add support for emergency spill slots

This commit adds an emergency spill slot before finalizing the stack
layout if the estimated stack size could overflow the offset operand
of instructions with a frame index operand. This is required since
register scavenging with potential spilling is done while eliminating
frame index operands.

add emergency spill slot test

update elim-frame-index test


  Commit: e51183eb4160f31c84adc3ca628a468b217cf92e
      https://github.com/llvm/llvm-project/commit/e51183eb4160f31c84adc3ca628a468b217cf92e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/assets/index.js
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.h
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.h
    A clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.cpp
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h
    R clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
    R clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.h
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FS.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    A clang-tools-extra/clangd/README.md
    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/XRefs.h
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/_templates/clangd_redirect.html
    M clang-tools-extra/docs/_templates/layout.html
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-include.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
    R clang-tools-extra/docs/clang-tidy/checks/fuchsia-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-restrict-system-libc-headers.rst
    A clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd.rst
    R clang-tools-extra/docs/clangd/ApplyClangTidyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/ApplyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/CodeCompletionInEmacsCompanyMode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInSublimeText.png
    R clang-tools-extra/docs/clangd/CodeCompletionInVSCode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInYCM.png
    R clang-tools-extra/docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif
    M clang-tools-extra/docs/clangd/Configuration.rst
    M clang-tools-extra/docs/clangd/DeveloperDocumentation.rst
    R clang-tools-extra/docs/clangd/DiagnosticsInEmacsEglot.png
    R clang-tools-extra/docs/clangd/ErrorsInVSCode.png
    M clang-tools-extra/docs/clangd/Extensions.rst
    M clang-tools-extra/docs/clangd/Features.rst
    R clang-tools-extra/docs/clangd/FindAllReferencesInVSCode.gif
    R clang-tools-extra/docs/clangd/FormatSelectionInVSCode.gif
    R clang-tools-extra/docs/clangd/GoToDefinitionInVSCode.gif
    M clang-tools-extra/docs/clangd/Installation.rst
    R clang-tools-extra/docs/clangd/NavigationWithBreadcrumbsInVSCode.gif
    R clang-tools-extra/docs/clangd/OutlineInVSCode.png
    A clang-tools-extra/docs/clangd/README.txt
    R clang-tools-extra/docs/clangd/SignatureHelpInVSCode.gif
    M clang-tools-extra/docs/clangd/index.rst
    M clang-tools-extra/docs/index.rst
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-doc/single-file.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.hpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.c
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cc
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cxx
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/i.cpp
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/a.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/j.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/r.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/s.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/t.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/transitive2.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stdatomic.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/math.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/float.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/r.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stdint.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/t.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/transitive2.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-include.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-allow-missing-move-when-copy-is-deleted.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-all.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-glob.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-headers.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers-transitive.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-allow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-disallow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-glob.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-transitive.cpp
    M clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
    M clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTImporter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CanonicalType.h
    A clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h
    A clang/include/clang/AST/DependenceFlags.h
    R clang/include/clang/AST/DependencyFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprObjC.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Basic/AArch64SVEACLETypes.def
    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/BuiltinsARM.def
    A clang/include/clang/Basic/BuiltinsSVE.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    A clang/include/clang/Basic/arm_cde.td
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    A clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/PPCallbacks.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/InMemoryModuleCache.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CMakeLists.txt
    A clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCoroutine.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/arm_acle.h
    M clang/lib/Headers/avx2intrin.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cldemoteintrin.h
    M clang/lib/Headers/module.modulemap
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPCallbacks.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaAvailability.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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/SemaLambda.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    A clang/lib/Sema/UsedDeclVisitor.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/Serialization/InMemoryModuleCache.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    A clang/test/AST/ast-dump-objc-arc-json.m
    M clang/test/AST/ast-dump-openmp-atomic.c
    M clang/test/AST/ast-dump-openmp-cancel.c
    M clang/test/AST/ast-dump-openmp-cancellation-point.c
    M clang/test/AST/ast-dump-openmp-critical.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-distribute.c
    M clang/test/AST/ast-dump-openmp-for-simd.c
    M clang/test/AST/ast-dump-openmp-for.c
    M clang/test/AST/ast-dump-openmp-master.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-parallel-for.c
    M clang/test/AST/ast-dump-openmp-parallel-master-XFAIL.c
    M clang/test/AST/ast-dump-openmp-parallel-sections.c
    M clang/test/AST/ast-dump-openmp-parallel.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-dump-openmp-sections.c
    M clang/test/AST/ast-dump-openmp-simd.c
    M clang/test/AST/ast-dump-openmp-single.c
    M clang/test/AST/ast-dump-openmp-target-data.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-parallel.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-target-teams.c
    M clang/test/AST/ast-dump-openmp-target.c
    M clang/test/AST/ast-dump-openmp-task.c
    M clang/test/AST/ast-dump-openmp-taskgroup.c
    M clang/test/AST/ast-dump-openmp-taskloop-simd.c
    M clang/test/AST/ast-dump-openmp-taskloop.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams.c
    M clang/test/AST/ast-dump-stmt.m
    M clang/test/AST/dump.cpp
    M clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    A clang/test/Analysis/cxx-inherited-ctor-is-skipped-as-top-level.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/CXX/class.derived/class.abstract/p16.cpp
    M clang/test/CXX/special/class.dtor/p5-0x.cpp
    M clang/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
    M clang/test/CodeGen/2009-10-20-GlobalDebug.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-crash.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-datatypes.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-negative-test.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/address-space.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-systemz.c
    M clang/test/CodeGen/alignment.c
    A clang/test/CodeGen/arm-cde-gpr.c
    A clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/asm-label.c
    A clang/test/CodeGen/attr-loader-uninitialized.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-weak-import.c
    M clang/test/CodeGen/attr-weakref2.c
    M clang/test/CodeGen/attributes.c
    M clang/test/CodeGen/avx2-builtins.c
    M clang/test/CodeGen/blocks-windows.c
    M clang/test/CodeGen/bmi-builtins.c
    M clang/test/CodeGen/bool-convert.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/cfstring-elf-cfbuild-x86_64.c
    M clang/test/CodeGen/cfstring-windows.c
    M clang/test/CodeGen/cldemote.c
    A clang/test/CodeGen/debug-info-sysroot-sdk.c
    R clang/test/CodeGen/debug-info-sysroot.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/denormalfpmode.c
    M clang/test/CodeGen/dllexport-1.c
    M clang/test/CodeGen/dllexport.c
    M clang/test/CodeGen/dllimport.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/inline-asm-mixed-style.c
    A clang/test/CodeGen/inline-asm-p-constraint.c
    A clang/test/CodeGen/mdouble.c
    M clang/test/CodeGen/microsoft-no-common-align.c
    M clang/test/CodeGen/no-common.c
    M clang/test/CodeGen/pr25786.c
    M clang/test/CodeGen/pragma-pack-1.c
    M clang/test/CodeGen/pragma-weak.c
    M clang/test/CodeGen/private-extern-redef.c
    M clang/test/CodeGen/tentative-decls.c
    M clang/test/CodeGen/tls-model.c
    M clang/test/CodeGen/visibility.c
    M clang/test/CodeGen/vlt_to_pointer.c
    M clang/test/CodeGen/volatile-1.c
    R clang/test/CodeGen/weak-global.c
    M clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    M clang/test/CodeGenCUDA/kernel-stub-name.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCUDA/unnamed-types.cu
    A clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    M clang/test/CodeGenCXX/clang-sections-tentative.c
    A clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenObjC/arc-ternary-op.m
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/class-stubs.m
    M clang/test/CodeGenObjC/constant-string-class.m
    M clang/test/CodeGenObjC/exceptions-asm-attribute.m
    M clang/test/CodeGenObjC/image-info.m
    M clang/test/CodeGenObjC/metadata-symbols-64.m
    M clang/test/CodeGenObjC/metadata_symbols.m
    M clang/test/CodeGenObjC/non-lazy-classes.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/sections.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/tentative-cfconstantstring.m
    M clang/test/CodeGenObjCXX/block-nested-in-lambda.mm
    M clang/test/CodeGenOpenCL/address-spaces.cl
    M clang/test/CodeGenOpenCL/amdgcn-large-globals.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/apple-kext-mkernel.c
    A clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/cuda-version-check.cu
    M clang/test/Driver/default-denormal-fp-math.c
    M clang/test/Driver/denormal-fp-math.c
    A clang/test/Driver/fmerge-constants.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/hip-default-gpu-arch.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-host-cpu-features.hip
    M clang/test/Driver/hip-no-device-libs.hip
    M clang/test/Driver/hip-output-file-name.hip
    M clang/test/Driver/hip-printf.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-syntax-only.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    A clang/test/Driver/mdouble.c
    A clang/test/Driver/memtag.c
    A clang/test/Driver/no-common.c
    M clang/test/Driver/ps4-runtime-flags.c
    M clang/test/Driver/sycl.c
    M clang/test/Driver/xcore-opts.c
    M clang/test/Frontend/ast-codegen.c
    M clang/test/Frontend/sycl-aux-triple.cpp
    M clang/test/Headers/arm-acle-header.c
    A clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/xmmintrin.c
    A clang/test/Import/objc-arc/Inputs/cleanup-objects.m
    A clang/test/Import/objc-arc/test-cleanup-object.m
    M clang/test/Index/Core/external-source-symbol-attr.m
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-wall.c
    A clang/test/Modules/Inputs/implicit-invalidate-chain/A.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/B.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/C.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    A clang/test/Modules/implicit-invalidate-chain.c
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/target_depend_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_update_depend_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/PCH/chain-external-defs.c
    A clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/PCH/external-defs.c
    A clang/test/PCH/non-trivial-c-compound-literal.m
    M clang/test/PCH/stmt-openmp_structured_block-bit.cpp
    M clang/test/PCH/tentative-defs.c
    A clang/test/Parser/asm-qualifiers.c
    M clang/test/Parser/asm.c
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/pragma-visibility2.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/sycl-macro.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/aarch64-sve-types.c
    A clang/test/Sema/arm-cde-immediates.c
    M clang/test/Sema/arm-mve-alias-attribute.c
    M clang/test/Sema/asm.c
    A clang/test/Sema/attr-loader-uninitialized.c
    A clang/test/Sema/attr-loader-uninitialized.cpp
    M clang/test/Sema/attr-target-mv.c
    A clang/test/Sema/builtin-returnaddress.c
    M clang/test/Sema/cast.c
    M clang/test/Sema/no-builtin.cpp
    A clang/test/Sema/sizeless-1.c
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/cxx0x-cursory-default-delete.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/member-pointer-ms.cpp
    A clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis-trivially-copyable.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaObjC/strong-in-c-struct.m
    M clang/test/SemaSYCL/kernel-attribute.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    M clang/test/SemaTemplate/instantiate-abbreviated-template.cpp
    M clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp
    A clang/test/SemaTemplate/undeclared-template.cpp
    M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/driver/cc1gen_reproducer_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXSourceLocation.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclTest.cpp
    R clang/unittests/AST/OMPStructuredBlockTest.cpp
    A clang/unittests/AST/SizelessTypesTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/Driver/DistroTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
    A clang/unittests/StaticAnalyzer/CheckerRegistration.h
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/utils/TableGen/CMakeLists.txt
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    A clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/tsan_interface.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h
    M compiler-rt/lib/tsan/rtl/tsan.syms.extra
    M compiler-rt/test/asan/TestCases/Linux/odr_c_test.c
    M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/set_shadow_test.c
    M compiler-rt/test/msan/no_sanitize_memory_prop.cpp
    M debuginfo-tests/dexter/dex/dextIR/DextIR.py
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    A libc/AOR_v20.02/Makefile
    A libc/AOR_v20.02/README.md
    A libc/AOR_v20.02/config.mk
    A libc/AOR_v20.02/config.mk.dist
    A libc/AOR_v20.02/math/Dir.mk
    A libc/AOR_v20.02/math/cosf.c
    A libc/AOR_v20.02/math/exp.c
    A libc/AOR_v20.02/math/exp2.c
    A libc/AOR_v20.02/math/exp2f.c
    A libc/AOR_v20.02/math/exp2f_data.c
    A libc/AOR_v20.02/math/exp_data.c
    A libc/AOR_v20.02/math/expf.c
    A libc/AOR_v20.02/math/include/mathlib.h
    A libc/AOR_v20.02/math/log.c
    A libc/AOR_v20.02/math/log2.c
    A libc/AOR_v20.02/math/log2_data.c
    A libc/AOR_v20.02/math/log2f.c
    A libc/AOR_v20.02/math/log2f_data.c
    A libc/AOR_v20.02/math/log_data.c
    A libc/AOR_v20.02/math/logf.c
    A libc/AOR_v20.02/math/logf_data.c
    A libc/AOR_v20.02/math/math_config.h
    A libc/AOR_v20.02/math/math_err.c
    A libc/AOR_v20.02/math/math_errf.c
    A libc/AOR_v20.02/math/pow.c
    A libc/AOR_v20.02/math/pow_log_data.c
    A libc/AOR_v20.02/math/powf.c
    A libc/AOR_v20.02/math/powf_log2_data.c
    A libc/AOR_v20.02/math/s_cos.c
    A libc/AOR_v20.02/math/s_cosf.c
    A libc/AOR_v20.02/math/s_exp.c
    A libc/AOR_v20.02/math/s_exp2f.c
    A libc/AOR_v20.02/math/s_exp2f_1u.c
    A libc/AOR_v20.02/math/s_expf.c
    A libc/AOR_v20.02/math/s_expf_1u.c
    A libc/AOR_v20.02/math/s_log.c
    A libc/AOR_v20.02/math/s_logf.c
    A libc/AOR_v20.02/math/s_pow.c
    A libc/AOR_v20.02/math/s_powf.c
    A libc/AOR_v20.02/math/s_sin.c
    A libc/AOR_v20.02/math/s_sinf.c
    A libc/AOR_v20.02/math/sincosf.c
    A libc/AOR_v20.02/math/sincosf.h
    A libc/AOR_v20.02/math/sincosf_data.c
    A libc/AOR_v20.02/math/sinf.c
    A libc/AOR_v20.02/math/test/mathbench.c
    A libc/AOR_v20.02/math/test/mathtest.c
    A libc/AOR_v20.02/math/test/rtest/dotest.c
    A libc/AOR_v20.02/math/test/rtest/intern.h
    A libc/AOR_v20.02/math/test/rtest/main.c
    A libc/AOR_v20.02/math/test/rtest/random.c
    A libc/AOR_v20.02/math/test/rtest/random.h
    A libc/AOR_v20.02/math/test/rtest/semi.c
    A libc/AOR_v20.02/math/test/rtest/semi.h
    A libc/AOR_v20.02/math/test/rtest/types.h
    A libc/AOR_v20.02/math/test/rtest/wrappers.c
    A libc/AOR_v20.02/math/test/rtest/wrappers.h
    A libc/AOR_v20.02/math/test/runulp.sh
    A libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/expf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/logf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/pow.tst
    A libc/AOR_v20.02/math/test/testcases/directed/powf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    A libc/AOR_v20.02/math/test/testcases/random/double.tst
    A libc/AOR_v20.02/math/test/testcases/random/float.tst
    A libc/AOR_v20.02/math/test/traces/exp.txt
    A libc/AOR_v20.02/math/test/traces/sincosf.txt
    A libc/AOR_v20.02/math/test/ulp.c
    A libc/AOR_v20.02/math/test/ulp.h
    A libc/AOR_v20.02/math/tools/cos.sollya
    A libc/AOR_v20.02/math/tools/exp.sollya
    A libc/AOR_v20.02/math/tools/exp2.sollya
    A libc/AOR_v20.02/math/tools/log.sollya
    A libc/AOR_v20.02/math/tools/log2.sollya
    A libc/AOR_v20.02/math/tools/log2_abs.sollya
    A libc/AOR_v20.02/math/tools/log_abs.sollya
    A libc/AOR_v20.02/math/tools/plot.py
    A libc/AOR_v20.02/math/tools/remez.jl
    A libc/AOR_v20.02/math/tools/sin.sollya
    A libc/AOR_v20.02/math/tools/v_exp.sollya
    A libc/AOR_v20.02/math/tools/v_log.sollya
    A libc/AOR_v20.02/math/tools/v_sin.sollya
    A libc/AOR_v20.02/math/v_cos.c
    A libc/AOR_v20.02/math/v_cosf.c
    A libc/AOR_v20.02/math/v_exp.c
    A libc/AOR_v20.02/math/v_exp.h
    A libc/AOR_v20.02/math/v_exp2f.c
    A libc/AOR_v20.02/math/v_exp2f_1u.c
    A libc/AOR_v20.02/math/v_exp_data.c
    A libc/AOR_v20.02/math/v_expf.c
    A libc/AOR_v20.02/math/v_expf_1u.c
    A libc/AOR_v20.02/math/v_log.c
    A libc/AOR_v20.02/math/v_log.h
    A libc/AOR_v20.02/math/v_log_data.c
    A libc/AOR_v20.02/math/v_logf.c
    A libc/AOR_v20.02/math/v_math.h
    A libc/AOR_v20.02/math/v_pow.c
    A libc/AOR_v20.02/math/v_powf.c
    A libc/AOR_v20.02/math/v_sin.c
    A libc/AOR_v20.02/math/v_sinf.c
    A libc/AOR_v20.02/math/vn_cos.c
    A libc/AOR_v20.02/math/vn_cosf.c
    A libc/AOR_v20.02/math/vn_exp.c
    A libc/AOR_v20.02/math/vn_exp2f.c
    A libc/AOR_v20.02/math/vn_exp2f_1u.c
    A libc/AOR_v20.02/math/vn_expf.c
    A libc/AOR_v20.02/math/vn_expf_1u.c
    A libc/AOR_v20.02/math/vn_log.c
    A libc/AOR_v20.02/math/vn_logf.c
    A libc/AOR_v20.02/math/vn_pow.c
    A libc/AOR_v20.02/math/vn_powf.c
    A libc/AOR_v20.02/math/vn_sin.c
    A libc/AOR_v20.02/math/vn_sinf.c
    A libc/AOR_v20.02/networking/Dir.mk
    A libc/AOR_v20.02/networking/aarch64/chksum_simd.c
    A libc/AOR_v20.02/networking/arm/chksum_simd.c
    A libc/AOR_v20.02/networking/chksum.c
    A libc/AOR_v20.02/networking/chksum_common.h
    A libc/AOR_v20.02/networking/include/networking.h
    A libc/AOR_v20.02/networking/test/chksum.c
    A libc/AOR_v20.02/string/Dir.mk
    A libc/AOR_v20.02/string/aarch64/check-arch.S
    A libc/AOR_v20.02/string/aarch64/memchr-sve.S
    A libc/AOR_v20.02/string/aarch64/memchr.S
    A libc/AOR_v20.02/string/aarch64/memcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/memcmp.S
    A libc/AOR_v20.02/string/aarch64/memcpy-advsimd.S
    A libc/AOR_v20.02/string/aarch64/memcpy.S
    A libc/AOR_v20.02/string/aarch64/memset.S
    A libc/AOR_v20.02/string/aarch64/stpcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/stpcpy.S
    A libc/AOR_v20.02/string/aarch64/strchr-mte.S
    A libc/AOR_v20.02/string/aarch64/strchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strchr.S
    A libc/AOR_v20.02/string/aarch64/strchrnul-sve.S
    A libc/AOR_v20.02/string/aarch64/strchrnul.S
    A libc/AOR_v20.02/string/aarch64/strcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strcmp.S
    A libc/AOR_v20.02/string/aarch64/strcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/strcpy.S
    A libc/AOR_v20.02/string/aarch64/strlen-mte.S
    A libc/AOR_v20.02/string/aarch64/strlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strlen.S
    A libc/AOR_v20.02/string/aarch64/strncmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strncmp.S
    A libc/AOR_v20.02/string/aarch64/strnlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strnlen.S
    A libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strrchr.S
    A libc/AOR_v20.02/string/arm/check-arch.S
    A libc/AOR_v20.02/string/arm/memchr.S
    A libc/AOR_v20.02/string/arm/memcpy.S
    A libc/AOR_v20.02/string/arm/memset.S
    A libc/AOR_v20.02/string/arm/strcmp-armv6m.S
    A libc/AOR_v20.02/string/arm/strcmp.S
    A libc/AOR_v20.02/string/arm/strcpy.c
    A libc/AOR_v20.02/string/arm/strlen-armv6t2.S
    A libc/AOR_v20.02/string/asmdefs.h
    A libc/AOR_v20.02/string/include/stringlib.h
    A libc/AOR_v20.02/string/test/memchr.c
    A libc/AOR_v20.02/string/test/memcmp.c
    A libc/AOR_v20.02/string/test/memcpy.c
    A libc/AOR_v20.02/string/test/memmove.c
    A libc/AOR_v20.02/string/test/memset.c
    A libc/AOR_v20.02/string/test/stpcpy.c
    A libc/AOR_v20.02/string/test/strchr.c
    A libc/AOR_v20.02/string/test/strchrnul.c
    A libc/AOR_v20.02/string/test/strcmp.c
    A libc/AOR_v20.02/string/test/strcpy.c
    A libc/AOR_v20.02/string/test/strlen.c
    A libc/AOR_v20.02/string/test/strncmp.c
    A libc/AOR_v20.02/string/test/strnlen.c
    A libc/AOR_v20.02/string/test/strrchr.c
    A libc/AOR_v20.02/string/x86_64/check-arch.S
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/config/linux/api.td
    M libc/config/linux/signal.h.in
    A libc/config/linux/threads.h.in
    M libc/include/CMakeLists.txt
    A libc/include/assert.h.def
    M libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/assert/CMakeLists.txt
    A libc/src/assert/__assert_fail.cpp
    A libc/src/assert/assert.h
    M libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/__restore.cpp
    A libc/src/signal/linux/sigaction.cpp
    A libc/src/signal/sigaction.h
    A libc/src/threads/CMakeLists.txt
    A libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/mtx_init.cpp
    A libc/src/threads/linux/mtx_lock.cpp
    A libc/src/threads/linux/mtx_unlock.cpp
    A libc/src/threads/linux/thrd_create.cpp
    A libc/src/threads/linux/thrd_join.cpp
    A libc/src/threads/linux/thread_start_args.h.def
    A libc/src/threads/linux/thread_utils.h
    A libc/src/threads/linux/x86_64/thread_start_args.h.in
    A libc/src/threads/mtx_init.h
    A libc/src/threads/mtx_lock.h
    A libc/src/threads/mtx_unlock.h
    A libc/src/threads/thrd_create.h
    A libc/src/threads/thrd_join.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/assert/CMakeLists.txt
    A libc/test/src/assert/assert_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    A libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/mtx_test.cpp
    A libc/test/src/threads/thrd_test.cpp
    M libc/utils/UnitTest/Test.cpp
    A libc/utils/buildbot/Dockerfile
    A libc/utils/buildbot/README.txt
    A libc/utils/buildbot/run.sh
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__functional_03
    M libcxx/include/codecvt
    M libcxx/include/exception
    M libcxx/include/filesystem
    M libcxx/include/functional
    M libcxx/include/future
    M libcxx/include/ios
    M libcxx/include/memory
    M libcxx/include/random
    M libcxx/include/regex
    M libcxx/include/stdexcept
    M libcxx/include/system_error
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
    M libcxx/test/lit.cfg
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf16.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf8.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp
    M libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/abort_message.h
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/include/atomic_support.h
    M libcxxabi/test/CMakeLists.txt
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfParser.hpp
    A libunwind/src/FrameHeaderCache.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/config.h
    A libunwind/test/frameheadercache_test.pass.cpp
    A lld/.clang-tidy
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Options.td
    M lld/COFF/Writer.cpp
    M lld/Common/TargetOptionsCommandFlags.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    A lld/docs/ELF/linker_script.rst
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/DWARF.h
    M lld/test/COFF/arm-thumb-thunks-multipass.s
    M lld/test/COFF/arm-thumb-thunks.s
    M lld/test/COFF/arm64-delayimport.yaml
    M lld/test/COFF/arm64-import2.test
    M lld/test/COFF/arm64-relocs-imports.test
    M lld/test/COFF/arm64-thunks.s
    M lld/test/COFF/armnt-blx23t.test
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/armnt-mov32t-exec.test
    M lld/test/COFF/armnt-movt32t.test
    M lld/test/COFF/armnt-rel32.yaml
    M lld/test/COFF/autoimport-arm-data.s
    M lld/test/COFF/autoimport-arm64-data.s
    M lld/test/COFF/autoimport-list-ptrs.s
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    M lld/test/COFF/base.test
    M lld/test/COFF/delayimports-armnt.yaml
    M lld/test/COFF/delayimports32.test
    M lld/test/COFF/dll.test
    M lld/test/COFF/export-arm64.yaml
    M lld/test/COFF/export.test
    M lld/test/COFF/export32.test
    M lld/test/COFF/imports-gnu-only.s
    M lld/test/COFF/imports-ordinal-only.s
    M lld/test/COFF/imports.test
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/lto.ll
    M lld/test/COFF/no-idata.s
    M lld/test/COFF/options.test
    M lld/test/COFF/pdata-arm64.yaml
    A lld/test/COFF/pdb-tpi-aligned-records.test
    M lld/test/COFF/start-lib.ll
    M lld/test/COFF/unwind.test
    M lld/test/ELF/Inputs/shf-info-link.test
    M lld/test/ELF/aarch64-abs16.s
    M lld/test/ELF/aarch64-abs32.s
    M lld/test/ELF/aarch64-condb-reloc.s
    M lld/test/ELF/aarch64-copy.s
    M lld/test/ELF/aarch64-cortex-a53-843419-address.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-tlsrelax.s
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/aarch64-feature-btipac.s
    M lld/test/ELF/aarch64-feature-pac.s
    M lld/test/ELF/aarch64-ifunc-bti.s
    M lld/test/ELF/aarch64-plt.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/aarch64-thunk-section-location.s
    M lld/test/ELF/aarch64-tstbr14-reloc.s
    M lld/test/ELF/allow-multiple-definition.s
    M lld/test/ELF/arm-bl-v6-inrange.s
    M lld/test/ELF/arm-bl-v6.s
    M lld/test/ELF/arm-blx.s
    M lld/test/ELF/arm-branch-rangethunk.s
    M lld/test/ELF/arm-branch-undef-weak-plt-thunk.s
    M lld/test/ELF/arm-branch.s
    M lld/test/ELF/arm-copy.s
    M lld/test/ELF/arm-exidx-add-missing.s
    M lld/test/ELF/arm-exidx-canunwind.s
    M lld/test/ELF/arm-exidx-dedup-and-sentinel.s
    M lld/test/ELF/arm-exidx-emit-relocs.s
    M lld/test/ELF/arm-exidx-gc.s
    M lld/test/ELF/arm-exidx-order.s
    M lld/test/ELF/arm-exidx-sentinel-orphan.s
    M lld/test/ELF/arm-exidx-shared.s
    M lld/test/ELF/arm-extreme-range-pi-thunk.s
    M lld/test/ELF/arm-force-pi-thunk.s
    M lld/test/ELF/arm-fpic-got.s
    M lld/test/ELF/arm-gnu-ifunc-plt.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-got-relative.s
    M lld/test/ELF/arm-gotoff.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-long-thunk-converge.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-plt-reloc.s
    M lld/test/ELF/arm-sbrel32.s
    M lld/test/ELF/arm-target2.s
    M lld/test/ELF/arm-thumb-blx.s
    M lld/test/ELF/arm-thumb-branch-rangethunk.s
    M lld/test/ELF/arm-thumb-branch.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-thumb-interwork-ifunc.s
    M lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-interwork-thunk-v5.s
    M lld/test/ELF/arm-thumb-interwork-thunk.s
    M lld/test/ELF/arm-thumb-mix-range-thunk-os.s
    M lld/test/ELF/arm-thumb-narrow-branch-check.s
    M lld/test/ELF/arm-thumb-no-undefined-thunk.s
    M lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-plt-range-thunk-os.s
    M lld/test/ELF/arm-thumb-plt-reloc.s
    M lld/test/ELF/arm-thumb-range-thunk-os.s
    M lld/test/ELF/arm-thumb-thunk-empty-pass.s
    M lld/test/ELF/arm-thumb-thunk-v6m.s
    M lld/test/ELF/arm-thumb-undefined-weak-narrow.test
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-thunk-largesection.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript-large.s
    M lld/test/ELF/arm-thunk-linkerscript-orphan.s
    M lld/test/ELF/arm-thunk-linkerscript-sort.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/arm-thunk-multipass-plt.s
    M lld/test/ELF/arm-thunk-multipass.s
    M lld/test/ELF/arm-thunk-nosuitable.s
    M lld/test/ELF/arm-thunk-re-add.s
    M lld/test/ELF/arm-tls-gd-nonpreemptible.s
    M lld/test/ELF/arm-tls-gd32.s
    M lld/test/ELF/arm-tls-ie32.s
    M lld/test/ELF/arm-tls-ldm32.s
    M lld/test/ELF/arm-tls-le32.s
    M lld/test/ELF/arm-tls-norelax-ie-le.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/arm-v4bx.test
    M lld/test/ELF/assignment-archive.s
    M lld/test/ELF/basic-ppc.s
    M lld/test/ELF/basic-ppc64.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/build-id.s
    M lld/test/ELF/debug-relocation-none.test
    M lld/test/ELF/defsym.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-hdr-abs-fde.s
    M lld/test/ELF/eh-frame-hdr-icf.s
    M lld/test/ELF/emit-relocs-gc.s
    M lld/test/ELF/exclude.s
    M lld/test/ELF/format-binary.test
    M lld/test/ELF/gc-sections-metadata-startstop.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gnu-hash-table.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    A lld/test/ELF/hexagon-tls-gd-xform.s
    M lld/test/ELF/i386-pc16.test
    M lld/test/ELF/i386-pc8.s
    M lld/test/ELF/i386-reloc-large-addend.s
    M lld/test/ELF/i386-reloc-range.s
    M lld/test/ELF/icf11.test
    M lld/test/ELF/icf7.s
    M lld/test/ELF/incompatible.s
    M lld/test/ELF/init_fini_priority.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/invalid-relocation-aarch64.test
    M lld/test/ELF/invalid/invalid-relocation-x64.test
    M lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/linkerscript/addr.test
    M lld/test/ELF/linkerscript/align-empty.test
    M lld/test/ELF/linkerscript/align1.test
    M lld/test/ELF/linkerscript/align2.test
    M lld/test/ELF/linkerscript/align3.test
    M lld/test/ELF/linkerscript/arm-exidx-sentinel-and-assignment.s
    M lld/test/ELF/linkerscript/at2.test
    M lld/test/ELF/linkerscript/constructor.test
    M lld/test/ELF/linkerscript/data-commands1.test
    M lld/test/ELF/linkerscript/define.test
    M lld/test/ELF/linkerscript/discard-gnu-hash.s
    M lld/test/ELF/linkerscript/discard-linkorder.s
    M lld/test/ELF/linkerscript/discard-section.s
    M lld/test/ELF/linkerscript/double-bss.test
    M lld/test/ELF/linkerscript/eh-frame-emit-relocs.s
    M lld/test/ELF/linkerscript/eh-frame-hdr.s
    M lld/test/ELF/linkerscript/eh-frame-merge.s
    M lld/test/ELF/linkerscript/eh-frame.s
    M lld/test/ELF/linkerscript/emit-reloc-section-names.s
    M lld/test/ELF/linkerscript/emit-relocs-ehframe-discard.s
    M lld/test/ELF/linkerscript/empty-load.s
    M lld/test/ELF/linkerscript/empty-sections-expressions.s
    M lld/test/ELF/linkerscript/input-order.s
    M lld/test/ELF/linkerscript/input-sec-dup.s
    M lld/test/ELF/linkerscript/linker-script-in-search-path.s
    M lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/locationcountererr2.s
    M lld/test/ELF/linkerscript/memory-err.s
    A lld/test/ELF/linkerscript/memory-ignored-dot-assign.test
    A lld/test/ELF/linkerscript/memory-ignored-output-address.test
    M lld/test/ELF/linkerscript/memory-include.test
    M lld/test/ELF/linkerscript/memory.s
    M lld/test/ELF/linkerscript/memory3.s
    R lld/test/ELF/linkerscript/memory4.test
    R lld/test/ELF/linkerscript/memory5.test
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/multi-sections-constraint.s
    M lld/test/ELF/linkerscript/numbers.s
    M lld/test/ELF/linkerscript/orphan.s
    M lld/test/ELF/linkerscript/orphans.s
    M lld/test/ELF/linkerscript/out-of-order-section-in-region.test
    M lld/test/ELF/linkerscript/out-of-order.s
    M lld/test/ELF/linkerscript/output-section-include.test
    M lld/test/ELF/linkerscript/output-too-large.s
    M lld/test/ELF/linkerscript/overlapping-sections.s
    M lld/test/ELF/linkerscript/region-alias.s
    M lld/test/ELF/linkerscript/repsection-va.s
    A lld/test/ELF/linkerscript/section-address-align.test
    M lld/test/ELF/linkerscript/section-align2.test
    M lld/test/ELF/linkerscript/section-include.test
    M lld/test/ELF/linkerscript/sections-constraint.s
    M lld/test/ELF/linkerscript/sections-gc.s
    M lld/test/ELF/linkerscript/sections-keep.s
    M lld/test/ELF/linkerscript/sections-padding.s
    M lld/test/ELF/linkerscript/sections.s
    M lld/test/ELF/linkerscript/sort-nested.s
    M lld/test/ELF/linkerscript/sort.s
    M lld/test/ELF/linkerscript/subalign.s
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/unused-synthetic.s
    M lld/test/ELF/linkerscript/unused-synthetic2.test
    M lld/test/ELF/linkerscript/va.s
    M lld/test/ELF/linkerscript/wildcards.s
    M lld/test/ELF/linkerscript/wildcards2.s
    M lld/test/ELF/lto/cpu-string.ll
    M lld/test/ELF/lto/linker-script-symbols-assign.ll
    M lld/test/ELF/lto/lto-start.ll
    M lld/test/ELF/lto/obj-path.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-got-relocs.s
    M lld/test/ELF/mips-got16-relocatable.s
    M lld/test/ELF/mips-gp-disp.s
    M lld/test/ELF/mips-gprel32-relocs.s
    M lld/test/ELF/mips-jalr.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-jal.s
    M lld/test/ELF/mips-micro-plt.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micro-thunks.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-npic-call-pic-script.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-tls-64-pic-local-variable.s
    M lld/test/ELF/mips-tls-hilo.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/ppc64-local-entry.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/pr37735.s
    M lld/test/ELF/relocatable-empty-archive.s
    M lld/test/ELF/relocatable-sections.s
    M lld/test/ELF/relocatable-symbols.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-b-aarch64.test
    M lld/test/ELF/relocation-copy-i686.s
    M lld/test/ELF/relocation-copy.s
    M lld/test/ELF/relocation-group.test
    M lld/test/ELF/relocation-in-merge.s
    M lld/test/ELF/relro-omagic.s
    M lld/test/ELF/sectionstart-noallochdr.s
    M lld/test/ELF/sectionstart.s
    M lld/test/ELF/shf-info-link.test
    M lld/test/ELF/sht-group-empty.test
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/strip-all.s
    M lld/test/ELF/synthetic-got.s
    M lld/test/ELF/undef-broken-debug.test
    M lld/test/ELF/undef-not-suggest.test
    M lld/test/ELF/undefined-glob.s
    A lld/test/ELF/unique-orphans.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap.s
    M lld/test/ELF/x86-64-plt-high-addr.s
    M lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
    M lld/test/mach-o/PIE.yaml
    M lld/test/mach-o/arm-interworking-movw.yaml
    M lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml
    M lld/test/mach-o/arm64-section-order.yaml
    M lld/test/mach-o/data-in-code-load-command.yaml
    M lld/test/mach-o/do-not-emit-unwind-fde-arm64.yaml
    M lld/test/mach-o/dylib-install-names.yaml
    M lld/test/mach-o/eh-frame-relocs-arm64.yaml
    M lld/test/mach-o/executable-exports.yaml
    M lld/test/mach-o/export-trie-order.yaml
    M lld/test/mach-o/function-starts-load-command.yaml
    M lld/test/mach-o/gcc_except_tab-got-arm64.yaml
    M lld/test/mach-o/got-order.yaml
    M lld/test/mach-o/hello-world-arm64.yaml
    M lld/test/mach-o/interposing-section.yaml
    M lld/test/mach-o/lazy-bind-x86_64.yaml
    M lld/test/mach-o/lc_segment_filesize.yaml
    M lld/test/mach-o/mach_header-cpusubtype.yaml
    M lld/test/mach-o/parse-data-in-code-armv7.yaml
    M lld/test/mach-o/rpath.yaml
    M lld/test/mach-o/run-tlv-pass-x86-64.yaml
    M lld/test/mach-o/sectattrs.yaml
    M lld/test/mach-o/seg-protection-arm64.yaml
    M lld/test/mach-o/seg-protection-x86_64.yaml
    M lld/test/mach-o/source-version.yaml
    M lld/test/mach-o/stack-size.yaml
    M lld/test/mach-o/unwind-info-simple-arm64.yaml
    M lld/test/mach-o/unwind-info-simple-x86_64.yaml
    M lld/test/mach-o/upward-dylib-load-command.yaml
    M lld/test/mach-o/use-dylib.yaml
    M lld/test/mach-o/version-min-load-command-object.yaml
    M lld/test/mach-o/version-min-load-command.yaml
    M lld/wasm/Driver.cpp
    A lldb/.clang-tidy
    M lldb/bindings/interface/SBAddress.i
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Host/Host.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/Platform.h
    A lldb/include/lldb/Target/RegisterContextUnwind.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/Thread.h
    A lldb/include/lldb/Target/UnwindLLDB.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    R lldb/source/Host/netbsd/Host.cpp
    A lldb/source/Host/netbsd/HostNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.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/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    A lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/Thread.cpp
    A lldb/source/Target/UnwindLLDB.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/test/API/commands/expression/formatters/TestFormatters.py
    M lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/test/API/commands/frame/recognizer/main.m
    M lldb/test/API/commands/settings/TestSettings.py
    A lldb/test/API/commands/statistics/basic/Makefile
    M lldb/test/API/commands/statistics/basic/TestStats.py
    M lldb/test/API/commands/statistics/basic/main.c
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    A lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    A lldb/test/API/functionalities/reproducers/attach/Makefile
    A lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    A lldb/test/API/functionalities/reproducers/attach/main.cpp
    A lldb/test/API/functionalities/unwind/zeroth_frame/Makefile
    A lldb/test/API/functionalities/unwind/zeroth_frame/TestZerothFrame.py
    A lldb/test/API/functionalities/unwind/zeroth_frame/main.c
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/template-function/TestTemplateFunctions.py
    M lldb/test/API/lang/cpp/template-function/main.cpp
    A lldb/test/API/lang/objc/modules-non-objc-target/Makefile
    A lldb/test/API/lang/objc/modules-non-objc-target/TestObjCModulesNonObjCTarget.py
    A lldb/test/API/lang/objc/modules-non-objc-target/main.c
    M lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
    A lldb/test/API/sanity/TestSettingSkipping.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    M lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
    M lldb/test/API/tools/lldb-server/main.cpp
    M lldb/test/Shell/Commands/command-disassemble.s
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
    A lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
    M lldb/tools/debugserver/CMakeLists.txt
    M lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/README.txt
    M llvm/bindings/go/llvm/dibuilder.go
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    A llvm/docs/CodeReview.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/Contributing.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/GettingInvolved.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/Passes.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/ReleaseNotes.rst
    A llvm/docs/loop-terminology-guarded-loop.png
    A llvm/docs/loop-terminology-initial-loop.png
    A llvm/docs/loop-terminology-rotated-loop.png
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
    M llvm/examples/CMakeLists.txt
    M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
    R llvm/examples/LLJITExamples/CMakeLists.txt
    R llvm/examples/LLJITExamples/ExampleModules.h
    R llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/BasicOrcV2CBindings.c
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/CMakeLists.txt
    A llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/ExampleModules.h
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm-c/ExecutionEngine.h
    A llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/Local.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/BinaryFormat/COFF.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    A llvm/include/llvm/CodeGen/CommandFlags.h
    R llvm/include/llvm/CodeGen/CommandFlags.inc
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/ExecutionDomainFix.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/Passes.h
    A llvm/include/llvm/CodeGen/RDFGraph.h
    A llvm/include/llvm/CodeGen/RDFLiveness.h
    A llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/include/llvm/CodeGen/Register.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    A llvm/include/llvm/CodeGen/Spiller.h
    M llvm/include/llvm/CodeGen/StackProtector.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/CFGDiff.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    A llvm/include/llvm/IR/KnowledgeRetention.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/User.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IR/ValueHandle.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCRegister.h
    A llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
    R llvm/include/llvm/MC/MCTargetOptionsCommandFlags.inc
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/Endian.h
    M llvm/include/llvm/Support/Host.h
    M llvm/include/llvm/Support/ManagedStatic.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/Timer.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
    R llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueLattice.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/lib/CodeGen/BBSectionsPrepare.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    A llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/ExpandMemCmp.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/Localizer.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/InlineSpiller.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/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    A llvm/lib/CodeGen/RDFGraph.cpp
    A llvm/lib/CodeGen/RDFLiveness.cpp
    A llvm/lib/CodeGen/RDFRegisters.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.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/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    R llvm/lib/CodeGen/Spiller.h
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
    M llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.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/MCJIT/MCJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Mangling.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    A llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/CMakeLists.txt
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Instructions.cpp
    A llvm/lib/IR/KnowledgeRetention.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/User.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/MC/MCInstPrinter.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    A llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/FoldingSet.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    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.td
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.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/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
    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/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.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/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.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/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMPredicates.td
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/AVR/AVRISelLowering.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/AVR/AVRSubtarget.cpp
    M llvm/lib/Target/AVR/AVRSubtarget.h
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
    M llvm/lib/Target/Hexagon/CMakeLists.txt
    M llvm/lib/Target/Hexagon/Hexagon.td
    M llvm/lib/Target/Hexagon/HexagonDepArch.td
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/RDFCopy.cpp
    M llvm/lib/Target/Hexagon/RDFCopy.h
    M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
    M llvm/lib/Target/Hexagon/RDFDeadCode.h
    R llvm/lib/Target/Hexagon/RDFGraph.cpp
    R llvm/lib/Target/Hexagon/RDFGraph.h
    R llvm/lib/Target/Hexagon/RDFLiveness.cpp
    R llvm/lib/Target/Hexagon/RDFLiveness.h
    R llvm/lib/Target/Hexagon/RDFRegisters.cpp
    R llvm/lib/Target/Hexagon/RDFRegisters.h
    M llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/MipsDSPInstrFormats.td
    M llvm/lib/Target/Mips/MipsInstrFPU.td
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
    M llvm/lib/Target/Mips/MipsSchedule.td
    M llvm/lib/Target/Mips/MipsScheduleGeneric.td
    M llvm/lib/Target/Mips/MipsScheduleP5600.td
    M llvm/lib/Target/Mips/MipsSubtarget.h
    M llvm/lib/Target/Mips/MipsTargetStreamer.h
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    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/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    A llvm/lib/Target/PowerPC/PPCMacroFusion.cpp
    A llvm/lib/Target/PowerPC/PPCMacroFusion.def
    A llvm/lib/Target/PowerPC/PPCMacroFusion.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.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/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/Sparc/SparcFrameLowering.cpp
    M llvm/lib/Target/Sparc/SparcInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZFeatures.td
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/lib/Target/VE/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/LLVMBuild.txt
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.cpp
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.h
    M llvm/lib/Target/VE/LLVMBuild.txt
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    M llvm/lib/Target/VE/MCTargetDesc/LLVMBuild.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.cpp
    M llvm/lib/Target/VE/VEAsmPrinter.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VETargetMachine.h
    M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/X86.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/X86ISelLowering.h
    M llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.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/X86InstrShiftRotate.td
    M llvm/lib/Target/X86/X86SpeculativeLoadHardening.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/XCore/XCoreFrameLowering.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.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/ObjCARC/ObjCARCContract.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
    M llvm/lib/Transforms/Scalar/DivRemPairs.cpp
    M llvm/lib/Transforms/Scalar/Float2Int.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/Reassociate.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    R llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
    M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/runtimes/CMakeLists.txt
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubeid.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubema.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubesc.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubetc.ll
    M llvm/test/Analysis/ConstantFolding/vscale.ll
    M llvm/test/Analysis/CostModel/ARM/mve-gather-scatter-cost.ll
    M llvm/test/Analysis/CostModel/ARM/select.ll
    M llvm/test/Analysis/CostModel/X86/arith-fix.ll
    M llvm/test/Analysis/CostModel/X86/arith-overflow.ll
    M llvm/test/Analysis/CostModel/X86/cttz.ll
    A llvm/test/Analysis/CostModel/X86/fmaxnum.ll
    A llvm/test/Analysis/CostModel/X86/fminnum.ll
    M llvm/test/Analysis/CostModel/X86/trunc.ll
    M llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
    A llvm/test/Analysis/ScalarEvolution/scalable-vector.ll
    A llvm/test/Analysis/StackSafetyAnalysis/ipa-attr.ll
    A llvm/test/Assembler/dbg-checksum.ll
    M llvm/test/Assembler/dimodule.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-objc.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-swift.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-no-premature-sp-pop.mir
    M llvm/test/CodeGen/AArch64/arm64-elf-calls.ll
    M llvm/test/CodeGen/AArch64/arm64-nvcast.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
    M llvm/test/CodeGen/AArch64/arm64-simplest-elf.ll
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll
    M llvm/test/CodeGen/AArch64/arm64_32.ll
    M llvm/test/CodeGen/AArch64/bcmp-inline-small.ll
    M llvm/test/CodeGen/AArch64/bitfield-insert-0.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-label.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll
    M llvm/test/CodeGen/AArch64/cpus.ll
    M llvm/test/CodeGen/AArch64/funnel-shift-rot.ll
    M llvm/test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
    M llvm/test/CodeGen/AArch64/machine-outliner-noreturn-save-lr.mir
    A llvm/test/CodeGen/AArch64/machine-outliner-side-effect.mir
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
    A llvm/test/CodeGen/AArch64/scalable-vector-promotion.ll
    M llvm/test/CodeGen/AArch64/simple-macho.ll
    M llvm/test/CodeGen/AArch64/stack-tagging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-adr.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-dup-x.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith-merging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-imm-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-invalid-imm-offset.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-ff.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-nf.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-sel.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-imm.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-reg.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-contiguous-conflict-detection.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-gather-loads-64bit-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-scatter-stores-64bit-scaled-offset.ll
    M llvm/test/CodeGen/AArch64/tail-call.ll
    M llvm/test/CodeGen/AArch64/tiny_model.ll
    M llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/add.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bswap.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/constant-bus-restriction.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmad.ftz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-merge-values.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-scalar-packed.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-addrspacecast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.atomic.dim.a16.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.dim.a16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2darraymsaa.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.3d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    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-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.a16.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.kernarg.segment.ptr.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/mubuf-global.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/mul.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s16.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s32.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.load.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.sample.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-copy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/shlN_add.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/trunc.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
    M llvm/test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll
    M llvm/test/CodeGen/AMDGPU/bypass-div.ll
    M llvm/test/CodeGen/AMDGPU/call-encoding.ll
    A llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.mir
    M llvm/test/CodeGen/AMDGPU/elf.ll
    M llvm/test/CodeGen/AMDGPU/elf.r600.ll
    M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
    A llvm/test/CodeGen/AMDGPU/fshl.ll
    A llvm/test/CodeGen/AMDGPU/fshr.ll
    M llvm/test/CodeGen/AMDGPU/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    A llvm/test/CodeGen/AMDGPU/indirect-call.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
    M llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
    M llvm/test/CodeGen/AMDGPU/macro-fusion-cluster-vcc-uses.mir
    M llvm/test/CodeGen/AMDGPU/mul24-pass-ordering.ll
    M llvm/test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
    M llvm/test/CodeGen/AMDGPU/nop-data.ll
    M llvm/test/CodeGen/AMDGPU/permute.ll
    M llvm/test/CodeGen/AMDGPU/s_code_end.ll
    M llvm/test/CodeGen/AMDGPU/scalar_to_vector.ll
    A llvm/test/CodeGen/AMDGPU/sext-divergence-driven-isel.ll
    M llvm/test/CodeGen/AMDGPU/shift-i128.ll
    M llvm/test/CodeGen/AMDGPU/srem64.ll
    M llvm/test/CodeGen/AMDGPU/sub-zext-cc-zext-cc.ll
    M llvm/test/CodeGen/AMDGPU/udiv64.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-test.ll
    M llvm/test/CodeGen/AMDGPU/update-phi.ll
    M llvm/test/CodeGen/AMDGPU/urem64.ll
    M llvm/test/CodeGen/AMDGPU/wave32.ll
    M llvm/test/CodeGen/AMDGPU/wqm.mir
    M llvm/test/CodeGen/ARM/2012-08-30-select.ll
    M llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
    M llvm/test/CodeGen/ARM/Windows/division-range.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr5.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
    M llvm/test/CodeGen/ARM/clang-section.ll
    M llvm/test/CodeGen/ARM/fp16-fullfp16.ll
    M llvm/test/CodeGen/ARM/fp16-promote.ll
    M llvm/test/CodeGen/ARM/fp16-vminmaxnm-safe.ll
    A llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-arm.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-thumb.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills-exceptions.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills.ll
    M llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
    M llvm/test/CodeGen/ARM/local-call.ll
    A llvm/test/CodeGen/ARM/lower-vmax.ll
    R llvm/test/CodeGen/ARM/shift_parts.ll
    M llvm/test/CodeGen/ARM/softfp-constant-comparison.ll
    M llvm/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
    M llvm/test/CodeGen/ARM/thumb1-varalloc.ll
    M llvm/test/CodeGen/ARM/trap.ll
    M llvm/test/CodeGen/ARM/vminmax.ll
    M llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
    M llvm/test/CodeGen/BPF/objdump_imm_hex.ll
    A llvm/test/CodeGen/Generic/csw-debug-assert.ll
    M llvm/test/CodeGen/Hexagon/bug18008.ll
    A llvm/test/CodeGen/Hexagon/expand-copyw-undef.mir
    M llvm/test/CodeGen/Hexagon/funnel-shift.ll
    M llvm/test/CodeGen/Hexagon/v60small.ll
    M llvm/test/CodeGen/Hexagon/vect-regpairs.ll
    A llvm/test/CodeGen/MIR/AArch64/mir-canon-constant-pool-hash.mir
    M llvm/test/CodeGen/MIR/ARM/thumb2-sub-sp-t3.mir
    M llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/trunc.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zextLoad_and_sextLoad.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zext_and_sext.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zextLoad_and_sextLoad.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zext_and_sext.ll
    M llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
    M llvm/test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll
    M llvm/test/CodeGen/Mips/micromips-atomic1.ll
    M llvm/test/CodeGen/Mips/micromips-eva.mir
    M llvm/test/CodeGen/Mips/tailcall/tailcall-wrong-isa.ll
    M llvm/test/CodeGen/Mips/unaligned-memops-mapping.mir
    M llvm/test/CodeGen/NVPTX/sqrt-approx.ll
    M llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll
    A llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll
    A llvm/test/CodeGen/PowerPC/aix-LinkOnceODRLinkage.ll
    R llvm/test/CodeGen/PowerPC/aix-byval-param.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation1.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation2.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation3.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
    A llvm/test/CodeGen/PowerPC/aix-print-pc.mir
    A llvm/test/CodeGen/PowerPC/aix64-cc-byval.ll
    M llvm/test/CodeGen/PowerPC/alignlongjumptest.mir
    A llvm/test/CodeGen/PowerPC/early-ret.mir
    A llvm/test/CodeGen/PowerPC/fma-precision.ll
    A llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
    A llvm/test/CodeGen/PowerPC/fp-strict.ll
    A llvm/test/CodeGen/PowerPC/ifcvt.mir
    A llvm/test/CodeGen/PowerPC/macro-fusion.ll
    M llvm/test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll
    M llvm/test/CodeGen/PowerPC/memcmp-mergeexpand.ll
    M llvm/test/CodeGen/PowerPC/memcmpIR.ll
    A llvm/test/CodeGen/PowerPC/ppc32-i64-to-float-conv.ll
    M llvm/test/CodeGen/PowerPC/pre-inc-disable.ll
    M llvm/test/CodeGen/PowerPC/recipest.ll
    M llvm/test/CodeGen/PowerPC/rotl-2.ll
    M llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
    M llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll
    M llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll
    M llvm/test/CodeGen/RISCV/compress-float.ll
    M llvm/test/CodeGen/RISCV/compress-inline-asm.ll
    M llvm/test/CodeGen/RISCV/compress.ll
    M llvm/test/CodeGen/RISCV/option-norvc.ll
    M llvm/test/CodeGen/RISCV/option-rvc.ll
    A llvm/test/CodeGen/SystemZ/cond-move-10.ll
    A llvm/test/CodeGen/SystemZ/int-cmp-56.mir
    M llvm/test/CodeGen/SystemZ/rot-01.ll
    M llvm/test/CodeGen/SystemZ/rot-02.ll
    M llvm/test/CodeGen/SystemZ/rot-shift-64-sub-amt.ll
    M llvm/test/CodeGen/SystemZ/shift-01.ll
    M llvm/test/CodeGen/SystemZ/shift-02.ll
    M llvm/test/CodeGen/SystemZ/shift-03.ll
    M llvm/test/CodeGen/SystemZ/shift-04.ll
    M llvm/test/CodeGen/SystemZ/shift-05.ll
    M llvm/test/CodeGen/SystemZ/shift-06.ll
    M llvm/test/CodeGen/SystemZ/shift-07.ll
    M llvm/test/CodeGen/SystemZ/shift-08.ll
    M llvm/test/CodeGen/SystemZ/shift-09.ll
    M llvm/test/CodeGen/SystemZ/shift-10.ll
    M llvm/test/CodeGen/SystemZ/shift-11.ll
    M llvm/test/CodeGen/SystemZ/shift-12.ll
    A llvm/test/CodeGen/SystemZ/vec-move-23.ll
    M llvm/test/CodeGen/Thumb/large-stack.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/invariant-qreg.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-invariant.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/unpredicated-max.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/vaddv.mir
    A llvm/test/CodeGen/Thumb2/fir.ll
    M llvm/test/CodeGen/Thumb2/ifcvt-minsize.ll
    M llvm/test/CodeGen/Thumb2/mve-fmas.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/longshift-const.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/longshift-demand.ll
    A llvm/test/CodeGen/Thumb2/mve-intrinsics/ternary.ll
    A llvm/test/CodeGen/Thumb2/mve-vmull.ll
    A llvm/test/CodeGen/Thumb2/shift_parts.ll
    M llvm/test/CodeGen/Thumb2/thumb2-ror.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ctlz.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-cttz.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-wide-nonpow2-load-store.mir
    A llvm/test/CodeGen/VE/sjlj_except.ll
    A llvm/test/CodeGen/WebAssembly/simd-shift-unroll.ll
    M llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll
    M llvm/test/CodeGen/X86/align-branch-boundary-suppressions.ll
    M llvm/test/CodeGen/X86/avg.ll
    M llvm/test/CodeGen/X86/avx512-calling-conv.ll
    M llvm/test/CodeGen/X86/avx512-insert-extract.ll
    M llvm/test/CodeGen/X86/avx512-shuffles/partial_permute.ll
    M llvm/test/CodeGen/X86/avx512-vec3-crash.ll
    M llvm/test/CodeGen/X86/avx512vbmi2-funnel-shifts.ll
    M llvm/test/CodeGen/X86/avx512vbmi2vl-funnel-shifts.ll
    A llvm/test/CodeGen/X86/basicblock-sections-cold.ll
    A llvm/test/CodeGen/X86/basicblock-sections-directjumps.ll
    A llvm/test/CodeGen/X86/basicblock-sections-eh.ll
    A llvm/test/CodeGen/X86/basicblock-sections-labels.ll
    A llvm/test/CodeGen/X86/basicblock-sections-list.ll
    A llvm/test/CodeGen/X86/basicblock-sections-listbb.ll
    A llvm/test/CodeGen/X86/basicblock-sections-mir-parse.mir
    A llvm/test/CodeGen/X86/basicblock-sections-mir-print.ll
    A llvm/test/CodeGen/X86/basicblock-sections.ll
    M llvm/test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
    M llvm/test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
    M llvm/test/CodeGen/X86/bitcast-int-to-vector-bool.ll
    M llvm/test/CodeGen/X86/bitcast-vector-bool.ll
    M llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
    M llvm/test/CodeGen/X86/buildvec-extract.ll
    M llvm/test/CodeGen/X86/buildvec-insertvec.ll
    M llvm/test/CodeGen/X86/call-site-info-output.ll
    M llvm/test/CodeGen/X86/callbr-asm-branch-folding.ll
    M llvm/test/CodeGen/X86/callbr-asm-obj-file.ll
    M llvm/test/CodeGen/X86/callbr-asm.ll
    M llvm/test/CodeGen/X86/clear-highbits.ll
    M llvm/test/CodeGen/X86/clear-lowbits.ll
    M llvm/test/CodeGen/X86/clz.ll
    M llvm/test/CodeGen/X86/combine-rotates.ll
    M llvm/test/CodeGen/X86/compact-unwind.ll
    M llvm/test/CodeGen/X86/const-shift-of-constmasked.ll
    M llvm/test/CodeGen/X86/extract-bits.ll
    M llvm/test/CodeGen/X86/extract-concat.ll
    M llvm/test/CodeGen/X86/extract-lowbits.ll
    M llvm/test/CodeGen/X86/fmaxnum.ll
    M llvm/test/CodeGen/X86/fminnum.ll
    M llvm/test/CodeGen/X86/fshl.ll
    M llvm/test/CodeGen/X86/fshr.ll
    M llvm/test/CodeGen/X86/horizontal-reduce-smax.ll
    M llvm/test/CodeGen/X86/horizontal-reduce-smin.ll
    M llvm/test/CodeGen/X86/horizontal-reduce-umax.ll
    M llvm/test/CodeGen/X86/horizontal-reduce-umin.ll
    M llvm/test/CodeGen/X86/implicit-faultmap.ll
    A llvm/test/CodeGen/X86/indirect-branch-tracking-eh.ll
    M llvm/test/CodeGen/X86/insertelement-ones.ll
    M llvm/test/CodeGen/X86/insertelement-shuffle.ll
    M llvm/test/CodeGen/X86/known-bits.ll
    M llvm/test/CodeGen/X86/load-partial.ll
    M llvm/test/CodeGen/X86/madd.ll
    M llvm/test/CodeGen/X86/masked_store_trunc.ll
    A llvm/test/CodeGen/X86/memcmp-constant.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-pgso.ll
    M llvm/test/CodeGen/X86/memcmp.ll
    M llvm/test/CodeGen/X86/mingw-comdats-xdata.ll
    M llvm/test/CodeGen/X86/mingw-comdats.ll
    M llvm/test/CodeGen/X86/movmsk-cmp.ll
    M llvm/test/CodeGen/X86/packss.ll
    M llvm/test/CodeGen/X86/patchable-prologue.ll
    M llvm/test/CodeGen/X86/pow.ll
    M llvm/test/CodeGen/X86/pr30562.ll
    M llvm/test/CodeGen/X86/pr31956.ll
    M llvm/test/CodeGen/X86/pr34592.ll
    M llvm/test/CodeGen/X86/pshufb-mask-comments.ll
    M llvm/test/CodeGen/X86/sadd_sat_vec.ll
    M llvm/test/CodeGen/X86/scalar_widen_div.ll
    M llvm/test/CodeGen/X86/sdiv_fix.ll
    M llvm/test/CodeGen/X86/sdiv_fix_sat.ll
    M llvm/test/CodeGen/X86/shift-by-signext.ll
    M llvm/test/CodeGen/X86/shift-combine.ll
    M llvm/test/CodeGen/X86/shift-double-x86_64.ll
    M llvm/test/CodeGen/X86/shift-double.ll
    M llvm/test/CodeGen/X86/shift-parts.ll
    M llvm/test/CodeGen/X86/shrink_vmul.ll
    M llvm/test/CodeGen/X86/sqrt-fastmath-mir.ll
    M llvm/test/CodeGen/X86/sqrt-fastmath.ll
    M llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/ssub_sat_vec.ll
    M llvm/test/CodeGen/X86/stack-folding-avx512bf16.ll
    A llvm/test/CodeGen/X86/stack-guard-oob.ll
    A llvm/test/CodeGen/X86/statepoint-duplicates-export.ll
    A llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
    M llvm/test/CodeGen/X86/uadd_sat_vec.ll
    M llvm/test/CodeGen/X86/udiv_fix_sat.ll
    M llvm/test/CodeGen/X86/usub_sat_vec.ll
    M llvm/test/CodeGen/X86/var-permute-128.ll
    M llvm/test/CodeGen/X86/var-permute-512.ll
    M llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
    M llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll
    M llvm/test/CodeGen/X86/vec-strict-inttofp-512.ll
    M llvm/test/CodeGen/X86/vec_set-A.ll
    M llvm/test/CodeGen/X86/vec_set-B.ll
    M llvm/test/CodeGen/X86/vector-bitreverse.ll
    M llvm/test/CodeGen/X86/vector-extend-inreg.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-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-512.ll
    M llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
    M llvm/test/CodeGen/X86/vector-lzcnt-128.ll
    M llvm/test/CodeGen/X86/vector-mul.ll
    M llvm/test/CodeGen/X86/vector-reduce-add.ll
    M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-and.ll
    M llvm/test/CodeGen/X86/vector-reduce-mul.ll
    M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-or.ll
    M llvm/test/CodeGen/X86/vector-reduce-smax.ll
    M llvm/test/CodeGen/X86/vector-reduce-smin.ll
    M llvm/test/CodeGen/X86/vector-reduce-umax.ll
    M llvm/test/CodeGen/X86/vector-reduce-umin.ll
    M llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll
    M llvm/test/CodeGen/X86/vector-reduce-xor.ll
    M llvm/test/CodeGen/X86/vector-sext.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
    M llvm/test/CodeGen/X86/vector-shift-lshr-256.ll
    M llvm/test/CodeGen/X86/vector-shift-lshr-512.ll
    M llvm/test/CodeGen/X86/vector-shuffle-128-v4.ll
    M llvm/test/CodeGen/X86/vector-shuffle-128-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx.ll
    M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
    M llvm/test/CodeGen/X86/vector-trunc-math.ll
    M llvm/test/CodeGen/X86/vector-trunc.ll
    M llvm/test/CodeGen/X86/vector-tzcnt-128.ll
    M llvm/test/CodeGen/X86/vselect-constants.ll
    M llvm/test/CodeGen/X86/widen_bitops-0.ll
    M llvm/test/CodeGen/X86/x86-64-double-precision-shift-left.ll
    M llvm/test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
    M llvm/test/CodeGen/X86/xray-section-group.ll
    M llvm/test/DebugInfo/AArch64/big-endian-dump.ll
    M llvm/test/DebugInfo/AArch64/call-site-info-output.ll
    A llvm/test/DebugInfo/AArch64/dbgcall-site-float-entry-value.ll
    M llvm/test/DebugInfo/AArch64/little-endian-dump.ll
    M llvm/test/DebugInfo/AMDGPU/print-reg-name.s
    R llvm/test/DebugInfo/AMDGPU/register-mapping.s
    M llvm/test/DebugInfo/ARM/big-endian-dump.ll
    M llvm/test/DebugInfo/ARM/call-site-info-output.ll
    M llvm/test/DebugInfo/ARM/little-endian-dump.ll
    M llvm/test/DebugInfo/COFF/no-cus.ll
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-expr-chain.mir
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-expr-entry-value.mir
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpret-movzxi.mir
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-orr-moves.mir
    M llvm/test/DebugInfo/MIR/AArch64/implicit-def-dead-scope.mir
    M llvm/test/DebugInfo/MIR/ARM/call-site-info-vmovd.mir
    M llvm/test/DebugInfo/MIR/ARM/call-site-info-vmovs.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcallsite-noreg-is-imm-check.mir
    M llvm/test/DebugInfo/MIR/ARM/if-coverter-call-site-info.mir
    M llvm/test/DebugInfo/MIR/Hexagon/dbgcall-site-instr-before-bundled-call.mir
    M llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
    M llvm/test/DebugInfo/MIR/SystemZ/call-site-lzer.mir
    M llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
    M llvm/test/DebugInfo/MIR/X86/call-site-gnu-vs-dwarf5-attrs.mir
    A llvm/test/DebugInfo/MIR/X86/call-site-param-mov16.mir
    A llvm/test/DebugInfo/MIR/X86/callsite-stack-value.mir
    M llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg-multiple-defs.mir
    M llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-copy-super-sub.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-lea-interpretation.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-partial-describe.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-reference.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-reg-shuffle.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-two-fwd-reg-defs.mir
    M llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
    M llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
    M llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir
    M llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir
    M llvm/test/DebugInfo/MIR/X86/propagate-entry-value-cross-bbs.mir
    M llvm/test/DebugInfo/MIR/X86/unreachable-block-call-site.mir
    M llvm/test/DebugInfo/RISCV/dwarf-riscv-relocs.ll
    M llvm/test/DebugInfo/Sparc/gnu-window-save.ll
    M llvm/test/DebugInfo/X86/DIModule.ll
    M llvm/test/DebugInfo/X86/DW_AT_location-reference.ll
    M llvm/test/DebugInfo/X86/dbgcall-site-64-bit-imms.ll
    M llvm/test/DebugInfo/X86/dbgcall-site-zero-valued-imms.ll
    M llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s
    M llvm/test/DebugInfo/X86/split-dwarf-sysroot.ll
    R llvm/test/ExecutionEngine/JITLink/AArch64/MachO_Arm64_relocations.s
    A llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_relocations.s
    A llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_global_linker_private_def.s
    A llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_internal_linker_private_def.s
    A llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_weak_defs_extra.s
    A llvm/test/ExecutionEngine/JITLink/X86/MachO_linker_private_symbols.s
    A llvm/test/ExecutionEngine/JITLink/X86/MachO_weak_definitions.s
    A llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
    M llvm/test/ExecutionEngine/RuntimeDyld/ARM/COFF_Thumb.s
    M llvm/test/ExecutionEngine/RuntimeDyld/X86/COFF_i386.s
    M llvm/test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s
    A llvm/test/IR/assume-builder.ll
    A llvm/test/Linker/Inputs/empty-objc.ll
    A llvm/test/Linker/empty-swift.ll
    M llvm/test/MC/AArch64/SVE/abs.s
    M llvm/test/MC/AArch64/SVE/add.s
    M llvm/test/MC/AArch64/SVE/addpl.s
    M llvm/test/MC/AArch64/SVE/addvl.s
    M llvm/test/MC/AArch64/SVE/adr.s
    M llvm/test/MC/AArch64/SVE/and.s
    M llvm/test/MC/AArch64/SVE/ands.s
    M llvm/test/MC/AArch64/SVE/andv.s
    M llvm/test/MC/AArch64/SVE/asr.s
    M llvm/test/MC/AArch64/SVE/asrd.s
    M llvm/test/MC/AArch64/SVE/asrr.s
    M llvm/test/MC/AArch64/SVE/bic.s
    M llvm/test/MC/AArch64/SVE/bics.s
    M llvm/test/MC/AArch64/SVE/brka.s
    M llvm/test/MC/AArch64/SVE/brkas.s
    M llvm/test/MC/AArch64/SVE/brkb.s
    M llvm/test/MC/AArch64/SVE/brkbs.s
    M llvm/test/MC/AArch64/SVE/brkn.s
    M llvm/test/MC/AArch64/SVE/brkns.s
    M llvm/test/MC/AArch64/SVE/brkpa.s
    M llvm/test/MC/AArch64/SVE/brkpas.s
    M llvm/test/MC/AArch64/SVE/brkpb.s
    M llvm/test/MC/AArch64/SVE/brkpbs.s
    M llvm/test/MC/AArch64/SVE/clasta.s
    M llvm/test/MC/AArch64/SVE/clastb.s
    M llvm/test/MC/AArch64/SVE/cls.s
    M llvm/test/MC/AArch64/SVE/clz.s
    M llvm/test/MC/AArch64/SVE/cmpeq.s
    M llvm/test/MC/AArch64/SVE/cmpge.s
    M llvm/test/MC/AArch64/SVE/cmpgt.s
    M llvm/test/MC/AArch64/SVE/cmphi.s
    M llvm/test/MC/AArch64/SVE/cmphs.s
    M llvm/test/MC/AArch64/SVE/cmple.s
    M llvm/test/MC/AArch64/SVE/cmplo.s
    M llvm/test/MC/AArch64/SVE/cmpls.s
    M llvm/test/MC/AArch64/SVE/cmplt.s
    M llvm/test/MC/AArch64/SVE/cmpne.s
    M llvm/test/MC/AArch64/SVE/cnot.s
    M llvm/test/MC/AArch64/SVE/cnt.s
    M llvm/test/MC/AArch64/SVE/cntb.s
    M llvm/test/MC/AArch64/SVE/cntd.s
    M llvm/test/MC/AArch64/SVE/cnth.s
    M llvm/test/MC/AArch64/SVE/cntp.s
    M llvm/test/MC/AArch64/SVE/cntw.s
    M llvm/test/MC/AArch64/SVE/compact.s
    M llvm/test/MC/AArch64/SVE/cpy.s
    M llvm/test/MC/AArch64/SVE/ctermeq.s
    M llvm/test/MC/AArch64/SVE/ctermne.s
    M llvm/test/MC/AArch64/SVE/decb.s
    M llvm/test/MC/AArch64/SVE/decd.s
    M llvm/test/MC/AArch64/SVE/dech.s
    M llvm/test/MC/AArch64/SVE/decp.s
    M llvm/test/MC/AArch64/SVE/decw.s
    M llvm/test/MC/AArch64/SVE/dup.s
    M llvm/test/MC/AArch64/SVE/dupm.s
    M llvm/test/MC/AArch64/SVE/eon.s
    M llvm/test/MC/AArch64/SVE/eor.s
    M llvm/test/MC/AArch64/SVE/eors.s
    M llvm/test/MC/AArch64/SVE/eorv.s
    M llvm/test/MC/AArch64/SVE/ext.s
    M llvm/test/MC/AArch64/SVE/fabd.s
    M llvm/test/MC/AArch64/SVE/fabs.s
    M llvm/test/MC/AArch64/SVE/facge.s
    M llvm/test/MC/AArch64/SVE/facgt.s
    M llvm/test/MC/AArch64/SVE/facle.s
    M llvm/test/MC/AArch64/SVE/faclt.s
    M llvm/test/MC/AArch64/SVE/fadd.s
    M llvm/test/MC/AArch64/SVE/fadda.s
    M llvm/test/MC/AArch64/SVE/faddv.s
    M llvm/test/MC/AArch64/SVE/fcadd.s
    M llvm/test/MC/AArch64/SVE/fcmeq.s
    M llvm/test/MC/AArch64/SVE/fcmge.s
    M llvm/test/MC/AArch64/SVE/fcmgt.s
    M llvm/test/MC/AArch64/SVE/fcmla.s
    M llvm/test/MC/AArch64/SVE/fcmle.s
    M llvm/test/MC/AArch64/SVE/fcmlt.s
    M llvm/test/MC/AArch64/SVE/fcmne.s
    M llvm/test/MC/AArch64/SVE/fcmuo.s
    M llvm/test/MC/AArch64/SVE/fcpy.s
    M llvm/test/MC/AArch64/SVE/fcvt.s
    M llvm/test/MC/AArch64/SVE/fcvtzs.s
    M llvm/test/MC/AArch64/SVE/fcvtzu.s
    M llvm/test/MC/AArch64/SVE/fdiv.s
    M llvm/test/MC/AArch64/SVE/fdivr.s
    M llvm/test/MC/AArch64/SVE/fdup.s
    M llvm/test/MC/AArch64/SVE/fexpa.s
    M llvm/test/MC/AArch64/SVE/fmad.s
    M llvm/test/MC/AArch64/SVE/fmax.s
    M llvm/test/MC/AArch64/SVE/fmaxnm.s
    M llvm/test/MC/AArch64/SVE/fmaxnmv.s
    M llvm/test/MC/AArch64/SVE/fmaxv.s
    M llvm/test/MC/AArch64/SVE/fmin.s
    M llvm/test/MC/AArch64/SVE/fminnm.s
    M llvm/test/MC/AArch64/SVE/fminnmv.s
    M llvm/test/MC/AArch64/SVE/fminv.s
    M llvm/test/MC/AArch64/SVE/fmla.s
    M llvm/test/MC/AArch64/SVE/fmls.s
    M llvm/test/MC/AArch64/SVE/fmov.s
    M llvm/test/MC/AArch64/SVE/fmsb.s
    M llvm/test/MC/AArch64/SVE/fmul.s
    M llvm/test/MC/AArch64/SVE/fmulx.s
    M llvm/test/MC/AArch64/SVE/fneg.s
    M llvm/test/MC/AArch64/SVE/fnmad.s
    M llvm/test/MC/AArch64/SVE/fnmla.s
    M llvm/test/MC/AArch64/SVE/fnmls.s
    M llvm/test/MC/AArch64/SVE/fnmsb.s
    M llvm/test/MC/AArch64/SVE/frecpe.s
    M llvm/test/MC/AArch64/SVE/frecps.s
    M llvm/test/MC/AArch64/SVE/frecpx.s
    M llvm/test/MC/AArch64/SVE/frinta.s
    M llvm/test/MC/AArch64/SVE/frinti.s
    M llvm/test/MC/AArch64/SVE/frintm.s
    M llvm/test/MC/AArch64/SVE/frintn.s
    M llvm/test/MC/AArch64/SVE/frintp.s
    M llvm/test/MC/AArch64/SVE/frintx.s
    M llvm/test/MC/AArch64/SVE/frintz.s
    M llvm/test/MC/AArch64/SVE/frsqrte.s
    M llvm/test/MC/AArch64/SVE/frsqrts.s
    M llvm/test/MC/AArch64/SVE/fscale.s
    M llvm/test/MC/AArch64/SVE/fsqrt.s
    M llvm/test/MC/AArch64/SVE/fsub.s
    M llvm/test/MC/AArch64/SVE/fsubr.s
    M llvm/test/MC/AArch64/SVE/ftmad.s
    M llvm/test/MC/AArch64/SVE/ftsmul.s
    M llvm/test/MC/AArch64/SVE/ftssel.s
    M llvm/test/MC/AArch64/SVE/incb.s
    M llvm/test/MC/AArch64/SVE/incd.s
    M llvm/test/MC/AArch64/SVE/inch.s
    M llvm/test/MC/AArch64/SVE/incp.s
    M llvm/test/MC/AArch64/SVE/incw.s
    M llvm/test/MC/AArch64/SVE/index.s
    M llvm/test/MC/AArch64/SVE/insr.s
    M llvm/test/MC/AArch64/SVE/lasta.s
    M llvm/test/MC/AArch64/SVE/lastb.s
    M llvm/test/MC/AArch64/SVE/ld1b.s
    M llvm/test/MC/AArch64/SVE/ld1d.s
    M llvm/test/MC/AArch64/SVE/ld1h.s
    M llvm/test/MC/AArch64/SVE/ld1rb.s
    M llvm/test/MC/AArch64/SVE/ld1rd.s
    M llvm/test/MC/AArch64/SVE/ld1rh.s
    M llvm/test/MC/AArch64/SVE/ld1rqb.s
    M llvm/test/MC/AArch64/SVE/ld1rqd.s
    M llvm/test/MC/AArch64/SVE/ld1rqh.s
    M llvm/test/MC/AArch64/SVE/ld1rqw.s
    M llvm/test/MC/AArch64/SVE/ld1rsb.s
    M llvm/test/MC/AArch64/SVE/ld1rsh.s
    M llvm/test/MC/AArch64/SVE/ld1rsw.s
    M llvm/test/MC/AArch64/SVE/ld1rw.s
    M llvm/test/MC/AArch64/SVE/ld1sb.s
    M llvm/test/MC/AArch64/SVE/ld1sh.s
    M llvm/test/MC/AArch64/SVE/ld1sw.s
    M llvm/test/MC/AArch64/SVE/ld1w.s
    M llvm/test/MC/AArch64/SVE/ld2b.s
    M llvm/test/MC/AArch64/SVE/ld2d.s
    M llvm/test/MC/AArch64/SVE/ld2h.s
    M llvm/test/MC/AArch64/SVE/ld2w.s
    M llvm/test/MC/AArch64/SVE/ld3b.s
    M llvm/test/MC/AArch64/SVE/ld3d.s
    M llvm/test/MC/AArch64/SVE/ld3h.s
    M llvm/test/MC/AArch64/SVE/ld3w.s
    M llvm/test/MC/AArch64/SVE/ld4b.s
    M llvm/test/MC/AArch64/SVE/ld4d.s
    M llvm/test/MC/AArch64/SVE/ld4h.s
    M llvm/test/MC/AArch64/SVE/ld4w.s
    M llvm/test/MC/AArch64/SVE/ldff1b.s
    M llvm/test/MC/AArch64/SVE/ldff1d.s
    M llvm/test/MC/AArch64/SVE/ldff1h.s
    M llvm/test/MC/AArch64/SVE/ldff1sb.s
    M llvm/test/MC/AArch64/SVE/ldff1sh.s
    M llvm/test/MC/AArch64/SVE/ldff1sw.s
    M llvm/test/MC/AArch64/SVE/ldff1w.s
    M llvm/test/MC/AArch64/SVE/ldnf1b.s
    M llvm/test/MC/AArch64/SVE/ldnf1d.s
    M llvm/test/MC/AArch64/SVE/ldnf1h.s
    M llvm/test/MC/AArch64/SVE/ldnf1sb.s
    M llvm/test/MC/AArch64/SVE/ldnf1sh.s
    M llvm/test/MC/AArch64/SVE/ldnf1sw.s
    M llvm/test/MC/AArch64/SVE/ldnf1w.s
    M llvm/test/MC/AArch64/SVE/ldnt1b.s
    M llvm/test/MC/AArch64/SVE/ldnt1d.s
    M llvm/test/MC/AArch64/SVE/ldnt1h.s
    M llvm/test/MC/AArch64/SVE/ldnt1w.s
    M llvm/test/MC/AArch64/SVE/ldr.s
    M llvm/test/MC/AArch64/SVE/lsl.s
    M llvm/test/MC/AArch64/SVE/lslr.s
    M llvm/test/MC/AArch64/SVE/lsr.s
    M llvm/test/MC/AArch64/SVE/lsrr.s
    M llvm/test/MC/AArch64/SVE/mad.s
    M llvm/test/MC/AArch64/SVE/mla.s
    M llvm/test/MC/AArch64/SVE/mls.s
    M llvm/test/MC/AArch64/SVE/mov.s
    M llvm/test/MC/AArch64/SVE/movprfx.s
    M llvm/test/MC/AArch64/SVE/movs.s
    M llvm/test/MC/AArch64/SVE/msb.s
    M llvm/test/MC/AArch64/SVE/mul.s
    M llvm/test/MC/AArch64/SVE/nand.s
    M llvm/test/MC/AArch64/SVE/nands.s
    M llvm/test/MC/AArch64/SVE/neg.s
    M llvm/test/MC/AArch64/SVE/nor.s
    M llvm/test/MC/AArch64/SVE/nors.s
    M llvm/test/MC/AArch64/SVE/not.s
    M llvm/test/MC/AArch64/SVE/nots.s
    M llvm/test/MC/AArch64/SVE/orn.s
    M llvm/test/MC/AArch64/SVE/orns.s
    M llvm/test/MC/AArch64/SVE/orr.s
    M llvm/test/MC/AArch64/SVE/orrs.s
    M llvm/test/MC/AArch64/SVE/orv.s
    M llvm/test/MC/AArch64/SVE/pfalse.s
    M llvm/test/MC/AArch64/SVE/pfirst.s
    M llvm/test/MC/AArch64/SVE/pnext.s
    M llvm/test/MC/AArch64/SVE/prfb.s
    M llvm/test/MC/AArch64/SVE/prfd.s
    M llvm/test/MC/AArch64/SVE/prfh.s
    M llvm/test/MC/AArch64/SVE/prfw.s
    M llvm/test/MC/AArch64/SVE/ptest.s
    M llvm/test/MC/AArch64/SVE/ptrue.s
    M llvm/test/MC/AArch64/SVE/ptrues.s
    M llvm/test/MC/AArch64/SVE/punpkhi.s
    M llvm/test/MC/AArch64/SVE/punpklo.s
    M llvm/test/MC/AArch64/SVE/rbit.s
    M llvm/test/MC/AArch64/SVE/rdffr.s
    M llvm/test/MC/AArch64/SVE/rdffrs.s
    M llvm/test/MC/AArch64/SVE/rdvl.s
    M llvm/test/MC/AArch64/SVE/rev.s
    M llvm/test/MC/AArch64/SVE/revb.s
    M llvm/test/MC/AArch64/SVE/revh.s
    M llvm/test/MC/AArch64/SVE/revw.s
    M llvm/test/MC/AArch64/SVE/sabd.s
    M llvm/test/MC/AArch64/SVE/saddv.s
    M llvm/test/MC/AArch64/SVE/scvtf.s
    M llvm/test/MC/AArch64/SVE/sdiv.s
    M llvm/test/MC/AArch64/SVE/sdivr.s
    M llvm/test/MC/AArch64/SVE/sdot.s
    M llvm/test/MC/AArch64/SVE/sel.s
    M llvm/test/MC/AArch64/SVE/setffr.s
    M llvm/test/MC/AArch64/SVE/smax.s
    M llvm/test/MC/AArch64/SVE/smaxv.s
    M llvm/test/MC/AArch64/SVE/smin.s
    M llvm/test/MC/AArch64/SVE/sminv.s
    M llvm/test/MC/AArch64/SVE/smulh.s
    M llvm/test/MC/AArch64/SVE/splice.s
    M llvm/test/MC/AArch64/SVE/sqadd.s
    M llvm/test/MC/AArch64/SVE/sqdecb.s
    M llvm/test/MC/AArch64/SVE/sqdecd.s
    M llvm/test/MC/AArch64/SVE/sqdech.s
    M llvm/test/MC/AArch64/SVE/sqdecp.s
    M llvm/test/MC/AArch64/SVE/sqdecw.s
    M llvm/test/MC/AArch64/SVE/sqincb.s
    M llvm/test/MC/AArch64/SVE/sqincd.s
    M llvm/test/MC/AArch64/SVE/sqinch.s
    M llvm/test/MC/AArch64/SVE/sqincp.s
    M llvm/test/MC/AArch64/SVE/sqincw.s
    M llvm/test/MC/AArch64/SVE/sqsub.s
    M llvm/test/MC/AArch64/SVE/st1b.s
    M llvm/test/MC/AArch64/SVE/st1d.s
    M llvm/test/MC/AArch64/SVE/st1h.s
    M llvm/test/MC/AArch64/SVE/st1w.s
    M llvm/test/MC/AArch64/SVE/st2b.s
    M llvm/test/MC/AArch64/SVE/st2d.s
    M llvm/test/MC/AArch64/SVE/st2h.s
    M llvm/test/MC/AArch64/SVE/st2w.s
    M llvm/test/MC/AArch64/SVE/st3b.s
    M llvm/test/MC/AArch64/SVE/st3d.s
    M llvm/test/MC/AArch64/SVE/st3h.s
    M llvm/test/MC/AArch64/SVE/st3w.s
    M llvm/test/MC/AArch64/SVE/st4b.s
    M llvm/test/MC/AArch64/SVE/st4d.s
    M llvm/test/MC/AArch64/SVE/st4h.s
    M llvm/test/MC/AArch64/SVE/st4w.s
    M llvm/test/MC/AArch64/SVE/stnt1b.s
    M llvm/test/MC/AArch64/SVE/stnt1d.s
    M llvm/test/MC/AArch64/SVE/stnt1h.s
    M llvm/test/MC/AArch64/SVE/stnt1w.s
    M llvm/test/MC/AArch64/SVE/str.s
    M llvm/test/MC/AArch64/SVE/sub.s
    M llvm/test/MC/AArch64/SVE/subr.s
    M llvm/test/MC/AArch64/SVE/sunpkhi.s
    M llvm/test/MC/AArch64/SVE/sunpklo.s
    M llvm/test/MC/AArch64/SVE/sxtb.s
    M llvm/test/MC/AArch64/SVE/sxth.s
    M llvm/test/MC/AArch64/SVE/sxtw.s
    M llvm/test/MC/AArch64/SVE/system-regs.s
    M llvm/test/MC/AArch64/SVE/tbl.s
    M llvm/test/MC/AArch64/SVE/trn1.s
    M llvm/test/MC/AArch64/SVE/trn2.s
    M llvm/test/MC/AArch64/SVE/uabd.s
    M llvm/test/MC/AArch64/SVE/uaddv.s
    M llvm/test/MC/AArch64/SVE/ucvtf.s
    M llvm/test/MC/AArch64/SVE/udiv.s
    M llvm/test/MC/AArch64/SVE/udivr.s
    M llvm/test/MC/AArch64/SVE/udot.s
    M llvm/test/MC/AArch64/SVE/umax.s
    M llvm/test/MC/AArch64/SVE/umaxv.s
    M llvm/test/MC/AArch64/SVE/umin.s
    M llvm/test/MC/AArch64/SVE/uminv.s
    M llvm/test/MC/AArch64/SVE/umulh.s
    M llvm/test/MC/AArch64/SVE/uqadd.s
    M llvm/test/MC/AArch64/SVE/uqdecb.s
    M llvm/test/MC/AArch64/SVE/uqdecd.s
    M llvm/test/MC/AArch64/SVE/uqdech.s
    M llvm/test/MC/AArch64/SVE/uqdecp.s
    M llvm/test/MC/AArch64/SVE/uqdecw.s
    M llvm/test/MC/AArch64/SVE/uqincb.s
    M llvm/test/MC/AArch64/SVE/uqincd.s
    M llvm/test/MC/AArch64/SVE/uqinch.s
    M llvm/test/MC/AArch64/SVE/uqincp.s
    M llvm/test/MC/AArch64/SVE/uqincw.s
    M llvm/test/MC/AArch64/SVE/uqsub.s
    M llvm/test/MC/AArch64/SVE/uunpkhi.s
    M llvm/test/MC/AArch64/SVE/uunpklo.s
    M llvm/test/MC/AArch64/SVE/uxtb.s
    M llvm/test/MC/AArch64/SVE/uxth.s
    M llvm/test/MC/AArch64/SVE/uxtw.s
    M llvm/test/MC/AArch64/SVE/uzp1.s
    M llvm/test/MC/AArch64/SVE/uzp2.s
    M llvm/test/MC/AArch64/SVE/whilele.s
    M llvm/test/MC/AArch64/SVE/whilelo.s
    M llvm/test/MC/AArch64/SVE/whilels.s
    M llvm/test/MC/AArch64/SVE/whilelt.s
    M llvm/test/MC/AArch64/SVE/wrffr.s
    M llvm/test/MC/AArch64/SVE/zip1.s
    M llvm/test/MC/AArch64/SVE/zip2.s
    M llvm/test/MC/AArch64/SVE2/adclb.s
    M llvm/test/MC/AArch64/SVE2/adclt.s
    M llvm/test/MC/AArch64/SVE2/addhnb.s
    M llvm/test/MC/AArch64/SVE2/addhnt.s
    M llvm/test/MC/AArch64/SVE2/addp.s
    M llvm/test/MC/AArch64/SVE2/aesd.s
    M llvm/test/MC/AArch64/SVE2/aese.s
    M llvm/test/MC/AArch64/SVE2/aesimc.s
    M llvm/test/MC/AArch64/SVE2/aesmc.s
    M llvm/test/MC/AArch64/SVE2/bcax.s
    M llvm/test/MC/AArch64/SVE2/bdep.s
    M llvm/test/MC/AArch64/SVE2/bext.s
    M llvm/test/MC/AArch64/SVE2/bgrp.s
    M llvm/test/MC/AArch64/SVE2/bsl.s
    M llvm/test/MC/AArch64/SVE2/bsl1n.s
    M llvm/test/MC/AArch64/SVE2/bsl2n.s
    M llvm/test/MC/AArch64/SVE2/cadd.s
    M llvm/test/MC/AArch64/SVE2/cdot.s
    M llvm/test/MC/AArch64/SVE2/cmla.s
    M llvm/test/MC/AArch64/SVE2/eor3.s
    M llvm/test/MC/AArch64/SVE2/eorbt.s
    M llvm/test/MC/AArch64/SVE2/eortb.s
    M llvm/test/MC/AArch64/SVE2/ext.s
    M llvm/test/MC/AArch64/SVE2/faddp.s
    M llvm/test/MC/AArch64/SVE2/fcvtlt.s
    M llvm/test/MC/AArch64/SVE2/fcvtnt.s
    M llvm/test/MC/AArch64/SVE2/fcvtx.s
    M llvm/test/MC/AArch64/SVE2/fcvtxnt.s
    M llvm/test/MC/AArch64/SVE2/flogb.s
    M llvm/test/MC/AArch64/SVE2/fmaxnmp.s
    M llvm/test/MC/AArch64/SVE2/fmaxp.s
    M llvm/test/MC/AArch64/SVE2/fminnmp.s
    M llvm/test/MC/AArch64/SVE2/fminp.s
    M llvm/test/MC/AArch64/SVE2/fmlalb.s
    M llvm/test/MC/AArch64/SVE2/fmlalt.s
    M llvm/test/MC/AArch64/SVE2/fmlslb.s
    M llvm/test/MC/AArch64/SVE2/fmlslt.s
    M llvm/test/MC/AArch64/SVE2/histcnt.s
    M llvm/test/MC/AArch64/SVE2/histseg.s
    M llvm/test/MC/AArch64/SVE2/ldnt1b.s
    M llvm/test/MC/AArch64/SVE2/ldnt1d.s
    M llvm/test/MC/AArch64/SVE2/ldnt1h.s
    M llvm/test/MC/AArch64/SVE2/ldnt1sb.s
    M llvm/test/MC/AArch64/SVE2/ldnt1sh.s
    M llvm/test/MC/AArch64/SVE2/ldnt1sw.s
    M llvm/test/MC/AArch64/SVE2/ldnt1w.s
    M llvm/test/MC/AArch64/SVE2/match.s
    M llvm/test/MC/AArch64/SVE2/mla.s
    M llvm/test/MC/AArch64/SVE2/mls.s
    M llvm/test/MC/AArch64/SVE2/mul.s
    M llvm/test/MC/AArch64/SVE2/nbsl.s
    M llvm/test/MC/AArch64/SVE2/nmatch.s
    M llvm/test/MC/AArch64/SVE2/pmul.s
    M llvm/test/MC/AArch64/SVE2/pmullb-128.s
    M llvm/test/MC/AArch64/SVE2/pmullb.s
    M llvm/test/MC/AArch64/SVE2/pmullt-128.s
    M llvm/test/MC/AArch64/SVE2/pmullt.s
    M llvm/test/MC/AArch64/SVE2/raddhnb.s
    M llvm/test/MC/AArch64/SVE2/raddhnt.s
    M llvm/test/MC/AArch64/SVE2/rax1.s
    M llvm/test/MC/AArch64/SVE2/rshrnb.s
    M llvm/test/MC/AArch64/SVE2/rshrnt.s
    M llvm/test/MC/AArch64/SVE2/rsubhnb.s
    M llvm/test/MC/AArch64/SVE2/rsubhnt.s
    M llvm/test/MC/AArch64/SVE2/saba.s
    M llvm/test/MC/AArch64/SVE2/sabalb.s
    M llvm/test/MC/AArch64/SVE2/sabalt.s
    M llvm/test/MC/AArch64/SVE2/sabdlb.s
    M llvm/test/MC/AArch64/SVE2/sabdlt.s
    M llvm/test/MC/AArch64/SVE2/sadalp.s
    M llvm/test/MC/AArch64/SVE2/saddlb.s
    M llvm/test/MC/AArch64/SVE2/saddlbt.s
    M llvm/test/MC/AArch64/SVE2/saddlt.s
    M llvm/test/MC/AArch64/SVE2/saddwb.s
    M llvm/test/MC/AArch64/SVE2/saddwt.s
    M llvm/test/MC/AArch64/SVE2/sbclb.s
    M llvm/test/MC/AArch64/SVE2/sbclt.s
    M llvm/test/MC/AArch64/SVE2/shadd.s
    M llvm/test/MC/AArch64/SVE2/shrnb.s
    M llvm/test/MC/AArch64/SVE2/shrnt.s
    M llvm/test/MC/AArch64/SVE2/shsub.s
    M llvm/test/MC/AArch64/SVE2/shsubr.s
    M llvm/test/MC/AArch64/SVE2/sli.s
    M llvm/test/MC/AArch64/SVE2/sm4e.s
    M llvm/test/MC/AArch64/SVE2/sm4ekey.s
    M llvm/test/MC/AArch64/SVE2/smaxp.s
    M llvm/test/MC/AArch64/SVE2/sminp.s
    M llvm/test/MC/AArch64/SVE2/smlalb.s
    M llvm/test/MC/AArch64/SVE2/smlalt.s
    M llvm/test/MC/AArch64/SVE2/smlslb.s
    M llvm/test/MC/AArch64/SVE2/smlslt.s
    M llvm/test/MC/AArch64/SVE2/smulh.s
    M llvm/test/MC/AArch64/SVE2/smullb.s
    M llvm/test/MC/AArch64/SVE2/smullt.s
    M llvm/test/MC/AArch64/SVE2/splice.s
    M llvm/test/MC/AArch64/SVE2/sqabs.s
    M llvm/test/MC/AArch64/SVE2/sqadd.s
    M llvm/test/MC/AArch64/SVE2/sqcadd.s
    M llvm/test/MC/AArch64/SVE2/sqdmlalb.s
    M llvm/test/MC/AArch64/SVE2/sqdmlalbt.s
    M llvm/test/MC/AArch64/SVE2/sqdmlalt.s
    M llvm/test/MC/AArch64/SVE2/sqdmlslb.s
    M llvm/test/MC/AArch64/SVE2/sqdmlslbt.s
    M llvm/test/MC/AArch64/SVE2/sqdmlslt.s
    M llvm/test/MC/AArch64/SVE2/sqdmulh.s
    M llvm/test/MC/AArch64/SVE2/sqdmullb.s
    M llvm/test/MC/AArch64/SVE2/sqdmullt.s
    M llvm/test/MC/AArch64/SVE2/sqneg.s
    M llvm/test/MC/AArch64/SVE2/sqrdcmlah.s
    M llvm/test/MC/AArch64/SVE2/sqrdmlah.s
    M llvm/test/MC/AArch64/SVE2/sqrdmlsh.s
    M llvm/test/MC/AArch64/SVE2/sqrdmulh.s
    M llvm/test/MC/AArch64/SVE2/sqrshl.s
    M llvm/test/MC/AArch64/SVE2/sqrshlr.s
    M llvm/test/MC/AArch64/SVE2/sqrshrnb.s
    M llvm/test/MC/AArch64/SVE2/sqrshrnt.s
    M llvm/test/MC/AArch64/SVE2/sqrshrunb.s
    M llvm/test/MC/AArch64/SVE2/sqrshrunt.s
    M llvm/test/MC/AArch64/SVE2/sqshl.s
    M llvm/test/MC/AArch64/SVE2/sqshlr.s
    M llvm/test/MC/AArch64/SVE2/sqshlu.s
    M llvm/test/MC/AArch64/SVE2/sqshrnb.s
    M llvm/test/MC/AArch64/SVE2/sqshrnt.s
    M llvm/test/MC/AArch64/SVE2/sqshrunb.s
    M llvm/test/MC/AArch64/SVE2/sqshrunt.s
    M llvm/test/MC/AArch64/SVE2/sqsub.s
    M llvm/test/MC/AArch64/SVE2/sqsubr.s

  Log Message:
  -----------
  [DPWBS-1403] Merge branch community master into htc/master

The following files needed to be touched due to changes in the
upstream community:

ELFObjectFile.h:                536ba6373f05fb1e9bc7199e301fbf4bc514006f
TriCoreFrameLowering.cpp:       d000655a8cd58c8449a86a1761038c8c1dd78d87
TriCore.td:                     a26bd4ec1652da20872e55d0bf468f52149a2ec9
TriCoreInstrInfo.td:            a26bd4ec1652da20872e55d0bf468f52149a2ec9
TriCoreInstrFormats.td:         a26bd4ec1652da20872e55d0bf468f52149a2ec9

The following tests needed to be updated as well:

elf-header.s:                   536ba6373f05fb1e9bc7199e301fbf4bc514006f
legalize-ctlz.mir:              c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94
legalize-cttz.mir:              c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94
legalize-load-store.mir:        c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94
legalize-merge-values.mir:      c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94

The following invalid test started failing because one of the tests can
now be legalized. The affected test has been promoted to a normal test:

legalize-merge-values-invalid.mir: c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94

The following XFAIL test started passing with this update as well and
was promoted to a normal test. The XFAIL test has therefore been
removed:

xfail-legalize-wide-nonpow2-load-store.mir: c0241f150dcb0a5c6abd2955310d6cc8ef7b9f94


  Commit: fab46176875d35576f9fa1411e84d02e244de2f5
      https://github.com/llvm/llvm-project/commit/fab46176875d35576f9fa1411e84d02e244de2f5
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-overflow-ops.mir

  Log Message:
  -----------
  [DPWBS-1372] Adding legality rule for G_UMULO/G_SMULO/G_SMULH and the corresponding test cases.


  Commit: be44d7933b92015e3524d5246765211ad2f4831a
      https://github.com/llvm/llvm-project/commit/be44d7933b92015e3524d5246765211ad2f4831a
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1372] Adding RegisterBank selection for G_SMULH and the corresponding test case.


  Commit: 9812eb859cd38667788e4be709ac5455c92c43bc
      https://github.com/llvm/llvm-project/commit/9812eb859cd38667788e4be709ac5455c92c43bc
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1372] Adding Instruction Selection support for G_SMULH and the corresponding test case.


  Commit: edf84b4195292fa829a84cfcc13a1a6fbdbd58cb
      https://github.com/llvm/llvm-project/commit/edf84b4195292fa829a84cfcc13a1a6fbdbd58cb
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-overflow-ops.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-uaddo.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-usubo.mir

  Log Message:
  -----------
  [DPWBS-1232] Add extra rule to G_UADDO and G_USUBO


  Commit: 40e052218ef2d25a8457168e0c71b66cd7e5cb15
      https://github.com/llvm/llvm-project/commit/40e052218ef2d25a8457168e0c71b66cd7e5cb15
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-invalid-inttoptr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] fix(Legalizer): Add missing clamp rule to G_INTTOPTR

Previously we thought converting an s64 to a pointer should be illegal,
however this can be triggered in real-world code:

void *a;
long long b;
int c() {
  a = (char *)0 + b;
  return 0;
}

The fix is to truncate the s64 to s32 before converting it.
Move the invalid test to a regular legalizer test.


  Commit: 626c0e5149a48b4a1254fa6d6f7edb2fbf92cc04
      https://github.com/llvm/llvm-project/commit/626c0e5149a48b4a1254fa6d6f7edb2fbf92cc04
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1384] chore(Legalizer): fix line-endings in insert xfail test


  Commit: d827026ea544b0b12c174120c0ab2626f81697f3
      https://github.com/llvm/llvm-project/commit/d827026ea544b0b12c174120c0ab2626f81697f3
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-extract.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-insert.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-extract-from-p0.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-extract-to-p0.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-extract.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir

  Log Message:
  -----------
  [DPWBS-1384] feat(Legalizer): implement legalization rules for G_EXTRACT

On TriCore G_EXTRACT must be lowered since it cannot be
modelled to match the TriCore EXTR_ddcc instruction.
G_EXTRACT which maps to a subregister COPY is not lowered
but uses G_UNMERGE_VALUES instead.

add legalizer tests

add a couple of XFAIL tests for currently unsupported scenarios

promote passing XFAIL to normal test


  Commit: 23aba0d361c18efc3a1134a7b266071a6079b42a
      https://github.com/llvm/llvm-project/commit/23aba0d361c18efc3a1134a7b266071a6079b42a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-insert.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-insert.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/select-insert.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert-s80.mir

  Log Message:
  -----------
  [DPWBS-1385] refactor(Legalizer): lower G_INSERT instead of making it legal

G_INSERT is meant to insert a smaller register into a bigger one,
i.e. it is more meant as a special subregister COPY. Like G_EXTRACT
this cannot be mapped to the TriCore INSERT_dddcc instruction,
without allowing types that do not match our register sizes.

This commit refactors the legality rules for G_INSERT to lower it
instead.

Consequently regbankselect and instruction-select support is also
removed.

update legalizer tests

fix incorrect insert XFAIL test


  Commit: db47148538ab666e086c2cca5c7df16549131fd7
      https://github.com/llvm/llvm-project/commit/db47148538ab666e086c2cca5c7df16549131fd7
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-vacopy.mir

  Log Message:
  -----------
  [DPWBS-1390] Add support for G_INTRINSIC_W_SIDE_EFFECTS (vacopy)

Adding legalizer support for vacopy intrinsic and the corresponding test case. A simple Load/Store pair is sufficient to realize a vacopy.


  Commit: 51ac5891f6461775223af04b0e5ac5cd79332047
      https://github.com/llvm/llvm-project/commit/51ac5891f6461775223af04b0e5ac5cd79332047
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll

  Log Message:
  -----------
  [DPWBS-1041] Infer alignment of objects passed through the stack during call lowering.

The function inferAlignmentFromPtrInfo can infer the alignment for fixed stack objects,
however for outgoing arguments which are passed through the "normal" stack, it currently
fails. Since that function has no access to the TargetFrameLowering, we infer the
alignment ourselves.


  Commit: af089b59ea7423cb4d459f93559285e17490ac28
      https://github.com/llvm/llvm-project/commit/af089b59ea7423cb4d459f93559285e17490ac28
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DPWBS-1395] Pre-commit generated test cases.

The tests were missing enclosing "---" and "..." lines, which prevents
the test generation script to auto-generate the tests. Add those lines
and generate the CHECK-lines.


  Commit: 4645887caca570431ddbc20b27b35de59cccae8c
      https://github.com/llvm/llvm-project/commit/4645887caca570431ddbc20b27b35de59cccae8c
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreExpandPseudoInsts.cpp
    A llvm/test/CodeGen/TriCore/expand-mov-imm-dead.mir
    M llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DPWBS-1395] Fix operand flags in TriCoreExpandPseudoInsts

Previously the register operands were added to the new instructions
without adding any flags. The machine verifier checks whether an output
operand is marked as "def". This patch uses addDef instead of addReg to
add the output operands, and adds the -verify-machineinstrs option to the
test.

In addition, pass the "dead" flags for output operands and add tests for
them.


  Commit: 1d1bcd3eb2181697497b5c82dc130b85ca9ca9c0
      https://github.com/llvm/llvm-project/commit/1d1bcd3eb2181697497b5c82dc130b85ca9ca9c0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    A llvm/test/CodeGen/TriCore/callee-saved-regs.mir
    M llvm/test/CodeGen/TriCore/psw-marked-reserved.mir

  Log Message:
  -----------
  [DPWBS-1041] Rework callee-saved registers.

Previously if an extended register needed to be live across a function call, it had to
be spilled to memory. The reason was that we described the callee-saved registers using
the D and A sub-registers. The register allocator could not infer that the
super-registers are covered by sub-registers in the callee-saved register mask.
Changing the definition allows the register allocator to move lower context
registers into the upper-context to keep them live across calls.

Note that only the greedy register allocator tries to perform this optimization.
Tests are added for each register type.


  Commit: 60869623b691016c5c6ee2aac1b67329bf6a8ee4
      https://github.com/llvm/llvm-project/commit/60869623b691016c5c6ee2aac1b67329bf6a8ee4
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-flt-rounds.mir

  Log Message:
  -----------
  [DPWBS-1406] Add legalizer test to flt_rounds


  Commit: 5b34b0087de3b674e3a7bc7f298fb858c4850d33
      https://github.com/llvm/llvm-project/commit/5b34b0087de3b674e3a7bc7f298fb858c4850d33
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-flt-rounds.mir

  Log Message:
  -----------
  [DPWBS-1406] Add regbankselect test to flt_rounds


  Commit: 69d8541b468a6046527768ce14bf165f96426e62
      https://github.com/llvm/llvm-project/commit/69d8541b468a6046527768ce14bf165f96426e62
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-flt-rounds.mir

  Log Message:
  -----------
  [DPWBS-1406] Add instruction selection for flt_rounds


  Commit: bdf6385e82c951ea7427f17723ea38dd3bb736f0
      https://github.com/llvm/llvm-project/commit/bdf6385e82c951ea7427f17723ea38dd3bb736f0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td

  Log Message:
  -----------
  [DPWBS-1409] Re-organize the GlobalISel CMake tablegen logic.

Prviously whenerver a new pattern was added, all files including one of the
TriCorGen* headers needed to be re-compiled. Instead, include the instruction
definitions in the GlobalISel files.

This should not have any functional change apart from the improved build times.


  Commit: 1464b6fde0143b77293c40affb93d4b6a7d2ff4a
      https://github.com/llvm/llvm-project/commit/1464b6fde0143b77293c40affb93d4b6a7d2ff4a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCore.h
    A llvm/lib/Target/TriCore/TriCoreCombine.td
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/lib/Target/TriCore/TriCorePreLegalizerCombiner.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp

  Log Message:
  -----------
  [DPWBS-1409] Add pre-legalize combiner pass

Mostly copy the AArch64 pass as-is, except a few combines that we probably don't want for now.


  Commit: c0c3e718c8b9379e266da18df50230a6d4526a09
      https://github.com/llvm/llvm-project/commit/c0c3e718c8b9379e266da18df50230a6d4526a09
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/test/MC/TriCore/cfi-regs-invalid.s
    M llvm/test/MC/TriCore/cfi-regs-valid.s

  Log Message:
  -----------
  [DPWBS-1413] Fix parsing of CFI directives

Fixing the parsing by enabling '%' character before the register in function tryParseRegister.
Removing XFAIL from the CFI test cases and adding more test case.


  Commit: e5484da1cf255a5d885d67c950b6dc7ebe0e4823
      https://github.com/llvm/llvm-project/commit/e5484da1cf255a5d885d67c950b6dc7ebe0e4823
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCorePreLegalizerCombiner.cpp

  Log Message:
  -----------
  [DPWBS-1411] chore(PreLegalizerCombiner): rename tablegen .inc file in preparation for PostLegalizerCombiner

To reduce compile time we want to generate one .inc file for each combiner, instead
of combining all combiners in the same one. For this purpose the
TriCoreGenGICombiner.inc is renamed to TriCoreGenPreLegalizerGICombiner.inc.


  Commit: 9ae52d23c152eb85699ceb8d985fbeac12fd3a9a
      https://github.com/llvm/llvm-project/commit/9ae52d23c152eb85699ceb8d985fbeac12fd3a9a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCoreCombine.td
    A llvm/lib/Target/TriCore/TriCorePostLegalizerCombiner.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp

  Log Message:
  -----------
  [DPWBS-1411] feat(PostLegalizerCombiner): add basic post legalizer combiner

Add a basic post legalizer combiner to recombine some of the legalized instructions.
This pass will later be expanded to combine typical generic constructs to certain
target instructions.

For now, extending loads combines are disabled because they require
legalization, while the framework cannot interact with the legalizer
yet.

Indexing loads/stores combines need a target hook to be implemented
before the combiner starts emitting them. However there is currently a
bug in the combiner for indexing loads, causing an llvm_unreachable to
be executed. Until this is fixed, the target hook required will not be
implemented.


  Commit: 63e266161078508b5de22582bf56b581ff1c2927
      https://github.com/llvm/llvm-project/commit/63e266161078508b5de22582bf56b581ff1c2927
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    A llvm/test/MC/TriCore/data-directives-invalid.s
    A llvm/test/MC/TriCore/data-directives-valid.s

  Log Message:
  -----------
  [DPWBS-1414] Add suppot for .word and .hword directives


  Commit: 3a20f7341aa7441462e09a7a4b728b9dbc8fa4a7
      https://github.com/llvm/llvm-project/commit/3a20f7341aa7441462e09a7a4b728b9dbc8fa4a7
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    A llvm/test/CodeGen/TriCore/elim-frame-index-dbg-value.mir

  Log Message:
  -----------
  [DPWBS-1149] fix(FrameLowering): skip debug instructions in processFunctionBeforeFrameFinalized

This fixes a crash when building with debug info enabled when a debug instruction
uses the stack.


  Commit: 2ebbc4581de0357d0d7c8015292bdc972e2f3b7a
      https://github.com/llvm/llvm-project/commit/2ebbc4581de0357d0d7c8015292bdc972e2f3b7a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt

  Log Message:
  -----------
  [DPWBS-760] feat(compiler-rt): add support for tricore target


  Commit: 77e025a6ed35ed9a84edb3d10a55c727a77dc187
      https://github.com/llvm/llvm-project/commit/77e025a6ed35ed9a84edb3d10a55c727a77dc187
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankgreedy-ptr-add.mir

  Log Message:
  -----------
  [DPWBS-1424] feat(RegisterBankInfo): add alternative regbank mappings for G_PTR_ADD

By providing alternative mappings, RegBankSelect can decide to use a
different mapping than the default one if it can avoid a cross-bank COPY
by it.

Implement alternative mappings for G_PTR_ADD so it can also be executed
on the DataRegBank.


  Commit: 36afdb42be5c71dce1a27ca7b91363e01b6d7884
      https://github.com/llvm/llvm-project/commit/36afdb42be5c71dce1a27ca7b91363e01b6d7884
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp

  Log Message:
  -----------
  [DPWBS-1424] feat(TargetMachine): use greedy regbank-select on O2 and up

We need to do proper benchmarking to decide whether to enable this for O1 also
or if we actually only want to use this on O3.


  Commit: 815ae2bb62f583cc2df19790ca3cceb02180c098
      https://github.com/llvm/llvm-project/commit/815ae2bb62f583cc2df19790ca3cceb02180c098
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/test/Preprocessor/tricore-defines.c

  Log Message:
  -----------
  [DPWBS-1319] fix(TriCore): define __ELF__ macro

Define the __ELF__ macro, which is expected for bare-metal targets
using the ELF binary format.


  Commit: 24ac256e3387ce0725576e8473822ee5fad501ec
      https://github.com/llvm/llvm-project/commit/24ac256e3387ce0725576e8473822ee5fad501ec
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    A .arclint
    M README.md
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    M clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.h
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.h
    M clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/clang-move/CMakeLists.txt
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/android/CMakeLists.txt
    M clang-tools-extra/clang-tidy/boost/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.cpp
    M clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.h
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/CMakeLists.txt
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/CMakeLists.txt
    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/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/PathMapping.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M clang-tools-extra/clangd/SemanticSelection.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/clients/clangd-vscode/.vscode/launch.json
    M clang-tools-extra/clangd/clients/clangd-vscode/.vscode/tasks.json
    M clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/tsconfig.json
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Relation.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/SymbolOrigin.h
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    A clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/semantic-tokens.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HeaderSourceSwitchTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/PathMappingTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-spuriously-wake-up-functions.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-virtual-near-miss.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-implementation-in-namespace.rst
    M clang-tools-extra/docs/clang-tidy/checks/llvmlibc-restrict-system-libc-headers.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/doxygen.cfg.in
    M clang-tools-extra/docs/pp-trace.rst
    M clang-tools-extra/modularize/CoverageChecker.cpp
    M clang-tools-extra/modularize/CoverageChecker.h
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.h
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file1.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file2.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/identical-in-TU.cpp
    A clang-tools-extra/test/clang-apply-replacements/identical-in-TU.cpp
    M clang-tools-extra/test/clang-move/move-used-helper-decls.cpp
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/math.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/transitive.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header-fixed.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-subtraction.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-invert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert-throw-exception-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/fuchsia-multiple-inheritance.cpp
    M clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-bug34747.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-implementation-in-namespace.cpp
    R clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers-transitive.cpp
    M clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator-precxx11.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-case-violation.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/tool-template/CMakeLists.txt
    M clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    M clang-tools-extra/unittests/clang-include-fixer/IncludeFixerTest.cpp
    M clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/ClangMoveTests.cpp
    M clang-tools-extra/unittests/clang-query/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangPlugins.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTImporter.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    A clang/examples/Attribute/Attribute.cpp
    A clang/examples/Attribute/CMakeLists.txt
    M clang/examples/CMakeLists.txt
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumperUtils.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/LocInfoType.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NonTrivialTypeVisitor.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/PrettyPrinter.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/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
    M clang/include/clang/Analysis/CallGraph.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticIDs.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/JsonSupport.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.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/arm_cde.td
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/include/clang/Frontend/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/ExternalSemaSource.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Ownership.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/ParsedTemplate.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
    A clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h
    R clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclarationName.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
    A clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGLoopInfo.h
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGObjCRuntime.cpp
    M clang/lib/CodeGen/CGObjCRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/TriCore.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Clang.h
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hexagon.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_device_functions.h
    A clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    A clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math_declares.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/math.h
    A clang/lib/Headers/openmp_wrappers/time.h
    A clang/lib/Headers/serializeintrin.h
    A clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Parse/ParseCXXInlineMethods.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CodeCompleteConsumer.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.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/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Sema/UsedDeclVisitor.h
    M clang/lib/Serialization/ASTCommon.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/Serialization/GeneratePCH.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
    M clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    M clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    A clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    R clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/test/AST/ast-dump-arm-attr.c
    A clang/test/AST/ast-dump-expr-errors.cpp
    R clang/test/AST/ast-dump-hip-pinned-shadow.cu
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_10.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_11.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_12.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_2.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_3.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_4.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_5.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_6.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_7.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_8.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_9.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_addr_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_decl_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions-messages.c
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions.c
    A clang/test/AST/ast-dump-recovery.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/Inputs/system-header-simulator.h
    A clang/test/Analysis/SpecialFunctionsCFError.cpp
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cfg-openmp.cpp
    A clang/test/Analysis/container-modeling-no-aggressive-binary-operation-simplification-warn.cpp
    M clang/test/Analysis/container-modeling.cpp
    M clang/test/Analysis/debug-CallGraph.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/dynamic_types.cpp
    M clang/test/Analysis/exploded-graph-rewriter/edge.dot
    M clang/test/Analysis/exploded-graph-rewriter/empty.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/lit.local.cfg
    M clang/test/Analysis/exploded-graph-rewriter/macros.c
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/test/Analysis/exploded-graph-rewriter/objects_under_construction.cpp
    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
    A clang/test/Analysis/iterator-modeling-no-aggressive-binary-operation-simplification-no-crash.cpp
    A clang/test/Analysis/iterator-modeling.cpp
    R clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/kmalloc-linux.c
    M clang/test/Analysis/loop-widening-notes.cpp
    M clang/test/Analysis/malloc.cpp
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/help.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/scan-build/rebuild_index/rebuild_index.test
    A clang/test/Analysis/scan-build/rebuild_index/report-1.html
    A clang/test/Analysis/scan-build/rebuild_index/report-2.html
    A clang/test/Analysis/scan-build/rebuild_index/report-3.html
    A clang/test/Analysis/scan-build/rebuild_index/subdirectory/report-4.html
    A clang/test/Analysis/std-c-library-functions-arg-constraints.c
    A clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    M clang/test/Analysis/std-c-library-functions.c
    A clang/test/Analysis/stream-error.c
    M clang/test/Analysis/stream.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1-cxx11.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p9-2a.cpp
    M clang/test/CXX/temp/p3.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
    A clang/test/CodeCompletion/concepts.cpp
    A clang/test/CodeCompletion/incomplete-member.cpp
    M clang/test/CodeGen/2006-05-19-SingleEltReturn.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-poly64.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-varargs.c
    M clang/test/CodeGen/aggregate-assign-call.c
    A clang/test/CodeGen/aligned-sret.c
    M clang/test/CodeGen/arc/arguments.c
    M clang/test/CodeGen/arm-aapcs-vfp.c
    M clang/test/CodeGen/arm-cde-gpr.c
    A clang/test/CodeGen/arm-cde-reinterpret.c
    A clang/test/CodeGen/arm-cde-vec.c
    A clang/test/CodeGen/arm-cde-vfp.c
    A clang/test/CodeGen/arm-cmse-attr.c
    A clang/test/CodeGen/arm-cmse-call.c
    M clang/test/CodeGen/arm-homogenous.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    A clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    A clang/test/CodeGen/arm-neon-range-checks.c
    M clang/test/CodeGen/arm-neon-vld.c
    M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm-varargs.c
    M clang/test/CodeGen/arm-vector-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    M clang/test/CodeGen/arm64-arguments.c
    M clang/test/CodeGen/arm64-microsoft-arguments.cpp
    M clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm64_vdupq_n_f64.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    A clang/test/CodeGen/attr-noreturn.c
    M clang/test/CodeGen/avx512cdintrin.c
    M clang/test/CodeGen/avx512vbmivl-builtin.c
    M clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vpopcntdqintrin.c
    M clang/test/CodeGen/avx512vpopcntdqvlintrin.c
    M clang/test/CodeGen/blocks.c
    M clang/test/CodeGen/bounds-checking.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/c11atomics-ios.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/debug-info-extern-call.c
    M clang/test/CodeGen/debug-prefix-map.c
    A clang/test/CodeGen/fixed-point-tbaa.c
    M clang/test/CodeGen/gfni-builtins.c
    A clang/test/CodeGen/hexagon-linux-vararg.c
    M clang/test/CodeGen/intel-avx512vlvp2intersect.c
    M clang/test/CodeGen/intel-avx512vp2intersect.c
    M clang/test/CodeGen/lanai-arguments.c
    M clang/test/CodeGen/le32-arguments.c
    M clang/test/CodeGen/mcu-struct-return.c
    M clang/test/CodeGen/mingw-long-double.c
    M clang/test/CodeGen/mips-zero-sized-struct.c
    M clang/test/CodeGen/mips64-padding-arg.c
    M clang/test/CodeGen/ms_abi.c
    M clang/test/CodeGen/ppc64-align-struct.c
    M clang/test/CodeGen/ppc64-elf-abi.c
    M clang/test/CodeGen/ppc64-qpx-vector.c
    M clang/test/CodeGen/ppc64-soft-float.c
    M clang/test/CodeGen/ppc64-vector.c
    M clang/test/CodeGen/ppc64le-aggregates.c
    M clang/test/CodeGen/ppc64le-f128Aggregates.c
    M clang/test/CodeGen/regparm-struct.c
    M clang/test/CodeGen/renderscript.c
    A clang/test/CodeGen/riscv-sdata-module-flag.c
    M clang/test/CodeGen/riscv32-ilp32-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/riscv64-lp64d-abi.c
    M clang/test/CodeGen/sparcv9-abi.c
    M clang/test/CodeGen/struct-passing.c
    M clang/test/CodeGen/systemz-abi-vector.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/systemz-inline-asm.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/tricore-abi.c
    M clang/test/CodeGen/vaes-builtins.c
    M clang/test/CodeGen/vectorcall.c
    M clang/test/CodeGen/vpclmulqdq-builtins.c
    M clang/test/CodeGen/wasm-arguments.c
    M clang/test/CodeGen/wasm-varargs.c
    M clang/test/CodeGen/windows-struct-abi.c
    A clang/test/CodeGen/x86-serialize-intrin.c
    M clang/test/CodeGen/x86_32-arguments-darwin.c
    M clang/test/CodeGen/x86_32-arguments-iamcu.c
    M clang/test/CodeGen/x86_64-arguments-nacl.c
    M clang/test/CodeGen/x86_64-arguments-win32.c
    M clang/test/CodeGen/x86_64-arguments.c
    A clang/test/CodeGen/xray-global-init.cpp
    A clang/test/CodeGenCUDA/amdgpu-workgroup-size.cu
    A clang/test/CodeGenCUDA/deferred-diag.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    A clang/test/CodeGenCUDA/surface.cu
    A clang/test/CodeGenCUDA/texture.cu
    M clang/test/CodeGenCXX/arm-cc.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/bitfield-layout.cpp
    M clang/test/CodeGenCXX/builtin-source-location.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/cxx1z-copy-omission.cpp
    M clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/CodeGenCXX/debug-info-composite-triviality-fwd-decl.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    A clang/test/CodeGenCXX/fno-unroll-loops-metadata.cpp
    M clang/test/CodeGenCXX/homogeneous-aggregates.cpp
    M clang/test/CodeGenCXX/lambda-expressions.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vmemptr-conflicts.cpp
    A clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    M clang/test/CodeGenCXX/pragma-unroll.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/thiscall-struct-return.cpp
    M clang/test/CodeGenCXX/thunk-returning-memptr.cpp
    A clang/test/CodeGenCXX/thunks-ehspec.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/unknown-anytype.cpp
    A clang/test/CodeGenCXX/used-decl-visitor.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/x86_32-arguments.cpp
    M clang/test/CodeGenCXX/x86_64-arguments.cpp
    A clang/test/CodeGenCoroutines/coro-always-inline.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/debug-info-class-extension.m
    M clang/test/CodeGenObjC/debug-info-class-extension2.m
    M clang/test/CodeGenObjC/debug-info-class-extension3.m
    M clang/test/CodeGenObjC/debug-info-property.m
    M clang/test/CodeGenObjC/debug-info-property2.m
    M clang/test/CodeGenObjC/debug-info-property4.m
    M clang/test/CodeGenObjC/debug-info-property5.m
    M clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
    M clang/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
    M clang/test/CodeGenObjC/property-dbg.m
    M clang/test/CodeGenObjC/stret-1.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/weak-in-c-struct.m
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
    A clang/test/CodeGenOpenCL/pipe_types_mangling.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    A clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/v1/readme
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/config-file3.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/darwin-objc-options.m
    A clang/test/Driver/darwin-opt-record-ld.c
    A clang/test/Driver/fdiagnostics-show-option.c
    A clang/test/Driver/fmessage-length.c
    M clang/test/Driver/global-isel.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    A clang/test/Driver/hexagon-toolchain-linux.c
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.c
    M clang/test/Driver/lto-jobs.c
    M clang/test/Driver/mingw-sysroot.cpp
    A clang/test/Driver/ps4cpu.c
    M clang/test/Driver/rewrite-legacy-objc.m
    M clang/test/Driver/rewrite-objc.m
    A clang/test/Driver/riscv-sdata-warning.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/ropi-rwpi.c
    M clang/test/Driver/save-temps.c
    R clang/test/Driver/show-option-names.c
    M clang/test/Driver/target-override.c
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/diagnostics-option-names.c
    A clang/test/Frontend/plugin-attribute.cpp
    M clang/test/Frontend/source-col-map.c
    A clang/test/Headers/Inputs/include/climits
    M clang/test/Headers/Inputs/include/cmath
    M clang/test/Headers/Inputs/include/cstdlib
    M clang/test/Headers/Inputs/include/math.h
    M clang/test/Headers/Inputs/include/stdlib.h
    M clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/nvptx_device_cmath_functions.c
    M clang/test/Headers/nvptx_device_cmath_functions.cpp
    M clang/test/Headers/nvptx_device_cmath_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_complex.c
    M clang/test/Headers/nvptx_device_math_functions.c
    M clang/test/Headers/nvptx_device_math_functions.cpp
    M clang/test/Headers/nvptx_device_math_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_macro.cpp
    A clang/test/Headers/nvptx_device_math_modf.cpp
    A clang/test/Headers/nvptx_device_math_sin.c
    A clang/test/Headers/nvptx_device_math_sin.cpp
    A clang/test/Headers/nvptx_device_math_sin_cos.cpp
    A clang/test/Headers/nvptx_device_math_sincos.cpp
    A clang/test/Headers/x86-header-warnings.c
    A clang/test/Index/getcursor-recovery.cpp
    M clang/test/Index/pch-with-errors.c
    M clang/test/InterfaceStubs/bad-format.cpp
    M clang/test/InterfaceStubs/blocks.c
    M clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/conflict-type.ifs
    M clang/test/InterfaceStubs/constructor-using-shadow.cpp
    M clang/test/InterfaceStubs/cxx-conversion.cpp
    M clang/test/InterfaceStubs/cxxdeduction-guide.cpp
    M clang/test/InterfaceStubs/driver-test3.c
    A clang/test/InterfaceStubs/empty.c
    M clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    M clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/lambda.cpp
    M clang/test/InterfaceStubs/namespace-alias.cpp
    M clang/test/InterfaceStubs/namespace.cpp
    M clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    M clang/test/InterfaceStubs/object.ifs
    M clang/test/InterfaceStubs/ppc.cpp
    M clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/template-template-parm-decl.cpp
    M clang/test/InterfaceStubs/trycatch.cpp
    M clang/test/InterfaceStubs/unresolved-using-typename.cpp
    M clang/test/InterfaceStubs/usings.cpp
    M clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp
    M clang/test/Misc/diag-aka-types.cpp
    M clang/test/Misc/diag-line-wrapping.cpp
    M clang/test/Misc/message-length.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/show-diag-options.c
    M clang/test/Misc/unnecessary-elipses.cpp
    M clang/test/Misc/unprintable.c
    M clang/test/Misc/wrong-encoding2.c
    M clang/test/Modules/ExtDebugInfo.cpp
    M clang/test/Modules/ExtDebugInfo.m
    A clang/test/Modules/Inputs/ms-enums/A.h
    A clang/test/Modules/Inputs/ms-enums/B.h
    A clang/test/Modules/Inputs/ms-enums/module.map
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/debug-info-moduleimport.m
    A clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/templates.mm
    M clang/test/OpenMP/barrier_codegen.cpp
    A clang/test/OpenMP/begin_declare_variant_elided_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_messages.c
    A clang/test/OpenMP/begin_declare_variant_no_end_for_matching_selector.c
    A clang/test/OpenMP/begin_declare_variant_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_using_messages.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.c
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_simd_private_messages.cpp
    M clang/test/OpenMP/for_private_messages.cpp
    M clang/test/OpenMP/for_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_target_exceptions_messages.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_private_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_sections_private_messages.cpp
    A clang/test/OpenMP/scan_ast_print.cpp
    A clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/sections_private_messages.cpp
    M clang/test/OpenMP/simd_private_messages.cpp
    M clang/test/OpenMP/single_private_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_data_ast_print.cpp
    M clang/test/OpenMP/target_data_device_messages.cpp
    M clang/test/OpenMP/target_data_messages.c
    M clang/test/OpenMP/target_depend_codegen.cpp
    A clang/test/OpenMP/target_device_codegen.cpp
    M clang/test/OpenMP/target_device_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_enter_data_device_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_device_messages.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_map_messages.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/target_update_device_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    A clang/test/PCH/cxx-attrs-packexpansion.cpp
    M clang/test/PCH/debug-info-pch-path.c
    M clang/test/Parser/cxx-ambig-init-templ.cpp
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx-decl.cpp
    M clang/test/Parser/cxx-member-initializers.cpp
    M clang/test/Parser/cxx-template-argument.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/eof2.cpp
    M clang/test/Parser/objc-error-qualified-implementation.m
    M clang/test/Parser/recovery.cpp
    A clang/test/Parser/switch-typo-correction.cpp
    A clang/test/ParserSYCL/unique-stable-name.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/hexagon-predefines.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/arm-cde-immediates.c
    A clang/test/Sema/arm-cmse.c
    A clang/test/Sema/arm-no-cmse.c
    M clang/test/Sema/attr-noreturn.c
    M clang/test/Sema/block-args.c
    R clang/test/Sema/builtins-memcpy-inline.c
    A clang/test/Sema/builtins-memcpy-inline.cpp
    M clang/test/Sema/c89.c
    M clang/test/Sema/function.c
    A clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/Sema/types.c
    M clang/test/SemaCUDA/attr-declspec.cu
    M clang/test/SemaCUDA/attributes-on-non-cuda.cu
    M clang/test/SemaCUDA/bad-attributes.cu
    M clang/test/SemaCUDA/bad-calls-on-same-line.cu
    M clang/test/SemaCUDA/call-device-fn-from-host.cu
    M clang/test/SemaCUDA/call-host-fn-from-device.cu
    A clang/test/SemaCUDA/deferred-diags-limit.cu
    A clang/test/SemaCUDA/deferred-diags.cu
    R clang/test/SemaCUDA/hip-pinned-shadow.cu
    M clang/test/SemaCUDA/openmp-target.cu
    M clang/test/SemaCUDA/trace-through-global.cu
    M clang/test/SemaCXX/PR20705.cpp
    M clang/test/SemaCXX/PR9459.cpp
    A clang/test/SemaCXX/arm-cmse.cpp
    M clang/test/SemaCXX/atomic-type.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constexpr-string.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/decltype.cpp
    M clang/test/SemaCXX/default2.cpp
    M clang/test/SemaCXX/implicit-exception-spec.cpp
    M clang/test/SemaCXX/injected-class-name-crash.cpp
    A clang/test/SemaCXX/invalid-constructor-init.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/invalid-template-specifier.cpp
    M clang/test/SemaCXX/literal-operators.cpp
    M clang/test/SemaCXX/nested-name-spec.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/vararg-non-pod.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaObjC/crash-on-type-args-protocols.m
    M clang/test/SemaObjC/method-direct-one-definition.m
    M clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/dependent-base-classes.cpp
    A clang/test/SemaTemplate/dependent-typos-recovery.cpp
    M clang/test/SemaTemplate/instantiate-init.cpp
    M clang/test/SemaTemplate/instantiate-member-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    M clang/test/SemaTemplate/nested-name-spec-template.cpp
    A clang/test/SemaTemplate/recovery-tree-transform.cpp
    A clang/test/SemaTemplate/subst-into-subst.cpp
    M clang/test/SemaTemplate/temp_arg.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/Unit/lit.site.cfg.py.in
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/CMakeLists.txt
    M clang/unittests/Analysis/CloneDetectionTest.cpp
    M clang/unittests/CodeGen/CodeGenExternalTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Rename/CMakeLists.txt
    M clang/unittests/Sema/CMakeLists.txt
    M clang/unittests/Sema/CodeCompleteTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/StaticAnalyzer/Reusables.h
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/HandleCompilerRT.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    A compiler-rt/lib/profile/InstrProfilingInternal.c
    M compiler-rt/lib/profile/InstrProfilingInternal.h
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/profile/InstrProfilingRuntime.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_file.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/flags.cpp
    A compiler-rt/lib/scudo/standalone/include/scudo/interface.h
    R compiler-rt/lib/scudo/standalone/interface.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/go/test.c
    M compiler-rt/lib/tsan/go/tsan_go.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    M compiler-rt/lib/tsan/rtl/tsan_stat.h
    M compiler-rt/lib/xray/xray_utils.cpp
    A compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/msan/sigaltstack.cpp
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.driver.c
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.target.c
    A compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/sanitizer_common/TestCases/Posix/uname.c
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    A compiler-rt/test/tsan/pthread_atfork_deadlock2.c
    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/view.cpp
    M debuginfo-tests/lit.cfg.py
    M libc/AOR_v20.02/math/math_config.h
    M libc/AOR_v20.02/math/pow.c
    M libc/AOR_v20.02/math/pow_log_data.c
    M libc/AOR_v20.02/math/powf.c
    M libc/AOR_v20.02/math/test/mathbench.c
    M libc/AOR_v20.02/string/aarch64/memchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strnlen.S
    M libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    M libc/AOR_v20.02/string/arm/strcpy.c
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    R libc/cmake/modules/cpu_features/check_avx.cpp
    R libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
    R libc/cmake/modules/cpu_features/check_sse.cpp
    R libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/docs/header_generation.rst
    M libc/docs/implementation_standard.rst
    M libc/fuzzing/string/CMakeLists.txt
    M libc/include/CMakeLists.txt
    M libc/include/__posix-types.h
    R libc/include/math.h
    A libc/include/math.h.def
    M libc/lib/CMakeLists.txt
    A libc/loader/CMakeLists.txt
    A libc/loader/linux/CMakeLists.txt
    A libc/loader/linux/x86_64/CMakeLists.txt
    A libc/loader/linux/x86_64/start.cpp
    A libc/spec/gnu_ext.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    A libc/src/.clang-tidy
    M libc/src/math/CMakeLists.txt
    A libc/src/math/round.cpp
    A libc/src/math/round.h
    R libc/src/math/round/CMakeLists.txt
    R libc/src/math/round/round.cpp
    R libc/src/math/round/round.h
    R libc/src/math/round/round_redirector.cpp
    A libc/src/math/round_redirector.cpp
    M libc/src/signal/linux/CMakeLists.txt
    M libc/src/signal/linux/__restore.cpp
    A libc/src/signal/linux/sigdelset.cpp
    A libc/src/signal/linux/sigfillset.cpp
    A libc/src/signal/linux/signal.cpp
    M libc/src/signal/linux/signal.h
    A libc/src/signal/sigdelset.h
    A libc/src/signal/sigfillset.h
    A libc/src/signal/signal.h
    M libc/src/stdlib/abort.cpp
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcpy.cpp
    A libc/src/string/memcpy.h
    A libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcpy.cpp
    A libc/src/string/strlen.cpp
    A libc/src/string/strlen.h
    A libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy_arch_specific.h.inc
    M libc/src/threads/linux/thread_utils.h
    M libc/test/CMakeLists.txt
    A libc/test/loader/CMakeLists.txt
    A libc/test/loader/linux/CMakeLists.txt
    A libc/test/loader/linux/args_test.cpp
    A libc/test/loader/linux/main_without_args.cpp
    A libc/test/loader/linux/main_without_envp.cpp
    M libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/sigdelset_test.cpp
    A libc/test/src/signal/sigfillset_test.cpp
    A libc/test/src/signal/signal_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    A libc/test/src/string/strlen_test.cpp
    M libc/utils/HdrGen/Main.cpp
    M libc/utils/UnitTest/README.md
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    M libc/utils/benchmarks/LibcBenchmark.h
    M libc/utils/buildbot/Dockerfile
    M libcxx/.gitignore
    M libcxx/CMakeLists.txt
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/__threading_support
    M libcxx/include/atomic
    M libcxx/include/barrier
    M libcxx/include/cstddef
    M libcxx/include/functional
    M libcxx/include/latch
    M libcxx/include/regex
    M libcxx/include/semaphore
    M libcxx/include/stddef.h
    M libcxx/include/type_traits
    M libcxx/src/CMakeLists.txt
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.fail.cpp
    M libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    M libcxx/test/libcxx/atomics/libcpp-has-no-threads.fail.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    M libcxx/test/libcxx/containers/sequences/deque/incomplete.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.pass.cpp
    R libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.sh.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_abort.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/debug/debug_register.pass.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.cxx1z.pass.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/math_h.sh.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/construct.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/max_size.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/depr.adaptors.cxx1z.pass.cpp
    M libcxx/test/libcxx/depr/enable_removed_cpp17_features.pass.cpp
    M libcxx/test/libcxx/depr/exception.unexpected/get_unexpected.pass.cpp
    M libcxx/test/libcxx/depr/exception.unexpected/set_unexpected.pass.cpp
    M libcxx/test/libcxx/depr/exception.unexpected/unexpected.pass.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.fail.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/experimental/filesystem/deprecated.fail.cpp
    A libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    R libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
    A libcxx/test/libcxx/experimental/language.support/support.coroutines/version.pass.cpp
    R libcxx/test/libcxx/experimental/language.support/support.coroutines/version.sh.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
    R libcxx/test/libcxx/extensions/nothing_to_do.pass.cpp
    M libcxx/test/libcxx/include_as_c.sh.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp
    A libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
    R libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.sh.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    A libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    R libcxx/test/libcxx/input.output/filesystems/convert_file_time.sh.cpp
    M libcxx/test/libcxx/input.output/filesystems/lit.local.cfg
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    A libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp
    R libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.sh.cpp
    M libcxx/test/libcxx/min_max_macros.sh.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.sh.cpp
    M libcxx/test/libcxx/modules/clocale_exports.sh.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.sh.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.sh.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.sh.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/no_assert_include.sh.cpp
    A libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.pass.cpp
    R libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.sh.cpp
    A libcxx/test/libcxx/selftest/exec.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-compile-flags.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-run.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-error.compile.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-success.compile.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/wrong-expected.compile.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-success.compile.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/link-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/run-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-error-with-verify.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-error-without-verify.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-success.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/wrong-expected.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.mm/compile-error-with-verify.fail.mm
    A libcxx/test/libcxx/selftest/newformat/fail.mm/compile-error-without-verify.fail.mm
    A libcxx/test/libcxx/selftest/newformat/fail.mm/compile-success.fail.mm
    A libcxx/test/libcxx/selftest/newformat/fail.mm/wrong-expected.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/file_dependencies/no-dependencies.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-dependencies.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-run.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/link.fail.cpp/compile-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-success.link.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/link.pass.cpp/compile-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-success.link.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/link.pass.cpp/run-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/lit.local.cfg
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/compile-error.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/link-error.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/run-error.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/run-success.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/pass.mm/compile-error.pass.mm
    A libcxx/test/libcxx/selftest/newformat/pass.mm/link-error.pass.mm
    A libcxx/test/libcxx/selftest/newformat/pass.mm/no-arc.pass.mm
    A libcxx/test/libcxx/selftest/newformat/pass.mm/run-error.pass.mm
    A libcxx/test/libcxx/selftest/newformat/pass.mm/run-success.pass.mm
    A libcxx/test/libcxx/selftest/newformat/pass.mm/use-objective-cxx.pass.mm
    A libcxx/test/libcxx/selftest/newformat/run.fail.cpp/compile-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/run.fail.cpp/link-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-success.run.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/empty.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/remote-substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/run-error.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/run-success.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/not_test.sh.cpp
    M libcxx/test/libcxx/selftest/test.arc.fail.mm
    M libcxx/test/libcxx/selftest/test.arc.pass.mm
    A libcxx/test/libcxx/selftest/test.file_dependencies.sh.cpp
    M libcxx/test/libcxx/selftest/test.pass.mm
    M libcxx/test/libcxx/selftest/test.sh.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M libcxx/test/libcxx/strings/iterators.noexcept.pass.cpp
    A libcxx/test/libcxx/thread/atomic.availability.fail.cpp
    A libcxx/test/libcxx/thread/barrier.availability.fail.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    A libcxx/test/libcxx/thread/latch.availability.fail.cpp
    A libcxx/test/libcxx/thread/semaphore.availability.fail.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
    M libcxx/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp
    M libcxx/test/libcxx/thread/thread.mutex/thread_safety_lock_unlock.pass.cpp
    M libcxx/test/libcxx/thread/thread.mutex/thread_safety_missing_unlock.fail.cpp
    M libcxx/test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    M libcxx/test/libcxx/type_traits/is_pointer.arc.pass.mm
    M libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
    M libcxx/test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_new_abi.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/libcxx/utilities/meta/stress_tests/stress_test_variant_overloads_impl.sh.cpp
    M libcxx/test/libcxx/utilities/optional/block.objc.pass.mm
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/lit.cfg
    M libcxx/test/lit.site.cfg.in
    R libcxx/test/nothing_to_do.pass.cpp
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    R libcxx/test/std/algorithms/alg.modifying.operations/nothing_to_do.pass.cpp
    R libcxx/test/std/algorithms/alg.nonmodifying/nothing_to_do.pass.cpp
    R libcxx/test/std/algorithms/alg.sorting/alg.binary.search/nothing_to_do.pass.cpp
    R libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/nothing_to_do.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/requires_forward_iterator.fail.cpp
    R libcxx/test/std/algorithms/alg.sorting/alg.set.operations/nothing_to_do.pass.cpp
    R libcxx/test/std/algorithms/alg.sorting/alg.sort/nothing_to_do.pass.cpp
    R libcxx/test/std/algorithms/alg.sorting/nothing_to_do.pass.cpp
    R libcxx/test/std/atomics/atomics.general/nothing_to_do.pass.cpp
    R libcxx/test/std/atomics/atomics.types.operations/nothing_to_do.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/associative/map/map.access/empty.fail.cpp
    M libcxx/test/std/containers/associative/map/map.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/multimap/empty.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/multiset/empty.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/set/empty.fail.cpp
    M libcxx/test/std/containers/associative/set/set.cons/compare_copy_constructible.fail.cpp
    R libcxx/test/std/containers/container.adaptors/nothing_to_do.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.fail.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.fail.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.fail.cpp
    R libcxx/test/std/containers/container.requirements/associative.reqmts/nothing_to_do.pass.cpp
    R libcxx/test/std/containers/container.requirements/container.requirements.general/nothing_to_do.pass.cpp
    R libcxx/test/std/containers/container.requirements/nothing_to_do.pass.cpp
    R libcxx/test/std/containers/container.requirements/unord.req/nothing_to_do.pass.cpp
    R libcxx/test/std/containers/nothing_to_do.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.fill/fill.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.swap/swap.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get.fail.cpp
    M libcxx/test/std/containers/sequences/array/compare.fail.cpp
    M libcxx/test/std/containers/sequences/array/empty.fail.cpp
    M libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.capacity/empty.fail.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/empty.fail.cpp
    M libcxx/test/std/containers/sequences/list/list.capacity/empty.fail.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    R libcxx/test/std/containers/sequences/nothing_to_do.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/empty.fail.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.capacity/empty.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/empty.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/empty.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/empty.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/hash_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.set/empty.fail.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/hash_copy_constructible.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/nothing_to_do.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stddef_h.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stdint_h.sh.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/nothing_to_do.pass.cpp
    R libcxx/test/std/depr/depr.function.objects/nothing_to_do.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.fail.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.fail.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.fail.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.fail.cpp
    R libcxx/test/std/depr/depr.lib.binders/nothing_to_do.pass.cpp
    R libcxx/test/std/depr/exception.unexpected/nothing_to_do.pass.cpp
    R libcxx/test/std/depr/nothing_to_do.pass.cpp
    R libcxx/test/std/diagnostics/nothing_to_do.pass.cpp
    R libcxx/test/std/diagnostics/syserr/syserr.errcat/nothing_to_do.pass.cpp
    R libcxx/test/std/diagnostics/syserr/syserr.errcode/nothing_to_do.pass.cpp
    R libcxx/test/std/diagnostics/syserr/syserr.errcondition/nothing_to_do.pass.cpp
    R libcxx/test/std/diagnostics/syserr/syserr.syserr/nothing_to_do.pass.cpp
    M libcxx/test/std/experimental/filesystem/lit.local.cfg
    R libcxx/test/std/experimental/func/func.searchers/nothing_to_do.pass.cpp
    R libcxx/test/std/experimental/func/nothing_to_do.pass.cpp
    R libcxx/test/std/experimental/iterator/nothing_to_do.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/lit.local.cfg
    R libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/nothing_to_do.pass.cpp
    R libcxx/test/std/experimental/memory/nothing_to_do.pass.cpp
    R libcxx/test/std/experimental/nothing_to_do.pass.cpp
    R libcxx/test/std/experimental/utilities/nothing_to_do.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/pbackfail.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp
    R libcxx/test/std/input.output/file.streams/nothing_to_do.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.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.space/space.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.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/lit.local.cfg
    R libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostream.format/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostreams.base/fpos/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostreams.base/ios.base/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostreams.base/std.ios.manip/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/iostreams.requirements/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do.pass.cpp
    R libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/nothing_to_do.pass.cpp
    M libcxx/test/std/iterators/iterator.container/empty.array.fail.cpp
    M libcxx/test/std/iterators/iterator.container/empty.container.fail.cpp
    M libcxx/test/std/iterators/iterator.container/empty.initializer_list.fail.cpp
    R libcxx/test/std/iterators/iterator.primitives/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/iterator.requirements/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/iterators.general/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/insert.iterators/nothing_to_do.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.fail.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.fail.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.fail.cpp
    R libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/move.iterators/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/reverse.iterators/nothing_to_do.pass.cpp
    R libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.fail.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.fail.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.fail.cpp
    R libcxx/test/std/iterators/stream.iterators/nothing_to_do.pass.cpp
    R libcxx/test/std/language.support/nothing_to_do.pass.cpp
    R libcxx/test/std/language.support/support.dynamic/alloc.errors/nothing_to_do.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.sh.cpp
    A libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp
    R libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.fail.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.fail.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.fail.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.sh.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.fail.cpp
    A libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.pass.cpp
    R libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp
    R libcxx/test/std/language.support/support.dynamic/new.delete/nothing_to_do.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.fail.cpp
    R libcxx/test/std/language.support/support.exception/exception.terminate/nothing_to_do.pass.cpp
    R libcxx/test/std/language.support/support.limits/nothing_to_do.pass.cpp
    M libcxx/test/std/language.support/support.types/max_align_t.pass.cpp
    R libcxx/test/std/localization/locale.categories/category.collate/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locale.categories/category.messages/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locale.categories/category.monetary/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locale.categories/category.numeric/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locale.categories/category.time/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locale.categories/facet.numpunct/nothing_to_do.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp
    R libcxx/test/std/localization/locales/locale.convenience/conversions/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locales/locale.convenience/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locales/locale/locale.types/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locales/locale/nothing_to_do.pass.cpp
    R libcxx/test/std/localization/locales/nothing_to_do.pass.cpp
    R libcxx/test/std/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.fail.cpp
    R libcxx/test/std/numerics/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/numarray/class.gslice/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/numarray/class.slice/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/numarray/valarray.nonmembers/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.adapt/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.eng/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.req/nothing_to_do.pass.cpp
    R libcxx/test/std/numerics/rand/rand.util/nothing_to_do.pass.cpp
    R libcxx/test/std/re/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.alg/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.const/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.def/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.grammar/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.iter/nothing_to_do.pass.cpp
    R libcxx/test/std/re/re.regex/re.regex.nonmemb/nothing_to_do.pass.cpp
    M libcxx/test/std/re/re.results/re.results.size/empty.fail.cpp
    M libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
    M libcxx/test/std/strings/basic.string/string.capacity/empty.fail.cpp
    R libcxx/test/std/strings/basic.string/string.modifiers/nothing_to_do.pass.cpp
    R libcxx/test/std/strings/basic.string/string.nonmembers/nothing_to_do.pass.cpp
    R libcxx/test/std/strings/basic.string/string.ops/nothing_to_do.pass.cpp
    R libcxx/test/std/strings/char.traits/char.traits.specializations/nothing_to_do.pass.cpp
    R libcxx/test/std/strings/char.traits/nothing_to_do.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.capacity/empty.fail.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp
    R libcxx/test/std/strings/string.view/string.view.template/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/futures/futures.async/async.fail.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/notify_one.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_for.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_until_pred.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/nothing_to_do.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock_shared.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    R libcxx/test/std/thread/thread.mutex/thread.once/nothing_to_do.pass.cpp
    R libcxx/test/std/thread/thread.req/nothing_to_do.pass.cpp
    R libcxx/test/std/thread/thread.req/thread.req.lockable/nothing_to_do.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.fail.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.fail.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
    R libcxx/test/std/utilities/function.objects/bind/func.bind/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/function.objects/bind/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.memfn/member_data.fail.cpp
    R libcxx/test/std/utilities/function.objects/func.search/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.fail.cpp
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.fail.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.fail.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.fail.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.pass.cpp
    R libcxx/test/std/utilities/intseq/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.fail.cpp
    R libcxx/test/std/utilities/memory/allocator.uses/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp
    R libcxx/test/std/utilities/memory/specialized.algorithms/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/memory/util.smartptr/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.private.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.protected.fail.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.fail.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_same.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
    R libcxx/test/std/utilities/meta/meta.trans/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
    R libcxx/test/std/utilities/meta/meta.unary/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/smartptr/unique.ptr/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.runtime.fail.cpp
    R libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/nothing_to_do.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/incomplete.fail.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/void.fail.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/incomplete.fail.cpp
    R libcxx/test/std/utilities/time/time.cal/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/time/time.clock/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/time/time.traits/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/utility.requirements/nothing_to_do.pass.cpp
    R libcxx/test/std/utilities/utility/pairs/nothing_to_do.pass.cpp
    R libcxx/test/support/filesystem_dynamic_test_helper.py
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/msvc_stdlib_force_include.h
    R libcxx/test/support/nothing_to_do.pass.cpp
    M libcxx/test/support/test_macros.h
    A libcxx/utils/docker/debian9/buildbot/Dockerfile
    A libcxx/utils/docker/debian9/buildbot/buildbot-auth.json
    A libcxx/utils/docker/debian9/buildbot/docker-compose.yml
    A libcxx/utils/docker/debian9/buildbot/install-gcloud-agents.sh
    A libcxx/utils/docker/debian9/buildbot/install-packages.sh
    A libcxx/utils/docker/debian9/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/compilers.yml
    R libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    R libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    R libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    R libcxx/utils/docker/debian9/docker-compose.yml
    R libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    R libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    R libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    R libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    M libcxx/utils/gdb/libcxx/printers.py
    M libcxx/utils/libcxx/compiler.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/format.py
    A libcxx/utils/libcxx/test/newformat.py
    R libcxx/utils/not.py
    M libcxx/utils/run.py
    A libcxx/utils/ssh.py
    M libcxx/www/cxx1z_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/libcxxabi/test/config.py
    M libcxxabi/test/lit.cfg
    M libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
    M libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
    R libcxxabi/test/testit
    M libunwind/docs/BuildingLibunwind.rst
    M libunwind/docs/index.rst
    M libunwind/src/EHHeaderParser.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/test/lit.cfg
    M lld/CMakeLists.txt
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    A lld/COFF/LLDMapFile.cpp
    A lld/COFF/LLDMapFile.h
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MarkLive.cpp
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/Filesystem.cpp
    R lld/Common/Threads.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.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
    A lld/MachO/Arch/X86_64.cpp
    A lld/MachO/CMakeLists.txt
    A lld/MachO/Config.h
    A lld/MachO/Driver.cpp
    A lld/MachO/Driver.h
    A lld/MachO/InputFiles.cpp
    A lld/MachO/InputFiles.h
    A lld/MachO/InputSection.cpp
    A lld/MachO/InputSection.h
    A lld/MachO/Options.td
    A lld/MachO/OutputSegment.cpp
    A lld/MachO/OutputSegment.h
    A lld/MachO/SymbolTable.cpp
    A lld/MachO/SymbolTable.h
    A lld/MachO/Symbols.cpp
    A lld/MachO/Symbols.h
    A lld/MachO/Target.cpp
    A lld/MachO/Target.h
    A lld/MachO/Writer.cpp
    A lld/MachO/Writer.h
    M lld/docs/AtomLLD.rst
    M lld/docs/ELF/linker_script.rst
    M lld/docs/NewLLD.rst
    M lld/docs/design.rst
    M lld/docs/development.rst
    M lld/docs/getting_started.rst
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/Driver.h
    M lld/include/lld/Common/Threads.h
    M lld/include/lld/Core/Reference.h
    M lld/lib/Core/Error.cpp
    M lld/lib/Core/Resolver.cpp
    M lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
    M lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
    M lld/lib/ReaderWriter/MachO/GOTPass.cpp
    M lld/lib/ReaderWriter/MachO/TLVPass.cpp
    M lld/test/CMakeLists.txt
    A lld/test/COFF/Inputs/map.yaml
    A lld/test/COFF/Inputs/stream.txt
    M lld/test/COFF/delayimports32.test
    A lld/test/COFF/gc-dwarf.s
    M lld/test/COFF/imports.test
    R lld/test/COFF/lldmap.test
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto.ll
    A lld/test/COFF/map.test
    M lld/test/COFF/pdb-globals.test
    A lld/test/COFF/pdbstream.test
    M lld/test/COFF/secidx-absolute.s
    M lld/test/COFF/thinlto.ll
    M lld/test/COFF/undefined-symbol-multi.s
    M lld/test/ELF/Inputs/copy-rel.s
    R lld/test/ELF/Inputs/deplibs-lib_bar.s
    R lld/test/ELF/Inputs/deplibs-lib_foo.s
    M lld/test/ELF/Inputs/undef-bad-debug.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/allow-multiple-definition.s
    M lld/test/ELF/arm-exidx-add-missing.s
    R lld/test/ELF/arm-exidx-link.s
    M lld/test/ELF/arm-exidx-output.s
    M lld/test/ELF/arm-force-pi-thunk.s
    M lld/test/ELF/arm-thumb-adr-err.s
    M lld/test/ELF/arm-thumb-adr.s
    M lld/test/ELF/arm-thumb-ldrlit-err.s
    M lld/test/ELF/arm-thumb-ldrlit.s
    M lld/test/ELF/arm-thumb-thunk-v6m.s
    M lld/test/ELF/arm-thumb2-adr-err.s
    M lld/test/ELF/arm-thumb2-adr.s
    M lld/test/ELF/arm-thumb2-ldrlit-err.s
    M lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/basic.s
    A lld/test/ELF/bb-sections-and-icf.s
    A lld/test/ELF/bb-sections-delete-fallthru.s
    A lld/test/ELF/bb-sections-pc32reloc.s
    M lld/test/ELF/build-id.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/default-output.s
    M lld/test/ELF/deplibs-colon-prefix.s
    M lld/test/ELF/deplibs.s
    M lld/test/ELF/executable-undefined-ignoreall.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-noplt-i386.s
    M lld/test/ELF/gnu-ifunc-noplt.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    A lld/test/ELF/hexagon-tls-gd-nonpreemptible.s
    M lld/test/ELF/i386-feature-cet.s
    M lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-reloc-large-addend.s
    M lld/test/ELF/i386-reloc-range.s
    M lld/test/ELF/i386-retpoline-nopic-linkerscript.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic-linkerscript.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/i386-tls-dynamic.s
    M lld/test/ELF/icf-absolute2.s
    M lld/test/ELF/invalid/broken-relaxation-x64.test
    A lld/test/ELF/invalid/entsize.yaml
    M lld/test/ELF/lazy-arch-conflict.s
    M lld/test/ELF/linkerscript/absolute-expr.test
    M lld/test/ELF/linkerscript/align-empty.test
    M lld/test/ELF/linkerscript/align1.test
    R lld/test/ELF/linkerscript/at-self-reference.s
    M lld/test/ELF/linkerscript/at.s
    R lld/test/ELF/linkerscript/at4.s
    M lld/test/ELF/linkerscript/common-assign.s
    M lld/test/ELF/linkerscript/data-commands-gc.s
    M lld/test/ELF/linkerscript/double-bss.test
    M lld/test/ELF/linkerscript/extend-pt-load1.test
    M lld/test/ELF/linkerscript/extend-pt-load2.test
    M lld/test/ELF/linkerscript/extend-pt-load3.test
    M lld/test/ELF/linkerscript/icf-output-sections.s
    A lld/test/ELF/linkerscript/linkorder-linked-to.s
    M lld/test/ELF/linkerscript/linkorder.s
    M lld/test/ELF/linkerscript/linkorder2.s
    A lld/test/ELF/linkerscript/lma-offset.s
    M lld/test/ELF/linkerscript/memory3.s
    M lld/test/ELF/linkerscript/merge-header-load.s
    M lld/test/ELF/linkerscript/merge-sections-syms.s
    M lld/test/ELF/linkerscript/merge-sections.s
    M lld/test/ELF/linkerscript/noload.s
    M lld/test/ELF/linkerscript/non-alloc.s
    M lld/test/ELF/linkerscript/orphan-align.s
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/linkerscript/overlapping-sections.s
    M lld/test/ELF/linkerscript/overlay.test
    M lld/test/ELF/linkerscript/phdrs.s
    M lld/test/ELF/linkerscript/repsection-symbol.s
    M lld/test/ELF/linkerscript/rosegment.test
    M lld/test/ELF/linkerscript/sections-keep.s
    M lld/test/ELF/linkerscript/sections-padding.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/subalign.s
    M lld/test/ELF/linkerscript/symbol-assign-many-passes2.test
    R lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    R lld/test/ELF/linkorder-err3.s
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/local-got.s
    M lld/test/ELF/lto/common4.ll
    M lld/test/ELF/lto/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/parallel.ll
    M lld/test/ELF/lto/thinlto.ll
    A lld/test/ELF/lto/version-libcall.ll
    M lld/test/ELF/many-alloc-sections.s
    A lld/test/ELF/map-file-64bit.s
    M lld/test/ELF/mips-npic-call-pic-script.s
    M lld/test/ELF/mips-sto-pic-flag.s
    M lld/test/ELF/no-inhibit-exec.s
    M lld/test/ELF/pack-dyn-relocs.s
    M lld/test/ELF/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-local-branch.s
    M lld/test/ELF/ppc32-long-thunk.s
    M lld/test/ELF/ppc32-reloc-rel.s
    M lld/test/ELF/ppc32-tls-gd.s
    M lld/test/ELF/ppc32-tls-ld.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-long-branch-pi.s
    A lld/test/ELF/ppc64-long-branch-rel14.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-rel-calls.s
    M lld/test/ELF/ppc64-reloc-rel.s
    M lld/test/ELF/ppc64-split-stack-adjust-overflow.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/ppc64-split-stack-prologue-adjust-success.s
    M lld/test/ELF/ppc64-tls-gd.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/ppc64-weak-undef-call.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    R lld/test/ELF/relocatable-linkorder.s
    M lld/test/ELF/relocation-i686.s
    M lld/test/ELF/relocation-relative-weak.s
    M lld/test/ELF/relocation.s
    A lld/test/ELF/relro-init-fini-script.s
    M lld/test/ELF/shuffle-sections-init-fini.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/text-section-prefix.s
    A lld/test/ELF/threads.s
    M lld/test/ELF/undef-multi.s
    A lld/test/ELF/undef-suggest-version.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/warn-backrefs.s
    M lld/test/ELF/x86-64-feature-cet.s
    M lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-retpoline-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
    M lld/test/ELF/x86-64-retpoline-znow.s
    M lld/test/ELF/x86-64-retpoline.s
    M lld/test/ELF/znotext-weak-undef.s
    A lld/test/MachO/alignment-too-large.yaml
    A lld/test/MachO/arch.s
    A lld/test/MachO/duplicate-symbol.s
    A lld/test/MachO/entry-symbol.s
    A lld/test/MachO/invalid-executable.s
    A lld/test/MachO/load-commands.s
    A lld/test/MachO/no-such-file.s
    A lld/test/MachO/relocations.s
    A lld/test/MachO/section-headers.s
    A lld/test/MachO/segments.s
    A lld/test/MachO/silent-ignore.test
    A lld/test/MachO/text-segment.s
    M lld/test/mach-o/error-simulator-vs-macosx.yaml
    M lld/test/mach-o/parse-literals-error.yaml
    M lld/test/wasm/debug-removed-fn.ll
    A lld/test/wasm/early-exit-for-bad-paths.s
    M lld/test/wasm/entry-signature.ll
    M lld/test/wasm/event-section.ll
    M lld/test/wasm/export-name.ll
    M lld/test/wasm/export-optional-lazy.ll
    M lld/test/wasm/lto/incompatible.ll
    M lld/test/wasm/lto/opt-level.ll
    M lld/test/wasm/lto/signature-mismatch.ll
    M lld/test/wasm/lto/thinlto.ll
    M lld/test/wasm/lto/undef.ll
    M lld/test/wasm/responsefile.test
    M lld/test/wasm/signature-mismatch-unknown.ll
    A lld/test/wasm/threads.s
    M lld/test/wasm/undefined-entry.test
    M lld/test/wasm/visibility-hidden.ll
    M lld/tools/lld/CMakeLists.txt
    M lld/tools/lld/lld.cpp
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.h
    M lld/wasm/InputFiles.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/Options.td
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/CMakeLists.txt
    M lldb/bindings/headers.swig
    M lldb/bindings/interface/SBBlock.i
    A lldb/bindings/interface/SBEnvironment.i
    M lldb/bindings/interface/SBExpressionOptions.i
    M lldb/bindings/interface/SBFile.i
    M lldb/bindings/interface/SBLaunchInfo.i
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBTarget.i
    M lldb/bindings/interfaces.swig
    M lldb/bindings/python/python-typemaps.swig
    M lldb/docs/lldb-platform-packets.txt
    M lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp
    M lldb/examples/python/mach_o.py
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBDefines.h
    A lldb/include/lldb/API/SBEnvironment.h
    M lldb/include/lldb/API/SBExpressionOptions.h
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBTarget.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/PropertiesBase.td
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/DataFormatters/FormatCache.h
    M lldb/include/lldb/DataFormatters/FormattersHelpers.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    A lldb/include/lldb/Target/ThreadPlanStack.h
    M lldb/include/lldb/Target/ThreadPlanTracer.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/Status.h
    A lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/test_categories.py
    M lldb/packages/Python/lldbsuite/test/test_runner/README.txt
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/.categories
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/scripts/verify_api.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommunication.cpp
    A lldb/source/API/SBEnvironment.cpp
    M lldb/source/API/SBExpressionOptions.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/DataFormatters/FormatCache.cpp
    M lldb/source/DataFormatters/FormattersHelpers.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Interpreter/OptionValuePathMappings.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/Darwin/CFUtils.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    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/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadList.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
    M lldb/source/Target/ThreadPlanCallUserExpression.cpp
    M lldb/source/Target/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanRunToAddress.cpp
    A lldb/source/Target/ThreadPlanStack.cpp
    M lldb/source/Target/ThreadPlanStepInRange.cpp
    M lldb/source/Target/ThreadPlanStepInstruction.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Target/ThreadPlanStepThrough.cpp
    M lldb/source/Target/ThreadPlanStepUntil.cpp
    M lldb/source/Target/ThreadPlanTracer.cpp
    M lldb/source/Utility/CMakeLists.txt
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/UriParser.cpp
    A lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py
    M lldb/test/API/commands/expression/anonymous-struct/TestCallUserAnonTypedef.py
    M lldb/test/API/commands/expression/anonymous-struct/main.cpp
    M lldb/test/API/commands/expression/call-function/TestCallBuiltinFunction.py
    M lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py
    M lldb/test/API/commands/expression/call-function/TestCallStopAndContinue.py
    M lldb/test/API/commands/expression/call-function/TestCallUserDefinedFunction.py
    M lldb/test/API/commands/expression/call-function/main.cpp
    M lldb/test/API/commands/expression/char/TestExprsChar.py
    M lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
    M lldb/test/API/commands/expression/fixits/TestFixIts.py
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    A lldb/test/API/commands/expression/result_numbering/Makefile
    A lldb/test/API/commands/expression/result_numbering/TestResultNumbering.py
    A lldb/test/API/commands/expression/result_numbering/main.c
    M lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py
    M lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/statistics/basic/TestStats.py
    A lldb/test/API/commands/watchpoints/watchpoint_count/Makefile
    A lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    A lldb/test/API/commands/watchpoints/watchpoint_count/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    A lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/Makefile
    A lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/TestCstringUnicode.py
    A lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/TestDataFormatterLibcxxUniquePtr.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
    M lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
    M lldb/test/API/functionalities/inline-stepping/calling.cpp
    M lldb/test/API/functionalities/load_unload/TestLoadUnload.py
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    M lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
    A lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/Makefile
    A lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
    A lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/main.cpp
    A lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/operating_system.py
    M lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    M lldb/test/API/functionalities/source-map/TestTargetSourceMap.py
    M lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/main.cpp
    M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
    A lldb/test/API/functionalities/thread_plan/Makefile
    A lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
    A lldb/test/API/functionalities/thread_plan/main.c
    M lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
    M lldb/test/API/lang/cpp/bitfields/main.cpp
    M lldb/test/API/lang/cpp/covariant-return-types/TestCovariantReturnTypes.py
    M lldb/test/API/lang/cpp/covariant-return-types/main.cpp
    M lldb/test/API/lang/cpp/namespace/ns3.cpp
    M lldb/test/API/lang/cpp/scope/TestCppScope.py
    M lldb/test/API/lang/cpp/scope/main.cpp
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/lang/cpp/thread_local/main.cpp
    M lldb/test/API/lang/objc/hidden-ivars/Makefile
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    M lldb/test/API/lang/objc/objc-ivar-stripped/Makefile
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py
    A lldb/test/API/macosx/dyld-trie-symbols/Makefile
    A lldb/test/API/macosx/dyld-trie-symbols/TestDyldTrieSymbols.py
    A lldb/test/API/macosx/dyld-trie-symbols/main.mm
    M lldb/test/API/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
    M lldb/test/API/macosx/lc-note/kern-ver-str/create-empty-corefile.cpp
    M lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
    M lldb/test/API/python_api/frame/TestFrames.py
    M lldb/test/API/python_api/function_symbol/main.c
    A lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py
    A lldb/test/API/python_api/sbplatform/Makefile
    A lldb/test/API/python_api/sbplatform/TestSBPlatform.py
    A lldb/test/API/python_api/sbplatform/main.cpp
    M lldb/test/API/python_api/target/main.c
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    A lldb/test/API/tools/intel-features/intel-pt/test/Makefile
    A lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
    A lldb/test/API/tools/intel-features/intel-pt/test/main.cpp
    M lldb/test/API/tools/lldb-server/main.cpp
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py
    A lldb/test/API/tools/lldb-vscode/console/Makefile
    A lldb/test/API/tools/lldb-vscode/console/TestVSCode_console.py
    A lldb/test/API/tools/lldb-vscode/console/main.cpp
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/test/API/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
    M lldb/test/API/tools/lldb-vscode/step/TestVSCode_step.py
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/ExecControl/StopHook/stop-hook.test
    M lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test
    M lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
    M lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
    M lldb/test/Shell/Reproducer/Functionalities/TestStepping.test
    A lldb/test/Shell/Reproducer/Inputs/foo.lua
    A lldb/test/Shell/Reproducer/Inputs/foo.py
    M lldb/test/Shell/Reproducer/TestCaptureEnvOverride.test
    M lldb/test/Shell/Reproducer/TestCrash.test
    A lldb/test/Shell/Reproducer/TestDSYM.test
    M lldb/test/Shell/Reproducer/TestDiscard.test
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/Reproducer/TestGDBRemoteRepro.test
    A lldb/test/Shell/Reproducer/TestLuaImport.test
    M lldb/test/Shell/Reproducer/TestMultipleTargets.test
    A lldb/test/Shell/Reproducer/TestPythonImport.test
    M lldb/test/Shell/Reproducer/TestRelativePath.test
    M lldb/test/Shell/Reproducer/TestReuseDirectory.test
    M lldb/test/Shell/Reproducer/TestSynchronous.test
    M lldb/test/Shell/Reproducer/TestWorkingDir.test
    M lldb/test/Shell/Reproducer/lit.local.cfg
    A lldb/test/Shell/SymbolFile/Breakpad/Inputs/stack-cfi-arm.syms
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-raSearch.syms
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.syms
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml
    A lldb/test/Shell/SymbolFile/Breakpad/lit.local.cfg
    A lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-arm.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/source/ChangeLog
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/CFUtils.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/tools/intel-features/intel-mpx/test/main.cpp
    M lldb/tools/intel-features/intel-pt/Decoder.cpp
    M lldb/tools/intel-features/intel-pt/Decoder.h
    M lldb/tools/intel-features/intel-pt/cli-wrapper-pt.cpp
    M lldb/tools/lldb-server/lldb-platform.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Host/FileSystemTest.cpp
    M lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/Process/Linux/ProcessorTraceTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/CMakeLists.txt
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/UriParserTest.cpp
    A lldb/unittests/Utility/XcodeSDKTest.cpp
    M lldb/unittests/debugserver/CMakeLists.txt
    M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M llvm/CMakeLists.txt
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AliasAnalysis.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llvm-addr2line.rst
    M llvm/docs/CommandGuide/llvm-dwarfdump.rst
    M llvm/docs/CommandGuide/llvm-exegesis.rst
    M llvm/docs/CommandGuide/llvm-lipo.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CommandGuide/llvm-size.rst
    M llvm/docs/CommandGuide/llvm-strings.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Docker.rst
    M llvm/docs/FAQ.rst
    M llvm/docs/Frontend/PerformanceTips.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GettingStartedVS.rst
    M llvm/docs/GlobalISel/GMIR.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/GlobalISel/IRTranslator.rst
    M llvm/docs/GlobalISel/KnownBits.rst
    M llvm/docs/HistoricalNotes/2007-OriginalClangReadme.txt
    M llvm/docs/HowToCrossCompileLLVM.rst
    M llvm/docs/HowToSetUpLLVMStyleRTTI.rst
    M llvm/docs/HowToSubmitABug.rst
    M llvm/docs/LLVMBuild.txt
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/MarkdownQuickstartTemplate.md
    M llvm/docs/MergeFunctions.rst
    M llvm/docs/Packaging.rst
    M llvm/docs/Passes.rst
    M llvm/docs/Phabricator.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/Proposals/GitHubMove.rst
    M llvm/docs/README.txt
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/ReleaseProcess.rst
    M llvm/docs/SphinxQuickstartTemplate.rst
    M llvm/docs/Statepoints.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/TestingGuide.rst
    M llvm/docs/TypeMetadata.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/index.rst
    M llvm/docs/tutorial/BuildingAJIT1.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
    M llvm/docs/tutorial/OCamlLangImpl3.rst
    M llvm/docs/tutorial/OCamlLangImpl5.rst
    M llvm/docs/tutorial/index.rst
    M llvm/examples/BrainF/BrainF.cpp
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
    M llvm/include/llvm-c/DataTypes.h
    M llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/ArrayRef.h
    M llvm/include/llvm/ADT/BitmaskEnum.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/PostOrderIterator.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/ADT/Twine.h
    A llvm/include/llvm/ADT/Waymarking.h
    A llvm/include/llvm/Analysis/AssumeBundleQueries.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CFGPrinter.h
    M llvm/include/llvm/Analysis/ConstantFolding.h
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/LazyValueInfo.h
    M llvm/include/llvm/Analysis/MemoryBuiltins.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/TargetFolder.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CallingConvLower.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MIRYamlMapping.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineLoopInfo.h
    M llvm/include/llvm/CodeGen/MachineMemOperand.h
    M llvm/include/llvm/CodeGen/MachineModuleInfo.h
    M llvm/include/llvm/CodeGen/MachineOperand.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.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/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    A llvm/include/llvm/DWARFLinker/DWARFStreamer.h
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
    M llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
    M llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/ExecutionEngine/JITSymbol.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPContext.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/CFG.h
    M llvm/include/llvm/IR/CFGDiff.h
    M llvm/include/llvm/IR/CallSite.h
    M llvm/include/llvm/IR/ConstantFolder.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/FPEnv.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/GetElementPtrTypeIterator.h
    M llvm/include/llvm/IR/GlobalObject.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRBuilderFolder.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    R llvm/include/llvm/IR/KnowledgeRetention.h
    M llvm/include/llvm/IR/NoFolder.h
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ProfileSummary.h
    M llvm/include/llvm/IR/Type.h
    A llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/LaneBitmask.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCDirectives.h
    M llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
    M llvm/include/llvm/MC/MCFixup.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/MC/MCInstrInfo.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCObjectStreamer.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/MC/MCSubtargetInfo.h
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/include/llvm/MC/MCSymbolXCOFF.h
    M llvm/include/llvm/MCA/CodeEmitter.h
    M llvm/include/llvm/MCA/HardwareUnits/LSUnit.h
    M llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h
    M llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h
    M llvm/include/llvm/MCA/Pipeline.h
    M llvm/include/llvm/MCA/Stages/DispatchStage.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/MachOUniversal.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/Object/XCOFFObjectFile.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/ObjectYAML/WasmYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/ProfileData/SampleProfReader.h
    M llvm/include/llvm/ProfileData/SampleProfWriter.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMAttributeParser.h
    M llvm/include/llvm/Support/ARMBuildAttributes.h
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/CFGUpdate.h
    M llvm/include/llvm/Support/DataExtractor.h
    A llvm/include/llvm/Support/ELFAttributeParser.h
    A llvm/include/llvm/Support/ELFAttributes.h
    M llvm/include/llvm/Support/FileCollector.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/LEB128.h
    M llvm/include/llvm/Support/LockFileManager.h
    M llvm/include/llvm/Support/MathExtras.h
    A llvm/include/llvm/Support/OptimalLayout.h
    M llvm/include/llvm/Support/Parallel.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/PrettyStackTrace.h
    A llvm/include/llvm/Support/RISCVAttributeParser.h
    A llvm/include/llvm/Support/RISCVAttributes.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/Threading.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/Windows/WindowsSupport.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Testing/Support/Annotations.h
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/FunctionImport.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombine.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/Reassociate.h
    M llvm/include/llvm/Transforms/Utils.h
    A llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
    M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
    M llvm/include/llvm/Transforms/Utils/Debugify.h
    M llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
    M llvm/include/llvm/Transforms/Utils/VNCoercion.h

  Log Message:
  -----------
  Merge community 'master' into 'htc/master'

The following TriCore specific files needed to be touched due to
upstream changes:

TriCore.cpp:                    <unknown>
TriCoreCallLowering.cpp:        01ba2ad9ef085f184f3b01cefed4ce59e170054a
TriCoreFrameLowering.h/.cpp:    2481f26ac3f228cc085d4d68ee72dadc07afa48f
TriCoreInstrInfo.cpp:           01ba2ad9ef085f184f3b01cefed4ce59e170054a
TriCoreLegalizerInfo.cpp:       01ba2ad9ef085f184f3b01cefed4ce59e170054a
TriCoreRegisterInfo.cpp:        2481f26ac3f228cc085d4d68ee72dadc07afa48f

The following TriCore specific tests needed to be touched due to
upstream changes:

call-translator.ll:                  b8fc192d42af56b17b7d940e6c226f4969e0d851
legalize-insert.mir:                 c8393240abc10218b03f2cafe9a83b1fb29b4e3d
legalize-unmerge-values-invalid.mir: c8393240abc10218b03f2cafe9a83b1fb29b4e3d
                                     432720f1c4c6b47edfb475f8616e471d14c26974
                                     35950fea8d4f175d04aa27e5e0350e28bef36429
legalize-unmerge-values.mir:         c8393240abc10218b03f2cafe9a83b1fb29b4e3d
                                     432720f1c4c6b47edfb475f8616e471d14c26974
                                     35950fea8d4f175d04aa27e5e0350e28bef36429
tricore-abi.c:                       de98cf92e301ab559a7417f1eca5cfa53624c9e1

The following XFAIL test started passing and was promoted to a normal
test:

xfail-legalize-insert-s80.mir:       c8393240abc10218b03f2cafe9a83b1fb29b4e3d


  Commit: cadf2f6099966e3799fb25c9d3820876fe641409
      https://github.com/llvm/llvm-project/commit/cadf2f6099966e3799fb25c9d3820876fe641409
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/test/Other/opt-O2-pipeline.ll
    M llvm/test/Other/opt-O3-pipeline.ll
    M llvm/test/Other/opt-Os-pipeline.ll

  Log Message:
  -----------
  [DPWBS-1450] fix(PassManager): disable DivRemPairsPass until freeze is supported in GlobalISel


  Commit: b985bbcedc973771d1bff1478ebcdfc684255e41
      https://github.com/llvm/llvm-project/commit/b985bbcedc973771d1bff1478ebcdfc684255e41
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td
    A llvm/test/MC/TriCore/register-alt-names-valid.s

  Log Message:
  -----------
  [DPWBS-1445] Add alias for the A10 register (SP)


  Commit: 500d694a2e02bea23e91a2b1a637e0a882a5b627
      https://github.com/llvm/llvm-project/commit/500d694a2e02bea23e91a2b1a637e0a882a5b627
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTemplates.td
    M llvm/test/MC/TriCore/address-arithmetic-valid.s
    A llvm/test/MC/TriCore/operands-invalid-disp4_16.s
    A llvm/test/MC/TriCore/operands-invalid.s
    M llvm/test/MC/TriCore/tc162-valid.s
    M llvm/test/MC/TriCore/tc18-valid.s

  Log Message:
  -----------
  [DPWBS-1119] Add negative tests for all existing operands

Adding the test cases. Fixing error messages. Fixing predicate functions in the parser.
Fixing incorrect error message generation  with instructions of BO variants, which has
BOL variants also.


  Commit: a15e693c51d8af934a3b099fcbf18b2a20539bf0
      https://github.com/llvm/llvm-project/commit/a15e693c51d8af934a3b099fcbf18b2a20539bf0
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s

  Log Message:
  -----------
  [DPWBS-1054] Fixing unknown fixup kind issue

The issue related with HI and LO modifiers if used with <symbol>-<symbol> fashion. Adding the necessary code to AdjustFixup function to handle these fixup kinds also.


  Commit: ff939874e6edb5ad8ba8b17f65e3769b6bcf0a16
      https://github.com/llvm/llvm-project/commit/ff939874e6edb5ad8ba8b17f65e3769b6bcf0a16
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-intrinsic-trap.mir

  Log Message:
  -----------
  [DPWBS-1422] feat(Legalizer): lower @llvm.trap intrinsic to libc abort

Lower the @llvm.trap intrinsic to call abort since TriCore does not have a TRAP
instruction

add legalizer tests


  Commit: 0d39aa341723cfa259e83f86a89341f3eb45e8a7
      https://github.com/llvm/llvm-project/commit/0d39aa341723cfa259e83f86a89341f3eb45e8a7
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp

  Log Message:
  -----------
  [DBPWS-1395] style(InstrInfo): add missing newline between functions


  Commit: 00e9b8956f42e11350a6ee2355850b4ea70ebc0d
      https://github.com/llvm/llvm-project/commit/00e9b8956f42e11350a6ee2355850b4ea70ebc0d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td

  Log Message:
  -----------
  [DBPWS-1395] refactor(InstrInfoOperand): remove unused ImmLeafs


  Commit: 2bf052d360ba36a9eb0abc9c0af39100a4553ff8
      https://github.com/llvm/llvm-project/commit/2bf052d360ba36a9eb0abc9c0af39100a4553ff8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir
    M llvm/test/CodeGen/TriCore/emergency-spill-slot.mir
    M llvm/test/CodeGen/TriCore/prologue-epilogue.mir

  Log Message:
  -----------
  [DBPWS-1149] fix(InstrInfo): fix immediate printing by using appropriate data type

Use int16_t instead of uint64_t to force a sign-extension when using .addImm.
This fixes the immediate printing where negative numbers would be printed as
positive numbers, causing our assembly parser to throw an error on our own
assembly.

The cause of this problem was that we zeroed out the upper bits to only get
the relevant bits, but by using uint64_t there was no sign-extension happening
when adding the immediate to the instruction, causing it to be interpreted
as the positive number.


  Commit: cf67b0908bda7764fad76e239e1bd32d0ce17916
      https://github.com/llvm/llvm-project/commit/cf67b0908bda7764fad76e239e1bd32d0ce17916
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreExpandPseudoInsts.cpp
    M llvm/test/CodeGen/TriCore/expand-mov-imm-dead.mir
    M llvm/test/CodeGen/TriCore/expand-mov-imm.mir

  Log Message:
  -----------
  [DBPWS-1395] fix(ExpandPseudoInsts): fix immediate printing by using appropriate data type

This is a follow up on the previous commit which fixed the immediate printing
during frame index elimination. It fixes the immediate printing for constant
materialization.

Use int16_t (and int32_t when appropriate) instead of uint64_t to force a
sign-extension when using .addImm.
This fixes the immediate printing where negative numbers would be printed as
positive numbers, causing our assembly parser to throw an error on our own
assembly.

The cause of this problem was that we zeroed out the upper bits to only get
the relevant bits, but by using uint64_t there was no sign-extension happening
when adding the immediate to the instruction, causing it to be interpreted
as the positive number.


  Commit: 0eed45c9c35e0d589a50ef210baf803d697faaae
      https://github.com/llvm/llvm-project/commit/0eed45c9c35e0d589a50ef210baf803d697faaae
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/lib/Target/TriCore/Utils/TriCoreBaseInfo.h

  Log Message:
  -----------
  [DBPWS-1395] feat(InstrInfoOperand): introduce verifiable operand types

Introduce TriCore specific operand types for immediate and symbol
operands. In a follow up, these will be used to verify the emitted
instructions.


  Commit: 2cc49dac86b61200addd2df2573259841147a308
      https://github.com/llvm/llvm-project/commit/2cc49dac86b61200addd2df2573259841147a308
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    A llvm/test/CodeGen/TriCore/verify-imms.mir

  Log Message:
  -----------
  [DBPWS-1395] feat(InstrInfo): implement verifyInstruction

Use target specific operand types from TriCoreBaseInfo to verify
immediate operands in instructions.


  Commit: ed5fff7ce44b49da902251feca160f386332c546
      https://github.com/llvm/llvm-project/commit/ed5fff7ce44b49da902251feca160f386332c546
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/HDP-1144-01.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-02.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-03.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-04.ll

  Log Message:
  -----------
  [DBPWS-1149] test(FrameLowering): fix HDP-1144 XFAIL tests

There were no CHECK lines in the code, which made FileCheck return an
error, triggering the XFAIL.


  Commit: ff10b5dc4402859572afed87e4dced58a8a4bc91
      https://github.com/llvm/llvm-project/commit/ff10b5dc4402859572afed87e4dced58a8a4bc91
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/test/MC/TriCore/common-fixups-symbol-invalid.s
    A llvm/test/MC/TriCore/common-fixups-symbol-valid.s
    M llvm/test/MC/TriCore/operands-invalid.s
    A llvm/test/MC/TriCore/xfail-common-fixups-symbol-invalid.s

  Log Message:
  -----------
  [DPWBS-1421] Add support for fixup resolution of SBR-form instruction


  Commit: 6f71f1c990dd3e1844b22a74f386d31f147720d5
      https://github.com/llvm/llvm-project/commit/6f71f1c990dd3e1844b22a74f386d31f147720d5
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    R llvm/test/MC/TriCore/common-fixups-symbol-invalid.s
    R llvm/test/MC/TriCore/common-fixups-symbol-valid.s
    M llvm/test/MC/TriCore/operands-invalid.s
    R llvm/test/MC/TriCore/xfail-common-fixups-symbol-invalid.s

  Log Message:
  -----------
  Revert "[DPWBS-1421] Add support for fixup resolution of SBR-form instruction"

This reverts commit ff10b5dc4402859572afed87e4dced58a8a4bc91.

This change broke our test pipeline. Since we now accept symbols on scaled 4 operands,
we need to handle all instruction formats with these operands.


  Commit: 6f65da1e5671535f1a339c729b7ddff7e272d470
      https://github.com/llvm/llvm-project/commit/6f65da1e5671535f1a339c729b7ddff7e272d470
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M .arclint
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CMakeLists.txt
    R clang-tools-extra/clangd/Cancellation.cpp
    R clang-tools-extra/clangd/Cancellation.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/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    R clang-tools-extra/clangd/Context.cpp
    R clang-tools-extra/clangd/Context.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    M clang-tools-extra/clangd/FS.h
    R clang-tools-extra/clangd/FSProvider.cpp
    R clang-tools-extra/clangd/FSProvider.h
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    R clang-tools-extra/clangd/FormattedString.cpp
    R clang-tools-extra/clangd/FormattedString.h
    R clang-tools-extra/clangd/Function.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    R clang-tools-extra/clangd/Logger.cpp
    R clang-tools-extra/clangd/Logger.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    R clang-tools-extra/clangd/Path.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    R clang-tools-extra/clangd/Shutdown.cpp
    R clang-tools-extra/clangd/Shutdown.h
    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/TUScheduler.h
    R clang-tools-extra/clangd/Threading.cpp
    R clang-tools-extra/clangd/Threading.h
    R clang-tools-extra/clangd/Trace.cpp
    R clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    R clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/launch.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/settings.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/tasks.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscodeignore
    R clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    R clang-tools-extra/clangd/clients/clangd-vscode/LICENSE
    R clang-tools-extra/clangd/clients/clangd-vscode/README.md
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/complete.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/diagnostics.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/extract.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/format.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/include.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/xrefs.png
    R clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    R clang-tools-extra/clangd/clients/clangd-vscode/package.json
    R clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/includeTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/simpleTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/tsconfig.json
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.h
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundQueue.cpp
    M clang-tools-extra/clangd/index/BackgroundRebuild.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Index.cpp
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/Merge.cpp
    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/dexp/CMakeLists.txt
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    A clang-tools-extra/clangd/index/remote/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/Client.cpp
    A clang-tools-extra/clangd/index/remote/Client.h
    A clang-tools-extra/clangd/index/remote/Index.proto
    A clang-tools-extra/clangd/index/remote/README.md
    A clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    A clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/server/Server.cpp
    A clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/support/CMakeLists.txt
    A clang-tools-extra/clangd/support/Cancellation.cpp
    A clang-tools-extra/clangd/support/Cancellation.h
    A clang-tools-extra/clangd/support/Context.cpp
    A clang-tools-extra/clangd/support/Context.h
    A clang-tools-extra/clangd/support/FSProvider.cpp
    A clang-tools-extra/clangd/support/FSProvider.h
    A clang-tools-extra/clangd/support/Function.h
    A clang-tools-extra/clangd/support/Logger.cpp
    A clang-tools-extra/clangd/support/Logger.h
    A clang-tools-extra/clangd/support/Markup.cpp
    A clang-tools-extra/clangd/support/Markup.h
    A clang-tools-extra/clangd/support/Path.h
    A clang-tools-extra/clangd/support/Shutdown.cpp
    A clang-tools-extra/clangd/support/Shutdown.h
    A clang-tools-extra/clangd/support/Threading.cpp
    A clang-tools-extra/clangd/support/Threading.h
    A clang-tools-extra/clangd/support/Trace.cpp
    A clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    A clang-tools-extra/clangd/test/dependency-output.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/lit.cfg.py
    M clang-tools-extra/clangd/test/system-include-extractor.test
    M clang-tools-extra/clangd/test/target_info.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    R clang-tools-extra/clangd/unittests/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    R clang-tools-extra/clangd/unittests/ContextTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    R clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    R clang-tools-extra/clangd/unittests/FunctionTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.h
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    A clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    R clang-tools-extra/clangd/unittests/ThreadingTests.cpp
    R clang-tools-extra/clangd/unittests/TraceTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/support/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/support/ContextTests.cpp
    A clang-tools-extra/clangd/unittests/support/FunctionTests.cpp
    A clang-tools-extra/clangd/unittests/support/MarkupTests.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.h
    A clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    A clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/clangd/xpc/CMakeLists.txt
    M clang-tools-extra/clangd/xpc/Conversion.cpp
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-callee-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-nsinvocation-argument-lifetime.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-callee-namespace.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-nsinvocation-argument-lifetime.m
    M clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/3/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/44/.clang-tidy
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/clang/cindex.py
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    A clang/docs/MatrixTypes.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclObjC.h
    A clang/include/clang/AST/DeclObjCCommon.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/PrettyPrinter.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/AST/TemplateBase.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    M clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/LangStandard.h
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/PragmaKinds.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TokenKinds.h
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/Pragma.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.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/FormatString.cpp
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/PostOrderCFGView.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/PatternInit.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/TriCore.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/SortJavaScriptImports.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/openmp_wrappers/math.h
    A clang/lib/Headers/tsxldtrkintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/x86intrin.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Lex/TokenConcatenation.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCUDA.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/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTCommon.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicType.cpp
    M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/AST/ast-dump-expr-errors.cpp
    A clang/test/AST/ast-dump-invalid-initialized.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-print-enum-decl.c
    A clang/test/AST/spurious-regparm.c
    M clang/test/Analysis/CheckNSError.m
    A clang/test/Analysis/CheckThatArraySubsciptNodeIsNotCollected.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    A clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/a_flaky_crash.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/bsd-string.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/cast-value-state-dump.cpp
    A clang/test/Analysis/cfg.c
    M clang/test/Analysis/cfg.cpp
    A clang/test/Analysis/class-object-state-dump.m
    A clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    M clang/test/Analysis/dispatch-once.m
    M clang/test/Analysis/explain-svals.c
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/explain-svals.m
    A clang/test/Analysis/incorrect-checker-names.cpp
    A clang/test/Analysis/incorrect-checker-names.mm
    M clang/test/Analysis/inlining/InlineObjCClassMethod.m
    M clang/test/Analysis/inlining/ObjCDynTypePopagation.m
    A clang/test/Analysis/nonnull.cpp
    M clang/test/Analysis/null-deref-ps-region.c
    M clang/test/Analysis/retain-release-inline.m
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/string.c
    M clang/test/Analysis/taint-generic.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/basic/basic.scope/basic.scope.namespace/p2.cpp
    M clang/test/CXX/class.access/p4.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/module/module.unit/p8.cpp
    M clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.import/p1.cpp
    M clang/test/CXX/special/class.copy/p11.0x.move.cpp
    M clang/test/CXX/special/class.ctor/p5-0x.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    A clang/test/CodeCompletion/invalid-initialized-class.cpp
    A clang/test/CodeGen/aarch64-matmul.cpp
    A clang/test/CodeGen/aarch64-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-neon-misc-constrained.c
    A clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem-constrained.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    R clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/big_endian.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c
    A clang/test/CodeGen/address-space-avr.c
    A clang/test/CodeGen/alias-avr.c
    M clang/test/CodeGen/arm-cde-gpr.c
    M clang/test/CodeGen/arm-cde-reinterpret.c
    M clang/test/CodeGen/arm-cde-vec.c
    M clang/test/CodeGen/arm-cde-vfp.c
    M clang/test/CodeGen/arm-mve-intrinsics/absneg.c
    M clang/test/CodeGen/arm-mve-intrinsics/admin.c
    M clang/test/CodeGen/arm-mve-intrinsics/bitwise-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    M clang/test/CodeGen/arm-mve-intrinsics/idup.c
    M clang/test/CodeGen/arm-mve-intrinsics/load-store.c
    M clang/test/CodeGen/arm-mve-intrinsics/predicates.c
    M clang/test/CodeGen/arm-mve-intrinsics/reinterpret.c
    M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    M clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vabdq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vandq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbicq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbrsrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmlaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm-dyadic.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-var.c
    M clang/test/CodeGen/arm-mve-intrinsics/veorq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhcaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vld24.c
    M clang/test/CodeGen/arm-mve-intrinsics/vldr.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vornq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vorrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    M clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    A clang/test/CodeGen/arm-neon-directed-rounding-constrained.c
    A clang/test/CodeGen/arm-v8.6a-neon-intrinsics.c
    A clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    R clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c
    R clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
    R clang/test/CodeGen/avr/target-cpu-defines/common.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/builtin-movdir.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    M clang/test/CodeGen/builtins-nvptx.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/catch-implicit-conversions-basics-negatives.c
    M clang/test/CodeGen/cfstring-elf-sections-x86_64.c
    A clang/test/CodeGen/cmse-clear-arg.c
    A clang/test/CodeGen/cmse-clear-fp16.c
    A clang/test/CodeGen/cmse-clear-return.c
    M clang/test/CodeGen/constrained-math-builtins.c
    A clang/test/CodeGen/ext-int-cc.c
    A clang/test/CodeGen/ext-int-sanitizer.cpp
    A clang/test/CodeGen/ext-int.c
    M clang/test/CodeGen/fast-math.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-class.cpp
    A clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-stack.cpp
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.c
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp
    A clang/test/CodeGen/ppc32-struct-return.c
    A clang/test/CodeGen/pr45476.cpp
    A clang/test/CodeGen/thinlto-loop-vectorize-pm.c
    M clang/test/CodeGen/thinlto-slp-vectorize-pm.c
    A clang/test/CodeGen/windows-seh-abnormal-exits.c
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    A clang/test/CodeGen/x86-tsxldtrk-builtins.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    M clang/test/CodeGenCXX/auto-var-init.cpp
    A clang/test/CodeGenCXX/builtin-amdgcn-fence.cpp
    M clang/test/CodeGenCXX/builtin-constant-p.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/debug-info-uuid.cpp
    A clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/microsoft-abi-vbase-dtor.cpp
    M clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof.cpp
    M clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    M clang/test/CodeGenCXX/target-features-error.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/trivial-auto-var-init-attribute.cpp
    M clang/test/CodeGenObjC/fragile-arc.m
    M clang/test/CodeGenObjC/gnu-init.m
    M clang/test/CodeGenObjCXX/return.mm
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl
    A clang/test/CodeGenOpenCL/backend-unsupported-warning.ll
    A clang/test/CodeGenOpenCL/ext-int-shift.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    M clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/as
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/ld
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/lib/.keep
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginS.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginT.o
    A clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aarch64-fixed-x-register.c
    M clang/test/Driver/amdgpu-visibility.cl
    R clang/test/Driver/android-aarch64-link.cpp
    A clang/test/Driver/android-link.cpp
    A clang/test/Driver/arm-matrix-multiply.c
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/check-time-trace-sections.py
    M clang/test/Driver/check-time-trace.cpp
    M clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cuda-detect.cu
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/embed-bitcode-wasm.c
    M clang/test/Driver/fembed-bitcode.c
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hexagon-toolchain-linux.c
    M clang/test/Driver/hurd.c
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/ppc-dependent-options.cpp
    A clang/test/Driver/ppc-unsupported.c
    M clang/test/Driver/riscv-arch.c
    M clang/test/Driver/riscv64-toolchain.c
    A clang/test/Driver/rocm-detect.cl
    A clang/test/Driver/rocm-device-libs.cl
    A clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/sanitizer-ld.c
    M clang/test/Driver/x86-malign-branch.c
    M clang/test/Driver/x86-malign-branch.s
    M clang/test/Driver/x86-target-features.c
    A clang/test/Frontend/fixed_point_compound.c
    A clang/test/Frontend/fixed_point_div.c
    A clang/test/Frontend/fixed_point_mul.c
    A clang/test/Frontend/fixed_point_unary.c
    M clang/test/Headers/Inputs/include/math.h
    M clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    M clang/test/Headers/nvptx_device_math_sincos.cpp
    M clang/test/Headers/x86-header-warnings.c
    M clang/test/Headers/x86intrin-2.c
    A clang/test/Index/cxx17-if-with-initializer.cpp
    A clang/test/Index/cxx17-structured-binding.cpp
    M clang/test/Index/print-type.c
    A clang/test/Layout/ms-aligned-array.c
    M clang/test/Lexer/case-insensitive-include-ms.c
    M clang/test/Lexer/case-insensitive-include-pr31836.sh
    M clang/test/Lexer/case-insensitive-include.c
    M clang/test/Lexer/char8_t.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-flags.c
    A clang/test/Modules/Inputs/missing-header-local-visibility/a.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/all.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/b.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap
    A clang/test/Modules/Inputs/missing-header-local-visibility/x.h
    M clang/test/Modules/auto-module-import.m
    M clang/test/Modules/cxx-templates.cpp
    M clang/test/Modules/decldef.m
    M clang/test/Modules/decldef.mm
    M clang/test/Modules/diagnose-missing-import.m
    M clang/test/Modules/interface-diagnose-missing-import.m
    A clang/test/Modules/missing-header-local-visibility.cpp
    M clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/no-module-map.cpp
    M clang/test/Modules/normal-module-map.cpp
    M clang/test/Modules/stddef.c
    M clang/test/Modules/subframeworks.m
    M clang/test/Modules/submodule-visibility-cycles.cpp
    M clang/test/Modules/submodule-visibility.cpp
    M clang/test/Modules/submodules-merge-defs.cpp
    M clang/test/Modules/submodules.cpp
    M clang/test/Modules/suggest-include.cpp
    M clang/test/Modules/tag-injection.c
    M clang/test/Modules/tag-injection.cpp
    M clang/test/Modules/template-default-args.cpp
    M clang/test/Modules/undefined-type-fixit1.cpp
    M clang/test/Modules/visibility-in-instantiation.cpp
    A clang/test/OpenMP/aarch64_vfabi_NarrowestDataSize.c
    A clang/test/OpenMP/aarch64_vfabi_WidestDataSize.c
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_reduction_messages.cpp
    A clang/test/OpenMP/for_reduction_task_codegen.cpp
    M clang/test/OpenMP/for_simd_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_ast_print.cpp
    M clang/test/OpenMP/parallel_master_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_reduction_messages.cpp
    A clang/test/OpenMP/parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_sections_ast_print.cpp
    M clang/test/OpenMP/parallel_sections_reduction_messages.cpp
    A clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/sections_ast_print.cpp
    M clang/test/OpenMP/sections_reduction_messages.cpp
    A clang/test/OpenMP/sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/simd_reduction_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_defaultmap_codegen.cpp
    M clang/test/OpenMP/target_defaultmap_messages.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_ast_print.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/target_parallel_messages.cpp
    M clang/test/OpenMP/target_parallel_private_messages.cpp
    M clang/test/OpenMP/target_parallel_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_reduction_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_linear_messages.cpp
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_simd_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_ast_print.cpp
    M clang/test/OpenMP/target_teams_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_private_messages.cpp
    M clang/test/OpenMP/target_teams_reduction_messages.cpp
    A clang/test/OpenMP/target_uses_allocators_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_reduction_messages.cpp
    A clang/test/PCH/Inputs/fixed-point-literal.h
    A clang/test/PCH/cli-macro.c
    A clang/test/PCH/cxx-recovery-expr.cpp
    A clang/test/PCH/fixed-point-literal.c
    A clang/test/PCH/pragma-floatcontrol.c
    M clang/test/Parser/MicrosoftExtensions.cpp
    A clang/test/Parser/cxx-keyword-identifiers.cpp
    A clang/test/Parser/ext-int.cpp
    A clang/test/Parser/fp-floatcontrol-syntax.cpp
    M clang/test/Parser/pragma-attribute.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/avr-atmega328p.c
    A clang/test/Preprocessor/avr-attiny104.c
    A clang/test/Preprocessor/avr-common.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/riscv-target-features.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/arm-cde-immediates.c
    A clang/test/Sema/arm-cmse-no-diag.c
    M clang/test/Sema/arm-cmse.c
    M clang/test/Sema/arm-mve-immediates.c
    A clang/test/Sema/builtin-amdgcn-fence-failure.cpp
    A clang/test/Sema/ext-int-not-supported.c
    M clang/test/Sema/implicit-int-float-conversion.c
    M clang/test/Sema/objc-bool-constant-conversion-fixit.m
    M clang/test/Sema/overload-arm-mve.c
    A clang/test/SemaCUDA/amdgpu-f128.cu
    A clang/test/SemaCUDA/union-init.cu
    M clang/test/SemaCXX/block-call.cpp
    M clang/test/SemaCXX/builtin-constant-p.cpp
    M clang/test/SemaCXX/compare-modules-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
    M clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/SemaCXX/cxx11-crashes.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    A clang/test/SemaCXX/ext-int.cpp
    M clang/test/SemaCXX/for-range-dereference.cpp
    A clang/test/SemaCXX/invalid-aligned-attr.cpp
    M clang/test/SemaCXX/member-init.cpp
    M clang/test/SemaCXX/modules-ts.cppm
    A clang/test/SemaCXX/ms-implicit-complete-dtor.cpp
    M clang/test/SemaCXX/ms-uuid.cpp
    A clang/test/SemaCXX/recovery-default-init.cpp
    A clang/test/SemaCXX/recovery-initializer.cpp
    M clang/test/SemaCXX/vartemplate-lambda.cpp
    M clang/test/SemaCXX/vector-conditional.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-thread-safety-parsing.cpp
    M clang/test/SemaCXX/warn-unused-result.cpp
    A clang/test/SemaObjC/dictionary-literal-duplicates.m
    A clang/test/SemaObjC/objc-literal-fixit.m
    M clang/test/SemaObjC/parameterized_classes_collection_literal.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaObjCXX/parameterized_classes_arc.mm
    A clang/test/SemaObjCXX/type-traits-is-pointer.mm
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/printf-format-strings.cl
    M clang/test/SemaOpenCLCXX/address-space-castoperators.cl
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    M clang/test/Unit/lit.site.cfg.py.in
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-format/clang-format.py
    M clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexCodeCompletion.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXType.cpp
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/libclang/Indexing.cpp
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build/CMakeLists.txt
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestComments.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestJava.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/FormatTestProto.cpp
    M clang/unittests/Format/FormatTestRawStrings.cpp
    M clang/unittests/Format/FormatTestSelective.cpp
    M clang/unittests/Format/FormatTestTextProto.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Format/UsingDeclarationsSorterTest.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/perf-training/CMakeLists.txt
    M clang/utils/perf-training/lit.cfg
    M clang/utils/perf-training/lit.site.cfg.in
    M clang/utils/perf-training/order-files.lit.site.cfg.in
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/Modules/SanitizerUtils.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/CMakeLists.txt
    M compiler-rt/lib/builtins/absvsi2.c
    M compiler-rt/lib/builtins/ashldi3.c
    M compiler-rt/lib/builtins/ashrdi3.c
    M compiler-rt/lib/builtins/clzdi2.c
    M compiler-rt/lib/builtins/ctzdi2.c
    M compiler-rt/lib/builtins/ffsdi2.c
    M compiler-rt/lib/builtins/ffssi2.c
    M compiler-rt/lib/builtins/floatdisf.c
    M compiler-rt/lib/builtins/floatsidf.c
    M compiler-rt/lib/builtins/floatundisf.c
    M compiler-rt/lib/builtins/floatunsidf.c
    M compiler-rt/lib/builtins/fp_extend.h
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/fp_mode.h
    A compiler-rt/lib/builtins/int_div_impl.inc
    M compiler-rt/lib/builtins/int_types.h
    M compiler-rt/lib/builtins/lshrdi3.c
    M compiler-rt/lib/builtins/popcountdi2.c
    M compiler-rt/lib/builtins/udivdi3.c
    M compiler-rt/lib/builtins/udivmoddi4.c
    M compiler-rt/lib/builtins/udivsi3.c
    M compiler-rt/lib/builtins/umoddi3.c
    M compiler-rt/lib/builtins/umodsi3.c
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/msan/msan.h
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/fuchsia.cpp
    A compiler-rt/lib/scudo/standalone/fuzz/CMakeLists.txt
    A compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
    M compiler-rt/lib/scudo/standalone/include/scudo/interface.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/mutex.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/secondary.h
    A compiler-rt/lib/scudo/standalone/stack_depot.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/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    M compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/lib/ubsan/ubsan_init.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    M compiler-rt/lib/xray/xray_AArch64.cpp
    M compiler-rt/lib/xray/xray_arm.cpp
    M compiler-rt/lib/xray/xray_interface.cpp
    M compiler-rt/lib/xray/xray_interface_internal.h
    M compiler-rt/lib/xray/xray_powerpc64.cpp
    M compiler-rt/lib/xray/xray_trampoline_AArch64.S
    M compiler-rt/lib/xray/xray_trampoline_arm.S
    M compiler-rt/lib/xray/xray_trampoline_x86_64.S
    M compiler-rt/lib/xray/xray_x86_64.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/builtins/Unit/ashldi3_test.c
    M compiler-rt/test/builtins/Unit/ashrdi3_test.c
    M compiler-rt/test/builtins/Unit/ctzdi2_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/fp_test.h
    M compiler-rt/test/builtins/Unit/lshrdi3_test.c
    M compiler-rt/test/builtins/Unit/popcountdi2_test.c
    M compiler-rt/test/dfsan/custom.cpp
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/backtrace.cpp
    M compiler-rt/test/msan/lit.cfg.py
    M compiler-rt/test/msan/mmap.cpp
    M compiler-rt/test/msan/mmap_below_shadow.cpp
    M compiler-rt/test/msan/param_tls_limit.cpp
    M compiler-rt/test/msan/strlen_of_shadow.cpp
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cpp
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    A compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    A compiler-rt/test/tsan/Darwin/no_call_setenv_in_symbolize.cpp
    M compiler-rt/test/tsan/Linux/double_race.cpp
    A compiler-rt/test/tsan/fiber_cleanup.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race2.cpp
    M compiler-rt/test/tsan/memcmp_race.cpp
    M compiler-rt/test/tsan/memcpy_race.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp
    A compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    M debuginfo-tests/dexter/dex/command/__init__.py
    M debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    M debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/__init__.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dexter.py
    M debuginfo-tests/lit.site.cfg.py.in
    A flang/.clang-format
    A flang/.drone.star
    A flang/.gitignore
    A flang/CMakeLists.txt
    A flang/CODE_OWNERS.TXT
    A flang/LICENSE.txt
    A flang/README.md
    A flang/cmake/modules/AddFlang.cmake
    A flang/cmake/modules/CMakeLists.txt
    A flang/cmake/modules/FlangConfig.cmake.in
    A flang/docs/CMakeLists.txt
    A flang/docs/doxygen-mainpage.dox
    A flang/docs/doxygen.cfg.in
    A flang/documentation/ArrayComposition.md
    A flang/documentation/BijectiveInternalNameUniquing.md
    A flang/documentation/C++17.md
    A flang/documentation/C++style.md
    A flang/documentation/Calls.md
    A flang/documentation/Character.md
    A flang/documentation/ControlFlowGraph.md
    A flang/documentation/Directives.md
    A flang/documentation/Extensions.md
    A flang/documentation/FortranForCProgrammers.md
    A flang/documentation/FortranIR.md
    A flang/documentation/IORuntimeInternals.md
    A flang/documentation/ImplementingASemanticCheck.md
    A flang/documentation/Intrinsics.md
    A flang/documentation/LabelResolution.md
    A flang/documentation/ModFiles.md
    A flang/documentation/OpenMP-4.5-grammar.txt
    A flang/documentation/OpenMP-semantics.md
    A flang/documentation/OptionComparison.md
    A flang/documentation/Overview.md
    A flang/documentation/ParserCombinators.md
    A flang/documentation/Parsing.md
    A flang/documentation/Preprocessing.md
    A flang/documentation/PullRequestChecklist.md
    A flang/documentation/RuntimeDescriptor.md
    A flang/documentation/Semantics.md
    A flang/documentation/f2018-grammar.txt
    A flang/documentation/flang-c-style.el
    A flang/include/CMakeLists.txt
    A flang/include/flang/CMakeLists.txt
    A flang/include/flang/Common/Fortran-features.h
    A flang/include/flang/Common/Fortran.h
    A flang/include/flang/Common/bit-population-count.h
    A flang/include/flang/Common/constexpr-bitset.h
    A flang/include/flang/Common/default-kinds.h
    A flang/include/flang/Common/enum-set.h
    A flang/include/flang/Common/format.h
    A flang/include/flang/Common/idioms.h
    A flang/include/flang/Common/indirection.h
    A flang/include/flang/Common/interval.h
    A flang/include/flang/Common/leading-zero-bit-count.h
    A flang/include/flang/Common/real.h
    A flang/include/flang/Common/reference-counted.h
    A flang/include/flang/Common/reference.h
    A flang/include/flang/Common/restorer.h
    A flang/include/flang/Common/template.h
    A flang/include/flang/Common/uint128.h
    A flang/include/flang/Common/unsigned-const-division.h
    A flang/include/flang/Common/unwrap.h
    A flang/include/flang/Config/config.h.cmake
    A flang/include/flang/Decimal/binary-floating-point.h
    A flang/include/flang/Decimal/decimal.h
    A flang/include/flang/Evaluate/call.h
    A flang/include/flang/Evaluate/characteristics.h
    A flang/include/flang/Evaluate/check-expression.h
    A flang/include/flang/Evaluate/common.h
    A flang/include/flang/Evaluate/complex.h
    A flang/include/flang/Evaluate/constant.h
    A flang/include/flang/Evaluate/expression.h
    A flang/include/flang/Evaluate/fold.h
    A flang/include/flang/Evaluate/formatting.h
    A flang/include/flang/Evaluate/integer.h
    A flang/include/flang/Evaluate/intrinsics-library.h
    A flang/include/flang/Evaluate/intrinsics.h
    A flang/include/flang/Evaluate/logical.h
    A flang/include/flang/Evaluate/real.h
    A flang/include/flang/Evaluate/rounding-bits.h
    A flang/include/flang/Evaluate/shape.h
    A flang/include/flang/Evaluate/static-data.h
    A flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Evaluate/traverse.h
    A flang/include/flang/Evaluate/type.h
    A flang/include/flang/Evaluate/variable.h
    A flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/Lower/.clang-format
    A flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Optimizer/.clang-format
    A flang/include/flang/Optimizer/CMakeLists.txt
    A flang/include/flang/Optimizer/CodeGen/CodeGen.h
    A flang/include/flang/Optimizer/Dialect/CMakeLists.txt
    A flang/include/flang/Optimizer/Dialect/FIRAttr.h
    A flang/include/flang/Optimizer/Dialect/FIRDialect.h
    A flang/include/flang/Optimizer/Dialect/FIROps.h
    A flang/include/flang/Optimizer/Dialect/FIROps.td
    A flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
    A flang/include/flang/Optimizer/Dialect/FIRType.h
    A flang/include/flang/Optimizer/Support/InternalNames.h
    A flang/include/flang/Optimizer/Support/KindMapping.h
    A flang/include/flang/Parser/char-block.h
    A flang/include/flang/Parser/char-buffer.h
    A flang/include/flang/Parser/char-set.h
    A flang/include/flang/Parser/characters.h
    A flang/include/flang/Parser/dump-parse-tree.h
    A flang/include/flang/Parser/format-specification.h
    A flang/include/flang/Parser/instrumented-parser.h
    A flang/include/flang/Parser/message.h
    A flang/include/flang/Parser/parse-state.h
    A flang/include/flang/Parser/parse-tree-visitor.h
    A flang/include/flang/Parser/parse-tree.h
    A flang/include/flang/Parser/parsing.h
    A flang/include/flang/Parser/provenance.h
    A flang/include/flang/Parser/source.h
    A flang/include/flang/Parser/tools.h
    A flang/include/flang/Parser/unparse.h
    A flang/include/flang/Parser/user-state.h
    A flang/include/flang/Semantics/attr.h
    A flang/include/flang/Semantics/expression.h
    A flang/include/flang/Semantics/scope.h
    A flang/include/flang/Semantics/semantics.h
    A flang/include/flang/Semantics/symbol.h
    A flang/include/flang/Semantics/tools.h
    A flang/include/flang/Semantics/type.h
    A flang/include/flang/Semantics/unparse-with-symbols.h
    A flang/include/flang/Version.inc.in
    A flang/lib/CMakeLists.txt
    A flang/lib/Common/CMakeLists.txt
    A flang/lib/Common/Fortran-features.cpp
    A flang/lib/Common/Fortran.cpp
    A flang/lib/Common/default-kinds.cpp
    A flang/lib/Common/idioms.cpp
    A flang/lib/Decimal/CMakeLists.txt
    A flang/lib/Decimal/big-radix-floating-point.h
    A flang/lib/Decimal/binary-to-decimal.cpp
    A flang/lib/Decimal/decimal-to-binary.cpp
    A flang/lib/Evaluate/CMakeLists.txt
    A flang/lib/Evaluate/call.cpp
    A flang/lib/Evaluate/character.h
    A flang/lib/Evaluate/characteristics.cpp
    A flang/lib/Evaluate/check-expression.cpp
    A flang/lib/Evaluate/common.cpp
    A flang/lib/Evaluate/complex.cpp
    A flang/lib/Evaluate/constant.cpp
    A flang/lib/Evaluate/expression.cpp
    A flang/lib/Evaluate/fold-character.cpp
    A flang/lib/Evaluate/fold-complex.cpp
    A flang/lib/Evaluate/fold-implementation.h
    A flang/lib/Evaluate/fold-integer.cpp
    A flang/lib/Evaluate/fold-logical.cpp
    A flang/lib/Evaluate/fold-real.cpp
    A flang/lib/Evaluate/fold.cpp
    A flang/lib/Evaluate/formatting.cpp
    A flang/lib/Evaluate/host.cpp
    A flang/lib/Evaluate/host.h
    A flang/lib/Evaluate/int-power.h
    A flang/lib/Evaluate/integer.cpp
    A flang/lib/Evaluate/intrinsics-library-templates.h
    A flang/lib/Evaluate/intrinsics-library.cpp
    A flang/lib/Evaluate/intrinsics.cpp
    A flang/lib/Evaluate/logical.cpp
    A flang/lib/Evaluate/real.cpp
    A flang/lib/Evaluate/shape.cpp
    A flang/lib/Evaluate/static-data.cpp
    A flang/lib/Evaluate/tools.cpp
    A flang/lib/Evaluate/type.cpp
    A flang/lib/Evaluate/variable.cpp
    A flang/lib/Lower/.clang-format
    A flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/PFTBuilder.cpp
    A flang/lib/Optimizer/.clang-format
    A flang/lib/Optimizer/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/FIRAttr.cpp
    A flang/lib/Optimizer/Dialect/FIRDialect.cpp
    A flang/lib/Optimizer/Dialect/FIROps.cpp
    A flang/lib/Optimizer/Dialect/FIRType.cpp
    A flang/lib/Optimizer/Support/CMakeLists.txt
    A flang/lib/Optimizer/Support/InternalNames.cpp
    A flang/lib/Optimizer/Support/KindMapping.cpp
    A flang/lib/Parser/CMakeLists.txt
    A flang/lib/Parser/Fortran-parsers.cpp
    A flang/lib/Parser/basic-parsers.h
    A flang/lib/Parser/char-block.cpp
    A flang/lib/Parser/char-buffer.cpp
    A flang/lib/Parser/char-set.cpp
    A flang/lib/Parser/characters.cpp
    A flang/lib/Parser/debug-parser.cpp
    A flang/lib/Parser/debug-parser.h
    A flang/lib/Parser/executable-parsers.cpp
    A flang/lib/Parser/expr-parsers.cpp
    A flang/lib/Parser/expr-parsers.h
    A flang/lib/Parser/instrumented-parser.cpp
    A flang/lib/Parser/io-parsers.cpp
    A flang/lib/Parser/message.cpp
    A flang/lib/Parser/misc-parsers.h
    A flang/lib/Parser/openmp-parsers.cpp
    A flang/lib/Parser/parse-tree.cpp
    A flang/lib/Parser/parsing.cpp
    A flang/lib/Parser/preprocessor.cpp
    A flang/lib/Parser/preprocessor.h
    A flang/lib/Parser/prescan.cpp
    A flang/lib/Parser/prescan.h
    A flang/lib/Parser/program-parsers.cpp
    A flang/lib/Parser/provenance.cpp
    A flang/lib/Parser/source.cpp
    A flang/lib/Parser/stmt-parser.h
    A flang/lib/Parser/token-parsers.h
    A flang/lib/Parser/token-sequence.cpp
    A flang/lib/Parser/token-sequence.h
    A flang/lib/Parser/tools.cpp
    A flang/lib/Parser/type-parser-implementation.h
    A flang/lib/Parser/type-parsers.h
    A flang/lib/Parser/unparse.cpp
    A flang/lib/Parser/user-state.cpp
    A flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/assignment.cpp
    A flang/lib/Semantics/assignment.h
    A flang/lib/Semantics/attr.cpp
    A flang/lib/Semantics/canonicalize-do.cpp
    A flang/lib/Semantics/canonicalize-do.h
    A flang/lib/Semantics/canonicalize-omp.cpp
    A flang/lib/Semantics/canonicalize-omp.h
    A flang/lib/Semantics/check-allocate.cpp
    A flang/lib/Semantics/check-allocate.h
    A flang/lib/Semantics/check-arithmeticif.cpp
    A flang/lib/Semantics/check-arithmeticif.h
    A flang/lib/Semantics/check-call.cpp
    A flang/lib/Semantics/check-call.h
    A flang/lib/Semantics/check-case.cpp
    A flang/lib/Semantics/check-case.h
    A flang/lib/Semantics/check-coarray.cpp
    A flang/lib/Semantics/check-coarray.h
    A flang/lib/Semantics/check-data.cpp
    A flang/lib/Semantics/check-data.h
    A flang/lib/Semantics/check-deallocate.cpp
    A flang/lib/Semantics/check-deallocate.h
    A flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-declarations.h
    A flang/lib/Semantics/check-do-forall.cpp
    A flang/lib/Semantics/check-do-forall.h
    A flang/lib/Semantics/check-if-stmt.cpp
    A flang/lib/Semantics/check-if-stmt.h
    A flang/lib/Semantics/check-io.cpp
    A flang/lib/Semantics/check-io.h
    A flang/lib/Semantics/check-namelist.cpp
    A flang/lib/Semantics/check-namelist.h
    A flang/lib/Semantics/check-nullify.cpp
    A flang/lib/Semantics/check-nullify.h
    A flang/lib/Semantics/check-omp-structure.cpp
    A flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/check-purity.cpp
    A flang/lib/Semantics/check-purity.h
    A flang/lib/Semantics/check-return.cpp
    A flang/lib/Semantics/check-return.h
    A flang/lib/Semantics/check-stop.cpp
    A flang/lib/Semantics/check-stop.h
    A flang/lib/Semantics/compute-offsets.cpp
    A flang/lib/Semantics/compute-offsets.h
    A flang/lib/Semantics/expression.cpp
    A flang/lib/Semantics/mod-file.cpp
    A flang/lib/Semantics/mod-file.h
    A flang/lib/Semantics/pointer-assignment.cpp
    A flang/lib/Semantics/pointer-assignment.h
    A flang/lib/Semantics/program-tree.cpp
    A flang/lib/Semantics/program-tree.h
    A flang/lib/Semantics/resolve-labels.cpp
    A flang/lib/Semantics/resolve-labels.h
    A flang/lib/Semantics/resolve-names-utils.cpp
    A flang/lib/Semantics/resolve-names-utils.h
    A flang/lib/Semantics/resolve-names.cpp
    A flang/lib/Semantics/resolve-names.h
    A flang/lib/Semantics/rewrite-parse-tree.cpp
    A flang/lib/Semantics/rewrite-parse-tree.h
    A flang/lib/Semantics/scope.cpp
    A flang/lib/Semantics/semantics.cpp
    A flang/lib/Semantics/symbol.cpp
    A flang/lib/Semantics/tools.cpp
    A flang/lib/Semantics/type.cpp
    A flang/lib/Semantics/unparse-with-symbols.cpp
    A flang/module/__fortran_builtins.f90
    A flang/module/ieee_arithmetic.f90
    A flang/module/ieee_exceptions.f90
    A flang/module/ieee_features.f90
    A flang/module/iso_c_binding.f90
    A flang/module/iso_fortran_env.f90
    A flang/module/omp_lib.f90
    A flang/module/omp_lib.h
    A flang/runtime/CMakeLists.txt
    A flang/runtime/ISO_Fortran_binding.cpp
    A flang/runtime/allocatable.cpp
    A flang/runtime/allocatable.h
    A flang/runtime/buffer.cpp
    A flang/runtime/buffer.h
    A flang/runtime/c-or-cpp.h
    A flang/runtime/character.cpp
    A flang/runtime/character.h
    A flang/runtime/config.h.cmake
    A flang/runtime/connection.cpp
    A flang/runtime/connection.h
    A flang/runtime/derived-type.cpp
    A flang/runtime/derived-type.h
    A flang/runtime/descriptor.cpp
    A flang/runtime/descriptor.h
    A flang/runtime/edit-input.cpp
    A flang/runtime/edit-input.h
    A flang/runtime/edit-output.cpp
    A flang/runtime/edit-output.h
    A flang/runtime/entry-names.h
    A flang/runtime/environment.cpp
    A flang/runtime/environment.h
    A flang/runtime/file.cpp
    A flang/runtime/file.h
    A flang/runtime/format-implementation.h
    A flang/runtime/format.cpp
    A flang/runtime/format.h
    A flang/runtime/internal-unit.cpp
    A flang/runtime/internal-unit.h
    A flang/runtime/io-api.cpp
    A flang/runtime/io-api.h
    A flang/runtime/io-error.cpp
    A flang/runtime/io-error.h
    A flang/runtime/io-stmt.cpp
    A flang/runtime/io-stmt.h
    A flang/runtime/iostat.cpp
    A flang/runtime/iostat.h
    A flang/runtime/lock.h
    A flang/runtime/magic-numbers.h
    A flang/runtime/main.cpp
    A flang/runtime/main.h
    A flang/runtime/memory.cpp
    A flang/runtime/memory.h
    A flang/runtime/stop.cpp
    A flang/runtime/stop.h
    A flang/runtime/terminator.cpp
    A flang/runtime/terminator.h
    A flang/runtime/tools.cpp
    A flang/runtime/tools.h
    A flang/runtime/transformational.cpp
    A flang/runtime/transformational.h
    A flang/runtime/type-code.cpp
    A flang/runtime/type-code.h
    A flang/runtime/unit-map.cpp
    A flang/runtime/unit-map.h
    A flang/runtime/unit.cpp
    A flang/runtime/unit.h
    A flang/test/CMakeLists.txt
    A flang/test/Driver/version_test.f90
    A flang/test/Evaluate/folding01.f90
    A flang/test/Evaluate/folding02.f90
    A flang/test/Evaluate/folding03.f90
    A flang/test/Evaluate/folding04.f90
    A flang/test/Evaluate/folding05.f90
    A flang/test/Evaluate/folding06.f90
    A flang/test/Evaluate/folding07.f90
    A flang/test/Evaluate/folding08.f90
    A flang/test/Evaluate/folding09.f90
    A flang/test/Evaluate/test_folding.sh
    A flang/test/Fir/fir-ops.fir
    A flang/test/Fir/fir-types.fir
    A flang/test/Lower/pre-fir-tree01.f90
    A flang/test/Lower/pre-fir-tree02.f90
    A flang/test/Lower/pre-fir-tree03.f90
    A flang/test/Lower/pre-fir-tree04.f90
    A flang/test/Preprocessing/lit.local.cfg.py
    A flang/test/Preprocessing/pp001.F
    A flang/test/Preprocessing/pp002.F
    A flang/test/Preprocessing/pp003.F
    A flang/test/Preprocessing/pp004.F
    A flang/test/Preprocessing/pp005.F
    A flang/test/Preprocessing/pp006.F
    A flang/test/Preprocessing/pp007.F
    A flang/test/Preprocessing/pp008.F
    A flang/test/Preprocessing/pp009.F
    A flang/test/Preprocessing/pp010.F
    A flang/test/Preprocessing/pp011.F
    A flang/test/Preprocessing/pp012.F
    A flang/test/Preprocessing/pp013.F
    A flang/test/Preprocessing/pp014.F
    A flang/test/Preprocessing/pp015.F
    A flang/test/Preprocessing/pp016.F
    A flang/test/Preprocessing/pp017.F
    A flang/test/Preprocessing/pp018.F
    A flang/test/Preprocessing/pp019.F
    A flang/test/Preprocessing/pp020.F
    A flang/test/Preprocessing/pp021.F
    A flang/test/Preprocessing/pp022.F
    A flang/test/Preprocessing/pp023.F
    A flang/test/Preprocessing/pp024.F
    A flang/test/Preprocessing/pp025.F
    A flang/test/Preprocessing/pp026.F
    A flang/test/Preprocessing/pp027.F
    A flang/test/Preprocessing/pp028.F
    A flang/test/Preprocessing/pp029.F
    A flang/test/Preprocessing/pp030.F
    A flang/test/Preprocessing/pp031.F
    A flang/test/Preprocessing/pp032.F
    A flang/test/Preprocessing/pp033.F
    A flang/test/Preprocessing/pp034.F
    A flang/test/Preprocessing/pp035.F
    A flang/test/Preprocessing/pp036.F
    A flang/test/Preprocessing/pp037.F
    A flang/test/Preprocessing/pp038.F
    A flang/test/Preprocessing/pp039.F
    A flang/test/Preprocessing/pp040.F
    A flang/test/Preprocessing/pp041.F
    A flang/test/Preprocessing/pp042.F
    A flang/test/Preprocessing/pp043.F
    A flang/test/Preprocessing/pp044.F
    A flang/test/Preprocessing/pp101.F90
    A flang/test/Preprocessing/pp102.F90
    A flang/test/Preprocessing/pp103.F90
    A flang/test/Preprocessing/pp104.F90
    A flang/test/Preprocessing/pp105.F90
    A flang/test/Preprocessing/pp106.F90
    A flang/test/Preprocessing/pp107.F90
    A flang/test/Preprocessing/pp108.F90
    A flang/test/Preprocessing/pp109.F90
    A flang/test/Preprocessing/pp110.F90
    A flang/test/Preprocessing/pp111.F90
    A flang/test/Preprocessing/pp112.F90
    A flang/test/Preprocessing/pp113.F90
    A flang/test/Preprocessing/pp114.F90
    A flang/test/Preprocessing/pp115.F90
    A flang/test/Preprocessing/pp116.F90
    A flang/test/Preprocessing/pp117.F90
    A flang/test/Preprocessing/pp118.F90
    A flang/test/Preprocessing/pp119.F90
    A flang/test/Preprocessing/pp120.F90
    A flang/test/Preprocessing/pp121.F90
    A flang/test/Preprocessing/pp122.F90
    A flang/test/Preprocessing/pp123.F90
    A flang/test/Preprocessing/pp124.F90
    A flang/test/Preprocessing/pp125.F90
    A flang/test/Preprocessing/pp126.F90
    A flang/test/Preprocessing/pp127.F90
    A flang/test/Preprocessing/pp128.F90
    A flang/test/Preprocessing/pp129.F90
    A flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/CMakeLists.txt
    A flang/test/Semantics/Inputs/getdefinition03-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-a.f90
    A flang/test/Semantics/Inputs/getsymbols02-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-c.f90
    A flang/test/Semantics/Inputs/getsymbols03-b.f90
    A flang/test/Semantics/Inputs/mod-file-changed.f90
    A flang/test/Semantics/Inputs/mod-file-unchanged.f90
    A flang/test/Semantics/Inputs/modfile09-a.f90
    A flang/test/Semantics/Inputs/modfile09-b.f90
    A flang/test/Semantics/Inputs/modfile09-c.f90
    A flang/test/Semantics/Inputs/modfile09-d.f90
    A flang/test/Semantics/allocate01.f90
    A flang/test/Semantics/allocate02.f90
    A flang/test/Semantics/allocate03.f90
    A flang/test/Semantics/allocate04.f90
    A flang/test/Semantics/allocate05.f90
    A flang/test/Semantics/allocate06.f90
    A flang/test/Semantics/allocate07.f90
    A flang/test/Semantics/allocate08.f90
    A flang/test/Semantics/allocate09.f90
    A flang/test/Semantics/allocate10.f90
    A flang/test/Semantics/allocate11.f90
    A flang/test/Semantics/allocate12.f90
    A flang/test/Semantics/allocate13.f90
    A flang/test/Semantics/altreturn01.f90
    A flang/test/Semantics/altreturn02.f90
    A flang/test/Semantics/altreturn03.f90
    A flang/test/Semantics/altreturn04.f90
    A flang/test/Semantics/altreturn05.f90
    A flang/test/Semantics/assign01.f90
    A flang/test/Semantics/assign02.f90
    A flang/test/Semantics/assign03.f90
    A flang/test/Semantics/assign04.f90
    A flang/test/Semantics/assign06.f90
    A flang/test/Semantics/assign07.f90
    A flang/test/Semantics/bad-forward-type.f90
    A flang/test/Semantics/bindings01.f90
    A flang/test/Semantics/block-data01.f90
    A flang/test/Semantics/blockconstruct01.f90
    A flang/test/Semantics/blockconstruct02.f90
    A flang/test/Semantics/blockconstruct03.f90
    A flang/test/Semantics/c_f_pointer.f90
    A flang/test/Semantics/call01.f90
    A flang/test/Semantics/call02.f90
    A flang/test/Semantics/call03.f90
    A flang/test/Semantics/call04.f90
    A flang/test/Semantics/call05.f90
    A flang/test/Semantics/call06.f90
    A flang/test/Semantics/call07.f90
    A flang/test/Semantics/call08.f90
    A flang/test/Semantics/call09.f90
    A flang/test/Semantics/call10.f90
    A flang/test/Semantics/call11.f90
    A flang/test/Semantics/call12.f90
    A flang/test/Semantics/call13.f90
    A flang/test/Semantics/call14.f90
    A flang/test/Semantics/call15.f90
    A flang/test/Semantics/canondo01.f90
    A flang/test/Semantics/canondo02.f90
    A flang/test/Semantics/canondo03.f90
    A flang/test/Semantics/canondo04.f90
    A flang/test/Semantics/canondo05.f90
    A flang/test/Semantics/canondo06.f90
    A flang/test/Semantics/canondo07.f90
    A flang/test/Semantics/canondo08.f90
    A flang/test/Semantics/canondo09.f90
    A flang/test/Semantics/canondo10.f90
    A flang/test/Semantics/canondo11.f90
    A flang/test/Semantics/canondo12.f90
    A flang/test/Semantics/canondo13.f90
    A flang/test/Semantics/canondo14.f90
    A flang/test/Semantics/canondo15.f90
    A flang/test/Semantics/canondo16.f90
    A flang/test/Semantics/canondo17.f90
    A flang/test/Semantics/canondo18.f90
    A flang/test/Semantics/canondo19.f90
    A flang/test/Semantics/case01.f90
    A flang/test/Semantics/coarrays01.f90
    A flang/test/Semantics/common.sh
    A flang/test/Semantics/complex01.f90
    A flang/test/Semantics/computed-goto01.f90
    A flang/test/Semantics/computed-goto02.f90
    A flang/test/Semantics/critical01.f90
    A flang/test/Semantics/critical02.f90
    A flang/test/Semantics/critical03.f90
    A flang/test/Semantics/critical04.f90
    A flang/test/Semantics/data01.f90
    A flang/test/Semantics/data02.f90
    A flang/test/Semantics/data03.f90
    A flang/test/Semantics/deallocate01.f90
    A flang/test/Semantics/deallocate04.f90
    A flang/test/Semantics/deallocate05.f90
    A flang/test/Semantics/doconcurrent01.f90
    A flang/test/Semantics/doconcurrent02.f90
    A flang/test/Semantics/doconcurrent03.f90
    A flang/test/Semantics/doconcurrent04.f90
    A flang/test/Semantics/doconcurrent05.f90
    A flang/test/Semantics/doconcurrent06.f90
    A flang/test/Semantics/doconcurrent07.f90
    A flang/test/Semantics/doconcurrent08.f90
    A flang/test/Semantics/dosemantics01.f90
    A flang/test/Semantics/dosemantics02.f90
    A flang/test/Semantics/dosemantics03.f90
    A flang/test/Semantics/dosemantics04.f90
    A flang/test/Semantics/dosemantics05.f90
    A flang/test/Semantics/dosemantics06.f90
    A flang/test/Semantics/dosemantics07.f90
    A flang/test/Semantics/dosemantics08.f90
    A flang/test/Semantics/dosemantics09.f90
    A flang/test/Semantics/dosemantics10.f90
    A flang/test/Semantics/dosemantics11.f90
    A flang/test/Semantics/dosemantics12.f90
    A flang/test/Semantics/empty.f90
    A flang/test/Semantics/entry01.f90
    A flang/test/Semantics/equivalence01.f90
    A flang/test/Semantics/expr-errors01.f90
    A flang/test/Semantics/expr-errors02.f90
    A flang/test/Semantics/forall01.f90
    A flang/test/Semantics/getdefinition01.f90
    A flang/test/Semantics/getdefinition02.f
    A flang/test/Semantics/getdefinition03-a.f90
    A flang/test/Semantics/getdefinition04.f90
    A flang/test/Semantics/getdefinition05.f90
    A flang/test/Semantics/getsymbols01.f90
    A flang/test/Semantics/getsymbols02.f90
    A flang/test/Semantics/getsymbols03-a.f90
    A flang/test/Semantics/getsymbols04.f90
    A flang/test/Semantics/getsymbols05.f90
    A flang/test/Semantics/if_arith01.f90
    A flang/test/Semantics/if_arith02.f90
    A flang/test/Semantics/if_arith03.f90
    A flang/test/Semantics/if_arith04.f90
    A flang/test/Semantics/if_construct01.f90
    A flang/test/Semantics/if_construct02.f90
    A flang/test/Semantics/if_stmt01.f90
    A flang/test/Semantics/if_stmt02.f90
    A flang/test/Semantics/if_stmt03.f90
    A flang/test/Semantics/implicit01.f90
    A flang/test/Semantics/implicit02.f90
    A flang/test/Semantics/implicit03.f90
    A flang/test/Semantics/implicit04.f90
    A flang/test/Semantics/implicit05.f90
    A flang/test/Semantics/implicit06.f90
    A flang/test/Semantics/implicit07.f90
    A flang/test/Semantics/implicit08.f90
    A flang/test/Semantics/init01.f90
    A flang/test/Semantics/int-literals.f90
    A flang/test/Semantics/io01.f90
    A flang/test/Semantics/io02.f90
    A flang/test/Semantics/io03.f90
    A flang/test/Semantics/io04.f90
    A flang/test/Semantics/io05.f90
    A flang/test/Semantics/io06.f90
    A flang/test/Semantics/io07.f90
    A flang/test/Semantics/io08.f90
    A flang/test/Semantics/io09.f90
    A flang/test/Semantics/io10.f90
    A flang/test/Semantics/kinds01.f90
    A flang/test/Semantics/kinds02.f90
    A flang/test/Semantics/kinds03.f90
    A flang/test/Semantics/kinds04.f90
    A flang/test/Semantics/label01.F90
    A flang/test/Semantics/label02.f90
    A flang/test/Semantics/label03.f90
    A flang/test/Semantics/label04.f90
    A flang/test/Semantics/label05.f90
    A flang/test/Semantics/label06.f90
    A flang/test/Semantics/label07.f90
    A flang/test/Semantics/label08.f90
    A flang/test/Semantics/label09.f90
    A flang/test/Semantics/label10.f90
    A flang/test/Semantics/label11.f90
    A flang/test/Semantics/label12.f90
    A flang/test/Semantics/label13.f90
    A flang/test/Semantics/label14.f90
    A flang/test/Semantics/misc-declarations.f90
    A flang/test/Semantics/missing_newline.f90
    A flang/test/Semantics/mod-file-rewriter.f90
    A flang/test/Semantics/modfile01.f90
    A flang/test/Semantics/modfile02.f90
    A flang/test/Semantics/modfile03.f90
    A flang/test/Semantics/modfile04.f90
    A flang/test/Semantics/modfile05.f90
    A flang/test/Semantics/modfile06.f90
    A flang/test/Semantics/modfile07.f90
    A flang/test/Semantics/modfile08.f90
    A flang/test/Semantics/modfile09.f90
    A flang/test/Semantics/modfile10.f90
    A flang/test/Semantics/modfile11.f90
    A flang/test/Semantics/modfile12.f90
    A flang/test/Semantics/modfile13.f90
    A flang/test/Semantics/modfile14.f90
    A flang/test/Semantics/modfile15.f90
    A flang/test/Semantics/modfile16.f90
    A flang/test/Semantics/modfile17.f90
    A flang/test/Semantics/modfile18.f90
    A flang/test/Semantics/modfile19.f90
    A flang/test/Semantics/modfile20.f90
    A flang/test/Semantics/modfile21.f90
    A flang/test/Semantics/modfile22.f90
    A flang/test/Semantics/modfile23.f90
    A flang/test/Semantics/modfile24.f90
    A flang/test/Semantics/modfile25.f90
    A flang/test/Semantics/modfile26.f90
    A flang/test/Semantics/modfile27.f90
    A flang/test/Semantics/modfile28.f90
    A flang/test/Semantics/modfile29.f90
    A flang/test/Semantics/modfile30.f90
    A flang/test/Semantics/modfile31.f90
    A flang/test/Semantics/modfile32.f90
    A flang/test/Semantics/modfile33.f90
    A flang/test/Semantics/modfile34.f90
    A flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/namelist01.f90
    A flang/test/Semantics/null01.f90
    A flang/test/Semantics/nullify01.f90
    A flang/test/Semantics/nullify02.f90
    A flang/test/Semantics/offsets01.f90
    A flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/omp-atomic.f90
    A flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/omp-combined-constructs.f90
    A flang/test/Semantics/omp-declarative-directive.f90
    A flang/test/Semantics/omp-device-constructs.f90
    A flang/test/Semantics/omp-loop-association.f90
    A flang/test/Semantics/omp-nested01.f90
    A flang/test/Semantics/omp-resolve01.f90
    A flang/test/Semantics/omp-resolve02.f90
    A flang/test/Semantics/omp-resolve03.f90
    A flang/test/Semantics/omp-resolve04.f90
    A flang/test/Semantics/omp-resolve05.f90
    A flang/test/Semantics/omp-symbol01.f90
    A flang/test/Semantics/omp-symbol02.f90
    A flang/test/Semantics/omp-symbol03.f90
    A flang/test/Semantics/omp-symbol04.f90
    A flang/test/Semantics/omp-symbol05.f90
    A flang/test/Semantics/omp-symbol06.f90
    A flang/test/Semantics/omp-symbol07.f90
    A flang/test/Semantics/omp-symbol08.f90
    A flang/test/Semantics/procinterface01.f90
    A flang/test/Semantics/resolve01.f90
    A flang/test/Semantics/resolve02.f90
    A flang/test/Semantics/resolve03.f90
    A flang/test/Semantics/resolve04.f90
    A flang/test/Semantics/resolve05.f90
    A flang/test/Semantics/resolve06.f90
    A flang/test/Semantics/resolve07.f90
    A flang/test/Semantics/resolve08.f90
    A flang/test/Semantics/resolve09.f90
    A flang/test/Semantics/resolve10.f90
    A flang/test/Semantics/resolve11.f90
    A flang/test/Semantics/resolve12.f90
    A flang/test/Semantics/resolve13.f90
    A flang/test/Semantics/resolve14.f90
    A flang/test/Semantics/resolve15.f90
    A flang/test/Semantics/resolve16.f90
    A flang/test/Semantics/resolve17.f90
    A flang/test/Semantics/resolve18.f90
    A flang/test/Semantics/resolve19.f90
    A flang/test/Semantics/resolve20.f90
    A flang/test/Semantics/resolve21.f90
    A flang/test/Semantics/resolve22.f90
    A flang/test/Semantics/resolve23.f90
    A flang/test/Semantics/resolve24.f90
    A flang/test/Semantics/resolve25.f90
    A flang/test/Semantics/resolve26.f90
    A flang/test/Semantics/resolve27.f90
    A flang/test/Semantics/resolve28.f90
    A flang/test/Semantics/resolve29.f90
    A flang/test/Semantics/resolve30.f90
    A flang/test/Semantics/resolve31.f90
    A flang/test/Semantics/resolve32.f90
    A flang/test/Semantics/resolve33.f90
    A flang/test/Semantics/resolve34.f90
    A flang/test/Semantics/resolve35.f90
    A flang/test/Semantics/resolve36.f90
    A flang/test/Semantics/resolve37.f90
    A flang/test/Semantics/resolve38.f90
    A flang/test/Semantics/resolve39.f90
    A flang/test/Semantics/resolve40.f90
    A flang/test/Semantics/resolve41.f90
    A flang/test/Semantics/resolve42.f90
    A flang/test/Semantics/resolve43.f90
    A flang/test/Semantics/resolve44.f90
    A flang/test/Semantics/resolve45.f90
    A flang/test/Semantics/resolve46.f90
    A flang/test/Semantics/resolve47.f90
    A flang/test/Semantics/resolve48.f90
    A flang/test/Semantics/resolve49.f90
    A flang/test/Semantics/resolve50.f90
    A flang/test/Semantics/resolve51.f90
    A flang/test/Semantics/resolve52.f90
    A flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve54.f90
    A flang/test/Semantics/resolve55.f90
    A flang/test/Semantics/resolve56.f90
    A flang/test/Semantics/resolve57.f90
    A flang/test/Semantics/resolve58.f90
    A flang/test/Semantics/resolve59.f90
    A flang/test/Semantics/resolve60.f90
    A flang/test/Semantics/resolve61.f90
    A flang/test/Semantics/resolve62.f90
    A flang/test/Semantics/resolve63.f90
    A flang/test/Semantics/resolve64.f90
    A flang/test/Semantics/resolve65.f90
    A flang/test/Semantics/resolve66.f90
    A flang/test/Semantics/resolve67.f90
    A flang/test/Semantics/resolve68.f90
    A flang/test/Semantics/resolve69.f90
    A flang/test/Semantics/resolve70.f90
    A flang/test/Semantics/resolve71.f90
    A flang/test/Semantics/resolve72.f90
    A flang/test/Semantics/resolve73.f90
    A flang/test/Semantics/resolve74.f90
    A flang/test/Semantics/resolve75.f90
    A flang/test/Semantics/resolve76.f90
    A flang/test/Semantics/resolve77.f90
    A flang/test/Semantics/resolve78.f90
    A flang/test/Semantics/resolve79.f90
    A flang/test/Semantics/resolve80.f90
    A flang/test/Semantics/resolve81.f90
    A flang/test/Semantics/resolve82.f90
    A flang/test/Semantics/resolve83.f90
    A flang/test/Semantics/resolve84.f90
    A flang/test/Semantics/resolve85.f90
    A flang/test/Semantics/resolve86.f90
    A flang/test/Semantics/resolve87.f90
    A flang/test/Semantics/resolve88.f90
    A flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/separate-mp01.f90
    A flang/test/Semantics/separate-mp02.f90
    A flang/test/Semantics/stop01.f90
    A flang/test/Semantics/structconst01.f90
    A flang/test/Semantics/structconst02.f90
    A flang/test/Semantics/structconst03.f90
    A flang/test/Semantics/structconst04.f90
    A flang/test/Semantics/symbol01.f90
    A flang/test/Semantics/symbol02.f90
    A flang/test/Semantics/symbol03.f90
    A flang/test/Semantics/symbol05.f90
    A flang/test/Semantics/symbol06.f90
    A flang/test/Semantics/symbol07.f90
    A flang/test/Semantics/symbol08.f90
    A flang/test/Semantics/symbol09.f90
    A flang/test/Semantics/symbol10.f90
    A flang/test/Semantics/symbol11.f90
    A flang/test/Semantics/symbol12.f90
    A flang/test/Semantics/symbol13.f90
    A flang/test/Semantics/symbol14.f90
    A flang/test/Semantics/symbol15.f90
    A flang/test/Semantics/symbol16.f90
    A flang/test/Semantics/symbol17.f90
    A flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh.in
    A flang/test/Semantics/test_modfile.sh
    A flang/test/Semantics/test_symbols.sh
    A flang/test/lit.cfg.py
    A flang/test/lit.site.cfg.py.in
    A flang/tools/CMakeLists.txt
    A flang/tools/bbc/.clang-format
    A flang/tools/f18-parse-demo/CMakeLists.txt
    A flang/tools/f18-parse-demo/f18-parse-demo.cpp
    A flang/tools/f18-parse-demo/stub-evaluate.cpp
    A flang/tools/f18/CMakeLists.txt
    A flang/tools/f18/dump.cpp
    A flang/tools/f18/f18.cpp
    A flang/tools/f18/flang.sh.in
    A flang/tools/tco/.clang-format
    A flang/tools/tco/CMakeLists.txt
    A flang/tools/tco/tco.cpp
    A flang/unittests/CMakeLists.txt
    A flang/unittests/Decimal/CMakeLists.txt
    A flang/unittests/Decimal/quick-sanity-test.cpp
    A flang/unittests/Decimal/thorough-test.cpp
    A flang/unittests/Evaluate/CMakeLists.txt
    A flang/unittests/Evaluate/ISO-Fortran-binding.cpp
    A flang/unittests/Evaluate/bit-population-count.cpp
    A flang/unittests/Evaluate/expression.cpp
    A flang/unittests/Evaluate/folding.cpp
    A flang/unittests/Evaluate/fp-testing.cpp
    A flang/unittests/Evaluate/fp-testing.h
    A flang/unittests/Evaluate/integer.cpp
    A flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Evaluate/leading-zero-bit-count.cpp
    A flang/unittests/Evaluate/logical.cpp
    A flang/unittests/Evaluate/real.cpp
    A flang/unittests/Evaluate/reshape.cpp
    A flang/unittests/Evaluate/testing.cpp
    A flang/unittests/Evaluate/testing.h
    A flang/unittests/Evaluate/uint128.cpp
    A flang/unittests/Runtime/CMakeLists.txt
    A flang/unittests/Runtime/character.cpp
    A flang/unittests/Runtime/external-hello.cpp
    A flang/unittests/Runtime/format.cpp
    A flang/unittests/Runtime/hello.cpp
    A flang/unittests/Runtime/list-input.cpp
    A flang/unittests/Runtime/testing.cpp
    A flang/unittests/Runtime/testing.h
    R libc/AOR_v20.02/math/cosf.c
    R libc/AOR_v20.02/math/sincosf.c
    R libc/AOR_v20.02/math/sincosf.h
    R libc/AOR_v20.02/math/sincosf_data.c
    R libc/AOR_v20.02/math/sinf.c
    M libc/AOR_v20.02/math/test/runulp.sh
    R libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    M libc/AOR_v20.02/math/test/testcases/random/float.tst
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCHeaderRules.cmake
    A libc/cmake/modules/LLVMLibCLibraryRules.cmake
    A libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/LLVMLibCTargetNameUtils.cmake
    A libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/config/linux/errno.h.in
    M libc/config/linux/signal.h.in
    M libc/config/linux/threads.h.in
    M libc/fuzzing/string/CMakeLists.txt
    M libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    A libc/include/__llvm-libc-stdc-types.h
    M libc/include/__posix-types.h
    M libc/include/assert.h.def
    M libc/include/ctype.h
    M libc/include/errno.h.def
    M libc/include/math.h.def
    M libc/include/signal.h.def
    A libc/include/stdio.h.def
    M libc/include/stdlib.h.def
    M libc/include/string.h.def
    M libc/include/sys/mman.h.def
    M libc/include/sys/syscall.h.def
    M libc/include/threads.h.def
    A libc/include/unistd.h.def
    M libc/lib/CMakeLists.txt
    M libc/loader/linux/CMakeLists.txt
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/common.h.def
    M libc/src/assert/CMakeLists.txt
    M libc/src/assert/__assert_fail.cpp
    M libc/src/assert/assert.h
    M libc/src/errno/errno_location.cpp
    M libc/src/errno/llvmlibc_errno.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/cosf.cpp
    A libc/src/math/cosf.h
    A libc/src/math/math_utils.h
    M libc/src/math/round.cpp
    M libc/src/math/round.h
    M libc/src/math/round_redirector.cpp
    A libc/src/math/sincosf.cpp
    A libc/src/math/sincosf.h
    A libc/src/math/sincosf_data.cpp
    A libc/src/math/sincosf_utils.h
    A libc/src/math/sinf.cpp
    A libc/src/math/sinf.h
    M libc/src/signal/CMakeLists.txt
    M libc/src/signal/linux/CMakeLists.txt
    M libc/src/signal/linux/__restore.cpp
    M libc/src/signal/linux/raise.cpp
    M libc/src/signal/linux/sigaction.cpp
    M libc/src/signal/linux/sigaddset.cpp
    M libc/src/signal/linux/sigdelset.cpp
    M libc/src/signal/linux/sigemptyset.cpp
    M libc/src/signal/linux/sigfillset.cpp
    M libc/src/signal/linux/signal.cpp
    M libc/src/signal/linux/signal.h
    M libc/src/signal/linux/sigprocmask.cpp
    M libc/src/signal/raise.h
    M libc/src/signal/sigaction.h
    M libc/src/signal/sigaddset.h
    M libc/src/signal/sigdelset.h
    M libc/src/signal/sigemptyset.h
    M libc/src/signal/sigfillset.h
    M libc/src/signal/signal.h
    M libc/src/signal/sigprocmask.h
    A libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/FILE.h
    A libc/src/stdio/fwrite.cpp
    A libc/src/stdio/fwrite.h
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/stdlib/_Exit.h
    M libc/src/stdlib/abort.cpp
    M libc/src/stdlib/abort.h
    M libc/src/stdlib/linux/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/cacheline_size.h.def
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h
    M libc/src/string/strlen.cpp
    M libc/src/string/strlen.h
    M libc/src/sys/mman/CMakeLists.txt
    M libc/src/sys/mman/linux/CMakeLists.txt
    M libc/src/sys/mman/mmap.h
    M libc/src/sys/mman/munmap.h
    M libc/src/threads/CMakeLists.txt
    M libc/src/threads/linux/CMakeLists.txt
    M libc/src/threads/linux/mtx_init.cpp
    M libc/src/threads/linux/mtx_lock.cpp
    M libc/src/threads/linux/mtx_unlock.cpp
    M libc/src/threads/linux/thrd_create.cpp
    M libc/src/threads/linux/thrd_join.cpp
    M libc/src/threads/linux/thread_start_args.h.def
    M libc/src/threads/linux/x86_64/thread_start_args.h.in
    M libc/src/threads/mtx_init.h
    M libc/src/threads/mtx_lock.h
    M libc/src/threads/mtx_unlock.h
    M libc/src/threads/thrd_create.h
    M libc/src/threads/thrd_join.h
    A libc/src/unistd/CMakeLists.txt
    A libc/src/unistd/linux/CMakeLists.txt
    A libc/src/unistd/linux/write.cpp
    A libc/src/unistd/write.h
    M libc/test/config/linux/x86_64/CMakeLists.txt
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    M libc/test/loader/linux/args_test.cpp
    M libc/test/loader/linux/main_without_args.cpp
    M libc/test/loader/linux/main_without_envp.cpp
    M libc/test/src/CMakeLists.txt
    M libc/test/src/assert/CMakeLists.txt
    M libc/test/src/assert/assert_test.cpp
    M libc/test/src/errno/CMakeLists.txt
    M libc/test/src/errno/errno_test.cpp
    A libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/cosf_test.cpp
    A libc/test/src/math/float.h
    A libc/test/src/math/sdcomp26094.h
    A libc/test/src/math/sincosf_test.cpp
    A libc/test/src/math/sinf_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    M libc/test/src/signal/raise_test.cpp
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigfillset_test.cpp
    M libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    A libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/fwrite_test.cpp
    M libc/test/src/stdlib/CMakeLists.txt
    M libc/test/src/stdlib/_Exit_test.cpp
    M libc/test/src/stdlib/abort_test.cpp
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/memory_utils/CMakeLists.txt
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/test/src/string/strcat_test.cpp
    M libc/test/src/string/strcpy_test.cpp
    M libc/test/src/string/strlen_test.cpp
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    M libc/test/src/threads/mtx_test.cpp
    M libc/test/src/threads/thrd_test.cpp
    A libc/test/src/unistd/CMakeLists.txt
    A libc/test/src/unistd/write_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/Array.h
    M libc/utils/CPP/ArrayRef.h
    M libc/utils/CPP/CMakeLists.txt
    A libc/utils/CPP/Functional.h
    M libc/utils/CPP/StringRef.h
    M libc/utils/CPP/TypeTraits.h
    M libc/utils/HdrGen/Command.cpp
    M libc/utils/HdrGen/Command.h
    M libc/utils/HdrGen/Generator.cpp
    M libc/utils/HdrGen/Generator.h
    M libc/utils/HdrGen/IncludeFileCommand.cpp
    M libc/utils/HdrGen/IncludeFileCommand.h
    M libc/utils/HdrGen/Main.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/MPFRWrapper/CMakeLists.txt
    A libc/utils/MPFRWrapper/MPFRUtils.cpp
    A libc/utils/MPFRWrapper/MPFRUtils.h
    A libc/utils/MPFRWrapper/check_mpfr.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    M libc/utils/benchmarks/CMakeLists.txt
    M libc/utils/benchmarks/JSON.cpp
    M libc/utils/benchmarks/JSON.h
    M libc/utils/benchmarks/JSONTest.cpp
    M libc/utils/benchmarks/LibcBenchmark.cpp
    M libc/utils/benchmarks/LibcBenchmark.h
    M libc/utils/benchmarks/LibcBenchmarkTest.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmark.h
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    M libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    M libc/utils/benchmarks/Memcmp.cpp
    M libc/utils/benchmarks/Memcpy.cpp
    M libc/utils/benchmarks/Memset.cpp
    M libc/utils/testutils/CMakeLists.txt
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    A libc/utils/testutils/FDReader.h
    A libc/utils/testutils/FDReaderUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libc/utils/testutils/StreamWrapper.h
    M libclc/CMakeLists.txt
    M libclc/cmake/CMakeCLCInformation.cmake
    M libclc/cmake/CMakeLLAsmInformation.cmake
    M libclc/cmake/CMakeTestCLCCompiler.cmake
    M libclc/cmake/CMakeTestLLAsmCompiler.cmake
    M libcxx/CMakeLists.txt
    M libcxx/CREDITS.TXT
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__string
    M libcxx/include/array
    A libcxx/include/concepts
    M libcxx/include/cstdio
    M libcxx/include/deque
    M libcxx/include/forward_list
    M libcxx/include/functional
    M libcxx/include/list
    M libcxx/include/map
    M libcxx/include/module.modulemap
    M libcxx/include/regex
    M libcxx/include/set
    M libcxx/include/string
    M libcxx/include/type_traits
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/lib/abi/CMakeLists.txt
    A libcxx/lib/libc++abi-exceptions.exp
    A libcxx/lib/libc++abi-exceptions.sjlj.exp
    M libcxx/lib/libc++abi.v1.exp
    M libcxx/lib/libc++abi.v2.exp
    R libcxx/lib/libc++sjlj-abi.v1.exp
    R libcxx/lib/libc++sjlj-abi.v2.exp
    M libcxx/src/CMakeLists.txt
    M libcxx/src/chrono.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp
    R libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.fail.cpp
    A libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.verify.cpp
    M libcxx/test/libcxx/algorithms/debug_less.pass.cpp
    M libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    R libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.fail.cpp
    A libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
    A libcxx/test/libcxx/atomics/libcpp-has-no-threads.compile.fail.cpp
    R libcxx/test/libcxx/atomics/libcpp-has-no-threads.fail.cpp
    M libcxx/test/libcxx/atomics/libcpp-has-no-threads.pass.cpp
    M libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp
    M libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp
    R libcxx/test/libcxx/containers/associative/non_const_comparator.fail.cpp
    A libcxx/test/libcxx/containers/associative/non_const_comparator.incomplete.verify.cpp
    R libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp
    A libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/associative/undef_min_max.pass.cpp
    M libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp
    M libcxx/test/libcxx/containers/gnu_cxx/hash_map_name_lookup.pass.cpp
    M libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp
    M libcxx/test/libcxx/containers/gnu_cxx/hash_set_name_lookup.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_copy.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_size_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/pop_back_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/asan_throw.pass.cpp
    R libcxx/test/libcxx/containers/unord/non_const_comparator.fail.cpp
    A libcxx/test/libcxx/containers/unord/non_const_comparator.incomplete.verify.cpp
    R libcxx/test/libcxx/containers/unord/non_const_comparator.pass.cpp
    A libcxx/test/libcxx/containers/unord/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.abort.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.const.abort.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_abort.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/debug/debug_register.pass.cpp
    R libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp
    A libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.verify.cpp
    A libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp
    R libcxx/test/libcxx/depr/depr.c.headers/math_h.sh.cpp
    A libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.verify.cpp
    A libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
    A libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.verify.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.verify.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    R libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp
    A libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.verify.cpp
    R libcxx/test/libcxx/diagnostics/enable_nodiscard.fail.cpp
    A libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
    R libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
    A libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
    R libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp
    A libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
    R libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.fail.cpp
    A libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    R libcxx/test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
    A libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    R libcxx/test/libcxx/experimental/filesystem/deprecated.fail.cpp
    A libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
    A libcxx/test/libcxx/extensions/hash/specializations.compile.fail.cpp
    R libcxx/test/libcxx/extensions/hash/specializations.fail.cpp
    A libcxx/test/libcxx/extensions/hash_map/const_iterator.compile.fail.cpp
    R libcxx/test/libcxx/extensions/hash_map/const_iterator.fail.cpp
    A libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.compile.fail.cpp
    R libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp
    A libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.compile.fail.cpp
    R libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp
    M libcxx/test/libcxx/input.output/iostreams.base/ios/iostate.flags/clear.abort.pass.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp
    M libcxx/test/libcxx/localization/locales/locale.abort.pass.cpp
    M libcxx/test/libcxx/localization/locales/locale.category.abort.pass.cpp
    M libcxx/test/libcxx/localization/locales/use_facet.abort.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    A libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    R libcxx/test/libcxx/min_max_macros.sh.cpp
    A libcxx/test/libcxx/modules/cinttypes_exports.compile.pass.cpp
    R libcxx/test/libcxx/modules/cinttypes_exports.sh.cpp
    A libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    R libcxx/test/libcxx/modules/clocale_exports.sh.cpp
    A libcxx/test/libcxx/modules/cstdint_exports.compile.pass.cpp
    R libcxx/test/libcxx/modules/cstdint_exports.sh.cpp
    A libcxx/test/libcxx/modules/inttypes_h_exports.compile.pass.cpp
    R libcxx/test/libcxx/modules/inttypes_h_exports.sh.cpp
    A libcxx/test/libcxx/modules/stdint_h_exports.compile.pass.cpp
    R libcxx/test/libcxx/modules/stdint_h_exports.sh.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    A libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    R libcxx/test/libcxx/no_assert_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
    A libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    A libcxx/test/libcxx/selftest/dsl/lit.local.cfg
    M libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-error.compile.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/wrong-expected.compile.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/convenience_substitutions/build_run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-error-with-verify.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-error-without-verify.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-failure.fail.cpp
    M libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-success.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/lit.local.cfg
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics-unmarked.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/right-diagnostic.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/wrong-diagnostic.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/wrong-expected.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.mm/compile-error-with-verify.fail.mm
    R libcxx/test/libcxx/selftest/newformat/fail.mm/compile-error-without-verify.fail.mm
    R libcxx/test/libcxx/selftest/newformat/fail.mm/compile-success.fail.mm
    R libcxx/test/libcxx/selftest/newformat/fail.mm/wrong-expected.fail.cpp
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/remote-substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/remote-substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/shell-escape.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics-unmarked.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/no-werror.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/right-diagnostic.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/wrong-diagnostic.verify.cpp
    R libcxx/test/libcxx/selftest/test.arc.fail.mm
    R libcxx/test/libcxx/selftest/test.fail.cpp
    R libcxx/test/libcxx/selftest/test.fail.mm
    M libcxx/test/libcxx/strings/iterators.exceptions.pass.cpp
    R libcxx/test/libcxx/thread/atomic.availability.fail.cpp
    A libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    R libcxx/test/libcxx/thread/barrier.availability.fail.cpp
    A libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    R libcxx/test/libcxx/thread/latch.availability.fail.cpp
    A libcxx/test/libcxx/thread/latch.availability.verify.cpp
    R libcxx/test/libcxx/thread/semaphore.availability.fail.cpp
    A libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    R libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
    A libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.verify.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    M libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    R libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp
    A libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.compile.fail.cpp
    R libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.fail.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
    A libcxx/test/libcxx/utilities/time/date.time/asctime.thread-unsafe.compile.fail.cpp
    R libcxx/test/libcxx/utilities/time/date.time/asctime.thread-unsafe.fail.cpp
    A libcxx/test/libcxx/utilities/time/date.time/ctime.thread-unsafe.compile.fail.cpp
    R libcxx/test/libcxx/utilities/time/date.time/ctime.thread-unsafe.fail.cpp
    A libcxx/test/libcxx/utilities/time/date.time/gmtime.thread-unsafe.compile.fail.cpp
    R libcxx/test/libcxx/utilities/time/date.time/gmtime.thread-unsafe.fail.cpp
    A libcxx/test/libcxx/utilities/time/date.time/localtime.thread-unsafe.compile.fail.cpp
    R libcxx/test/libcxx/utilities/time/date.time/localtime.thread-unsafe.fail.cpp
    A libcxx/test/std/atomics/atomics.flag/copy_assign.compile.fail.cpp
    R libcxx/test/std/atomics/atomics.flag/copy_assign.fail.cpp
    A libcxx/test/std/atomics/atomics.flag/copy_ctor.compile.fail.cpp
    R libcxx/test/std/atomics/atomics.flag/copy_ctor.fail.cpp
    A libcxx/test/std/atomics/atomics.flag/copy_volatile_assign.compile.fail.cpp
    R libcxx/test/std/atomics/atomics.flag/copy_volatile_assign.fail.cpp
    A libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.compile.fail.cpp
    R libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.fail.cpp
    M libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ctor.pass.cpp
    A libcxx/test/std/concepts/lang/same_as.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    A libcxx/test/std/containers/associative/map/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/associative/map/map.access/empty.fail.cpp
    A libcxx/test/std/containers/associative/map/map.access/empty.verify.cpp
    A libcxx/test/std/containers/associative/map/map.cons/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/map/map.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    A libcxx/test/std/containers/associative/map/map.ops/count1.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/count1.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/count2.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/count2.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/count3.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/count3.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/equal_range1.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/equal_range1.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/equal_range2.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/equal_range2.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/equal_range3.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/equal_range3.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/find1.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/find1.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/find2.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/find2.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/find3.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/find3.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/lower_bound1.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/lower_bound1.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/lower_bound2.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/lower_bound2.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/lower_bound3.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/lower_bound3.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/upper_bound1.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/upper_bound1.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/upper_bound2.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/upper_bound2.fail.cpp
    A libcxx/test/std/containers/associative/map/map.ops/upper_bound3.compile.fail.cpp
    R libcxx/test/std/containers/associative/map/map.ops/upper_bound3.fail.cpp
    A libcxx/test/std/containers/associative/multimap/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/associative/multimap/empty.fail.cpp
    A libcxx/test/std/containers/associative/multimap/empty.verify.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.cons/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/count1.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/count1.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/count2.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/count2.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/count3.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/count3.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range1.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range1.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range2.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range2.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range3.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range3.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/find1.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/find1.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/find2.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/find2.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/find3.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound1.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound1.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound2.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound2.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound3.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound1.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound1.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound2.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound2.fail.cpp
    A libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound3.compile.fail.cpp
    R libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound3.fail.cpp
    A libcxx/test/std/containers/associative/multiset/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/associative/multiset/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/associative/multiset/empty.fail.cpp
    A libcxx/test/std/containers/associative/multiset/empty.verify.cpp
    A libcxx/test/std/containers/associative/multiset/multiset.cons/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/associative/multiset/multiset.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    A libcxx/test/std/containers/associative/set/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/associative/set/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/associative/set/empty.fail.cpp
    A libcxx/test/std/containers/associative/set/empty.verify.cpp
    A libcxx/test/std/containers/associative/set/set.cons/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/associative/set/set.cons/compare_copy_constructible.fail.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    R libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.fail.cpp
    A libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.verify.cpp
    A libcxx/test/std/containers/container.adaptors/priority.queue/types.compile.fail.cpp
    R libcxx/test/std/containers/container.adaptors/priority.queue/types.fail.cpp
    R libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.fail.cpp
    A libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.verify.cpp
    A libcxx/test/std/containers/container.adaptors/queue/queue.defn/types.compile.fail.cpp
    R libcxx/test/std/containers/container.adaptors/queue/queue.defn/types.fail.cpp
    R libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.fail.cpp
    A libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.verify.cpp
    A libcxx/test/std/containers/container.adaptors/stack/stack.defn/types.compile.fail.cpp
    R libcxx/test/std/containers/container.adaptors/stack/stack.defn/types.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    R libcxx/test/std/containers/sequences/array/empty.fail.cpp
    A libcxx/test/std/containers/sequences/array/empty.verify.cpp
    A libcxx/test/std/containers/sequences/deque/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/sequences/deque/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/sequences/deque/deque.capacity/empty.fail.cpp
    A libcxx/test/std/containers/sequences/deque/deque.capacity/empty.verify.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/deque/deque.modifiers/push_back_exception_safety.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/push_front_exception_safety.pass.cpp
    A libcxx/test/std/containers/sequences/forwardlist/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/sequences/forwardlist/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/sequences/forwardlist/empty.fail.cpp
    A libcxx/test/std/containers/sequences/forwardlist/empty.verify.cpp
    A libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/alloc.compile.fail.cpp
    R libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/alloc.fail.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/forwardlist/forwardlist.modifiers/push_front_exception_safety.pass.cpp
    A libcxx/test/std/containers/sequences/list/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/sequences/list/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/sequences/list/list.capacity/empty.fail.cpp
    A libcxx/test/std/containers/sequences/list/list.capacity/empty.verify.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/list/list.modifiers/push_back_exception_safety.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/push_front_exception_safety.pass.cpp
    R libcxx/test/std/containers/sequences/vector.bool/empty.fail.cpp
    A libcxx/test/std/containers/sequences/vector.bool/empty.verify.cpp
    A libcxx/test/std/containers/sequences/vector/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/sequences/vector/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/sequences/vector/vector.capacity/empty.fail.cpp
    A libcxx/test/std/containers/sequences/vector/vector.capacity/empty.verify.cpp
    R libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.fail.cpp
    A libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.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
    A libcxx/test/std/containers/unord/unord.map/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.map/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/unord/unord.map/empty.fail.cpp
    A libcxx/test/std/containers/unord/unord.map/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    A libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/size.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/size.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/empty.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    A libcxx/test/std/containers/unord/unord.multimap/iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/local_iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/local_iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/empty.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    A libcxx/test/std/containers/unord/unord.multiset/iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/local_iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/local_iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/compare_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/hash_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/hash_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/allocator_mismatch.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/allocator_mismatch.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/empty.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    A libcxx/test/std/containers/unord/unord.set/iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/local_iterators.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/local_iterators.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/compare_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/compare_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/hash_copy_constructible.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/hash_copy_constructible.fail.cpp
    A libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/size.compile.fail.cpp
    R libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/size.fail.cpp
    A libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.compile.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.fail.cpp
    A libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.compile.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.fail.cpp
    A libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.compile.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.fail.cpp
    A libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.compile.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.fail.cpp
    A libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/explicit.compile.fail.cpp
    R libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/explicit.fail.cpp
    R libcxx/test/std/depr/depr.c.headers/stdint_h.sh.cpp
    M libcxx/test/std/depr/depr.c.headers/stdio_h.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.fail.cpp
    A libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.compile.fail.cpp
    R libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.fail.cpp
    R libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.fail.cpp
    A libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.verify.cpp
    R libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.fail.cpp
    A libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.verify.cpp
    R libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.fail.cpp
    A libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.verify.cpp
    R libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.fail.cpp
    A libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
    A libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.compile.fail.cpp
    R libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_allocate_and_deallocate.pass.cpp
    M libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
    A libcxx/test/std/input.output/file.streams/c.files/gets.compile.fail.cpp
    R libcxx/test/std/input.output/file.streams/c.files/gets.fail.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default_const.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp

  Log Message:
  -----------
  Merge community branch 'master' into htc/master

The following TriCore specific files needed to be
touched due to changes in the upstream master:

TriCoreAsmBackend.cpp: 8bb059ab6379a7830620b9e240b817c070b35034

The following community files with TriCore specific
implementations needed to be touched due to changes
in the upstream master:

TargetInfo.cpp: e0c356582d2fc32ac3f70580b07bcf809d46a0b8

A use-after-free bug was revealed in the following
file and was fixed:

TriCore.cpp: e5e10b526f2fca057478685777c456e0d2cb7782

The following TriCore specific tests started failing
and require follow-up fixes. These fixes are already
WIP. The failing tests were extracted to XFAIL tests:

legalize-extract.mir: e5d666d76837f7b808452b24dce646bf18ee6e40
legalize-insert.mir:  e5d666d76837f7b808452b24dce646bf18ee6e40

The following tests were affected by changes in the
upstream master and required updating their CHECK
lines:

legalize-load-store.mir:         e5d666d76837f7b808452b24dce646bf18ee6e40
legalize-urem.mir:               e5d666d76837f7b808452b24dce646bf18ee6e40
xfail-legalize-merge-values.mir: e5d666d76837f7b808452b24dce646bf18ee6e40


  Commit: e774a33a559a759f6b40a111bf13256105a0b2a2
      https://github.com/llvm/llvm-project/commit/e774a33a559a759f6b40a111bf13256105a0b2a2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/test/Other/opt-O2-pipeline.ll
    M llvm/test/Other/opt-O3-pipeline.ll
    M llvm/test/Other/opt-Os-pipeline.ll

  Log Message:
  -----------
  Revert "[DPWBS-1450] fix(PassManager): disable DivRemPairsPass until freeze is supported in GlobalISel"

This reverts commit cadf2f6099966e3799fb25c9d3820876fe641409.


  Commit: 4c88abec0f2d2614b4bd62222bbbaf679f168395
      https://github.com/llvm/llvm-project/commit/4c88abec0f2d2614b4bd62222bbbaf679f168395
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-freeze.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-freeze.mir

  Log Message:
  -----------
  [DPWBS-1485] feat(Legalizer): add legalization support for G_FREEZE

G_FREEZE follows the same legalization rules as G_IMPLICIT_DEF.


  Commit: d20557c7eaad02732bfd34a80199f235da6d2045
      https://github.com/llvm/llvm-project/commit/d20557c7eaad02732bfd34a80199f235da6d2045
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-freeze.mir

  Log Message:
  -----------
  [DPWBS-1485] test(RegBankSelect): add regbankselect test for G_FREEZE


  Commit: 7541ccb92a667540030b1a497b7c66f6557ed154
      https://github.com/llvm/llvm-project/commit/7541ccb92a667540030b1a497b7c66f6557ed154
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-freeze.mir

  Log Message:
  -----------
  [DPWBS-1485] feat(InstructionSelector): select G_FREEZE to COPY

Select G_FREEZE to COPY as there is no FREEZE MIR instruction.
This matches the behavior in SelectionDAG and other backends.

add selection tests


  Commit: 1149bdd429bbd9c8e8eab1b373bd44d57fc3c92b
      https://github.com/llvm/llvm-project/commit/1149bdd429bbd9c8e8eab1b373bd44d57fc3c92b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-mul.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sub.mir

  Log Message:
  -----------
  [DPWBS-1131] test(Legalizer): re-generate checks for add, sub, mul tests


  Commit: 2840fe5b551850420c4f2f3aa85745466ed0bccb
      https://github.com/llvm/llvm-project/commit/2840fe5b551850420c4f2f3aa85745466ed0bccb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-mul.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sub.mir

  Log Message:
  -----------
  [DPWBS-1131] fix(Legalizer): add workaround for narrowing uneven shift/mul/add/sub

This is a temporary workaround for the SuperTest failure caused by trying to narrow
an uneven shift. Also fix potential issue for uneven mul, add and sub.

update impacted tests


  Commit: a1869051deb65df8b7d1466e5044e145fcb91a77
      https://github.com/llvm/llvm-project/commit/a1869051deb65df8b7d1466e5044e145fcb91a77
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/test/Preprocessor/tricore-defines.c

  Log Message:
  -----------
  [DPWBS-1446] feat(TriCore): add HighTec specific vendor defines

Define __HIGHTEC__ macro as vendor identification.

This macro is needed to build libcxx with HighTec modifications.


  Commit: 3b29f1124447d78aeeae8021f8733f94772a4b22
      https://github.com/llvm/llvm-project/commit/3b29f1124447d78aeeae8021f8733f94772a4b22
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    M llvm/test/MC/TriCore/conditional-arithmetic-instructions-valid.s
    M llvm/test/MC/TriCore/min-max-sature.s
    M llvm/test/MC/TriCore/multiply-and-multiply-add-valid.s
    M llvm/test/MC/TriCore/tc161-valid.s

  Log Message:
  -----------
  [DPWBS-1114] Adding missing code16 and code32 directives to test files and fixing naming of MOVs.


  Commit: 316fc8be87d4cf30a360708cff40f3c5f34bd8a4
      https://github.com/llvm/llvm-project/commit/316fc8be87d4cf30a360708cff40f3c5f34bd8a4
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreInstrCompression.h
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    A llvm/lib/Target/TriCore/TriCoreInstrCompressPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/test/CodeGen/TriCore/HDP-1144-01.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-02.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-03.ll
    M llvm/test/CodeGen/TriCore/HDP-1144-04.ll
    M llvm/test/CodeGen/TriCore/frame-info.ll
    M llvm/test/CodeGen/TriCore/lower-external-symbol.mir
    M llvm/test/CodeGen/TriCore/lower-global-value.mir
    A llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x-compressed.mir
    M llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x.mir
    M llvm/test/CodeGen/TriCore/lower-jump-table.mir
    A llvm/test/MC/TriCore/compressed-instruction-valid.s
    M llvm/utils/TableGen/RISCVCompressInstEmitter.cpp

  Log Message:
  -----------
  [DPWBS-1114] Adapt instruction compression backend for Tricore

Modifyied RISC-V backend to accept T16 also. Added command line option to be able to
turn off the compression. Added the patterns. Added custom code to handle those
instructions which could not be handled by the compression backend. Added test cases.


  Commit: 365c6d4f26332c19d66f95d283945e770a6f85f9
      https://github.com/llvm/llvm-project/commit/365c6d4f26332c19d66f95d283945e770a6f85f9
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    A llvm/test/CodeGen/TriCore/trivial-compressions.mir

  Log Message:
  -----------
  [DPWBS-1114] Fixing bug with uimm4_lsb00 and adding mir tests for trivial compression patterns


  Commit: e6b3d418ae56e80eaace5effe6c53da7fd904e2a
      https://github.com/llvm/llvm-project/commit/e6b3d418ae56e80eaace5effe6c53da7fd904e2a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-05-19 (Tue, 19 May 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
    M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/index/Ref.cpp
    M clang-tools-extra/clangd/index/Ref.h
    M clang-tools-extra/clangd/index/SymbolLocation.cpp
    M clang-tools-extra/clangd/index/SymbolLocation.h
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.h
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/test/Inputs/requests.json
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    A clang-tools-extra/clangd/unittests/CompilerTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-str34-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/test/CMakeLists.txt
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-str34-c.cpp
    M clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/basic.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/docs/tools/dump_format_style.py
    M clang/examples/Attribute/CMakeLists.txt
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Expr.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/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    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/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.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/MicrosoftMangle.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/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/ARC.h
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Lanai.h
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/PNaCl.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/XCore.h
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CodeGenABITypes.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
    M clang/lib/Headers/CMakeLists.txt
    A clang/lib/Headers/cet.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaConcept.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/SemaExpr.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAsm.cpp
    M clang/lib/Sema/SemaTemplate.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/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/placement-new.cpp
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr19xx.cpp
    M clang/test/CXX/drs/dr21xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.general/p8-0x.cpp
    M clang/test/CXX/expr/p10-0x.cpp
    M clang/test/CodeCompletion/member-access.cpp
    M clang/test/CodeGen/aarch64-neon-fp16fml.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_xar.c
    M clang/test/CodeGen/arm-cmse-nonsecure.c
    M clang/test/CodeGen/arm-cmse-secure.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    A clang/test/CodeGen/asm-cet.S
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/big-atomic-ops.c
    A clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    M clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector3.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/code-coverage.c
    A clang/test/CodeGen/debug-info-matrix-types.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/delete-null-pointer-checks.c
    M clang/test/CodeGen/ext-int-cc.c
    M clang/test/CodeGen/ext-int-sanitizer.cpp
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-reassoc-pragma.cpp
    A clang/test/CodeGen/matrix-type.c
    M clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/unique-internal-linkage-names.cpp
    M clang/test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
    A clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCXX/debug-info-codeview-display-name.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    A clang/test/CodeGenOpenCLCXX/addrspace_cast.cl
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/hip.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ockl.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1010.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1011.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1012.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_803.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_900.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ocml.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/opencl.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/O.c
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aix-constructor-alias.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/coverage-ld.c
    M clang/test/Driver/coverage.c
    R clang/test/Driver/coverage_no_integrated_as.c
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    M clang/test/Driver/darwin-header-search-system.cpp
    M clang/test/Driver/darwin-objc-options.m
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuchsia.c
    A clang/test/Driver/funique-internal-linkage-names.c
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/lto.c
    M clang/test/Driver/mingw-sysroot.cpp
    A clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-device-libs.cl
    M clang/test/Driver/rocm-not-found.cl
    A clang/test/Driver/version.c
    M clang/test/Driver/x86-target-features.c
    A clang/test/Frontend/verify-any-file.c
    A clang/test/Frontend/verify-any-file.h
    A clang/test/Index/cxx.cl
    M clang/test/Index/getcursor-recovery.cpp
    M clang/test/Lexer/case-insensitive-include-pr31836.sh
    A clang/test/Lexer/case-insensitive-include-win.c
    A clang/test/Lexer/has_feature_speculative_load_hardening.cpp
    M clang/test/Misc/warning-flags.c
    M clang/test/OpenMP/allocate_allocator_ast_print.cpp
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_messages.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_ast_print.cpp
    M clang/test/OpenMP/target_parallel_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_private_messages.cpp
    M clang/test/OpenMP/target_parallel_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_reduction_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_linear_messages.cpp
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_private_messages.cpp
    M clang/test/OpenMP/target_teams_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_uses_allocators_messages.cpp
    M clang/test/OpenMP/task_firstprivate_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/task_private_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/PCH/chain-openmp-allocate.cpp
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/c1x-generic-selection.c
    M clang/test/Parser/cxx0x-ambig.cpp
    M clang/test/Parser/cxx0x-decl.cpp
    A clang/test/Parser/cxx98-enum.cpp
    M clang/test/Parser/fp-floatcontrol-syntax.cpp
    A clang/test/Parser/matrix-type-disabled.c
    M clang/test/Parser/max-tokens.cpp
    A clang/test/Parser/objcxx-enum.mm
    M clang/test/Parser/pragma-fp-contract.c
    M clang/test/Parser/pragma-fp.cpp
    A clang/test/Preprocessor/Inputs/include-file-test/file_test.h
    M clang/test/Preprocessor/file_test.c
    R clang/test/Preprocessor/file_test.h
    A clang/test/Preprocessor/file_test_windows.c
    M clang/test/Sema/array-init.c
    A clang/test/Sema/builtin-bpf-btf-type-id.c
    A clang/test/Sema/check-aux-builtins.c
    R clang/test/Sema/ext-int-not-supported.c
    M clang/test/Sema/init.c
    M clang/test/Sema/patchable-function-entry-attr.cpp
    M clang/test/Sema/pragma-clang-section.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    A clang/test/SemaCXX/auto-invalid-init-crash.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/enum-bitfield.cpp
    M clang/test/SemaCXX/enum-scoped.cpp
    A clang/test/SemaCXX/ext-int-asm.cpp
    M clang/test/SemaCXX/ext-int.cpp
    A clang/test/SemaCXX/matrix-type.cpp
    A clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/warn-cast-align.cpp
    M clang/test/SemaCXX/warn-unused-value-cxx11.cpp
    M clang/test/SemaObjC/block-type-safety.m
    M clang/test/SemaObjC/enum-fixed-type.m
    A clang/test/SemaOpenCLCXX/addrspace_cast.cl
    A clang/test/SemaOpenCLCXX/addrspace_cast_ast_dump.cl
    A clang/test/SemaTemplate/constraints.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    A clang/test/SemaTemplate/matrix-type.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestComments.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    A clang/unittests/StaticAnalyzer/CallEventTest.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/analyzer/CmpRuns.py
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M clang/utils/analyzer/exploded-graph-rewriter.py
    M clang/www/cxx_dr_status.html
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfilingUtil.h
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/standalone/checksum.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    A compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c
    A compiler-rt/test/hwasan/TestCases/malloc-align.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/msan/use-after-dtor.cpp
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
    A compiler-rt/test/profile/Inputs/instrprof-gcov-multithread_fork.cpp
    M compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    M compiler-rt/test/profile/instrprof-gcov-exceptions.test
    M compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    A compiler-rt/test/profile/instrprof-gcov-multithread_fork.test
    M compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    M compiler-rt/test/profile/instrprof-gcov-switch.test
    M compiler-rt/test/profile/instrprof-gcov-two-objects.test
    M compiler-rt/test/profile/instrprof-value-prof.c
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    M compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
    M compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp
    M compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
    M compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
    M compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp
    M compiler-rt/test/xray/TestCases/Posix/pic_test.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    M flang/documentation/BijectiveInternalNameUniquing.md
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/shape.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-select-rank.cpp
    A flang/lib/Semantics/check-select-rank.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/type.cpp
    M flang/test/CMakeLists.txt
    M flang/test/Evaluate/folding01.f90
    M flang/test/Evaluate/folding02.f90
    M flang/test/Evaluate/folding03.f90
    M flang/test/Evaluate/folding04.f90
    M flang/test/Evaluate/folding05.f90
    M flang/test/Evaluate/folding06.f90
    M flang/test/Evaluate/folding07.f90
    M flang/test/Evaluate/folding08.f90
    M flang/test/Evaluate/folding09.f90
    M flang/test/Evaluate/test_folding.sh
    M flang/test/Lower/pre-fir-tree04.f90
    R flang/test/Semantics/CMakeLists.txt
    M flang/test/Semantics/allocate01.f90
    M flang/test/Semantics/allocate02.f90
    M flang/test/Semantics/allocate03.f90
    M flang/test/Semantics/allocate04.f90
    M flang/test/Semantics/allocate05.f90
    M flang/test/Semantics/allocate06.f90
    M flang/test/Semantics/allocate07.f90
    M flang/test/Semantics/allocate08.f90
    M flang/test/Semantics/allocate09.f90
    M flang/test/Semantics/allocate10.f90
    M flang/test/Semantics/allocate11.f90
    M flang/test/Semantics/allocate12.f90
    M flang/test/Semantics/allocate13.f90
    M flang/test/Semantics/altreturn01.f90
    M flang/test/Semantics/altreturn02.f90
    M flang/test/Semantics/altreturn03.f90
    M flang/test/Semantics/altreturn04.f90
    M flang/test/Semantics/altreturn05.f90
    M flang/test/Semantics/assign01.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/assign03.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/assign06.f90
    M flang/test/Semantics/assign07.f90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/bindings01.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/blockconstruct01.f90
    M flang/test/Semantics/blockconstruct02.f90
    M flang/test/Semantics/blockconstruct03.f90
    M flang/test/Semantics/c_f_pointer.f90
    M flang/test/Semantics/call01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call04.f90
    M flang/test/Semantics/call05.f90
    M flang/test/Semantics/call06.f90
    M flang/test/Semantics/call07.f90
    M flang/test/Semantics/call08.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/call10.f90
    M flang/test/Semantics/call11.f90
    M flang/test/Semantics/call12.f90
    M flang/test/Semantics/call13.f90
    M flang/test/Semantics/call14.f90
    M flang/test/Semantics/call15.f90
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/coarrays01.f90
    M flang/test/Semantics/common.sh
    M flang/test/Semantics/complex01.f90
    M flang/test/Semantics/computed-goto01.f90
    M flang/test/Semantics/computed-goto02.f90
    M flang/test/Semantics/critical01.f90
    M flang/test/Semantics/critical02.f90
    M flang/test/Semantics/critical03.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data02.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/deallocate01.f90
    M flang/test/Semantics/deallocate04.f90
    M flang/test/Semantics/deallocate05.f90
    M flang/test/Semantics/doconcurrent01.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/doconcurrent05.f90
    M flang/test/Semantics/doconcurrent06.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/doconcurrent08.f90
    M flang/test/Semantics/dosemantics01.f90
    M flang/test/Semantics/dosemantics02.f90
    M flang/test/Semantics/dosemantics03.f90
    M flang/test/Semantics/dosemantics04.f90
    M flang/test/Semantics/dosemantics05.f90
    M flang/test/Semantics/dosemantics06.f90
    M flang/test/Semantics/dosemantics07.f90
    M flang/test/Semantics/dosemantics08.f90
    M flang/test/Semantics/dosemantics09.f90
    M flang/test/Semantics/dosemantics10.f90
    M flang/test/Semantics/dosemantics11.f90
    M flang/test/Semantics/dosemantics12.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/expr-errors01.f90
    M flang/test/Semantics/expr-errors02.f90
    M flang/test/Semantics/forall01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    M flang/test/Semantics/if_arith01.f90
    M flang/test/Semantics/if_arith02.f90
    M flang/test/Semantics/if_arith03.f90
    M flang/test/Semantics/if_arith04.f90
    M flang/test/Semantics/if_construct01.f90
    M flang/test/Semantics/if_construct02.f90
    M flang/test/Semantics/if_stmt01.f90
    M flang/test/Semantics/if_stmt02.f90
    M flang/test/Semantics/if_stmt03.f90
    M flang/test/Semantics/implicit01.f90
    M flang/test/Semantics/implicit02.f90
    M flang/test/Semantics/implicit03.f90
    M flang/test/Semantics/implicit04.f90
    M flang/test/Semantics/implicit05.f90
    M flang/test/Semantics/implicit06.f90
    M flang/test/Semantics/implicit07.f90
    M flang/test/Semantics/implicit08.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/int-literals.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/io08.f90
    M flang/test/Semantics/io09.f90
    M flang/test/Semantics/io10.f90
    M flang/test/Semantics/kinds01.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/kinds04.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/misc-declarations.f90
    M flang/test/Semantics/modfile01.f90
    M flang/test/Semantics/modfile02.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/modfile05.f90
    M flang/test/Semantics/modfile06.f90
    M flang/test/Semantics/modfile07.f90
    M flang/test/Semantics/modfile08.f90
    M flang/test/Semantics/modfile09.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/modfile11.f90
    M flang/test/Semantics/modfile12.f90
    M flang/test/Semantics/modfile13.f90
    M flang/test/Semantics/modfile14.f90
    M flang/test/Semantics/modfile15.f90
    M flang/test/Semantics/modfile16.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile18.f90
    M flang/test/Semantics/modfile19.f90
    M flang/test/Semantics/modfile20.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile23.f90
    M flang/test/Semantics/modfile24.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile26.f90
    M flang/test/Semantics/modfile27.f90
    M flang/test/Semantics/modfile28.f90
    M flang/test/Semantics/modfile29.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/modfile31.f90
    M flang/test/Semantics/modfile32.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/modfile34.f90
    M flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/modfile36.f90
    M flang/test/Semantics/namelist01.f90
    M flang/test/Semantics/null01.f90
    M flang/test/Semantics/nullify01.f90
    M flang/test/Semantics/nullify02.f90
    M flang/test/Semantics/offsets01.f90
    M flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/offsets03.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-combined-constructs.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/omp-device-constructs.f90
    M flang/test/Semantics/omp-loop-association.f90
    M flang/test/Semantics/omp-nested01.f90
    M flang/test/Semantics/omp-resolve01.f90
    M flang/test/Semantics/omp-resolve02.f90
    M flang/test/Semantics/omp-resolve03.f90
    M flang/test/Semantics/omp-resolve04.f90
    M flang/test/Semantics/omp-resolve05.f90
    M flang/test/Semantics/omp-symbol01.f90
    M flang/test/Semantics/omp-symbol02.f90
    M flang/test/Semantics/omp-symbol03.f90
    M flang/test/Semantics/omp-symbol04.f90
    M flang/test/Semantics/omp-symbol05.f90
    M flang/test/Semantics/omp-symbol06.f90
    M flang/test/Semantics/omp-symbol07.f90
    M flang/test/Semantics/omp-symbol08.f90
    M flang/test/Semantics/procinterface01.f90
    M flang/test/Semantics/resolve01.f90
    M flang/test/Semantics/resolve02.f90
    M flang/test/Semantics/resolve03.f90
    M flang/test/Semantics/resolve04.f90
    M flang/test/Semantics/resolve05.f90
    M flang/test/Semantics/resolve06.f90
    M flang/test/Semantics/resolve07.f90
    M flang/test/Semantics/resolve08.f90
    M flang/test/Semantics/resolve09.f90
    M flang/test/Semantics/resolve10.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve12.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve16.f90
    M flang/test/Semantics/resolve17.f90
    M flang/test/Semantics/resolve18.f90
    M flang/test/Semantics/resolve19.f90
    M flang/test/Semantics/resolve20.f90
    M flang/test/Semantics/resolve21.f90
    M flang/test/Semantics/resolve22.f90
    M flang/test/Semantics/resolve23.f90
    M flang/test/Semantics/resolve24.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve26.f90
    M flang/test/Semantics/resolve27.f90
    M flang/test/Semantics/resolve28.f90
    M flang/test/Semantics/resolve29.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve35.f90
    M flang/test/Semantics/resolve36.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve38.f90
    M flang/test/Semantics/resolve39.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve41.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve43.f90
    M flang/test/Semantics/resolve44.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve46.f90
    M flang/test/Semantics/resolve47.f90
    M flang/test/Semantics/resolve48.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve50.f90
    M flang/test/Semantics/resolve51.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve53.f90
    M flang/test/Semantics/resolve54.f90
    M flang/test/Semantics/resolve55.f90
    M flang/test/Semantics/resolve56.f90
    M flang/test/Semantics/resolve57.f90
    M flang/test/Semantics/resolve58.f90
    M flang/test/Semantics/resolve59.f90
    M flang/test/Semantics/resolve60.f90
    M flang/test/Semantics/resolve61.f90
    M flang/test/Semantics/resolve62.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve64.f90
    M flang/test/Semantics/resolve65.f90
    M flang/test/Semantics/resolve66.f90
    M flang/test/Semantics/resolve67.f90
    M flang/test/Semantics/resolve68.f90
    M flang/test/Semantics/resolve69.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve71.f90
    M flang/test/Semantics/resolve72.f90
    M flang/test/Semantics/resolve73.f90
    M flang/test/Semantics/resolve74.f90
    M flang/test/Semantics/resolve75.f90
    M flang/test/Semantics/resolve76.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve78.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve81.f90
    M flang/test/Semantics/resolve82.f90
    M flang/test/Semantics/resolve83.f90
    M flang/test/Semantics/resolve84.f90
    M flang/test/Semantics/resolve85.f90
    M flang/test/Semantics/resolve86.f90
    M flang/test/Semantics/resolve87.f90
    M flang/test/Semantics/resolve88.f90
    M flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/resolve90.f90
    A flang/test/Semantics/select-rank.f90
    A flang/test/Semantics/select-rank02.f90
    M flang/test/Semantics/separate-mp01.f90
    M flang/test/Semantics/separate-mp02.f90
    M flang/test/Semantics/stop01.f90
    M flang/test/Semantics/structconst01.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/structconst03.f90
    M flang/test/Semantics/structconst04.f90
    M flang/test/Semantics/symbol01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol06.f90
    M flang/test/Semantics/symbol07.f90
    M flang/test/Semantics/symbol08.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol10.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol12.f90
    M flang/test/Semantics/symbol13.f90
    M flang/test/Semantics/symbol14.f90
    M flang/test/Semantics/symbol15.f90
    M flang/test/Semantics/symbol16.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh
    R flang/test/Semantics/test_errors.sh.in
    M flang/test/Semantics/test_modfile.sh
    M flang/test/Semantics/test_symbols.sh
    M flang/test/lit.cfg.py
    M flang/tools/tco/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/cosf.cpp
    A libc/src/math/exp2f.cpp
    A libc/src/math/exp2f.h
    A libc/src/math/exp_utils.cpp
    A libc/src/math/exp_utils.h
    A libc/src/math/expf.cpp
    A libc/src/math/expf.h
    A libc/src/math/fabs.cpp
    A libc/src/math/fabs.h
    A libc/src/math/fabsf.cpp
    A libc/src/math/fabsf.h
    A libc/src/math/math_utils.cpp
    M libc/src/math/math_utils.h
    M libc/src/math/sincosf.cpp
    M libc/src/math/sinf.cpp
    M libc/src/threads/linux/CMakeLists.txt
    M libc/src/threads/mtx_init.h
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/cosf_test.cpp
    A libc/test/src/math/exp2f_test.cpp
    A libc/test/src/math/expf_test.cpp
    A libc/test/src/math/fabs_test.cpp
    A libc/test/src/math/fabsf_test.cpp
    R libc/test/src/math/float.h
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    M libc/test/src/threads/mtx_test.cpp
    M libc/utils/CMakeLists.txt
    A libc/utils/FPUtil/BitPatterns.h
    A libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/FloatOperations.h
    A libc/utils/FPUtil/FloatProperties.h
    M libc/utils/MPFRWrapper/CMakeLists.txt
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/CMakeLists.txt
    M libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    M libc/utils/benchmarks/README.md
    M libc/utils/testutils/FDReaderUnix.cpp
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__config_site.in
    M libcxx/include/complex
    M libcxx/include/functional
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/span
    M libcxx/include/stdlib.h
    M libcxx/include/string
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/thread.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/shell-escape-pipes.sh.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/default.fail.cpp
    M libcxx/test/std/containers/views/span.cons/default.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_ptr.fail.cpp
    M libcxx/test/std/containers/views/span.cons/span.fail.cpp
    M libcxx/test/std/containers/views/span.cons/stdarray.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/get.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/empty_file
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir
    A libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.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.space/space.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.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/iostream.objects/narrow.stream.objects/cin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    A libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/fpos.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/span.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_unshift.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t_char8_t.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.ops/stream_output.pass.cpp
    M libcxx/test/std/strings/c.strings/cuchar.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/reinterpret_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/deduction.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_copy_move.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.protected.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_arrow.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_deduction.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/utils/ssh.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libunwind/src/DwarfParser.hpp
    M lld/CMakeLists.txt
    M lld/COFF/Chunks.cpp
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Driver.h
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Symbols.cpp
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/Common/Version.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/MSP430.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/MipsArchTree.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/EhFrame.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MapFile.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Target.cpp
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/ExportTrie.h
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/cmake/modules/AddLLD.cmake
    A lld/cmake/modules/CMakeLists.txt
    A lld/cmake/modules/LLDConfig.cmake.in
    M lld/docs/ReleaseNotes.rst
    M lld/docs/ld.lld.1
    M lld/test/CMakeLists.txt
    M lld/test/COFF/Inputs/pdb-globals.yaml
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    A lld/test/COFF/export-tricky-names.s
    M lld/test/COFF/hello32.test
    M lld/test/COFF/largeaddressaware.test
    M lld/test/COFF/pdb-globals.test
    M lld/test/COFF/precomp-link.test
    A lld/test/ELF/arm-exidx-partial-discard-exidx.s
    M lld/test/ELF/debug-gnu-pubnames.s
    M lld/test/ELF/dynstr-no-rosegment.s
    M lld/test/ELF/eh-frame-padding-no-rosegment.s
    M lld/test/ELF/elf-header.s
    M lld/test/ELF/execute-only-mixed-data.s
    M lld/test/ELF/execute-only.s
    M lld/test/ELF/gdb-index-no-debug.s
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/section-alignment.test
    M lld/test/ELF/lto/devirt_vcall_vis_public.ll
    M lld/test/ELF/lto/thinlto-emit-imports.ll
    M lld/test/ELF/lto/thinlto-index-file.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/lto/thinlto-object-suffix-replace.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    A lld/test/ELF/lto/thinlto-thin-archive-collision.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/segments.s
    M lld/test/ELF/sort-norosegment.s
    M lld/test/ELF/text-section-prefix.s
    M lld/test/MachO/Inputs/libgoodbye.s
    M lld/test/MachO/Inputs/libhello.s
    A lld/test/MachO/archive.s
    A lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    A lld/test/MachO/invalid/archive-no-index.s
    A lld/test/MachO/invalid/bad-archive.s
    A lld/test/MachO/platform-version.test
    M lld/test/MachO/relocations.s
    A lld/test/MachO/resolution.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/silent-ignore.test
    A lld/test/MachO/sub-library.s
    A lld/test/MachO/symbol-order.s
    M lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MinGW/driver.test
    A lld/test/wasm/Inputs/sig_mismatch.s
    M lld/test/wasm/shared-memory-no-atomics.yaml
    A lld/test/wasm/signature-mismatch-relocatable.s
    M lld/test/wasm/undefined-data.ll
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Writer.cpp
    M lldb/bindings/interface/SBReproducer.i
    M lldb/bindings/python/python-typemaps.swig
    M lldb/bindings/python/python-wrapper.swig
    M lldb/docs/man/lldb.rst
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    A lldb/include/lldb/DataFormatters/Mock.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/include/lldb/Utility/Args.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    A lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
    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/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/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/commands/breakpoint/set/func-regex/TestBreakpointRegexError.py
    M lldb/test/API/commands/expression/dollar-in-variable/main.c
    M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
    M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
    M lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
    M lldb/test/API/commands/process/launch/TestProcessLaunch.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/settings/quoting/TestQuoting.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
    M lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/deleted-executable/TestDeletedExecutable.py
    M lldb/test/API/functionalities/load_unload/TestLoadUnload.py
    M lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/Makefile
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/postmortem/netbsd-core/TestNetBSDCore.py
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/functionalities/thread/num_threads/TestNumThreads.py
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    A lldb/test/API/get_darwin_real_python.py
    A lldb/test/API/iohandler/resize/TestIOHandlerResize.py
    M lldb/test/API/lang/cpp/trivial_abi/TestTrivialABI.py
    M lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py
    A lldb/test/API/lang/objc/modules-compile-error/Makefile
    A lldb/test/API/lang/objc/modules-compile-error/TestModulesCompileError.py
    A lldb/test/API/lang/objc/modules-compile-error/main.m
    A lldb/test/API/lang/objc/modules-compile-error/module.h
    A lldb/test/API/lang/objc/modules-compile-error/module.modulemap
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
    M lldb/test/API/lldbtest.py
    M lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    M lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
    M lldb/test/API/python_api/file_handle/TestFileHandle.py
    M lldb/test/API/python_api/process/io/TestProcessIO.py
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py
    M lldb/test/Shell/Commands/Inputs/command-disassemble.lldbinit
    M lldb/test/Shell/Commands/command-disassemble-process.yaml
    M lldb/test/Shell/Commands/command-disassemble.s
    A lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml
    M lldb/test/Shell/Driver/TestNoUseColor.test
    A lldb/test/Shell/Driver/TestPositionalArgs.test
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/Recognizer/assert.test
    A lldb/test/Shell/Reproducer/TestProcessList.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_TAG_basic_type_DW_ATE_UTF_nonC.ll
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
    M lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    M lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit
    M lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
    M lldb/test/Shell/SymbolFile/PDB/variables.test
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/RNBRemote.cpp
    A lldb/tools/debugserver/source/com.apple.debugserver.posix.internal.plist
    M lldb/tools/driver/Driver.cpp
    M lldb/unittests/DataFormatter/CMakeLists.txt
    A lldb/unittests/DataFormatter/MockTests.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
    M lldb/unittests/Target/CMakeLists.txt
    A lldb/unittests/Target/RemoteAwarePlatformTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/XcodeSDKTest.cpp
    M llvm/CMakeLists.txt
    M llvm/bindings/go/llvm/ir.go
    M llvm/bindings/go/llvm/string.go
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/HowToAddABuilder.rst
    M llvm/docs/LangRef.rst
    M llvm/examples/BrainF/BrainF.cpp
    M llvm/examples/Bye/CMakeLists.txt
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/AssumeBundleQueries.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfo.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    A llvm/include/llvm/Analysis/InlineAdvisor.h
    M llvm/include/llvm/Analysis/InlineCost.h
    M llvm/include/llvm/Analysis/Loads.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/LoopPass.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/AsmParser/Parser.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/include/llvm/Bitcode/BitcodeReader.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveIntervalCalc.h
    M llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineConstantPool.h
    M llvm/include/llvm/CodeGen/ModuloSchedule.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/FuzzMutate/FuzzerCLI.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/AutoUpgrade.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/LLVMContext.h
    M llvm/include/llvm/IR/Mangler.h
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/IR/Use.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IRReader/IRReader.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/ModuleSymbolTable.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Remarks/Remark.h
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/CachePruning.h
    M llvm/include/llvm/Support/DataExtractor.h
    M llvm/include/llvm/Support/DebugCounter.h
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/FileCollector.h
    M llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/NativeFormatting.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/RISCVAttributeParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/Target.td
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/Inliner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
    M llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
    M llvm/include/llvm/Transforms/Utils/Cloning.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/BlockFrequencyInfo.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CodeMetrics.cpp
    A llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.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/AsmParser/Parser.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AggressiveAntiDepBreaker.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/DIEHash.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
    M llvm/lib/CodeGen/GCRootLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveIntervalCalc.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.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/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/CodeGen/WinEHPrepare.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/PDB/CMakeLists.txt
    M llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/FuzzMutate/FuzzerCLI.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/IRReader/IRReader.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Remarks/CMakeLists.txt
    M llvm/lib/Remarks/Remark.cpp
    M llvm/lib/Remarks/RemarkStringTable.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CachePruning.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
    M llvm/lib/Support/NativeFormatting.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Support/Z3Solver.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64FastISel.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/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SchedA53.td
    M llvm/lib/Target/AArch64/AArch64SchedA57.td
    M llvm/lib/Target/AArch64/AArch64SchedCyclone.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM5.td
    M llvm/lib/Target/AArch64/AArch64SchedFalkor.td
    M llvm/lib/Target/AArch64/AArch64SchedKryo.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
    A llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
    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/AMDGPUInline.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    A llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    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/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.h
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    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/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/ARMInstrThumb.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
    M llvm/lib/Target/ARM/ARMRegisterInfo.td
    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/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
    M llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
    M llvm/lib/Target/AVR/AVRDevices.td
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/AVR/AVRSubtarget.cpp
    M llvm/lib/Target/AVR/AVRSubtarget.h
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFCORE.h
    M llvm/lib/Target/BPF/BPFInstrInfo.td
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    A llvm/lib/Target/BPF/BPFPreserveDIType.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BTFDebug.cpp
    M llvm/lib/Target/BPF/BTFDebug.h
    M llvm/lib/Target/BPF/CMakeLists.txt
    M llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
    M llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
    M llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
    M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetMachine.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCCallingConv.td
    M llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.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/PPCInstrQPX.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
    M llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrFP.td
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrVector.td
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/VE/VEInstrFormats.td
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/WebAssembly/CMakeLists.txt
    M llvm/lib/Target/WebAssembly/WebAssembly.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    A llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
    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/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/CMakeLists.txt
    A llvm/lib/Target/X86/ImmutableGraph.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/X86.h
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86ExpandPseudo.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrXOP.td
    M llvm/lib/Target/X86/X86InstructionSelector.cpp
    A llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86PartialReduction.cpp
    A llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/XCore/XCoreISelLowering.cpp
    M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
    M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
    M llvm/lib/Transforms/Coroutines/CoroElide.cpp
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/InlineSimple.cpp
    M llvm/lib/Transforms/IPO/Inliner.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PartialInlining.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.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/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/ControlHeightReduction.cpp
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
    M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
    M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
    M llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
    M llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/GVNHoist.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
    M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
    M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
    M llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopSimplify.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Utils/LoopVersioning.cpp
    M llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Utils/ValueMapper.cpp
    M llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/lib/XRay/Trace.cpp
    M llvm/test/Analysis/BasicAA/featuretest.ll
    M llvm/test/Analysis/BasicAA/modref.ll
    A llvm/test/Analysis/CostModel/AArch64/cast.ll
    M llvm/test/Analysis/CostModel/AArch64/store.ll
    A llvm/test/Analysis/CostModel/ARM/add-cast-vect.ll
    A llvm/test/Analysis/CostModel/ARM/arith-overflow.ll
    A llvm/test/Analysis/CostModel/ARM/arith-ssat.ll
    A llvm/test/Analysis/CostModel/ARM/arith-usat.ll
    M llvm/test/Analysis/CostModel/ARM/cast.ll
    A llvm/test/Analysis/CostModel/ARM/mul-cast-vect.ll
    A llvm/test/Analysis/CostModel/ARM/reduce-add.ll
    A llvm/test/Analysis/CostModel/ARM/reduce-smax.ll
    A llvm/test/Analysis/CostModel/ARM/reduce-smin.ll
    A llvm/test/Analysis/CostModel/ARM/reduce-umax.ll
    A llvm/test/Analysis/CostModel/ARM/reduce-umin.ll
    A llvm/test/Analysis/CostModel/ARM/shl-cast-vect.ll
    A llvm/test/Analysis/CostModel/ARM/sub-cast-vect.ll
    M llvm/test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
    M llvm/test/Analysis/MemoryDependenceAnalysis/InvariantLoad.ll
    M llvm/test/Analysis/MemorySSA/cyclicphi.ll
    M llvm/test/Analysis/MemorySSA/invariant-groups.ll
    M llvm/test/Analysis/MustExecute/loop-header.ll
    M llvm/test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll
    M llvm/test/Analysis/ScalarEvolution/nsw.ll
    M llvm/test/Analysis/TypeBasedAliasAnalysis/sink.ll
    M llvm/test/Analysis/ValueTracking/assume.ll
    M llvm/test/Analysis/ValueTracking/deref-bitcast-of-gep.ll
    M llvm/test/Analysis/ValueTracking/knownzero-shift.ll
    M llvm/test/Assembler/alloca-addrspace-elems.ll
    M llvm/test/Assembler/alloca-addrspace0.ll
    A llvm/test/Assembler/bfloat.ll
    M llvm/test/Assembler/block-labels.ll
    M llvm/test/Assembler/datalayout-alloca-addrspace-mismatch-0.ll
    M llvm/test/Assembler/datalayout-alloca-addrspace.ll
    M llvm/test/Assembler/dimodule.ll
    M llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
    A llvm/test/Bitcode/DIModule-clang-module.ll
    A llvm/test/Bitcode/DIModule-clang-module.ll.bc
    A llvm/test/Bitcode/DIModule-fortran-module.ll
    A llvm/test/Bitcode/DIModule-fortran-module.ll.bc
    M llvm/test/Bitcode/attributes.ll
    A llvm/test/Bitcode/dataLocation.ll
    M llvm/test/Bitcode/memInstructions.3.2.ll
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-sext-debugloc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/fconstant-dbg-loc.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/freeze.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/inline-memset.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-indirect-br-repeated-block.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-freeze.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-trivial-arith.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddress-liveins.mir
    M llvm/test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir
    M llvm/test/CodeGen/AArch64/aarch64-tbz.ll
    A llvm/test/CodeGen/AArch64/arm64-promote-const-complex-initializers.ll
    M llvm/test/CodeGen/AArch64/arm64-sli-sri-opt.ll
    M llvm/test/CodeGen/AArch64/arm64-vabs.ll
    M llvm/test/CodeGen/AArch64/cpus.ll
    M llvm/test/CodeGen/AArch64/falkor-hwpf.ll
    M llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll
    M llvm/test/CodeGen/AArch64/machine-combiner-madd.ll
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
    M llvm/test/CodeGen/AArch64/remat.ll
    A llvm/test/CodeGen/AArch64/select-sve.ll
    M llvm/test/CodeGen/AArch64/shift-amount-mod.ll
    M llvm/test/CodeGen/AArch64/sve-alloca-stackid.ll
    A llvm/test/CodeGen/AArch64/sve-bad-intrinsics.ll
    M llvm/test/CodeGen/AArch64/sve-fcmp.ll
    M llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-int-compares.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-fp32.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-fp64.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-int8.ll
    A llvm/test/CodeGen/AArch64/sve-sext-zext.ll
    A llvm/test/CodeGen/AArch64/sve-trunc.ll
    A llvm/test/CodeGen/AArch64/sve-vselect-imm.ll
    A llvm/test/CodeGen/AArch64/win-catchpad-nested-cxx.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-constantexpr.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-freeze.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def-s1025.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-lshr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sextload-constant-32bit.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-trunc.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values-xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zextload-constant-32bit.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.div.fmas.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.div.scale.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.if.break.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.mov.dpp.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sdot4.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.udot4.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.update.dpp.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-load.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/smrd.ll
    A llvm/test/CodeGen/AMDGPU/SRSRC-GIT-clobber-check.mir
    A llvm/test/CodeGen/AMDGPU/aa-points-to-constant-memory.ll
    M llvm/test/CodeGen/AMDGPU/addrspacecast.ll
    M llvm/test/CodeGen/AMDGPU/alloca.ll
    A llvm/test/CodeGen/AMDGPU/asm-printer-check-vcc.mir
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
    M llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
    M llvm/test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
    M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
    M llvm/test/CodeGen/AMDGPU/extract-subvector.ll
    M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/fix-frame-ptr-reg-copy-livein.ll
    M llvm/test/CodeGen/AMDGPU/fshr.ll
    A llvm/test/CodeGen/AMDGPU/hard-clauses.mir
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full-v3.ll
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
    M llvm/test/CodeGen/AMDGPU/idot2.ll
    M llvm/test/CodeGen/AMDGPU/idot4s.ll
    M llvm/test/CodeGen/AMDGPU/idot4u.ll
    M llvm/test/CodeGen/AMDGPU/idot8s.ll
    M llvm/test/CodeGen/AMDGPU/idot8u.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-si.ll
    M llvm/test/CodeGen/AMDGPU/infinite-loop.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/invalid-addrspacecast.ll
    M llvm/test/CodeGen/AMDGPU/invalid-alloca.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll
    M llvm/test/CodeGen/AMDGPU/llvm.maxnum.f16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.minnum.f16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
    M llvm/test/CodeGen/AMDGPU/lo16-hi16-illegal-copy.mir
    M llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
    M llvm/test/CodeGen/AMDGPU/nested-loop-conditions.ll
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir
    M llvm/test/CodeGen/AMDGPU/private-element-size.ll
    A llvm/test/CodeGen/AMDGPU/ptrmask.ll
    A llvm/test/CodeGen/AMDGPU/reserve-vgpr-for-sgpr-spill.ll
    M llvm/test/CodeGen/AMDGPU/saddo.ll
    M llvm/test/CodeGen/AMDGPU/scratch-simple.ll
    M llvm/test/CodeGen/AMDGPU/select.f16.ll
    A llvm/test/CodeGen/AMDGPU/set-gpr-idx-peephole.mir
    M llvm/test/CodeGen/AMDGPU/sgpr-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/shift-i128.ll
    M llvm/test/CodeGen/AMDGPU/shift-i64-opts.ll
    M llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
    M llvm/test/CodeGen/AMDGPU/smrd.ll
    M llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll
    M llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
    M llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign.ll
    M llvm/test/CodeGen/AMDGPU/v_madak_f16.ll
    A llvm/test/CodeGen/AMDGPU/vector-alloca-bitcast.ll
    M llvm/test/CodeGen/AMDGPU/vgpr-descriptor-waterfall-loop-idom-update.ll
    M llvm/test/CodeGen/AMDGPU/vgpr-tuple-allocation.ll
    M llvm/test/CodeGen/AMDGPU/wait.ll
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/ParallelDSP/squaring.ll
    M llvm/test/CodeGen/ARM/alloc-no-stack-realign.ll
    A llvm/test/CodeGen/ARM/cmse-clear-float-bigend.mir
    A llvm/test/CodeGen/ARM/cmse-clear-float-hard.ll
    A llvm/test/CodeGen/ARM/cmse-clear-float-hard2.ll
    A llvm/test/CodeGen/ARM/cmse-clear-float-mve.ll
    A llvm/test/CodeGen/ARM/cmse-clear-float.ll
    A llvm/test/CodeGen/ARM/cmse-clear.ll
    A llvm/test/CodeGen/ARM/cmse-clrm-it-block.ll
    A llvm/test/CodeGen/ARM/cmse-expand-bxns-ret.mir
    A llvm/test/CodeGen/ARM/cmse.ll
    M llvm/test/CodeGen/ARM/ifcvt3.ll
    A llvm/test/CodeGen/ARM/machine-outliner-tail.ll
    A llvm/test/CodeGen/ARM/machine-outliner-thunk.ll
    A llvm/test/CodeGen/ARM/machine-outliner-unoutlinable.mir
    A llvm/test/CodeGen/ARM/machine-outliner-unsafe-registers.mir
    A llvm/test/CodeGen/ARM/no-register-coalescing-in-returnsTwice.mir
    M llvm/test/CodeGen/AVR/call.ll
    A llvm/test/CodeGen/AVR/features/xmega_io.ll
    M llvm/test/CodeGen/AVR/icall-func-pointer-correct-addr-space.ll
    M llvm/test/CodeGen/AVR/rust-avr-bug-37.ll
    M llvm/test/CodeGen/AVR/rust-avr-bug-95.ll
    A llvm/test/CodeGen/BPF/BTF/builtin-btf-type-id.ll
    A llvm/test/CodeGen/BPF/objdump_dis_all.ll
    A llvm/test/CodeGen/BPF/objdump_nop.ll
    A llvm/test/CodeGen/Hexagon/swp-epilog-phi13.ll
    A llvm/test/CodeGen/Mips/call-site-info-output.ll
    A llvm/test/CodeGen/Mips/dbg-call-site-info-reg-d-split.ll
    A llvm/test/CodeGen/PowerPC/aix-alias.ll
    A llvm/test/CodeGen/PowerPC/aix-func-align.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    M llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll
    M llvm/test/CodeGen/PowerPC/aix-reference-func-addr-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    A llvm/test/CodeGen/PowerPC/aix-xcoff-endian-error.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-lower-comm.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/combine-fneg.ll
    M llvm/test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
    M llvm/test/CodeGen/PowerPC/cxx_tlscc64.ll
    M llvm/test/CodeGen/PowerPC/early-ret-verify.mir
    M llvm/test/CodeGen/PowerPC/early-ret.mir
    M llvm/test/CodeGen/PowerPC/fdiv.ll
    M llvm/test/CodeGen/PowerPC/float-logic-ops.ll
    M llvm/test/CodeGen/PowerPC/fma-assoc.ll
    M llvm/test/CodeGen/PowerPC/fma-combine.ll
    M llvm/test/CodeGen/PowerPC/fma-mutate.ll
    M llvm/test/CodeGen/PowerPC/fma-negate.ll
    M llvm/test/CodeGen/PowerPC/fma-precision.ll
    M llvm/test/CodeGen/PowerPC/fma.ll
    M llvm/test/CodeGen/PowerPC/fmf-propagation.ll
    A llvm/test/CodeGen/PowerPC/fold-remove-li.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
    A llvm/test/CodeGen/PowerPC/fp-strict-minmax.ll
    M llvm/test/CodeGen/PowerPC/fp-strict.ll
    M llvm/test/CodeGen/PowerPC/fsub-fneg.ll
    M llvm/test/CodeGen/PowerPC/load-two-flts.ll
    M llvm/test/CodeGen/PowerPC/machine-combiner.ll
    M llvm/test/CodeGen/PowerPC/popcnt.ll
    M llvm/test/CodeGen/PowerPC/pow.75.ll
    M llvm/test/CodeGen/PowerPC/ppc64-P9-setb.ll
    M llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll
    M llvm/test/CodeGen/PowerPC/qpx-recipest.ll
    M llvm/test/CodeGen/PowerPC/recipest.ll
    M llvm/test/CodeGen/PowerPC/repeated-fp-divisors.ll
    M llvm/test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll
    M llvm/test/CodeGen/PowerPC/scalar-equal.ll
    M llvm/test/CodeGen/PowerPC/scalar-min-max.ll
    M llvm/test/CodeGen/PowerPC/scalar_cmp.ll
    A llvm/test/CodeGen/PowerPC/select-to-branch.mir
    M llvm/test/CodeGen/PowerPC/spe.ll
    M llvm/test/CodeGen/PowerPC/test_func_desc.ll
    M llvm/test/CodeGen/PowerPC/vec-min-max.ll
    M llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll
    M llvm/test/CodeGen/PowerPC/vsx-fma-mutate-trivial-copy.ll
    M llvm/test/CodeGen/PowerPC/vsx-recip-est.ll
    M llvm/test/CodeGen/RISCV/calling-conv-ilp32d.ll
    M llvm/test/CodeGen/RISCV/calling-conv-ilp32f-ilp32d-common.ll
    M llvm/test/CodeGen/RISCV/codemodel-lowering.ll
    M llvm/test/CodeGen/RISCV/double-imm.ll
    M llvm/test/CodeGen/RISCV/double-previous-failure.ll
    M llvm/test/CodeGen/RISCV/float-imm.ll
    M llvm/test/CodeGen/RISCV/fp-imm.ll
    M llvm/test/CodeGen/RISCV/imm.ll
    M llvm/test/CodeGen/RISCV/select-const.ll
    A llvm/test/CodeGen/SystemZ/foldmemop-vec-binops.mir
    A llvm/test/CodeGen/SystemZ/foldmemop-vec-cc.mir
    A llvm/test/CodeGen/SystemZ/foldmemop-vec-cmp.mir
    A llvm/test/CodeGen/SystemZ/foldmemop-vec-fusedfp.mir
    A llvm/test/CodeGen/SystemZ/foldmemop-vec-unary.mir
    M llvm/test/CodeGen/SystemZ/int-cmp-56.mir
    M llvm/test/CodeGen/SystemZ/vec-intrinsics-01.ll
    M llvm/test/CodeGen/SystemZ/vec-intrinsics-02.ll
    A llvm/test/CodeGen/SystemZ/vec-perm-14.ll
    M llvm/test/CodeGen/SystemZ/vector-constrained-fp-intrinsics.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/iv-vcmp.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/lsr-profitable-chain.ll
    M llvm/test/CodeGen/Thumb2/lsll0.ll
    M llvm/test/CodeGen/Thumb2/mve-basic.ll
    M llvm/test/CodeGen/Thumb2/mve-be.ll
    M llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-fma-loops.ll
    A llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-optimisation.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/dup.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/ternary.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vaddq.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vmulq.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vsubq.ll
    M llvm/test/CodeGen/Thumb2/mve-ldst-offset.ll
    M llvm/test/CodeGen/Thumb2/mve-ldst-postinc.ll
    M llvm/test/CodeGen/Thumb2/mve-ldst-preinc.ll
    M llvm/test/CodeGen/Thumb2/mve-loadstore.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-ldst-offset.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-ldst-postinc.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-ldst-preinc.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-ldst.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-load.ll
    M llvm/test/CodeGen/Thumb2/mve-masked-store.ll
    M llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-bitcast.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-loadstore.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-not.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-shuffle.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-spill.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-threshold.ll
    M llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
    A llvm/test/CodeGen/Thumb2/mve-scatter-increment.ll
    M llvm/test/CodeGen/Thumb2/mve-vaddqr.ll
    M llvm/test/CodeGen/Thumb2/mve-vcmpfr.ll
    M llvm/test/CodeGen/Thumb2/mve-vdup.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fminmax.ll
    M llvm/test/CodeGen/Thumb2/mve-vld3.ll
    M llvm/test/CodeGen/Thumb2/mve-vld4.ll
    M llvm/test/CodeGen/Thumb2/mve-vldst4.ll
    M llvm/test/CodeGen/Thumb2/mve-vmovimm.ll
    M llvm/test/CodeGen/Thumb2/mve-vmovn.ll
    M llvm/test/CodeGen/Thumb2/mve-vpt-blocks.ll
    M llvm/test/CodeGen/Thumb2/mve-vpt-optimisations.mir
    A llvm/test/CodeGen/Thumb2/mve-vqmovn-combine.ll
    M llvm/test/CodeGen/Thumb2/mve-vqmovn.ll
    A llvm/test/CodeGen/Thumb2/mve-vqshrn.ll
    M llvm/test/CodeGen/Thumb2/mve-vst3.ll
    M llvm/test/CodeGen/Thumb2/mve-widen-narrow.ll
    M llvm/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
    M llvm/test/CodeGen/WebAssembly/simd-arith.ll
    M llvm/test/CodeGen/WebAssembly/simd-build-vector.ll
    M llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
    M llvm/test/CodeGen/WebAssembly/simd-offset.ll
    A llvm/test/CodeGen/WebAssembly/simd-shuffle-bitcast.ll
    A llvm/test/CodeGen/WebAssembly/stackified-debug.ll
    M llvm/test/CodeGen/WebAssembly/target-features-tls.ll
    M llvm/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll
    M llvm/test/CodeGen/X86/O0-pipeline.ll
    M llvm/test/CodeGen/X86/O3-pipeline.ll
    M llvm/test/CodeGen/X86/arg-copy-elide.ll
    M llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch.ll
    M llvm/test/CodeGen/X86/avx-shift.ll
    M llvm/test/CodeGen/X86/avx-vperm2x128.ll
    M llvm/test/CodeGen/X86/avx2-arith.ll
    M llvm/test/CodeGen/X86/avx2-vbroadcast.ll
    M llvm/test/CodeGen/X86/avx2-vector-shifts.ll
    M llvm/test/CodeGen/X86/avx512-intel-ocl.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/bitcast-vector-bool.ll
    M llvm/test/CodeGen/X86/cast-vsel.ll
    M llvm/test/CodeGen/X86/combine-mul.ll
    M llvm/test/CodeGen/X86/combine-shl.ll
    M llvm/test/CodeGen/X86/combine-udiv.ll
    M llvm/test/CodeGen/X86/concat-cast.ll
    M llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
    M llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll
    M llvm/test/CodeGen/X86/fshl.ll
    M llvm/test/CodeGen/X86/fshr.ll
    M llvm/test/CodeGen/X86/haddsub-shuf.ll
    M llvm/test/CodeGen/X86/haddsub-undef.ll
    A llvm/test/CodeGen/X86/isel-postprocessing-test-fold-memop.ll
    A llvm/test/CodeGen/X86/load-local-v3i129.ll
    A llvm/test/CodeGen/X86/lvi-hardening-gadget-graph.ll
    A llvm/test/CodeGen/X86/lvi-hardening-inline-asm.ll
    A llvm/test/CodeGen/X86/lvi-hardening-loads.ll
    M llvm/test/CodeGen/X86/madd.ll
    M llvm/test/CodeGen/X86/midpoint-int-vec-128.ll
    M llvm/test/CodeGen/X86/midpoint-int-vec-256.ll
    M llvm/test/CodeGen/X86/midpoint-int-vec-512.ll
    M llvm/test/CodeGen/X86/min-legal-vector-width.ll
    M llvm/test/CodeGen/X86/mmx-arith.ll
    M llvm/test/CodeGen/X86/mmx-build-vector.ll
    M llvm/test/CodeGen/X86/movtopush.ll
    M llvm/test/CodeGen/X86/packss.ll
    M llvm/test/CodeGen/X86/pmul.ll
    M llvm/test/CodeGen/X86/pmulh.ll
    M llvm/test/CodeGen/X86/pr45563-2.ll
    A llvm/test/CodeGen/X86/pr45833.ll
    M llvm/test/CodeGen/X86/prefer-avx256-shift.ll
    M llvm/test/CodeGen/X86/prefer-avx256-wide-mul.ll
    A llvm/test/CodeGen/X86/promote-cmp.ll
    M llvm/test/CodeGen/X86/pshufb-mask-comments.ll
    M llvm/test/CodeGen/X86/ret-mmx.ll
    M llvm/test/CodeGen/X86/sad.ll
    M llvm/test/CodeGen/X86/shrink_vmul.ll
    A llvm/test/CodeGen/X86/speculative-execution-side-effect-suppression.ll
    M llvm/test/CodeGen/X86/speculative-load-hardening-call-and-ret.ll
    A llvm/test/CodeGen/X86/speculative-load-hardening-no-spill.ll
    M llvm/test/CodeGen/X86/srem-seteq-vec-nonsplat.ll
    M llvm/test/CodeGen/X86/urem-seteq-vec-nonsplat.ll
    M llvm/test/CodeGen/X86/vec_saddo.ll
    M llvm/test/CodeGen/X86/vec_set-A.ll
    M llvm/test/CodeGen/X86/vec_setcc.ll
    M llvm/test/CodeGen/X86/vec_shift2.ll
    M llvm/test/CodeGen/X86/vec_smulo.ll
    M llvm/test/CodeGen/X86/vec_ssubo.ll
    M llvm/test/CodeGen/X86/vec_uaddo.ll
    M llvm/test/CodeGen/X86/vec_umulo.ll
    M llvm/test/CodeGen/X86/vec_usubo.ll
    M llvm/test/CodeGen/X86/vector-ext-logic.ll
    M llvm/test/CodeGen/X86/vector-fshl-128.ll
    M llvm/test/CodeGen/X86/vector-fshl-256.ll
    M llvm/test/CodeGen/X86/vector-fshl-rot-128.ll
    M llvm/test/CodeGen/X86/vector-fshl-rot-256.ll
    M llvm/test/CodeGen/X86/vector-fshr-128.ll
    M llvm/test/CodeGen/X86/vector-fshr-256.ll
    M llvm/test/CodeGen/X86/vector-fshr-rot-128.ll
    M llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
    M llvm/test/CodeGen/X86/vector-idiv-sdiv-128.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-v2i32.ll
    M llvm/test/CodeGen/X86/vector-lzcnt-128.ll
    M llvm/test/CodeGen/X86/vector-reduce-mul.ll
    M llvm/test/CodeGen/X86/vector-rotate-128.ll
    M llvm/test/CodeGen/X86/vector-rotate-256.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-128.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-512.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-sub128.ll
    M llvm/test/CodeGen/X86/vector-shift-by-select-loop.ll
    M llvm/test/CodeGen/X86/vector-shift-shl-128.ll
    M llvm/test/CodeGen/X86/vector-shift-shl-256.ll
    M llvm/test/CodeGen/X86/vector-shift-shl-sub128.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
    M llvm/test/CodeGen/X86/vector-tzcnt-128.ll
    M llvm/test/CodeGen/X86/vmovq.ll
    M llvm/test/CodeGen/X86/vp2intersect_multiple_pairs.ll
    M llvm/test/CodeGen/X86/vshli-simplify-demanded-bits.ll
    M llvm/test/CodeGen/X86/widen_mul.ll
    M llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll
    M llvm/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll
    M llvm/test/DebugInfo/COFF/global-constants.ll
    M llvm/test/DebugInfo/COFF/global_visibility.ll
    M llvm/test/DebugInfo/COFF/globals.ll
    M llvm/test/DebugInfo/COFF/types-array-unsized.ll
    A llvm/test/DebugInfo/COFF/udts-fixpoint.ll
    R llvm/test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf
    A llvm/test/DebugInfo/Mips/dw_op_entry_value_32bit.ll
    A llvm/test/DebugInfo/Mips/dw_op_entry_value_64bit.ll
    A llvm/test/DebugInfo/X86/DW_OP_call_ref_dwarf64.s
    A llvm/test/DebugInfo/X86/DW_OP_call_ref_unexpected.s
    A llvm/test/DebugInfo/X86/Fortran-DIModule.ll
    A llvm/test/DebugInfo/X86/debug-frame-dwarf64.s
    A llvm/test/DebugInfo/X86/debug-macinfo-strp.s
    A llvm/test/DebugInfo/X86/debug-macinfo-strx.s
    A llvm/test/DebugInfo/X86/debug-macro-empty-macro-offset.s
    A llvm/test/DebugInfo/X86/debug-macro-empty-str-offset.s
    A llvm/test/DebugInfo/X86/debug-macro-multi-cu-strx.s
    M llvm/test/DebugInfo/X86/dwarfdump-debug-aranges.s
    A llvm/test/DebugInfo/X86/dwarfdump-debug-loclists-dwarf64.s
    M llvm/test/DebugInfo/X86/dwarfdump-debug-pubnames.s
    M llvm/test/DebugInfo/X86/dwarfdump-header-64.s
    M llvm/test/DebugInfo/X86/dwarfdump-rnglists-dwarf64.s
    M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-macho.s
    M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-v4-dwarf64-dwo.s
    M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-v4-dwarf64-dwp.s
    M llvm/test/DebugInfo/X86/dwarfdump-str-offsets.s
    M llvm/test/DebugInfo/X86/dwp-dwarf64.s
    M llvm/test/DebugInfo/X86/eh-frame-cie-id.s
    A llvm/test/DebugInfo/X86/location-range.mir
    A llvm/test/DebugInfo/X86/single-location-inlined-param.mir
    A llvm/test/DebugInfo/X86/single-location-interrupted-scope.mir
    A llvm/test/DebugInfo/X86/single-location.mir
    R llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
    A llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
    A llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
    A llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
    A llvm/test/DebugInfo/simplify-cfg-preserve-dbg-values.ll
    M llvm/test/Feature/load_extension.ll
    M llvm/test/Feature/md_on_instruction.ll
    A llvm/test/FileCheck/bad-char.txt
    A llvm/test/FileCheck/comment/after-words.txt
    A llvm/test/FileCheck/comment/bad-comment-prefix.txt
    A llvm/test/FileCheck/comment/blank-comments.txt
    A llvm/test/FileCheck/comment/suffixes.txt
    A llvm/test/FileCheck/comment/suppresses-checks.txt
    A llvm/test/FileCheck/comment/unused-check-prefixes.txt
    A llvm/test/FileCheck/comment/unused-comment-prefixes.txt
    A llvm/test/FileCheck/comment/within-checks.txt
    M llvm/test/FileCheck/first-character-match.txt
    M llvm/test/FileCheck/numeric-expression.txt
    M llvm/test/FileCheck/validate-check-prefix.txt
    M llvm/test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll
    M llvm/test/Instrumentation/ThreadSanitizer/read_before_write.ll
    M llvm/test/LTO/X86/strip-debug-info.ll
    M llvm/test/MC/AMDGPU/gfx10_asm_all.s
    A llvm/test/MC/AMDGPU/labels-branch-err.s
    M llvm/test/MC/AMDGPU/smem.s
    M llvm/test/MC/AMDGPU/smrd.s
    M llvm/test/MC/AMDGPU/vop3-gfx9.s
    M llvm/test/MC/ARM/error-location.s
    M llvm/test/MC/ARM/pcrel-global.s
    M llvm/test/MC/AVR/relocations.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
    M llvm/test/MC/Disassembler/AMDGPU/smem_gfx9.txt
    M llvm/test/MC/Disassembler/AMDGPU/smem_vi.txt
    M llvm/test/MC/Disassembler/AMDGPU/vop3_gfx9.txt
    M llvm/test/MC/Mips/micromips-jump-pc-region.s
    M llvm/test/MC/Mips/mips-jump-pc-region.s
    A llvm/test/MC/PowerPC/future-reloc.s
    M llvm/test/MC/RISCV/rv64i-aliases-valid.s
    M llvm/test/MC/WebAssembly/simd-encodings.s
    M llvm/test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll
    M llvm/test/MC/X86/x86_errors.s
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-lto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
    M llvm/test/Other/scc-deleted-printer.ll
    M llvm/test/Other/scc-pass-printer.ll
    A llvm/test/TableGen/dag-isel-regclass-emit-enum.td
    M llvm/test/Transforms/ArgumentPromotion/attrs.ll
    M llvm/test/Transforms/ArgumentPromotion/byval-2.ll
    M llvm/test/Transforms/ArgumentPromotion/byval.ll
    M llvm/test/Transforms/ArgumentPromotion/dbg.ll
    M llvm/test/Transforms/ArgumentPromotion/tail.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/X86/attributes.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/X86/min-legal-vector-width.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/X86/thiscall.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/alignment.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/attrs.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/basictest.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/byval-2.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/byval.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/control-flow.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/control-flow2.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/dbg.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/fp80.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/inalloca.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/live_called_from_dead.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/live_called_from_dead_2.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/musttail.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/pr32917.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/sret.ll
    M llvm/test/Transforms/Attributor/ArgumentPromotion/tail.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/2009-09-24-byval-ptr.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/PR26044.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/global.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/multiple_callbacks.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/musttail-call.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/naked-return.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/return-argument.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/return-constants.ll
    M llvm/test/Transforms/Attributor/align.ll
    M llvm/test/Transforms/Attributor/callbacks.ll
    M llvm/test/Transforms/Attributor/dereferenceable-1.ll
    M llvm/test/Transforms/Attributor/dereferenceable-2.ll
    M llvm/test/Transforms/Attributor/heap_to_stack.ll
    M llvm/test/Transforms/Attributor/internal-noalias.ll
    M llvm/test/Transforms/Attributor/liveness.ll
    M llvm/test/Transforms/Attributor/memory_locations.ll
    M llvm/test/Transforms/Attributor/misc.ll
    A llvm/test/Transforms/Attributor/misc_crash.ll
    M llvm/test/Transforms/Attributor/new_attributes.ll
    M llvm/test/Transforms/Attributor/noalias.ll
    M llvm/test/Transforms/Attributor/nocapture-1.ll
    M llvm/test/Transforms/Attributor/nocapture-2.ll
    M llvm/test/Transforms/Attributor/nofree.ll
    M llvm/test/Transforms/Attributor/nonnull.ll
    M llvm/test/Transforms/Attributor/norecurse.ll
    M llvm/test/Transforms/Attributor/range.ll
    M llvm/test/Transforms/Attributor/read_write_returned_arguments_scc.ll
    M llvm/test/Transforms/Attributor/readattrs.ll
    M llvm/test/Transforms/Attributor/returned.ll
    R llvm/test/Transforms/Attributor/returned_crash.ll
    M llvm/test/Transforms/Attributor/undefined_behavior.ll
    M llvm/test/Transforms/Attributor/value-simplify.ll
    M llvm/test/Transforms/Attributor/willreturn.ll
    A llvm/test/Transforms/CodeGenPrepare/AMDGPU/addressing-modes.ll
    M llvm/test/Transforms/CodeGenPrepare/X86/invariant.group.ll
    M llvm/test/Transforms/CodeGenPrepare/X86/section.ll
    M llvm/test/Transforms/CodeGenPrepare/X86/vec-shift.ll
    M llvm/test/Transforms/CodeGenPrepare/X86/x86-shuffle-sink.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/non-null.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/phi-common-val.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/range.ll
    M llvm/test/Transforms/DCE/basic-preservation.ll
    M llvm/test/Transforms/DCE/basic.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/combined-partial-overwrites.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath-throwing.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-partial.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple-preservation.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
    M llvm/test/Transforms/DeadStoreElimination/lifetime.ll
    M llvm/test/Transforms/DeadStoreElimination/merge-stores.ll
    M llvm/test/Transforms/DeadStoreElimination/simple.ll
    A llvm/test/Transforms/DivRemPairs/PowerPC/pr45885.ll
    M llvm/test/Transforms/EarlyCSE/guards.ll
    M llvm/test/Transforms/EarlyCSE/invariant-loads.ll
    M llvm/test/Transforms/EarlyCSE/invariant.start.ll
    M llvm/test/Transforms/FunctionAttrs/nocapture.ll
    M llvm/test/Transforms/FunctionAttrs/nonnull.ll
    A llvm/test/Transforms/GCOVProfiling/exit-block.ll
    M llvm/test/Transforms/GCOVProfiling/function-numbering.ll
    R llvm/test/Transforms/GCOVProfiling/return-block.ll
    M llvm/test/Transforms/GCOVProfiling/version.ll
    M llvm/test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
    M llvm/test/Transforms/GVN/PRE/invariant-load.ll
    M llvm/test/Transforms/GVN/PRE/load-metadata.ll
    M llvm/test/Transforms/GVN/PRE/phi-translate.ll
    M llvm/test/Transforms/GVN/PRE/volatile.ll
    M llvm/test/Transforms/GVN/invariant.group.ll
    M llvm/test/Transforms/GVN/noalias.ll
    M llvm/test/Transforms/GVN/non-integral-pointers.ll
    M llvm/test/Transforms/GVN/range.ll
    M llvm/test/Transforms/GVN/vscale.ll
    M llvm/test/Transforms/GlobalOpt/MallocSROA-section-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-1-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-1.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-2-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-2.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-3-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-3.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-4-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-4.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-phi-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/heap-sra-phi.ll
    M llvm/test/Transforms/GlobalOpt/load-store-global-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/malloc-promote-1-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
    M llvm/test/Transforms/GlobalOpt/malloc-promote-2-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
    M llvm/test/Transforms/GlobalOpt/storepointer-compare-no-null-opt.ll
    M llvm/test/Transforms/GlobalOpt/storepointer-no-null-opt.ll
    M llvm/test/Transforms/IPConstantProp/PR26044.ll
    M llvm/test/Transforms/IRCE/pre_post_loops.ll
    M llvm/test/Transforms/IRCE/range_intersect_miscompile.ll
    M llvm/test/Transforms/IRCE/ranges_of_different_types.ll
    M llvm/test/Transforms/IRCE/unsigned_comparisons_ugt.ll
    M llvm/test/Transforms/IRCE/unsigned_comparisons_ult.ll
    M llvm/test/Transforms/Inline/attributes.ll
    M llvm/test/Transforms/Inline/inline_stats.ll
    A llvm/test/Transforms/Inline/inlining-advisor-default.ll
    M llvm/test/Transforms/Inline/internal-scc-members.ll
    M llvm/test/Transforms/Inline/module-inlining.ll
    M llvm/test/Transforms/Inline/monster_scc.ll
    M llvm/test/Transforms/Inline/optimization-remarks-hotness-threshold.ll
    M llvm/test/Transforms/Inline/optimization-remarks-passed-yaml.ll
    M llvm/test/Transforms/Inline/optimization-remarks-with-hotness.ll
    M llvm/test/Transforms/Inline/optimization-remarks-yaml.ll
    M llvm/test/Transforms/Inline/optimization-remarks.ll
    A llvm/test/Transforms/InstCombine/AMDGPU/memcpy-from-constant.ll
    M llvm/test/Transforms/InstCombine/atomic.ll
    M llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
    M llvm/test/Transforms/InstCombine/cast-mul-select.ll
    M llvm/test/Transforms/InstCombine/fpextend.ll
    M llvm/test/Transforms/InstCombine/fptrunc.ll
    M llvm/test/Transforms/InstCombine/invariant.group.ll
    M llvm/test/Transforms/InstCombine/invoke.ll
    M llvm/test/Transforms/InstCombine/lifetime-no-null-opt.ll
    M llvm/test/Transforms/InstCombine/load.ll
    M llvm/test/Transforms/InstCombine/mem-deref-bytes.ll
    M llvm/test/Transforms/InstCombine/memchr.ll
    M llvm/test/Transforms/InstCombine/memcpy-addrspace.ll
    M llvm/test/Transforms/InstCombine/memcpy-from-global.ll
    M llvm/test/Transforms/InstCombine/memrchr.ll
    M llvm/test/Transforms/InstCombine/or-concat.ll
    M llvm/test/Transforms/InstCombine/select.ll
    A llvm/test/Transforms/InstCombine/sink_to_unreachable.ll
    M llvm/test/Transforms/InstCombine/sitofp.ll
    M llvm/test/Transforms/InstCombine/store.ll
    R llvm/test/Transforms/LoopVectorize/ARM/mul-cast-vect.ll

  Log Message:
  -----------
  [DPWBS-1489] Merge community 'master' into htc/master


  Commit: 617ab5618117d07e3620b7041895f95d1fda24e2
      https://github.com/llvm/llvm-project/commit/617ab5618117d07e3620b7041895f95d1fda24e2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-05-19 (Tue, 19 May 2020)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/lib/Basic/Targets/TriCore.h
    A clang/test/Sema/tricore-asm.c

  Log Message:
  -----------
  [DPWBS-1426] Add TriCore registers to clang's target description

Register clobbers in inline assembly are checked during semantic analysis.
This patch adds support for the TriCore (extended) data and address registers,
as well as aliases for stack and frame pointer register.

A test is added to make sure all registers are accepted by clang.


  Commit: 3ea2e39fe981048de87a698a3edac58daa4319df
      https://github.com/llvm/llvm-project/commit/3ea2e39fe981048de87a698a3edac58daa4319df
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/lib/Basic/Targets/TriCore.h
    A clang/test/CodeGen/tricore-inline-asm.c
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreISelLowering.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/irtranslator-inline-asm.ll

  Log Message:
  -----------
  [DPWBS-1426] Add support for 'd' inline assembler constraint.

The 'd' inline assembler operand constraint can be used to require
the compiler to use a data register for the given operand.

A 32-bit operand is passed in a 32-bit data register, while a 64-bit operand
is passed via a 64-bit extended data register.

We have to teach clang to recognize the 'd' constraint.

Tests are added for the C -> LLVM IR and LLVM IR -> GMIR translation.


  Commit: bd71f828e5c8f85070d194813582d3eedd4c8176
      https://github.com/llvm/llvm-project/commit/bd71f828e5c8f85070d194813582d3eedd4c8176
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    A llvm/test/CodeGen/TriCore/inline-asm.mir

  Log Message:
  -----------
  [DPWBS-1426] Add support for printing inline asm instructions to textual assembly

This adds support for lowering (G)MIR INLINEASM instructions to textual assembly.
Tests are added for all currently supported inline asm operands.


  Commit: b5e86ae448a28db4a967a8a33d3a49992379b418
      https://github.com/llvm/llvm-project/commit/b5e86ae448a28db4a967a8a33d3a49992379b418
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/test/MC/TriCore/common-fixups-symbol-invalid.s
    A llvm/test/MC/TriCore/common-fixups-symbol-valid.s

  Log Message:
  -----------
  [DPWBS-1462] Add fixup relocation support for lha instruction


  Commit: 636fb20dcc5f520991df07aac242ef818663b2cf
      https://github.com/llvm/llvm-project/commit/636fb20dcc5f520991df07aac242ef818663b2cf
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/test/Driver/hightec.c

  Log Message:
  -----------
  [DPWBS-1492] Add default system include paths


  Commit: 6fbe470040825a83e0c386f0e5e60bfacbc2d5fa
      https://github.com/llvm/llvm-project/commit/6fbe470040825a83e0c386f0e5e60bfacbc2d5fa
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/Query.h
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-query/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    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/TUScheduler.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/Ref.h
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/metrics.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-string-find-str-contains.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/test/clang-query/invalid-command-line.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-error.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/invalid-command-line.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    A clang/docs/ClangFormattedStatus.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibFormat.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/index.rst
    A clang/docs/tools/generate_formatted_state.py
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Index/IndexingAction.h
    M clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Sema/Initialization.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/include/clang/Testing/CommandLineArgs.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGValue.h
    M clang/lib/CodeGen/CodeGenABITypes.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.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/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Headers/avx512bwintrin.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/avx512vlbwintrin.h
    M clang/lib/Headers/avx512vlintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/IndexBody.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    A clang/lib/Sema/SemaSYCL.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTCommon.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicSize.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    R clang/lib/StaticAnalyzer/Core/SubEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/Testing/CMakeLists.txt
    A clang/lib/Testing/CommandLineArgs.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/ast-dump-invalid-auto-return-funcs.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/Analysis/Checkers/WebKit/mock-types.h
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor-templates.cpp
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/generics.m.plist
    M clang/test/Analysis/Inputs/expected-plists/nullability-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-arc.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-radar17039661.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output-alternate.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release-path-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
    R clang/test/Analysis/Malloc+NewDelete_intersections.cpp
    M clang/test/Analysis/NewDelete-checker-test.cpp
    M clang/test/Analysis/NewDelete-intersections.mm
    A clang/test/Analysis/PR35418.cpp
    M clang/test/Analysis/PR40625.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    A clang/test/Analysis/call-and-message.c
    A clang/test/Analysis/call-and-message.cpp
    A clang/test/Analysis/call-and-message.m
    A clang/test/Analysis/call-and-message.mm
    M clang/test/Analysis/compound-literals.c
    M clang/test/Analysis/constant-folding.c
    M clang/test/Analysis/constraint_manager_negate_difference.c
    A clang/test/Analysis/double-ranges-bug.c
    M clang/test/Analysis/exercise-ps.c
    M clang/test/Analysis/hangs.c
    M clang/test/Analysis/incorrect-checker-names.cpp
    M clang/test/Analysis/incorrect-checker-names.mm
    M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.m.plist
    M clang/test/Analysis/loop-unrolling.cpp
    M clang/test/Analysis/malloc.c
    M clang/test/Analysis/new.cpp
    M clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
    R clang/test/Analysis/reference.mm
    A clang/test/Analysis/retain-release-compound-literal.m
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/std-c-library-functions-lookup.c
    A clang/test/Analysis/std-c-library-functions-lookup.cpp
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/switch-case.c
    M clang/test/Analysis/test-separate-retaincount.cpp
    A clang/test/Analysis/uninit-bug-first-iteration-init.c
    M clang/test/Analysis/uninit-const.c
    M clang/test/Analysis/uninit-const.cpp
    A clang/test/Analysis/uninit-exhaustive-switch-bug.c
    R clang/test/Analysis/uninit-msg-expr.m
    A clang/test/Analysis/vla-overflow.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/except/except.spec/p14-ir.cpp
    A clang/test/CodeGen/aix-complex.c
    A clang/test/CodeGen/aix-return.c
    A clang/test/CodeGen/aix-struct-arg.c
    A clang/test/CodeGen/aix-vaargs.c
    A clang/test/CodeGen/aix-vector.c
    M clang/test/CodeGen/align_value.cpp
    A clang/test/CodeGen/attr-nomerge.cpp
    M clang/test/CodeGen/avx512bw-builtins.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/avx512vlbw-builtins.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-oslog.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-class.cpp
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-stack.cpp
    A clang/test/CodeGen/fp-options-to-fast-math-flags.c
    M clang/test/CodeGen/libcalls.c
    A clang/test/CodeGen/matrix-type-operators.c
    A clang/test/CodeGen/nodebug-attr.c
    M clang/test/CodeGen/pch-dllexport.cpp
    A clang/test/CodeGen/ppc32-and-aix-struct-return.c
    A clang/test/CodeGen/ppc32-dwarf.c
    R clang/test/CodeGen/ppc32-struct-return.c
    M clang/test/CodeGen/ppc64-complex-parms.c
    M clang/test/CodeGen/ppc64-complex-return.c
    M clang/test/CodeGen/ppc64-dwarf.c
    M clang/test/CodeGen/ppc64-inline-asm.c
    M clang/test/CodeGen/sancov-new-pm.c
    A clang/test/CodeGen/sanitize-coverage.c
    M clang/test/CodeGen/semantic-interposition.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCUDA/library-builtin.cu
    M clang/test/CodeGenCXX/address-space-ref.cpp
    M clang/test/CodeGenCXX/amdgcn-func-arg.cpp
    M clang/test/CodeGenCXX/atomic-dllexport.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/catch-undef-behavior.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/const-init-cxx11.cpp
    M clang/test/CodeGenCXX/constructor-direct-call.cpp
    M clang/test/CodeGenCXX/constructor-init.cpp
    M clang/test/CodeGenCXX/constructors.cpp
    M clang/test/CodeGenCXX/convert-to-fptr.cpp
    M clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
    M clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp
    M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/decl-ref-init.cpp
    M clang/test/CodeGenCXX/default-arg-temps.cpp
    M clang/test/CodeGenCXX/dereferenceable.cpp
    M clang/test/CodeGenCXX/derived-to-base-conv.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    M clang/test/CodeGenCXX/dllexport-members.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-members.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/eh.cpp
    M clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    M clang/test/CodeGenCXX/fastcall.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/implicit-copy-assign-operator.cpp
    M clang/test/CodeGenCXX/implicit-copy-constructor.cpp
    M clang/test/CodeGenCXX/implicit-function-conversion.cpp
    M clang/test/CodeGenCXX/inheriting-constructor-cleanup.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    M clang/test/CodeGenCXX/mangle-win-ccs.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    A clang/test/CodeGenCXX/matrix-type-operators.cpp
    M clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    M clang/test/CodeGenCXX/pod-member-memcpys.cpp
    M clang/test/CodeGenCXX/pointers-to-data-members.cpp
    M clang/test/CodeGenCXX/pr28360.cpp
    M clang/test/CodeGenCXX/reference-cast.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/rvalue-references.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCXX/stmtexpr.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/volatile.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    A clang/test/CodeGenObjC/matrix-type-operators.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/return-objc-object.mm
    M clang/test/CodeGenObjCXX/arc-blocks.mm
    M clang/test/CodeGenObjCXX/arc-move.mm
    M clang/test/CodeGenObjCXX/arc-special-member-functions.mm
    M clang/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
    M clang/test/CodeGenObjCXX/implicit-copy-constructor.mm
    M clang/test/CodeGenObjCXX/lambda-expressions.mm
    M clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
    M clang/test/CodeGenObjCXX/message-reference.mm
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/objc-weak.mm
    M clang/test/CodeGenObjCXX/os_log.mm
    M clang/test/CodeGenObjCXX/property-dot-reference.mm
    M clang/test/CodeGenObjCXX/property-lvalue-capture.mm
    M clang/test/CodeGenObjCXX/property-object-reference-2.mm
    M clang/test/CodeGenObjCXX/property-objects.mm
    M clang/test/CodeGenObjCXX/property-reference.mm
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-references.cl
    M clang/test/Driver/aix-ld.c
    M clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/compiler-rt-unwind.c
    A clang/test/Driver/darwin-arm64-target.c
    M clang/test/Driver/debug-prefix-map.S
    M clang/test/Driver/flang/flang.f90
    M clang/test/Driver/flang/flang_ucase.F90
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fsemantic-interposition.c
    A clang/test/Driver/memtag_lto.c
    M clang/test/Driver/modules-ts.cpp
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/Driver/ppc-pcrel.cpp
    A clang/test/Driver/ps4-relax-relocations.c
    M clang/test/Driver/sanitizer-ld.c
    M clang/test/Driver/x86-malign-branch.c
    A clang/test/Frontend/aix-unsupported.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Headers/nvptx_device_math_macro.cpp
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    A clang/test/Index/index-designated-init-recovery.cpp
    M clang/test/Misc/loop-opt-setup.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Modules/DebugInfoTransitiveImport.m
    M clang/test/Modules/ExtDebugInfo.cpp
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/ModuleDebugInfo.m
    M clang/test/Modules/templates.mm
    A clang/test/OpenMP/amdgcn_device_function_call.cpp
    M clang/test/OpenMP/atomic_codegen.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen_globalization.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    A clang/test/OpenMP/deferred-diags.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_reduction_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_messages.cpp
    A clang/test/OpenMP/omp_with_loop_pragma.c
    M clang/test/OpenMP/openmp_offload_codegen.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_linear_codegen.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    A clang/test/OpenMP/recovery-crash.cpp
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_codegen_global_capture.cpp
    M clang/test/OpenMP/target_data_messages.c
    A clang/test/OpenMP/target_data_use_device_ptr_addr_ast_print.cpp
    A clang/test/OpenMP/target_data_use_device_ptr_addr_messages.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_ast_print.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_messages.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_no_exceptions.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    A clang/test/OpenMP/task_affinity_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_codegen.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_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_firstprivate_codegen.cpp
    A clang/test/Parser/slh-asm-goto-no-warn.cpp
    A clang/test/Parser/slh-asm-goto.cpp
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Profile/Inputs/c-counter-overflows.proftext
    A clang/test/Profile/Inputs/c-general.profdata.v5
    M clang/test/Profile/Inputs/c-general.proftext
    M clang/test/Profile/Inputs/c-unprofiled-blocks.proftext
    M clang/test/Profile/Inputs/cxx-rangefor.proftext
    M clang/test/Profile/Inputs/cxx-throws.proftext
    M clang/test/Profile/Inputs/misexpect-switch-default.proftext
    M clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
    M clang/test/Profile/Inputs/misexpect-switch.proftext
    A clang/test/Profile/c-collision.c
    M clang/test/Profile/c-general.c
    M clang/test/Sema/address_spaces.c
    M clang/test/Sema/attr-c2x.c
    M clang/test/Sema/attr-mode.c
    A clang/test/Sema/attr-nomerge.cpp
    M clang/test/Sema/check-aux-builtins.c
    M clang/test/Sema/inline-asm-validate-amdgpu.cl
    M clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/matrix-type-operators.c
    A clang/test/SemaCXX/address-space-arithmetic.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/blocks.cpp
    M clang/test/SemaCXX/enable_if.cpp
    A clang/test/SemaCXX/matrix-type-operators.cpp
    M clang/test/SemaCXX/warn-unused-value.cpp
    A clang/test/SemaObjC/matrix-type-operators.m
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    A clang/test/SemaSYCL/float128.cpp
    M clang/test/Tooling/fixed-database.cpp
    M clang/tools/clang-format/git-clang-format
    M clang/tools/diagtool/CMakeLists.txt
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.cpp
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    R clang/unittests/AST/Language.cpp
    R clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StmtPrinterTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTest.h
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    A clang/unittests/StaticAnalyzer/RangeSetTest.cpp
    M clang/unittests/StaticAnalyzer/StoreTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMethodDecl.cpp
    M clang/unittests/Tooling/RefactoringCallbacksTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    A compiler-rt/lib/builtins/ve/grow_stack.S
    A compiler-rt/lib/builtins/ve/grow_stack_align.S
    M compiler-rt/lib/fuzzer/FuzzerCorpus.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMerge.h
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/afl/afl_driver.cpp
    M compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    A compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp
    M compiler-rt/test/asan/TestCases/Windows/coverage-basic.cpp
    M compiler-rt/test/asan/TestCases/coverage-disabled.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-dtor-order.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp2.cpp
    M compiler-rt/test/msan/coverage-levels.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cpp
    M compiler-rt/test/scudo/lit.cfg.py
    A compiler-rt/test/tsan/java_finalizer2.cpp
    M compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp
    M flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Utils.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/test/Lower/pre-fir-tree01.f90
    M flang/test/Lower/pre-fir-tree02.f90
    M flang/test/Lower/pre-fir-tree03.f90
    M flang/test/Lower/pre-fir-tree04.f90
    A flang/test/Semantics/resolve91.f90
    M flang/tools/f18/f18.cpp
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/config/linux/api.td
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/.clang-tidy
    M libc/src/math/CMakeLists.txt
    A libc/src/math/ceil.cpp
    A libc/src/math/ceil.h
    A libc/src/math/ceilf.cpp
    A libc/src/math/ceilf.h
    A libc/src/math/floor.cpp
    A libc/src/math/floor.h
    A libc/src/math/floorf.cpp
    A libc/src/math/floorf.h
    A libc/src/math/trunc.cpp
    A libc/src/math/trunc.h
    A libc/src/math/truncf.cpp
    A libc/src/math/truncf.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bzero.cpp
    A libc/src/string/bzero.h
    R libc/src/string/memcpy.cpp
    R libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/memcpy_utils.h
    A libc/src/string/memory_utils/memset_utils.h
    A libc/src/string/memset.cpp
    A libc/src/string/memset.h
    M libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy.cpp
    R libc/src/string/x86/memcpy_arch_specific.h.inc
    M libc/src/threads/CMakeLists.txt
    A libc/src/threads/call_once.h
    M libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/call_once.cpp
    M libc/src/threads/mtx_init.h
    M libc/src/threads/mtx_lock.h
    M libc/src/threads/mtx_unlock.h
    M libc/src/threads/thrd_create.h
    M libc/src/threads/thrd_join.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/ceil_test.cpp
    A libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    A libc/test/src/math/floor_test.cpp
    A libc/test/src/math/floorf_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    A libc/test/src/math/trunc_test.cpp
    A libc/test/src/math/truncf_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    A libc/test/src/string/memset_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/call_once_test.cpp
    M libc/utils/FPUtil/FloatOperations.h
    M libc/utils/FPUtil/FloatProperties.h
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/README.md
    M libclc/CMakeLists.txt
    M libclc/README.TXT
    M libcxx/CMakeLists.txt
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__config
    M libcxx/include/__config_site.in
    M libcxx/include/__threading_support
    M libcxx/include/array
    M libcxx/include/atomic
    M libcxx/include/bit
    M libcxx/include/charconv
    M libcxx/include/chrono
    M libcxx/include/cmath
    M libcxx/include/functional
    M libcxx/include/memory
    M libcxx/include/span
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/src/charconv.cpp
    M libcxx/test/libcxx/algorithms/debug_less.pass.cpp
    A libcxx/test/libcxx/containers/sequences/array/triviality.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
    A libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/default.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp
    A libcxx/test/std/containers/sequences/array/array.cons/initialization.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.fill/fill.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.size/size.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.special/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    A libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    R libcxx/test/std/containers/sequences/array/begin.pass.cpp
    M libcxx/test/std/containers/sequences/array/compare.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/containers/sequences/array/empty.pass.cpp
    M libcxx/test/std/containers/sequences/array/front_back.pass.cpp
    A libcxx/test/std/containers/sequences/array/front_back_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/indexing.pass.cpp
    A libcxx/test/std/containers/sequences/array/indexing_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
    M libcxx/test/std/containers/sequences/array/max_size.pass.cpp
    M libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.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.space/space.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/iterator.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/numerics/c.math/c.math.lerp/c.math.lerp.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp
    M libcxx/test/support/MoveOnly.h
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/test_macros.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/www/cxx2a_status.html
    M libunwind/src/Unwind-EHABI.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/PDB.cpp
    M lld/Common/Strings.cpp
    M lld/Common/Timer.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/Options.td
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Target.h
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/MergedOutputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ReleaseNotes.rst
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/Timer.h
    M lld/test/COFF/thinlto-index-only.ll
    R lld/test/Driver/Inputs/libtest.a
    R lld/test/Driver/Inputs/usr/lib/i386/libtest.a
    R lld/test/Driver/Inputs/usr/lib/libtest.a
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/aarch64-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/aarch64-ifunc-bti.s
    M lld/test/ELF/arm-pie-relative.s
    M lld/test/ELF/export-dynamic-symbol.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/i386-retpoline-pic.s
    A lld/test/ELF/i386-zrel-zrela.s
    A lld/test/ELF/invalid/verneed-shared.test
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/lto/thinlto-index-only.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/pack-dyn-relocs-arm2.s
    M lld/test/ELF/pack-dyn-relocs-relr-loop.s
    M lld/test/ELF/pack-dyn-relocs.s
    M lld/test/ELF/pie.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc64-long-branch-pi.s
    A lld/test/ELF/ppc64-restgpr0.s
    A lld/test/ELF/ppc64-restgpr1.s
    A lld/test/ELF/ppc64-savegpr0.s
    A lld/test/ELF/ppc64-savegpr1.s
    A lld/test/ELF/ppc64-saveres.s
    M lld/test/ELF/relative-dynamic-reloc-pie.s
    M lld/test/ELF/riscv-gp.s
    M lld/test/ELF/riscv-ifunc-nonpreemptible.s
    M lld/test/ELF/separate-segments.s
    M lld/test/ELF/trace-symbols.s
    A lld/test/ELF/verneed-shared.s
    M lld/test/ELF/warn-backrefs.s
    M lld/test/ELF/wrap-dynamic-undef.s
    M lld/test/ELF/wrap-no-real.s
    A lld/test/ELF/wrap-shlib-undefined.s
    M lld/test/ELF/wrap.s
    A lld/test/ELF/x86-64-zrel-zrela.s
    A lld/test/MachO/invalid/order-file-bad-arch.test
    A lld/test/MachO/invalid/order-file-bad-objfile.test
    A lld/test/MachO/order-file.s
    A lld/test/MachO/subsections-section-relocs.s
    A lld/test/MachO/subsections-symbol-relocs.s
    A lld/test/MachO/x86-64-reloc-unsigned.s
    M lld/test/MinGW/driver.test
    R lld/test/wasm/Inputs/call-indirect.ll
    A lld/test/wasm/Inputs/call-indirect.s
    R lld/test/wasm/Inputs/call-ret32.ll
    A lld/test/wasm/Inputs/call-ret32.s
    R lld/test/wasm/Inputs/hello.ll
    A lld/test/wasm/Inputs/hello.s
    R lld/test/wasm/Inputs/hidden.ll
    A lld/test/wasm/Inputs/hidden.s
    R lld/test/wasm/Inputs/import-attributes.ll
    A lld/test/wasm/Inputs/import-attributes.s
    R lld/test/wasm/Inputs/optional-symbol.ll
    A lld/test/wasm/Inputs/optional-symbol.s
    R lld/test/wasm/Inputs/ret32.ll
    A lld/test/wasm/Inputs/ret32.s
    R lld/test/wasm/Inputs/ret64.ll
    A lld/test/wasm/Inputs/ret64.s
    R lld/test/wasm/Inputs/start.ll
    A lld/test/wasm/Inputs/start.s
    R lld/test/wasm/Inputs/strong-symbol.ll
    A lld/test/wasm/Inputs/strong-symbol.s
    R lld/test/wasm/Inputs/weak-symbol1.ll
    A lld/test/wasm/Inputs/weak-symbol1.s
    R lld/test/wasm/Inputs/weak-symbol2.ll
    A lld/test/wasm/Inputs/weak-symbol2.s
    R lld/test/wasm/alias.ll
    A lld/test/wasm/alias.s
    M lld/test/wasm/archive-export.ll
    R lld/test/wasm/archive-no-index.ll
    A lld/test/wasm/archive-no-index.s
    M lld/test/wasm/archive-weak-undefined.ll
    M lld/test/wasm/archive.ll
    R lld/test/wasm/bss-only.ll
    A lld/test/wasm/bss-only.s
    M lld/test/wasm/call-indirect.ll
    M lld/test/wasm/compress-relocs.ll
    M lld/test/wasm/conflict.test
    M lld/test/wasm/data-layout.ll
    M lld/test/wasm/data-segments.ll
    R lld/test/wasm/demangle.ll
    A lld/test/wasm/demangle.s
    M lld/test/wasm/emit-relocs-fpic.s
    M lld/test/wasm/emit-relocs.ll
    R lld/test/wasm/entry-signature.ll
    A lld/test/wasm/entry-signature.s
    M lld/test/wasm/export-empty.test
    R lld/test/wasm/export-optional-lazy.ll
    A lld/test/wasm/export-optional-lazy.test
    M lld/test/wasm/export-table.test
    M lld/test/wasm/fatal-warnings.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/global-base.test
    M lld/test/wasm/growable-table.test
    R lld/test/wasm/import-attribute-mismatch.ll
    A lld/test/wasm/import-attribute-mismatch.s
    M lld/test/wasm/import-memory.test
    M lld/test/wasm/import-table.test
    M lld/test/wasm/invalid-stack-size.test
    M lld/test/wasm/large-memory.test
    M lld/test/wasm/load-undefined.test
    A lld/test/wasm/no-tls.ll
    R lld/test/wasm/no-tls.test
    R lld/test/wasm/optional-symbol.ll
    A lld/test/wasm/optional-symbol.s
    M lld/test/wasm/pic-static.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/responsefile.test
    M lld/test/wasm/shared-needed.ll
    M lld/test/wasm/signature-mismatch-export.ll
    M lld/test/wasm/signature-mismatch-unknown.ll
    M lld/test/wasm/signature-mismatch-weak.ll
    M lld/test/wasm/signature-mismatch.ll
    M lld/test/wasm/stack-first.test
    M lld/test/wasm/strip-all.test
    M lld/test/wasm/strip-debug.test
    R lld/test/wasm/symbol-type-mismatch.ll
    A lld/test/wasm/symbol-type-mismatch.s
    M lld/test/wasm/trace-symbol.ll
    M lld/test/wasm/trace.test
    M lld/test/wasm/undefined-entry.test
    R lld/test/wasm/version.ll
    A lld/test/wasm/version.s
    M lld/test/wasm/visibility-hidden.ll
    M lld/test/wasm/weak-symbols.ll
    M lld/test/wasm/whole-archive.test
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/interface/SBAddress.i
    M lldb/bindings/interface/SBStream.i
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/docs/man/lldb.rst
    M lldb/docs/resources/reproducers.rst
    M lldb/examples/python/crashlog.py
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/Core/PluginManager.h
    R lldb/include/lldb/DataFormatters/Mock.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Utility/Args.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBEnvironment.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    M lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/CMakeLists.txt
    M lldb/source/Utility/ReproducerInstrumentation.cpp
    M lldb/test/API/benchmarks/stepping/TestSteppingSpeed.py
    M lldb/test/API/commands/command/script/TestCommandScript.py
    M lldb/test/API/commands/expression/completion/TestExprCompletion.py
    M lldb/test/API/commands/expression/issue_11588/Test11588.py
    M lldb/test/API/commands/expression/no-deadlock/TestExprDoesntBlock.py
    M lldb/test/API/commands/expression/timeout/TestCallWithTimeout.py
    M lldb/test/API/commands/expression/unwind_expression/TestUnwindExpression.py
    M lldb/test/API/commands/process/attach-resume/TestAttachResume.py
    M lldb/test/API/commands/process/attach/TestProcessAttach.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
    M lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/conditional_break/TestConditionalBreak.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteLoad.py
    M lldb/test/API/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py
    M lldb/test/API/functionalities/gdb_remote_client/TestRestartBug.py
    M lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py
    M lldb/test/API/functionalities/load_unload/TestLoadUnload.py
    M lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values/Makefile
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp
    M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
    A lldb/test/API/functionalities/pointer_num_children/Makefile
    A lldb/test/API/functionalities/pointer_num_children/TestPointerNumChildren.py
    A lldb/test/API/functionalities/pointer_num_children/main.cpp
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
    M lldb/test/API/functionalities/show_location/TestShowLocationDwarf5.py
    M lldb/test/API/functionalities/signal/TestSendSignal.py
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
    A lldb/test/API/functionalities/thread/exit_during_expression/Makefile
    A lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
    A lldb/test/API/functionalities/thread/exit_during_expression/main.c
    M lldb/test/API/functionalities/thread_plan/wrap_step_over.py
    R lldb/test/API/issue_verification/README.txt
    R lldb/test/API/issue_verification/TestExpectedTimeout.py.park
    R lldb/test/API/issue_verification/TestFail.py.park
    R lldb/test/API/issue_verification/TestInvalidDecorator.py.park
    R lldb/test/API/issue_verification/TestRerunFail.py.park
    R lldb/test/API/issue_verification/TestRerunFileLevelTimeout.py.park
    R lldb/test/API/issue_verification/TestRerunInline.py.park
    R lldb/test/API/issue_verification/TestRerunTimeout.py.park
    R lldb/test/API/issue_verification/TestSignal.py.park
    R lldb/test/API/issue_verification/TestSignalOutsideTestMethod.py.park
    R lldb/test/API/issue_verification/TestTimeout.py.park
    R lldb/test/API/issue_verification/disable.py
    R lldb/test/API/issue_verification/enable.py
    R lldb/test/API/issue_verification/inline_rerun_inferior.cpp
    R lldb/test/API/issue_verification/rerun_base.py
    M lldb/test/API/lang/c/register_variables/TestRegisterVariables.py
    M lldb/test/API/lang/cpp/class_types/TestClassTypesDisassembly.py
    M lldb/test/API/lang/cpp/static_methods/TestCPPStaticMethods.py
    M lldb/test/API/lang/cpp/static_methods/main.cpp
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/lang/objc/blocks/TestObjCIvarsInBlocks.py
    M lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py
    M lldb/test/API/lang/objc/foundation/TestSymbolTable.py
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    M lldb/test/API/lang/objc/modules/TestObjCModules.py
    M lldb/test/API/lang/objc/print-obj/TestPrintObj.py
    M lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/macosx/dyld-trie-symbols/TestDyldTrieSymbols.py
    M lldb/test/API/macosx/function-starts/TestFunctionStarts.py
    M lldb/test/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py
    A lldb/test/API/macosx/save_crashlog/Makefile
    A lldb/test/API/macosx/save_crashlog/TestSaveCrashlog.py
    A lldb/test/API/macosx/save_crashlog/main.c
    M lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
    M lldb/test/API/macosx/version_zero/TestGetVersionZeroVersion.py
    M lldb/test/API/python_api/breakpoint/TestBreakpointAPI.py
    M lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
    M lldb/test/API/python_api/disassemble-raw-data/TestDisassembleRawData.py
    M lldb/test/API/python_api/event/TestEvents.py
    M lldb/test/API/python_api/frame/TestFrames.py
    M lldb/test/API/python_api/frame/inlines/TestInlinedFrame.py
    M lldb/test/API/python_api/function_symbol/TestDisasmAPI.py
    M lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
    M lldb/test/API/python_api/hello_world/TestHelloWorld.py
    M lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
    M lldb/test/API/python_api/process/TestProcessAPI.py
    M lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py
    M lldb/test/API/python_api/sbdata/TestSBData.py
    M lldb/test/API/python_api/symbol-context/TestSymbolContext.py
    M lldb/test/API/python_api/target/TestTargetAPI.py
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    M lldb/test/API/python_api/value/change_values/TestChangeValueAPI.py
    M lldb/test/API/python_api/watchpoint/TestSetWatchpoint.py
    M lldb/test/API/source-manager/TestSourceManager.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteAuxvSupport.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteRegisterState.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/test/API/types/AbstractBase.py
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/CMakeLists.txt
    A lldb/test/Shell/Driver/TestHelp.test
    M lldb/test/Shell/Driver/TestPositionalArgs.test
    A lldb/test/Shell/Process/Inputs/true.c
    A lldb/test/Shell/Process/Optimization.test
    A lldb/test/Shell/Process/UnsupportedLanguage.test
    A lldb/test/Shell/ScriptInterpreter/Python/Inputs/sbaddress.py
    A lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-arm.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-parsing.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.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/test/Shell/SymbolFile/DWARF/module-ownership.mm
    M lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test
    M lldb/test/Shell/Unwind/unwind-plan-dwarf-dump.test
    M lldb/test/Shell/lit.cfg.py
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-test/CMakeLists.txt
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/CMakeLists.txt
    M lldb/unittests/DataFormatter/CMakeLists.txt
    R lldb/unittests/DataFormatter/MockTests.cpp
    A lldb/unittests/Instruction/CMakeLists.txt
    A lldb/unittests/Instruction/TestAArch64Emulator.cpp
    A lldb/unittests/Platform/Android/AdbClientTest.cpp
    A lldb/unittests/Platform/Android/CMakeLists.txt
    M lldb/unittests/Platform/CMakeLists.txt
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    M lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-extract.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    A llvm/docs/HowToUpdateDebugInfo.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/MemorySSA.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/UserGuides.rst
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/DAGDeltaAlgorithm.h
    M llvm/include/llvm/ADT/DeltaAlgorithm.h
    M llvm/include/llvm/ADT/DenseMap.h
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/include/llvm/ADT/FoldingSet.h
    M llvm/include/llvm/ADT/ImmutableMap.h
    M llvm/include/llvm/ADT/ImmutableSet.h
    M llvm/include/llvm/ADT/IntervalMap.h
    M llvm/include/llvm/ADT/PointerSumType.h
    M llvm/include/llvm/ADT/PointerUnion.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/ADT/Waymarking.h
    M llvm/include/llvm/ADT/fallible_iterator.h
    M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CaptureTracking.h
    M llvm/include/llvm/Analysis/DDG.h
    M llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
    M llvm/include/llvm/Analysis/DivergenceAnalysis.h
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/LazyValueInfo.h
    M llvm/include/llvm/Analysis/LoopInfo.h
    A llvm/include/llvm/Analysis/ML/InlineFeaturesAnalysis.h
    M llvm/include/llvm/Analysis/MemoryBuiltins.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/include/llvm/Analysis/ObjCARCInstKind.h
    M llvm/include/llvm/Analysis/OrderedInstructions.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    R llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def
    M llvm/include/llvm/BinaryFormat/MsgPackDocument.h
    M llvm/include/llvm/BinaryFormat/MsgPackReader.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineMemOperand.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/PseudoSourceValue.h
    M llvm/include/llvm/CodeGen/ResourcePriorityQueue.h
    M llvm/include/llvm/CodeGen/ScheduleDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
    M llvm/include/llvm/CodeGen/TargetCallingConv.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
    M llvm/include/llvm/DebugInfo/PDB/GenericError.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
    M llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
    M llvm/include/llvm/Demangle/Demangle.h
    A llvm/include/llvm/ExecutionEngine/JITLink/ELF.h
    A llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
    M llvm/include/llvm/ExecutionEngine/ObjectCache.h
    M llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/BasicBlock.h
    M llvm/include/llvm/IR/ConstrainedOps.def
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/GlobalValue.h
    M llvm/include/llvm/IR/GlobalVariable.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/Intrinsics.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsHexagon.td
    M llvm/include/llvm/IR/IntrinsicsHexagonDep.td
    M llvm/include/llvm/IR/IntrinsicsMips.td
    M llvm/include/llvm/IR/IntrinsicsNVVM.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/include/llvm/IR/IntrinsicsSystemZ.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/IntrinsicsXCore.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ProfileSummary.h
    M llvm/include/llvm/IR/RuntimeLibcalls.def
    M llvm/include/llvm/IR/Statepoint.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
    M llvm/include/llvm/Object/ArchiveWriter.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/Object/SymbolicFile.h
    M llvm/include/llvm/Object/XCOFFObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/CMakeLists.txt
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/Compiler.h
    M llvm/include/llvm/Support/FileOutputBuffer.h
    M llvm/include/llvm/Support/FormatAdapters.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/GlobPattern.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/ManagedStatic.h
    M llvm/include/llvm/Support/SpecialCaseList.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/WithColor.h
    M llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetCallingConv.td
    M llvm/include/llvm/Target/TargetIntrinsicInfo.h
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/TextAPI/ELF/TBEHandler.h
    M llvm/include/llvm/TextAPI/MachO/Architecture.h
    M llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
    M llvm/include/llvm/TextAPI/MachO/PackedVersion.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/Inliner.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
    M llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
    A llvm/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopSimplify.h
    A llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LLVMBuild.txt
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    A llvm/lib/Analysis/ML/CMakeLists.txt
    A llvm/lib/Analysis/ML/InlineFeaturesAnalysis.cpp
    A llvm/lib/Analysis/ML/LLVMBuild.txt
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
    M llvm/lib/Analysis/OrderedInstructions.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    R llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/VFABIDemangling.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.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/MsgPackDocument.cpp
    M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.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/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinException.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
    M llvm/lib/CodeGen/DwarfEHPrepare.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/GISelKnownBits.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/HardwareLoops.cpp
    M llvm/lib/CodeGen/InterferenceCache.h
    M llvm/lib/CodeGen/IntrinsicLowering.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LowerEmuTLS.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/MachineCombiner.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineLICM.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/SafeStackColoring.cpp
    M llvm/lib/CodeGen/SafeStackColoring.h
    M llvm/lib/CodeGen/SafeStackLayout.cpp
    M llvm/lib/CodeGen/ScheduleDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/StackColoring.cpp
    M llvm/lib/CodeGen/SwitchLoweringUtils.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TypePromotion.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/Demangle/Demangle.cpp
    M llvm/lib/Demangle/MicrosoftDemangle.cpp
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    A llvm/lib/ExecutionEngine/JITLink/ELF.cpp
    A llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
    M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Globals.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/Instruction.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Module.cpp
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/lib/IR/SafepointIRVerifier.cpp
    M llvm/lib/IR/Statepoint.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/UpdateCompilerUsed.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
    M llvm/lib/MC/MCDwarf.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Passes/LLVMBuild.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/DataExtractor.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/lib/Support/FileOutputBuffer.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/StringRef.cpp
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Target/AArch64/AArch64.h
    M llvm/lib/Target/AArch64/AArch64CallingConvention.td
    M llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    A llvm/lib/Target/AArch64/AArch64InstrGISel.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/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
    A llvm/lib/Target/AArch64/AArch64PostLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/CMakeLists.txt
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
    M llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
    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/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.h
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
    M llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    A llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
    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/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/SIDefines.h
    M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrFormats.td
    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/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
    R llvm/lib/Target/AMDGPU/VIInstructions.td
    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/AMDGPU/VOPInstructions.td
    M llvm/lib/Target/ARC/ARCFrameLowering.cpp
    M llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/BPF/BPFISelLowering.cpp
    M llvm/lib/Target/BPF/BPFInstrInfo.td
    M llvm/lib/Target/BPF/BPFMIPeephole.cpp
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
    M llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
    M llvm/lib/Target/Lanai/LanaiInstrInfo.h
    M llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp
    M llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.h
    M llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
    M llvm/lib/Target/Lanai/LanaiTargetObjectFile.h
    M llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h
    M llvm/lib/Target/Mips/Mips16FrameLowering.cpp
    M llvm/lib/Target/Mips/MipsMachineFunction.cpp
    M llvm/lib/Target/Mips/MipsMachineFunction.h
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
    M llvm/lib/Target/Mips/MipsTargetObjectFile.h
    M llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
    M llvm/lib/Target/PowerPC/P9InstrResources.td
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.h
    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/PPCInstrAltivec.td
    M llvm/lib/Target/PowerPC/PPCInstrHTM.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/PPCLoopInstrFormPrep.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
    M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
    M llvm/lib/Target/Sparc/SparcTargetObjectFile.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/SystemZInstrBuilder.h
    M llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
    M llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
    M llvm/lib/Target/SystemZ/SystemZTDC.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/TargetMachine.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/lib/Target/VE/AsmParser/CMakeLists.txt
    A llvm/lib/Target/VE/AsmParser/LLVMBuild.txt
    A llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/CMakeLists.txt
    M llvm/lib/Target/VE/LLVMBuild.txt
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
    M llvm/lib/Target/VE/VE.td
    M llvm/lib/Target/VE/VECallingConv.td
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEFrameLowering.h
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VERegisterInfo.cpp
    M llvm/lib/Target/VE/VESubtarget.h
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
    M llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/AsmParser/X86Operand.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    M llvm/lib/Target/X86/X86CallingConv.td
    M llvm/lib/Target/X86/X86DiscriminateMemOps.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86IndirectThunks.cpp
    M llvm/lib/Target/X86/X86InstrArithmetic.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.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/X86InstrMMX.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InterleavedAccess.cpp
    M llvm/lib/Target/X86/X86IntrinsicsInfo.h
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/lib/Target/X86/X86MachineFunctionInfo.h
    M llvm/lib/Target/X86/X86PartialReduction.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86SchedBroadwell.td
    M llvm/lib/Target/X86/X86SchedHaswell.td
    M llvm/lib/Target/X86/X86SchedSandyBridge.td
    M llvm/lib/Target/X86/X86SchedSkylakeClient.td
    M llvm/lib/Target/X86/X86SchedSkylakeServer.td
    M llvm/lib/Target/X86/X86Schedule.td
    M llvm/lib/Target/X86/X86ScheduleAtom.td
    M llvm/lib/Target/X86/X86ScheduleBdVer2.td
    M llvm/lib/Target/X86/X86ScheduleBtVer2.td
    M llvm/lib/Target/X86/X86ScheduleSLM.td
    M llvm/lib/Target/X86/X86ScheduleZnver1.td
    M llvm/lib/Target/X86/X86ScheduleZnver2.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/X86TargetMachine.h
    M llvm/lib/Target/X86/X86TargetObjectFile.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/XCoreFrameLowering.cpp
    M llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
    M llvm/lib/Target/XCore/XCoreTargetObjectFile.h
    M llvm/lib/TextAPI/MachO/Architecture.cpp
    M llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
    M llvm/lib/TextAPI/MachO/TextAPIContext.h
    M llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    M llvm/lib/TextAPI/MachO/TextStubCommon.h
    M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
    M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/Inliner.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.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/DataFlowSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
    M llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
    M llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
    M llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp
    M llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h
    M llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
    M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    M llvm/lib/Transforms/Scalar/LoopPredication.cpp
    M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
    M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
    M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
    M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
    M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    A llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
    M llvm/lib/Transforms/Utils/Debugify.cpp
    M llvm/lib/Transforms/Utils/FlattenCFG.cpp
    M llvm/lib/Transforms/Utils/InstructionNamer.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopUnroll.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Utils/LoopVersioning.cpp
    M llvm/lib/Transforms/Utils/LowerSwitch.cpp
    A llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/StripGCRelocates.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/lib/XRay/InstrumentationMap.cpp
    M llvm/test/Analysis/BasicAA/assume-index-positive.ll
    M llvm/test/Analysis/BasicAA/bug.23626.ll
    M llvm/test/Analysis/BranchProbabilityInfo/basic.ll
    M llvm/test/Analysis/CallGraph/non-leaf-intrinsics.ll
    A llvm/test/Analysis/ConstantFolding/vecreduce.ll
    M llvm/test/Analysis/CostModel/AArch64/cast.ll
    A llvm/test/Analysis/CostModel/AArch64/cmp.ll
    M llvm/test/Analysis/CostModel/AArch64/select.ll
    M llvm/test/Analysis/CostModel/ARM/arith-overflow.ll
    M llvm/test/Analysis/CostModel/ARM/arith-ssat.ll
    M llvm/test/Analysis/CostModel/ARM/arith-usat.ll
    M llvm/test/Analysis/CostModel/ARM/cast.ll
    A llvm/test/Analysis/CostModel/ARM/cmps.ll
    R llvm/test/Analysis/CostModel/ARM/icmps.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-add.ll
    M llvm/test/Analysis/CostModel/ARM/select.ll
    A llvm/test/Analysis/CostModel/X86/free-intrinsics.ll
    A llvm/test/Analysis/CostModel/free-intrinsics-datalayout.ll
    A llvm/test/Analysis/CostModel/free-intrinsics-no_info.ll
    M llvm/test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll
    M llvm/test/Analysis/LazyValueAnalysis/invalidation.ll
    A llvm/test/Analysis/ScalarEvolution/depth-limit-overrun.ll
    M llvm/test/Analysis/ScalarEvolution/limit-depth.ll
    M llvm/test/Analysis/StackSafetyAnalysis/ipa-alias.ll
    M llvm/test/Analysis/StackSafetyAnalysis/ipa.ll
    M llvm/test/Analysis/StackSafetyAnalysis/local.ll
    M llvm/test/Analysis/StackSafetyAnalysis/memintrin.ll
    M llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll
    M llvm/test/Assembler/debug-info.ll
    M llvm/test/Assembler/disubrange-empty-array.ll
    M llvm/test/Assembler/invalid-disubrange-count-missing.ll
    M llvm/test/Assembler/thinlto-vtable-summary.ll
    M llvm/test/Bindings/llvm-c/debug_info.ll
    A llvm/test/Bitcode/fortranSubrange.ll
    A llvm/test/Bitcode/fortranSubrangeBackward.ll
    A llvm/test/Bitcode/fortranSubrangeBackward.ll.bc
    M llvm/test/Bitcode/thinlto-alias.ll
    M llvm/test/Bitcode/thinlto-alias2.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph-cast.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
    M llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
    M llvm/test/Bitcode/thinlto-function-summary-originalnames.ll
    M llvm/test/Bitcode/thinlto-function-summary.ll
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-callingconv-ios.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call-weak.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/integration-shuffle-vector.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-blockaddress.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-constant.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-global.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-memcpy-et-al.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-memcpy-with-debug-info.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-s128-div.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-compare.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-store-undef.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/postlegalizercombiner-extending-loads.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-not-really-equiv-insts.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-arith-immed-compare.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-cmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/tbnz-slt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/tbz-sgt.mir
    M llvm/test/CodeGen/AArch64/O0-pipeline.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/AArch64/aarch64_win64cc_vararg.ll
    M llvm/test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll
    A llvm/test/CodeGen/AArch64/arm64-darwin-cc.ll
    M llvm/test/CodeGen/AArch64/arm64-ldxr-stxr.ll
    M llvm/test/CodeGen/AArch64/arm64-neon-copy.ll
    A llvm/test/CodeGen/AArch64/bf16-vector-bitcast.ll
    A llvm/test/CodeGen/AArch64/bf16-vector-shuffle.ll
    A llvm/test/CodeGen/AArch64/bf16.ll
    M llvm/test/CodeGen/AArch64/dllimport.ll
    M llvm/test/CodeGen/AArch64/fadd-combines.ll
    M llvm/test/CodeGen/AArch64/fp16_intrinsic_lane.ll
    A llvm/test/CodeGen/AArch64/large-stack-cmp.ll
    A llvm/test/CodeGen/AArch64/loh-use-between-adrp-add.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-calls.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-sp-mod.ll
    M llvm/test/CodeGen/AArch64/mul_by_elt.ll
    A llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll
    A llvm/test/CodeGen/AArch64/nomerge.ll
    M llvm/test/CodeGen/AArch64/shadow-call-stack.ll
    M llvm/test/CodeGen/AArch64/spillfill-sve.ll
    M llvm/test/CodeGen/AArch64/spillfill-sve.mir
    M llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll
    A llvm/test/CodeGen/AArch64/sve-bad-select.ll
    A llvm/test/CodeGen/AArch64/sve-extract-element.ll
    M llvm/test/CodeGen/AArch64/sve-insert-element.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith-merging.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-fp32.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-fp64.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-int8.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-shifts-merging.ll
    A llvm/test/CodeGen/AArch64/vector-insert-shuffle-cycle.ll
    A llvm/test/CodeGen/AArch64/win64cc-backup-x18.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/flat-scratch-init.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-add.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.pkrtz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmad.ftz.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.mul.u24.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.sin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.sin.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-concat-vectors.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fceil.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fceil.s16.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-fexp2.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fma.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmad.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.v2s16.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-frint.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-frint.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-intrinsic-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-intrinsic-trunc.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-pattern-xor3.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-pattern-xor3.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-phi.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptr-mask.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptrmask.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-uitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-constantexpr.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-inline-asm.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-ptrmask.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-addrspacecast.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-amdgcn.if.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-brcond.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-freeze.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ptrmask.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.setreg.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/localizer.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/zextload.ll
    M llvm/test/CodeGen/AMDGPU/addrspacecast.ll
    M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
    M llvm/test/CodeGen/AMDGPU/bundle-latency.mir
    M llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/clamp-omod-special-case.mir
    M llvm/test/CodeGen/AMDGPU/clamp.ll
    M llvm/test/CodeGen/AMDGPU/cluster-flat-loads.mir
    M llvm/test/CodeGen/AMDGPU/coalescer-subranges-another-copymi-not-live.mir
    M llvm/test/CodeGen/AMDGPU/coalescer-subranges-another-prune-error.mir
    M llvm/test/CodeGen/AMDGPU/coalescer-subreg-join.mir
    M llvm/test/CodeGen/AMDGPU/coalescer-subregjoin-fullcopy.mir
    M llvm/test/CodeGen/AMDGPU/coalescer-with-subregs-bad-identical.mir
    A llvm/test/CodeGen/AMDGPU/coalescing-subreg-was-undef-but-became-def.mir
    M llvm/test/CodeGen/AMDGPU/couldnt-join-subrange-3.mir
    M llvm/test/CodeGen/AMDGPU/dead-lane.mir
    M llvm/test/CodeGen/AMDGPU/debug-value-scheduler-crash.mir
    M llvm/test/CodeGen/AMDGPU/dpp_combine.mir
    M llvm/test/CodeGen/AMDGPU/early-if-convert.ll
    M llvm/test/CodeGen/AMDGPU/endpgm-dce.mir
    M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
    M llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir
    M llvm/test/CodeGen/AMDGPU/fold-imm-f16-f32.mir
    M llvm/test/CodeGen/AMDGPU/fold-immediate-output-mods.mir
    M llvm/test/CodeGen/AMDGPU/fold-vgpr-copy.mir
    M llvm/test/CodeGen/AMDGPU/fp-atomic-to-s_denormmode.mir
    M llvm/test/CodeGen/AMDGPU/hazard-buffer-store-v-interp.mir
    M llvm/test/CodeGen/AMDGPU/hazard-hidden-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hazard-in-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hazard-kill.mir
    M llvm/test/CodeGen/AMDGPU/hazard.mir
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-si-gfx9.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-si-pregfx9.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-si.ll
    M llvm/test/CodeGen/AMDGPU/inline-constraints.ll
    M llvm/test/CodeGen/AMDGPU/insert-waitcnts-callee.mir
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/inserted-wait-states.mir
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.setreg.ll
    M llvm/test/CodeGen/AMDGPU/llvm.sin.ll
    M llvm/test/CodeGen/AMDGPU/madak-inline-constant.mir
    M llvm/test/CodeGen/AMDGPU/mai-hazards.mir
    M llvm/test/CodeGen/AMDGPU/memory_clause.mir
    M llvm/test/CodeGen/AMDGPU/merge-image-load.mir
    M llvm/test/CodeGen/AMDGPU/merge-image-sample.mir
    M llvm/test/CodeGen/AMDGPU/merge-m0.mir
    M llvm/test/CodeGen/AMDGPU/mode-register.mir
    M llvm/test/CodeGen/AMDGPU/movrels-bug.mir
    M llvm/test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
    A llvm/test/CodeGen/AMDGPU/non-entry-alloca.ll
    M llvm/test/CodeGen/AMDGPU/nsa-vmem-hazard.mir
    M llvm/test/CodeGen/AMDGPU/nullptr.ll
    M llvm/test/CodeGen/AMDGPU/omod-nsz-flag.mir
    A llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
    A llvm/test/CodeGen/AMDGPU/pal-userdata-regs.ll
    A llvm/test/CodeGen/AMDGPU/phi-vgpr-input-moveimm.mir
    M llvm/test/CodeGen/AMDGPU/postra-bundle-memops.mir
    M llvm/test/CodeGen/AMDGPU/power-sched-no-instr-sunit.mir
    M llvm/test/CodeGen/AMDGPU/promote-alloca-vector-to-vector.ll
    M llvm/test/CodeGen/AMDGPU/regcoal-subrange-join-seg.mir
    M llvm/test/CodeGen/AMDGPU/regcoal-subrange-join.mir
    M llvm/test/CodeGen/AMDGPU/regcoalesce-prune.mir
    M llvm/test/CodeGen/AMDGPU/regcoalescing-remove-partial-redundancy-assert.mir
    M llvm/test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir
    M llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
    A llvm/test/CodeGen/AMDGPU/s_add_co_pseudo_lowering.mir
    M llvm/test/CodeGen/AMDGPU/sched-assert-onlydbg-value-empty-region.mir
    M llvm/test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
    A llvm/test/CodeGen/AMDGPU/schedule-barrier-fpmode.mir
    M llvm/test/CodeGen/AMDGPU/scratch-simple.ll
    M llvm/test/CodeGen/AMDGPU/sdwa-gfx9.mir
    M llvm/test/CodeGen/AMDGPU/sdwa-ops.mir
    M llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr-gfx10.mir
    M llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr.mir
    M llvm/test/CodeGen/AMDGPU/sdwa-preserve.mir
    M llvm/test/CodeGen/AMDGPU/set-gpr-idx-peephole.mir
    A llvm/test/CodeGen/AMDGPU/shrink-instructions-flags.mir
    M llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/spill-empty-live-interval.mir
    M llvm/test/CodeGen/AMDGPU/spill-wide-sgpr.ll
    A llvm/test/CodeGen/AMDGPU/sroa-before-unroll.ll
    M llvm/test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
    A llvm/test/CodeGen/AMDGPU/trunc-store-i64.ll
    M llvm/test/CodeGen/AMDGPU/twoaddr-fma.mir
    M llvm/test/CodeGen/AMDGPU/twoaddr-mad.mir
    M llvm/test/CodeGen/AMDGPU/v_swap_b32.mir
    M llvm/test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir
    M llvm/test/CodeGen/AMDGPU/vcmpx-permlane-hazard.mir
    M llvm/test/CodeGen/AMDGPU/vmem-to-salu-hazard.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-back-edge-loop.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-overflow.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-permute.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-preexisting.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-vmem-waw.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt.mir
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
    A llvm/test/CodeGen/ARM/nomerge.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-cond-select.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-1.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-2.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-3.ll
    M llvm/test/CodeGen/BPF/32-bit-subreg-peephole.ll
    A llvm/test/CodeGen/BPF/32-bit-subreg-zext.ll
    A llvm/test/CodeGen/Generic/fpoperations.ll
    M llvm/test/CodeGen/Hexagon/early-if-debug.mir
    A llvm/test/CodeGen/MIR/Generic/dbg-value-missing-loc.mir
    M llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir
    M llvm/test/CodeGen/MIR/X86/metadata-operands.mir
    M llvm/test/CodeGen/Mips/cconv/vector.ll
    M llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
    M llvm/test/CodeGen/PowerPC/2009-09-18-carrybit.ll
    M llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
    M llvm/test/CodeGen/PowerPC/CompareEliminationSpillIssue.ll
    A llvm/test/CodeGen/PowerPC/aix-available-externally-linkage.ll
    M llvm/test/CodeGen/PowerPC/aix-calleesavedregs.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-byval-mem.ll
    A llvm/test/CodeGen/PowerPC/aix-csr.ll
    M llvm/test/CodeGen/PowerPC/aix-func-align.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    M llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll
    M llvm/test/CodeGen/PowerPC/aix-reference-func-addr-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-lower-comm.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/aix32-crsave.mir
    M llvm/test/CodeGen/PowerPC/atomics-regression.ll
    M llvm/test/CodeGen/PowerPC/check-cpu.ll
    M llvm/test/CodeGen/PowerPC/crbits.ll
    M llvm/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
    M llvm/test/CodeGen/PowerPC/expand-contiguous-isel.ll
    M llvm/test/CodeGen/PowerPC/expand-isel.ll
    M llvm/test/CodeGen/PowerPC/f128-compare.ll
    M llvm/test/CodeGen/PowerPC/fast-isel-binary.ll
    M llvm/test/CodeGen/PowerPC/fold-remove-li.ll
    M llvm/test/CodeGen/PowerPC/fold-zero.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-minmax.ll
    M llvm/test/CodeGen/PowerPC/fp-strict.ll
    M llvm/test/CodeGen/PowerPC/funnel-shift.ll
    M llvm/test/CodeGen/PowerPC/handle-f16-storage-type.ll
    M llvm/test/CodeGen/PowerPC/htm.ll
    M llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
    M llvm/test/CodeGen/PowerPC/i64_fp_round.ll
    M llvm/test/CodeGen/PowerPC/ifcvt.ll
    M llvm/test/CodeGen/PowerPC/inc-of-add.ll
    A llvm/test/CodeGen/PowerPC/livevars-crash1.mir
    A llvm/test/CodeGen/PowerPC/livevars-crash2.mir
    M llvm/test/CodeGen/PowerPC/loop-instr-form-prepare.ll
    M llvm/test/CodeGen/PowerPC/machine-combiner.ll
    M llvm/test/CodeGen/PowerPC/machine-pre.ll
    M llvm/test/CodeGen/PowerPC/memcmp.ll
    M llvm/test/CodeGen/PowerPC/mul-const.ll
    M llvm/test/CodeGen/PowerPC/noPermuteFormasking.ll
    A llvm/test/CodeGen/PowerPC/nomerge.ll
    M llvm/test/CodeGen/PowerPC/optcmp.ll
    M llvm/test/CodeGen/PowerPC/optimize-andiso.ll
    M llvm/test/CodeGen/PowerPC/pcrel-call-linkage-leaf.ll
    M llvm/test/CodeGen/PowerPC/popcnt-zext.ll
    M llvm/test/CodeGen/PowerPC/ppc-crbits-onoff.ll
    M llvm/test/CodeGen/PowerPC/ppc64-P9-mod.ll
    M llvm/test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
    M llvm/test/CodeGen/PowerPC/ppc64-crsave.mir
    M llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll
    M llvm/test/CodeGen/PowerPC/pr44183.ll
    A llvm/test/CodeGen/PowerPC/pr45186.ll
    A llvm/test/CodeGen/PowerPC/pr45709.ll
    M llvm/test/CodeGen/PowerPC/recipest.ll
    M llvm/test/CodeGen/PowerPC/remove-redundant-load-imm.ll
    M llvm/test/CodeGen/PowerPC/sat-add.ll
    M llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll
    M llvm/test/CodeGen/PowerPC/select_const.ll
    M llvm/test/CodeGen/PowerPC/setcc-logic.ll
    M llvm/test/CodeGen/PowerPC/shift128.ll
    M llvm/test/CodeGen/PowerPC/signbit-shift.ll
    M llvm/test/CodeGen/PowerPC/sms-cpy-1.ll
    M llvm/test/CodeGen/PowerPC/sms-phi-2.ll
    M llvm/test/CodeGen/PowerPC/spe.ll
    M llvm/test/CodeGen/PowerPC/srem-lkk.ll
    M llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
    M llvm/test/CodeGen/PowerPC/stack-guard-reassign.ll
    M llvm/test/CodeGen/PowerPC/stack-realign.ll
    M llvm/test/CodeGen/PowerPC/store-combine.ll
    M llvm/test/CodeGen/PowerPC/sub-of-not.ll
    M llvm/test/CodeGen/PowerPC/subc.ll
    M llvm/test/CodeGen/PowerPC/subreg-postra.ll
    M llvm/test/CodeGen/PowerPC/test_func_desc.ll
    A llvm/test/CodeGen/PowerPC/two-address-crash.mir
    M llvm/test/CodeGen/PowerPC/umulo-128-legalisation-lowering.ll
    M llvm/test/CodeGen/PowerPC/urem-lkk.ll
    M llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll
    M llvm/test/CodeGen/PowerPC/use-cr-result-of-dom-icmp-st.ll
    M llvm/test/CodeGen/PowerPC/vec-min-max.ll
    M llvm/test/CodeGen/PowerPC/vec_absd.ll
    M llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll
    M llvm/test/CodeGen/PowerPC/vsx.ll
    A llvm/test/CodeGen/RISCV/nomerge.ll
    M llvm/test/CodeGen/RISCV/select-optimize-multiple.mir
    M llvm/test/CodeGen/SystemZ/fp-strict-alias.ll
    M llvm/test/CodeGen/SystemZ/fp-strict-cmp-04.ll
    M llvm/test/CodeGen/SystemZ/fp-strict-cmp-05.ll
    M llvm/test/CodeGen/SystemZ/fp-strict-cmps-04.ll
    M llvm/test/CodeGen/SystemZ/fp-strict-cmps-05.ll
    M llvm/test/CodeGen/SystemZ/vec-perm-14.ll
    M llvm/test/CodeGen/SystemZ/vec-strict-conv-02.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/clear-maskedinsts.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/cond-vector-reduce-mve-codegen.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/iv-two-vcmp-reordered.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/iv-two-vcmp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/nested.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-const.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp-in-vpt-2.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir
    A llvm/test/CodeGen/Thumb2/frame-index-addrmode-t2i8s4.mir
    M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
    M llvm/test/CodeGen/Thumb2/mve-vmaxv.ll
    A llvm/test/CodeGen/Thumb2/mve-vmulh.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-extract.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-freeze.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-insert.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-vaarg.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-extract-s96.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-freeze.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-insert.mir
    A llvm/test/CodeGen/VE/alloca.ll
    A llvm/test/CodeGen/VE/alloca_aligned.ll
    M llvm/test/CodeGen/VE/sjlj_except.ll
    M llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
    M llvm/test/CodeGen/WebAssembly/exception.ll
    M llvm/test/CodeGen/WebAssembly/simd-arith.ll
    M llvm/test/CodeGen/WebAssembly/simd-shuffle-bitcast.ll
    M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
    M llvm/test/CodeGen/X86/O0-pipeline.ll
    M llvm/test/CodeGen/X86/O3-pipeline.ll
    A llvm/test/CodeGen/X86/StackColoring-use-between-allocas.mir
    M llvm/test/CodeGen/X86/arg-copy-elide.ll
    M llvm/test/CodeGen/X86/atomic-unordered.ll
    M llvm/test/CodeGen/X86/avx-load-store.ll
    M llvm/test/CodeGen/X86/avx2-arith.ll
    M llvm/test/CodeGen/X86/avx2-masked-gather.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/avx512-vbroadcasti256.ll
    M llvm/test/CodeGen/X86/bmi2-x86_64.ll
    M llvm/test/CodeGen/X86/bmi2.ll
    A llvm/test/CodeGen/X86/branchfolding-ehpad.mir
    A llvm/test/CodeGen/X86/cf-opt-memops.mir
    A llvm/test/CodeGen/X86/clear-bitfield.ll
    M llvm/test/CodeGen/X86/code-model-elf.ll
    A llvm/test/CodeGen/X86/combine-movmsk-avx.ll
    M llvm/test/CodeGen/X86/combine-pmuldq.ll
    M llvm/test/CodeGen/X86/combine-ptest.ll
    M llvm/test/CodeGen/X86/combine-sdiv.ll
    M llvm/test/CodeGen/X86/combine-udiv.ll
    M llvm/test/CodeGen/X86/combineIncDecVector-crash.ll
    A llvm/test/CodeGen/X86/disable-shrink-store.ll
    M llvm/test/CodeGen/X86/dwarf-headers.ll
    M llvm/test/CodeGen/X86/dwarf-split-line-1.ll
    M llvm/test/CodeGen/X86/emutls.ll
    M llvm/test/CodeGen/X86/fast-isel-constpool.ll
    M llvm/test/CodeGen/X86/fcmp-constant.ll
    M llvm/test/CodeGen/X86/fma_patterns.ll
    M llvm/test/CodeGen/X86/fp-intrinsics.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-cmp.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-round.ll
    M llvm/test/CodeGen/X86/fshl.ll
    M llvm/test/CodeGen/X86/fshr.ll
    M llvm/test/CodeGen/X86/hoist-invariant-load.ll
    M llvm/test/CodeGen/X86/i128-mul.ll
    M llvm/test/CodeGen/X86/i1narrowfail.ll
    M llvm/test/CodeGen/X86/indirect-branch-tracking-eh2.ll
    M llvm/test/CodeGen/X86/insert-into-constant-vector.ll
    M llvm/test/CodeGen/X86/lifetime-alias.ll
    M llvm/test/CodeGen/X86/linux-preemption.ll
    M llvm/test/CodeGen/X86/machine-cp-debug.mir
    M llvm/test/CodeGen/X86/madd.ll
    M llvm/test/CodeGen/X86/masked_load.ll
    M llvm/test/CodeGen/X86/mmx-cvt.ll
    M llvm/test/CodeGen/X86/mmx-fold-load.ll
    M llvm/test/CodeGen/X86/movmsk-cmp.ll
    M llvm/test/CodeGen/X86/mulx32.ll
    M llvm/test/CodeGen/X86/mulx64.ll
    M llvm/test/CodeGen/X86/musttail-indirect.ll
    M llvm/test/CodeGen/X86/musttail-thiscall.ll
    M llvm/test/CodeGen/X86/narrow_op-1.ll
    M llvm/test/CodeGen/X86/neg_fp.ll
    A llvm/test/CodeGen/X86/nomerge.ll
    M llvm/test/CodeGen/X86/non-value-mem-operand.mir
    M llvm/test/CodeGen/X86/oddshuffles.ll
    M llvm/test/CodeGen/X86/oddsubvector.ll
    M llvm/test/CodeGen/X86/packss.ll
    M llvm/test/CodeGen/X86/pr18014.ll
    M llvm/test/CodeGen/X86/pr23246.ll
    M llvm/test/CodeGen/X86/pr35636.ll
    M llvm/test/CodeGen/X86/pr38795.ll
    M llvm/test/CodeGen/X86/pr38952.mir
    M llvm/test/CodeGen/X86/pr45443.ll
    M llvm/test/CodeGen/X86/pr45563-2.ll
    A llvm/test/CodeGen/X86/pr45995-2.ll
    A llvm/test/CodeGen/X86/pr45995.ll
    A llvm/test/CodeGen/X86/pr46004.ll
    A llvm/test/CodeGen/X86/preallocated-nocall.ll
    A llvm/test/CodeGen/X86/preallocated-x64.ll
    A llvm/test/CodeGen/X86/preallocated.ll
    M llvm/test/CodeGen/X86/pshufb-mask-comments.ll
    M llvm/test/CodeGen/X86/psubus.ll
    M llvm/test/CodeGen/X86/ret-mmx.ll
    M llvm/test/CodeGen/X86/rotate-extract.ll
    M llvm/test/CodeGen/X86/sad.ll
    M llvm/test/CodeGen/X86/semantic-interposition-comdat.ll
    A llvm/test/CodeGen/X86/semantic-interposition-infer-dsolocal.ll
    M llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
    M llvm/test/CodeGen/X86/srem-seteq-vec-nonsplat.ll
    M llvm/test/CodeGen/X86/stack-clash-dynamic-alloca.ll
    M llvm/test/CodeGen/X86/stack-clash-large.ll
    M llvm/test/CodeGen/X86/stack-clash-medium.ll
    M llvm/test/CodeGen/X86/statepoint-allocas.ll
    M llvm/test/CodeGen/X86/statepoint-gctransition-call-lowering.ll
    M llvm/test/CodeGen/X86/statepoint-invoke.ll
    M llvm/test/CodeGen/X86/statepoint-live-in-remat.ll
    M llvm/test/CodeGen/X86/statepoint-live-in.ll
    M llvm/test/CodeGen/X86/statepoint-regs.ll
    M llvm/test/CodeGen/X86/statepoint-stack-usage.ll
    M llvm/test/CodeGen/X86/statepoint-stackmap-format.ll
    M llvm/test/CodeGen/X86/statepoint-uniqueing.ll
    M llvm/test/CodeGen/X86/statepoint-vector.ll
    M llvm/test/CodeGen/X86/tail-call-mutable-memarg.ll
    M llvm/test/CodeGen/X86/tls.ll
    M llvm/test/CodeGen/X86/vec-strict-128.ll
    M llvm/test/CodeGen/X86/vec-strict-256.ll
    M llvm/test/CodeGen/X86/vec-strict-512.ll
    M llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
    M llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll
    M llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll
    M llvm/test/CodeGen/X86/vec-strict-round-128.ll
    M llvm/test/CodeGen/X86/vec_insert-7.ll
    M llvm/test/CodeGen/X86/vec_saddo.ll
    M llvm/test/CodeGen/X86/vec_set-A.ll
    M llvm/test/CodeGen/X86/vec_shift2.ll
    M llvm/test/CodeGen/X86/vec_smulo.ll
    M llvm/test/CodeGen/X86/vec_ssubo.ll
    M llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics-flags.ll
    M llvm/test/CodeGen/X86/vector-fshl-128.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-128.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-128.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-128.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-half-conversions.ll
    M llvm/test/CodeGen/X86/vector-lzcnt-128.ll
    M llvm/test/CodeGen/X86/vector-narrow-binop.ll
    M llvm/test/CodeGen/X86/vector-reduce-mul.ll
    M llvm/test/CodeGen/X86/vector-rotate-128.ll
    M llvm/test/CodeGen/X86/vector-rotate-256.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-128.ll
    M llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
    M llvm/test/CodeGen/X86/vector-shift-lshr-128.ll
    M llvm/test/CodeGen/X86/vector-shift-lshr-256.ll
    M llvm/test/CodeGen/X86/vector-shift-shl-256.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v32.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v64.ll
    M llvm/test/CodeGen/X86/vector-shuffle-512-v8.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx512f.ll
    M llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
    M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
    M llvm/test/CodeGen/X86/vector-tzcnt-128.ll
    M llvm/test/DebugInfo/Generic/version.ll
    A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-indirect-param-with-offset.mir
    A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-indirect-param.mir
    M llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir
    A llvm/test/DebugInfo/MIR/X86/live-debug-values-cutoffs.mir
    A llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
    A llvm/test/DebugInfo/MIR/X86/mlicm-hoist-pre-regalloc.mir
    R llvm/test/DebugInfo/MIR/X86/mlicm-hoist.mir
    A llvm/test/DebugInfo/MIR/X86/mlicm-sink.mir
    M llvm/test/DebugInfo/Mips/eh_frame.ll
    M llvm/test/DebugInfo/NVPTX/debug-addr-class.ll
    M llvm/test/DebugInfo/NVPTX/debug-info.ll
    A llvm/test/DebugInfo/X86/dbg-value-funcarg3.ll
    A llvm/test/DebugInfo/X86/debug-macro-dwo.ll
    A llvm/test/DebugInfo/X86/debug-macro-strp-dwo.s
    A llvm/test/DebugInfo/X86/debug-macro-strx-dwo.s
    M llvm/test/DebugInfo/X86/debug-macro-v5.ll
    M llvm/test/DebugInfo/X86/default-subrange-array.ll
    M llvm/test/DebugInfo/X86/dwarfdump-debug-loclists-error-cases.s
    M llvm/test/DebugInfo/X86/dwarfdump-header-64.s
    M llvm/test/DebugInfo/X86/dwarfdump-header.s
    A llvm/test/DebugInfo/X86/eh-frame-truncated.s
    M llvm/test/DebugInfo/X86/gnu-public-names-gmlt.ll
    M llvm/test/DebugInfo/X86/gnu-public-names-tu.ll
    M llvm/test/DebugInfo/X86/gnu-public-names.ll
    M llvm/test/DebugInfo/X86/nondefault-subrange-array.ll
    A llvm/test/DebugInfo/cDefaultLower.ll
    M llvm/test/DebugInfo/dwarfdump-pubnames.test
    M llvm/test/DebugInfo/dwarfdump-type-units.test
    M llvm/test/DebugInfo/dwarfdump-zlib.test
    A llvm/test/DebugInfo/fortranDefaultLower.ll
    A llvm/test/DebugInfo/fortranSubrangeExpr.ll
    A llvm/test/DebugInfo/fortranSubrangeInt.ll
    A llvm/test/DebugInfo/fortranSubrangeVar.ll
    M llvm/test/DebugInfo/typeunit-header.test
    A llvm/test/Demangle/warn-trailing.test
    M llvm/test/ExecutionEngine/Interpreter/intrinsics.ll
    A llvm/test/ExecutionEngine/JITLink/X86/ELF_x86-64_relocations.s
    M llvm/test/FileCheck/numeric-expression.txt
    M llvm/test/MC/AMDGPU/gfx10_asm_all.s
    M llvm/test/MC/AMDGPU/mai.s
    M llvm/test/MC/AMDGPU/vop2.s
    M llvm/test/MC/AMDGPU/vop3.s
    M llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
    M llvm/test/MC/AsmParser/macro-same-context.ll
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
    M llvm/test/MC/Disassembler/AMDGPU/vop2_vi.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-p8htm.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding.txt
    A llvm/test/MC/Hexagon/c4_newval.s
    A llvm/test/MC/Hexagon/multiple-pc4.s
    M llvm/test/MC/MachO/gen-dwarf.s
    M llvm/test/MC/PowerPC/htm.s
    M llvm/test/MC/PowerPC/ppc64-encoding-vmx.s
    M llvm/test/MC/PowerPC/ppc64-encoding.s
    M llvm/test/MC/PowerPC/ppc64-operands.s
    A llvm/test/MC/VE/LEA.s
    A llvm/test/MC/VE/lit.local.cfg
    M llvm/test/MC/WebAssembly/dwarfdump.ll
    M llvm/test/MC/WebAssembly/reloc-pic.s
    M llvm/test/MC/WebAssembly/simd-encodings.s
    M llvm/test/MC/X86/avx512-err.s
    M llvm/test/MC/X86/x86-64.s
    A llvm/test/MachineVerifier/test_g_ptrmask.mir
    M llvm/test/Object/X86/obj2yaml-dup-section-name.s
    M llvm/test/ObjectYAML/MachO/DWARF-pubsections.yaml
    M llvm/test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml
    M llvm/test/ObjectYAML/MachO/sections.yaml
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-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/opt-pipeline-vector-passes.ll
    A llvm/test/Other/print-cfg-sccs.ll
    M llvm/test/SafepointIRVerifier/basic-use-after-reloc.ll
    M llvm/test/SafepointIRVerifier/compares.ll
    M llvm/test/SafepointIRVerifier/constant-bases.ll
    M llvm/test/SafepointIRVerifier/unreachable-block-tolerant.ll
    M llvm/test/SafepointIRVerifier/unrecorded-live-at-sp.ll
    M llvm/test/SafepointIRVerifier/uses-in-phi-nodes.ll
    A llvm/test/Support/interrupts.test
    A llvm/test/TableGen/AliasAsmString.td
    M llvm/test/TableGen/GlobalISelEmitter-SDNodeXForm-timm.td
    M llvm/test/TableGen/GlobalISelEmitter-immarg-literal-pattern.td
    M llvm/test/TableGen/immarg.td
    M llvm/test/ThinLTO/X86/distributed_indexes.ll
    M llvm/test/Transforms/Attributor/value-simplify.ll
    A llvm/test/Transforms/CanonicalizeFreezeInLoops/aarch64.ll
    A llvm/test/Transforms/CanonicalizeFreezeInLoops/func_from_mcf_r.ll
    A llvm/test/Transforms/CanonicalizeFreezeInLoops/nonsteps-preserve-flags.ll
    A llvm/test/Transforms/CanonicalizeFreezeInLoops/onephi.ll
    A llvm/test/Transforms/CanonicalizeFreezeInLoops/phis.ll
    M llvm/test/Transforms/DeadArgElim/dbginfo-preserve-dbgloc.ll
    M llvm/test/Transforms/DeadArgElim/keepalive.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/atomic.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-multipath.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll
    A llvm/test/Transforms/DeadStoreElimination/MSSA/noop-stores.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple-todo.ll
    M llvm/test/Transforms/DeadStoreElimination/simple.ll
    M llvm/test/Transforms/FunctionAttrs/readattrs.ll
    M llvm/test/Transforms/GVN/PRE/load-pre-licm.ll
    M llvm/test/Transforms/GVN/PRE/pre-load.ll
    M llvm/test/Transforms/GlobalOpt/fastcc.ll
    M llvm/test/Transforms/HardwareLoops/ARM/calls.ll
    M llvm/test/Transforms/HardwareLoops/ARM/do-rem.ll
    M llvm/test/Transforms/HardwareLoops/ARM/fp-emulation.ll
    M llvm/test/Transforms/HardwareLoops/ARM/simple-do.ll
    M llvm/test/Transforms/HardwareLoops/ARM/structure.ll
    M llvm/test/Transforms/HardwareLoops/scalar-while.ll
    M llvm/test/Transforms/IndVarSimplify/lftr.ll
    A llvm/test/Transforms/IndVarSimplify/pr45835.ll
    A llvm/test/Transforms/InferAddressSpaces/AMDGPU/ptrmask.ll
    A llvm/test/Transforms/InstCombine/AArch64/sve-bitcast.ll
    M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
    A llvm/test/Transforms/InstCombine/AMDGPU/ldexp.ll
    M llvm/test/Transforms/InstCombine/add.ll
    A llvm/test/Transforms/InstCombine/call-cast-target-preallocated.ll
    M llvm/test/Transforms/InstCombine/call-guard.ll
    M llvm/test/Transforms/InstCombine/double-float-shrink-2.ll
    M llvm/test/Transforms/InstCombine/float-shrink-compare.ll
    M llvm/test/Transforms/InstCombine/fptrunc.ll
    M llvm/test/Transforms/InstCombine/fsub.ll
    M llvm/test/Transforms/InstCombine/insert-extract-shuffle.ll
    M llvm/test/Transforms/InstCombine/masked_intrinsics.ll
    M llvm/test/Transforms/InstCombine/overflow.ll
    M llvm/test/Transforms/InstCombine/pow-exp.ll
    M llvm/test/Transforms/InstCombine/select.ll
    M llvm/test/Transforms/InstCombine/sink_to_unreachable.ll
    M llvm/test/Transforms/InstCombine/sub-of-negatible.ll
    M llvm/test/Transforms/InstCombine/sub.ll
    M llvm/test/Transforms/InstCombine/token.ll
    M llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
    M llvm/test/Transforms/InstNamer/basic.ll
    M llvm/test/Transforms/InstSimplify/known-never-nan.ll
    M llvm/test/Transforms/InstSimplify/round-intrinsics.ll
    M llvm/test/Transforms/InterleavedAccess/X86/interleaved-accesses-64bits-avx.ll
    M llvm/test/Transforms/InterleavedAccess/X86/interleavedLoad.ll
    M llvm/test/Transforms/InterleavedAccess/X86/interleavedStore.ll
    M llvm/test/Transforms/LICM/hoist-deref-load.ll
    M llvm/test/Transforms/LICM/hoist-round.ll
    A llvm/test/Transforms/LoopUnroll/FullUnroll.ll
    A llvm/test/Transforms/LoopUnroll/nonlatchcondbr.ll
    A llvm/test/Transforms/LoopUnrollAndJam/innerloop.ll
    M llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll
    M llvm/test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll
    M llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll
    M llvm/test/Transforms/LoopVectorize/X86/load-deref-pred.ll
    M llvm/test/Transforms/LoopVectorize/X86/optsize.ll
    M llvm/test/Transforms/LoopVectorize/X86/reduction-fastmath.ll
    M llvm/test/Transforms/LoopVectorize/X86/tail_loop_folding.ll
    M llvm/test/Transforms/LoopVectorize/float-minmax-instruction-flag.ll
    M llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll
    M llvm/test/Transforms/LoopVectorize/intrinsic.ll
    A llvm/test/Transforms/LoopVectorize/memdep-fold-tail.ll
    A llvm/test/Transforms/LoopVectorize/tail-folding-vectorization-factor-1.ll
    A llvm/test/Transforms/LowerMatrixIntrinsics/transpose-double-row-major.ll
    A llvm/test/Transforms/LowerMatrixIntrinsics/transpose-float-row-major.ll
    A llvm/test/Transforms/LowerMatrixIntrinsics/transpose-i32-row-major.ll
    M llvm/test/Transforms/OpenMP/add_attributes.ll
    M llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext
    M llvm/test/Transforms/PGOProfile/chr.ll
    M llvm/test/Transforms/PGOProfile/cspgo_profile_summary.ll
    M llvm/test/Transforms/PGOProfile/memop_size_annotation.ll
    M llvm/test/Transforms/PGOProfile/memop_size_opt.ll
    M llvm/test/Transforms/PGOProfile/unreachable_bb.ll
    M llvm/test/Transforms/PhaseOrdering/X86/addsub.ll
    A llvm/test/Transforms/PhaseOrdering/X86/horiz-math.ll
    A llvm/test/Transforms/PhaseOrdering/X86/scalarization.ll
    A llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll
    M llvm/test/Transforms/PhaseOrdering/X86/vector-reductions.ll
    M llvm/test/Transforms/PhaseOrdering/reassociate-after-unroll.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/basic.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/basics.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/preprocess.ll
    A llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector-2.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector.ll
    M llvm/test/Transforms/SCCP/constant-range-struct.ll
    A llvm/test/Transforms/SCCP/ipsccp-cycles.ll
    M llvm/test/Transforms/SCCP/resolvedundefsin-tracked-fn.ll
    M llvm/test/Transforms/SCCP/widening.ll
    M llvm/test/Transforms/SLPVectorizer/AArch64/spillcost-di.ll
    M llvm/test/Transforms/SLPVectorizer/AArch64/transpose.ll
    M llvm/test/Transforms/SLPVectorizer/X86/alternate-fp.ll
    M llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll
    M llvm/test/Transforms/SLPVectorizer/X86/crash_scheduling.ll
    M llvm/test/Transforms/SLPVectorizer/X86/hadd.ll
    M llvm/test/Transforms/SLPVectorizer/X86/hsub.ll
    M llvm/test/Transforms/SLPVectorizer/X86/load-merge.ll
    M llvm/test/Transforms/SLPVectorizer/X86/scheduling.ll
    A llvm/test/Transforms/SLPVectorizer/X86/vec_list_bias.ll
    A llvm/test/Transforms/SROA/phi-gep.ll
    A llvm/test/Transforms/SROA/select-gep.ll
    M llvm/test/Transforms/SafeStack/X86/debug-loc2.ll
    A llvm/test/Transforms/SimpleLoopUnswitch/dead-blocks-uses-in-unreachablel-blocks.ll
    M llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
    M llvm/test/Transforms/SimplifyCFG/merge-cond-stores.ll
    M llvm/test/Transforms/StructurizeCFG/bug36015.ll
    A llvm/test/Transforms/StructurizeCFG/interleaved-loop-order.ll
    M llvm/test/Transforms/StructurizeCFG/loop-multiple-exits.ll
    A llvm/test/Transforms/StructurizeCFG/nested-loop-subregion.ll
    M llvm/test/Transforms/StructurizeCFG/one-loop-multiple-backedges.ll
    M llvm/test/Transforms/StructurizeCFG/post-order-traversal-bug.ll
    M llvm/test/Transforms/StructurizeCFG/workarounds/needs-fr-ule.ll
    M llvm/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
    M llvm/test/Transforms/TailCallElim/basic.ll
    M llvm/test/Transforms/TailCallElim/reorder_load.ll
    M llvm/test/Transforms/Util/flattencfg.ll
    M llvm/test/Transforms/Util/strip-gc-relocates.ll
    A llvm/test/Transforms/VectorCombine/X86/insert-binop-with-constant.ll
    A llvm/test/Verifier/disubrange-count-upperBound.ll
    A llvm/test/Verifier/disubrange-missing-upperBound.ll
    A llvm/test/Verifier/get-active-lane-mask.ll
    A llvm/test/Verifier/invalid-disubrange-lowerBound.ll
    A llvm/test/Verifier/invalid-disubrange-stride.ll
    A llvm/test/Verifier/invalid-disubrange-upperBound.ll
    M llvm/test/Verifier/preallocated-invalid.ll
    M llvm/test/Verifier/preallocated-valid.ll
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll.funcsig.expected
    M llvm/test/tools/dsymutil/ARM/obfuscated.test
    M llvm/test/tools/dsymutil/Inputs/Info.plist
    M llvm/test/tools/dsymutil/X86/basic-linking-x86.test
    M llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test

  Log Message:
  -----------
  [DPWBS-1493] Merge upstream branch 'master' into htc/master

The following files needed to be touched for merge-conflict resolution:

compiler-rt/cmake/builtin-config-idx.cmake  dedaf3a2ac59548c70a0d54da7267bbb082782c0
llvm/include/llvm/module.modulemap          8cec5c35816d80852bef917ed8a3002fcc5961b0

The following files needed to be touched due to changes upstream:

TriCoreMCTargetDesc.cpp  7e49dc6184ef3baf421a5bb0190466cbb1a87785
TriCoreFrameLowering.cpp 7e49dc6184ef3baf421a5bb0190466cbb1a87785
                         0840d725c4e7c98bb440db7b886054525be6ddf1
TriCoreLegalizerInfo.cpp 8bc03d2168241f7b12265e9cd7e4eb7655709f34

The following XFAIL tests were promoted to normal tests:

xfail-legalize-extract-s96.mir 052c962ced71c5130d709186b78c37a4adc59d66
xfail-legalize-freeze.mir      052c962ced71c5130d709186b78c37a4adc59d66
xfail-legalize-insert.mir      052c962ced71c5130d709186b78c37a4adc59d66

The following test, while still invalid, can now be legalized due to better combines available from upstream and is promoted to a normal test:

legalize-unmerge-values-invalid.mir 052c962ced71c5130d709186b78c37a4adc59d66

The following tests needed their checks updated due to upstream changes:

legalize-load-store.mir     052c962ced71c5130d709186b78c37a4adc59d66
legalize-unmerge-values.mir 052c962ced71c5130d709186b78c37a4adc59d66
legalize-vaarg.mir          8bc03d2168241f7b12265e9cd7e4eb7655709f34

The following test was added with the given commit and was changed to reflect the naming in our downstream project:

file-header-machine-types.test 5921782f744deffb5f5bfd96f6a7932a4ff75666

Related to the test above, an inconsistency in the spelling on TriCore was fixed in ELFDumper.cpp


  Commit: 4a909cb32e312bb5414320fe9a8dc882d7ce559a
      https://github.com/llvm/llvm-project/commit/4a909cb32e312bb5414320fe9a8dc882d7ce559a
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/HighTec.cpp
    M clang/lib/Driver/ToolChains/HighTec.h
    A clang/test/Driver/hightec.cpp

  Log Message:
  -----------
  [DPWBS-1495] Add default c++ include paths


  Commit: dbe61bce700a6320ac476bb438f2b6ea9375aca0
      https://github.com/llvm/llvm-project/commit/dbe61bce700a6320ac476bb438f2b6ea9375aca0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-atomic-load-store.mir

  Log Message:
  -----------
  [DPWBS-765] feat(InstructionSelector): add support for acquire-load, release-store

Acquire-load and release-store semantics can be achieved by adding
a memory synchronization barrier (DSYNC) after (before resp.) the
memory operation. See the LLVM LangRef manual on atomic orderings
for details.

Add atomic load/store selection test.


  Commit: 9474609a2a602b4accc676bc599a722abe1b84eb
      https://github.com/llvm/llvm-project/commit/9474609a2a602b4accc676bc599a722abe1b84eb
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/test/MC/TriCore/common-fixups-symbol-invalid.s
    M llvm/test/MC/TriCore/common-fixups-symbol-valid.s
    M llvm/test/MC/TriCore/operands-invalid.s
    A llvm/test/MC/TriCore/xfail-common-fixups-symbol-invalid.s

  Log Message:
  -----------
  [DPWBS-1421] Add support for fixup resolution of SBR-form instruction


  Commit: bbf7b1b8de974fe7b72fe0651393f624ac9b583f
      https://github.com/llvm/llvm-project/commit/bbf7b1b8de974fe7b72fe0651393f624ac9b583f
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreInstrCompression.h
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp

  Log Message:
  -----------
  [DPWBS-1466] Adding uncompressInstruction function


  Commit: a01183db456e4d72c7677526b28a66d45ef997a2
      https://github.com/llvm/llvm-project/commit/a01183db456e4d72c7677526b28a66d45ef997a2
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrCompressPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    M llvm/lib/Target/TriCore/Utils/TriCoreBaseInfo.h
    M llvm/test/CodeGen/TriCore/verify-imms.mir
    M llvm/test/MC/TriCore/operands-invalid.s

  Log Message:
  -----------
  [DPWBS-1466] Adding new operand uimm4_sym


  Commit: 986f8a7f5b8a1228cc96465990f2f823be8ba625
      https://github.com/llvm/llvm-project/commit/986f8a7f5b8a1228cc96465990f2f823be8ba625
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp

  Log Message:
  -----------
  [DPWBS-1466] Fix the problem with the `.code32` directive not being honored by the way we currently do compression


  Commit: d44f27c43f1e0702c364a93ed4fcd90283e7f742
      https://github.com/llvm/llvm-project/commit/d44f27c43f1e0702c364a93ed4fcd90283e7f742
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    M llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x-compressed.mir
    M llvm/test/MC/TriCore/common-fixups-symbol-invalid.s
    M llvm/test/MC/TriCore/common-fixups-symbol-valid.s
    M llvm/test/MC/TriCore/operands-invalid.s

  Log Message:
  -----------
  [DPWBS-1466] Add fixup support for 16 bit instruction formats


  Commit: 9378a4d84973abfcf904a395fd25b237de46ccb3
      https://github.com/llvm/llvm-project/commit/9378a4d84973abfcf904a395fd25b237de46ccb3
  Author: David Ferenc Szabo <david.szabo at hightec-rt.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    M llvm/test/MC/TriCore/absolute-value-absolute-difference.s
    M llvm/test/MC/TriCore/accumulating-bit-operations-valid.s
    M llvm/test/MC/TriCore/address-comparison-valid.s
    M llvm/test/MC/TriCore/bit-field-extract-insert-valid.s
    M llvm/test/MC/TriCore/cache-valid.s
    M llvm/test/MC/TriCore/check-instructions-valid.s
    M llvm/test/MC/TriCore/conditional-arithmetic-instructions-valid.s
    M llvm/test/MC/TriCore/conditional-branch-valid.s
    M llvm/test/MC/TriCore/context-loading-and-storing-valid.s
    M llvm/test/MC/TriCore/count-leading-zeros-valid.s
    M llvm/test/MC/TriCore/fast-call-valid.s
    M llvm/test/MC/TriCore/floating-point-conversion-valid.s
    M llvm/test/MC/TriCore/floating-point-operations-valid.s
    M llvm/test/MC/TriCore/lower-context-saving-and-restoring-valid.s
    M llvm/test/MC/TriCore/min-max-sature.s
    M llvm/test/MC/TriCore/miscellaneous-bit-operations-valid.s
    M llvm/test/MC/TriCore/multiply-and-multiply-add-valid.s
    M llvm/test/MC/TriCore/q-format-multiply-add-subtract-valid.s
    M llvm/test/MC/TriCore/store-bit-and-bit-field-valid.s
    M llvm/test/MC/TriCore/system-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1486] Add disassembly support for all opcodes


  Commit: b9037c02c622761c7fc521aa592b209dee751511
      https://github.com/llvm/llvm-project/commit/b9037c02c622761c7fc521aa592b209dee751511
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp-fold-imm.mir

  Log Message:
  -----------
  [DPWBS-1363] Fold immediate into compare instruction if possible


  Commit: 1a8bed193ee7be1517c968f9fd60e2bae7ca703f
      https://github.com/llvm/llvm-project/commit/1a8bed193ee7be1517c968f9fd60e2bae7ca703f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.cpp
    M clang/test/Preprocessor/tricore-defines.c

  Log Message:
  -----------
  [DPWBS-765] fix(TriCore): set __TRICORE_CORE__ of tc18 to 0x180 to match tricore-gcc

tricore-gcc sets the __TRICORE_CORE__ macro to 0x180 for TC18. To be
compatible with gcc, change the value from 0x18 to 0x180 to match the
behavior.

Update affected tests


  Commit: 749d2e29a342765d5f0c67958045991db8ef4c3b
      https://github.com/llvm/llvm-project/commit/749d2e29a342765d5f0c67958045991db8ef4c3b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreISelLowering.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/translate-exceptions.ll

  Log Message:
  -----------
  [DPWBS-765] feat(ISelLowering): implement getExceptionPointer/SelectorRegister

Define the registers to use as the exception pointer and exception
selector registers. As per the normal calling convention, these are
$a4 and $d4.


  Commit: 9c515bcb148ad7cf2f99dca6646daefc8be73ab5
      https://github.com/llvm/llvm-project/commit/9c515bcb148ad7cf2f99dca6646daefc8be73ab5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/math.h
    A libcxx/include/support/dinkum/xlocale.h
    M libcxx/src/locale.cpp

  Log Message:
  -----------
  [DPWBS-765] feat(libcxx): add Dinkum/TriCore support for libcxx

Add Dinkum specific locale support
Change include order in math.h to support Dinkum libc


  Commit: f2b1691080be7334b81d98b7cae76b53107ce1c4
      https://github.com/llvm/llvm-project/commit/f2b1691080be7334b81d98b7cae76b53107ce1c4
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M libcxx/include/__config
    M libcxx/src/random.cpp

  Log Message:
  -----------
  [DPWBS-765] feat(libcxx): add TriCore support for random device

Use a modified implementation of `getentropy` since TriCore does not
provide a filesystem nor a non-deterministic hardware device.
Since TriCore also does not provide a `sys/random.h` header, which
is required for the `getentropy` declaration, use an `extern "C"`
declaration instead. Also, don't require the token to be `/dev/urandom`


  Commit: 5e3b874dbce4eed3b1e260d2d8a30cdffd85e771
      https://github.com/llvm/llvm-project/commit/5e3b874dbce4eed3b1e260d2d8a30cdffd85e771
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M libcxx/src/include/config_elast.h

  Log Message:
  -----------
  [DPWBS-765] feat(libcxx): add ELAST config for _HAS_DINKUM_CLIB.

The Dinkum C library can handle unknown error numbers.
Therefore, defining ELAST is not required.


  Commit: 9c81e70ae0a8b3a084f9ebe3734487c683ee7fb4
      https://github.com/llvm/llvm-project/commit/9c81e70ae0a8b3a084f9ebe3734487c683ee7fb4
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M libcxx/include/__locale
    M libcxx/src/locale.cpp

  Log Message:
  -----------
  [DPWBS-765] feat(libcxx): add locale support for _HAS_DINKUM_LIBC

Dinkum libc handles ctype differently and therefore requires
its own handling in libcxx.


  Commit: 9613ba050b96190794ac260f50aeb43f243c6c01
      https://github.com/llvm/llvm-project/commit/9613ba050b96190794ac260f50aeb43f243c6c01
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M libcxx/include/__config

  Log Message:
  -----------
  [DPWBS-765] fix(libcxx): define _LIBCPP_HAS_NO_OFF_T_FUNCTIONS if __HIGHTEC__ is defined


  Commit: c3391987e3fb65e28730e2e2082cd9c01395dba4
      https://github.com/llvm/llvm-project/commit/c3391987e3fb65e28730e2e2082cd9c01395dba4
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-blockaddress.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-blockaddress.mir

  Log Message:
  -----------
  [GlobalISel] Add missing properties to G_BRINDIRECT, G_BRJT

Add `isBarrier`, `isIndirectBranch` to `G_BRINDIRECT` and `G_BRJT`.
Without these, `MachineInstr.isConditionalBranch()` was giving a
false-positive for those instructions.


  Commit: c565bed49cd208e69f0a60058688514a3155f7df
      https://github.com/llvm/llvm-project/commit/c565bed49cd208e69f0a60058688514a3155f7df
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M llvm/utils/UpdateTestChecks/asm.py

  Log Message:
  -----------
  [DPWBS-765] feat(Utils): add TriCore support to update_foo_test_checks.py


  Commit: 315d830a747becc82885952348fda6ad73557041
      https://github.com/llvm/llvm-project/commit/315d830a747becc82885952348fda6ad73557041
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-jump-table-brjt.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-default.mir.bak
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-jump-table-brjt.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-jump-table-brjt-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-jump-table-brjt.mir
    M llvm/test/CodeGen/TriCore/jump-table-placement.mir
    M llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x-compressed.mir
    M llvm/test/CodeGen/TriCore/lower-jump-table-pic-tc16x.mir
    M llvm/test/CodeGen/TriCore/lower-jump-table.mir

  Log Message:
  -----------
  [DPWBS-765] test(Utils) fix jump table tests

The jump table tests were utterly broken in regards to the IR and MIR.
Fix the tests an re-generate the test checks.


  Commit: fe65a8e237ab7a1d0588d4c0d843c3f90cf6f4eb
      https://github.com/llvm/llvm-project/commit/fe65a8e237ab7a1d0588d4c0d843c3f90cf6f4eb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/TriCore/analyze-branch.mir
    M llvm/test/CodeGen/TriCore/trivial-compressions.mir
    A llvm/test/CodeGen/TriCore/xfail-analyze-branch.ll

  Log Message:
  -----------
  [DPWBS-765] feat(InstrInfo): implement `analyzeBranch`, `insertBranch`, `removeBranch`

Add tests for branch analysis

Add XFAIL test for branch analysis with branch-weights


  Commit: 50098e37e5eba61be85865105e4b47efaaa3f31a
      https://github.com/llvm/llvm-project/commit/50098e37e5eba61be85865105e4b47efaaa3f31a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M libcxx/test/support/platform_support.h

  Log Message:
  -----------
  [DPWBS-765] fix(libcxx): add dinkum specific code in platform_support.h


  Commit: 6acedf031bb1de260f01191324fe334065a43ca7
      https://github.com/llvm/llvm-project/commit/6acedf031bb1de260f01191324fe334065a43ca7
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M clang/test/CodeGen/c11atomics-ios.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/x86-atomic-long_double.c
    M clang/test/CodeGenCXX/pod-member-memcpys.cpp
    M clang/test/CodeGenCXX/pr20897.cpp
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/test/Transforms/MemCpyOpt/form-memset.ll

  Log Message:
  -----------
  [IRBuilder] Use preferred target type for len argument of memory intrinsic functions

Differential revision: https://reviews.llvm.org/D76283


  Commit: 4454217f248711ce1dc23f9d42724b9f4b458496
      https://github.com/llvm/llvm-project/commit/4454217f248711ce1dc23f9d42724b9f4b458496
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/test/Driver/Inputs/basic_htc_tree/tricore/lib/tc161/.keep
    A clang/test/Driver/Inputs/basic_htc_tree/tricore/lib/tc162/.keep
    A clang/test/Driver/Inputs/basic_htc_tree/tricore/lib/tc18/.keep
    M clang/test/Driver/hightec.c

  Log Message:
  -----------
  [DPWBS-1496] Add default library search paths


  Commit: dcc62432f60cc3f0bb706363a0cc26c586ac9b78
      https://github.com/llvm/llvm-project/commit/dcc62432f60cc3f0bb706363a0cc26c586ac9b78
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp

  Log Message:
  -----------
  [DPWBS-1465] Add fixup support for BOL format


  Commit: 2cb41d8842f435ca84ff0259dd9c685b5e73da59
      https://github.com/llvm/llvm-project/commit/2cb41d8842f435ca84ff0259dd9c685b5e73da59
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.h

  Log Message:
  -----------
  [DPWBS-1465] Add symbol operand prefixes support for BOL format


  Commit: 35931e9f724b975b7a30fe35afea69f52b37121e
      https://github.com/llvm/llvm-project/commit/35931e9f724b975b7a30fe35afea69f52b37121e
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/test/MC/TriCore/common-fixups-and-relocations-invalid.s
    M llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s
    M llvm/test/MC/TriCore/operand-modifiers-invalid.s

  Log Message:
  -----------
  [DPWBS-1465] Add tests for symbols and symbol operand prefixes for BOL format


  Commit: a880714431652a00420cade8c086483500b8360d
      https://github.com/llvm/llvm-project/commit/a880714431652a00420cade8c086483500b8360d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir

  Log Message:
  -----------
  [DPWBS-1385] chore(LegalizerTests): reorder merge/unmerge tests by size


  Commit: 36f6d036c2b25a52a22f1b687df1a558e347f0b2
      https://github.com/llvm/llvm-project/commit/36f6d036c2b25a52a22f1b687df1a558e347f0b2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-extract.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-freeze.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-supertest-t15_20acase3.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-merge-unmerge.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-merge-unmerge.mir

  Log Message:
  -----------
  [DPWBS-1385] refactor(Legalizer): rework merge/unmerge legalization

Only allow merge/unmerge which fit our register sizes. Everything else
must be expressed with bit arithmetic.

Lower all merge/unmerge actions that happen within a single register.
Next, try to create merges which can be combined away by changing the
small type to a power-of-2 between 8 and 32-bits.

Although anything smaller than 32-bits is not legal per-se, this often
gives the combiner a chance to work its magic while avoiding infinite
loops.

In order to legalize things like s8<->s56 merges, which cannot get
combined, widen the small type to 32-bit if the big type is at most
64-bit.

Furthermore, to tell the artifact combiner that we want a potentially
illegal merge/unmerge from a combine, we need to use an empty custom
action.

Regbankselect for merge/unmerge was reworked to only support
32-bit <-> 64-bit ops, allowing cross-bank operations.

Instruction selection was also simplified and merge/unmerge now cleanly
map to subregister copies.


  Commit: 1411bbe6967d2aa9f62c6c1076ea483d6a363a30
      https://github.com/llvm/llvm-project/commit/1411bbe6967d2aa9f62c6c1076ea483d6a363a30
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-phi-supertest-tstack.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-phi.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-phi.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-phi.mir

  Log Message:
  -----------
  [DPWBS-1385] refactor(Legalizer): make s8, s16 G_PHIs illegal

s8 is never consumed by any of our instructions so make it illegal in
G_PHI.

Although consumed and produced, s1 is not made legal since that is only
used as a carry-bit, which cannot be selected if it where used in G_PHI.

Similarly for s16, although used for half floats, we have no way to
differentiate between half-float and short, so s16 is also considered
illegal.

Once there are float LLTs we can differentiate them and will allow
half-floats for PHIs again.


  Commit: 109ce0a83eda711f61ad67f41ca81a246dac5011
      https://github.com/llvm/llvm-project/commit/109ce0a83eda711f61ad67f41ca81a246dac5011
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sext-inreg-supertest-t15_20acase1.mir

  Log Message:
  -----------
  [DPWBS-1385] fix(Legalizer): widen before narrow for G_SEXT_INREG

Widen G_SEXT_INREG to a power-of-2 before attempting to narrow since
narrowing requires the type to be divisible by the narrow type.


  Commit: 3c6aa40046a0e39261e9719cd3c2bfe6b61cc2c5
      https://github.com/llvm/llvm-project/commit/3c6aa40046a0e39261e9719cd3c2bfe6b61cc2c5
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-memcpy-et-al.mir

  Log Message:
  -----------
  [DPWBS-1401] Truncate the len argument to memory intrinsics to 32-bits.

LLVM and clang use hard-coded types when creating calls to memory intrinsics in cirtain situations.
In some cases, the type is hard-coded to i64, which is passed in an extended register on TriCore.
When lowering the intrinsic to the corresponding C library function, this results in an ABI mismatch which
breaks at runtime.

For now, we truncate the len argument to 32-bits to work around this problem.


  Commit: 734193ac8db08b6cce73dbc99c02e4c53f07822a
      https://github.com/llvm/llvm-project/commit/734193ac8db08b6cce73dbc99c02e4c53f07822a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp

  Log Message:
  -----------
  [DPWBS-1401] Inform observer that we are changing an instruction


  Commit: f9b1f96e1fef0ae2e43c5baa5966e222b3dfcb5c
      https://github.com/llvm/llvm-project/commit/f9b1f96e1fef0ae2e43c5baa5966e222b3dfcb5c
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M libcxx/src/CMakeLists.txt
    A libcxx/src/support/dinkum/support.cpp

  Log Message:
  -----------
  [DPWBS-765] feat(libcxx): provide implementations for functions not provided by Dinkum


Compare: https://github.com/llvm/llvm-project/compare/2b7472836214%5E...f9b1f96e1fef


More information about the All-commits mailing list