[all-commits] [llvm/llvm-project] 2d620a: [LegacyPM] Remove PlaceSafepointsLegacyPass

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jun 24 07:34:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d620a6c4ecebd95711ba04f957709f4f0aa6860
      https://github.com/llvm/llvm-project/commit/2d620a6c4ecebd95711ba04f957709f4f0aa6860
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp

  Log Message:
  -----------
  [LegacyPM] Remove PlaceSafepointsLegacyPass

Differential Revision: https://reviews.llvm.org/D153678


  Commit: 6b31e63bc31b85a2969b69da8c36ff0526e0d8b1
      https://github.com/llvm/llvm-project/commit/6b31e63bc31b85a2969b69da8c36ff0526e0d8b1
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
    M llvm/lib/Transforms/Utils/SymbolRewriter.cpp
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [LegacyPM] Remove RewriteSymbolsLegacyPass

Differential Revision: https://reviews.llvm.org/D153679


  Commit: 385329892ae75bff967bbff4c4f8fe8aa147afab
      https://github.com/llvm/llvm-project/commit/385329892ae75bff967bbff4c4f8fe8aa147afab
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/StackProtector.h

  Log Message:
  -----------
  [CodeGen] Remove unused forward declarations Instruction and Type

The last uses were removed by:

  commit 79b3f0823e562fc652c3272b2ccfb99174445fa6
  Author: Tim Northover <tnorthover at apple.com>
  Date:   Tue Feb 7 11:28:00 2023 +0000


  Commit: c35e4cf7ba362e0f2b1c5978bb22bbb9ae955c30
      https://github.com/llvm/llvm-project/commit/c35e4cf7ba362e0f2b1c5978bb22bbb9ae955c30
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h

  Log Message:
  -----------
  [CodeGen] Remove unused forward declaration Value

The last use was removed by:

  commit 7d894374551f6d5787db0aef2da8dd6aefa616fb
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   Thu Mar 16 08:48:36 2023 +0000


Compare: https://github.com/llvm/llvm-project/compare/a806b9fd22f0...c35e4cf7ba36


More information about the All-commits mailing list