[all-commits] [llvm/llvm-project] 8705fd: Sort registerPipelineParsingCallback

Michael Kruse via All-commits all-commits at lists.llvm.org
Tue Feb 4 15:52:37 PST 2025


  Branch: refs/heads/users/meinersbur/polly_remove-ScopPass
  Home:   https://github.com/llvm/llvm-project
  Commit: 8705fdc402b91a068e7a5025cbd38d4a6e14655b
      https://github.com/llvm/llvm-project/commit/8705fdc402b91a068e7a5025cbd38d4a6e14655b
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-02-04 (Tue, 04 Feb 2025)

  Changed paths:
    M polly/lib/Support/RegisterPasses.cpp

  Log Message:
  -----------
  Sort registerPipelineParsingCallback


  Commit: 28c03b7d500a2305da47f3c27d5e70154f436771
      https://github.com/llvm/llvm-project/commit/28c03b7d500a2305da47f3c27d5e70154f436771
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-02-04 (Tue, 04 Feb 2025)

  Changed paths:
    M polly/lib/Support/RegisterPasses.cpp
    M polly/test/ScopInliner/ignore-declares.ll
    M polly/test/ScopInliner/invariant-load-func.ll

  Log Message:
  -----------
  Merge branch 'users/meinersbur/polly_NPM-ScopInliner' into users/meinersbur/polly_PhaseManager


  Commit: aecb692d4a7090c8833b89b377c25da8e8ea6b08
      https://github.com/llvm/llvm-project/commit/aecb692d4a7090c8833b89b377c25da8e8ea6b08
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-02-04 (Tue, 04 Feb 2025)

  Changed paths:
    M polly/lib/Support/RegisterPasses.cpp

  Log Message:
  -----------
  sort registerPipelineParsingCallback


  Commit: 67ff7b622fef21d39c524d0de9d4659d2444ccfd
      https://github.com/llvm/llvm-project/commit/67ff7b622fef21d39c524d0de9d4659d2444ccfd
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M polly/docs/ReleaseNotes.rst
    M polly/include/polly/CodeGen/CodeGeneration.h
    M polly/include/polly/CodeGen/IslAst.h
    M polly/include/polly/CodePreparation.h
    M polly/include/polly/DeLICM.h
    M polly/include/polly/DeadCodeElimination.h
    M polly/include/polly/DependenceInfo.h
    M polly/include/polly/ForwardOpTree.h
    M polly/include/polly/JSONExporter.h
    M polly/include/polly/MaximalStaticExpansion.h
    M polly/include/polly/Pass/PhaseManager.h
    M polly/include/polly/PruneUnprofitable.h
    M polly/include/polly/ScheduleOptimizer.h
    M polly/include/polly/ScopGraphPrinter.h
    M polly/include/polly/ScopInfo.h
    R polly/include/polly/ScopPass.h
    M polly/include/polly/Simplify.h
    M polly/lib/Analysis/DependenceInfo.cpp
    M polly/lib/Analysis/PruneUnprofitable.cpp
    M polly/lib/Analysis/ScopDetection.cpp
    M polly/lib/Analysis/ScopInfo.cpp
    R polly/lib/Analysis/ScopPass.cpp
    M polly/lib/CMakeLists.txt
    M polly/lib/CodeGen/CodeGeneration.cpp
    M polly/lib/CodeGen/IslAst.cpp
    M polly/lib/Exchange/JSONExporter.cpp
    M polly/lib/Pass/PhaseManager.cpp
    M polly/lib/Support/PollyPasses.def
    M polly/lib/Support/RegisterPasses.cpp
    M polly/lib/Transform/CodePreparation.cpp
    M polly/lib/Transform/DeLICM.cpp
    M polly/lib/Transform/DeadCodeElimination.cpp
    M polly/lib/Transform/FlattenSchedule.cpp
    M polly/lib/Transform/ForwardOpTree.cpp
    M polly/lib/Transform/MatmulOptimizer.cpp
    M polly/lib/Transform/MaximalStaticExpansion.cpp
    M polly/lib/Transform/ScheduleOptimizer.cpp
    M polly/lib/Transform/ScopInliner.cpp
    M polly/lib/Transform/Simplify.cpp
    M polly/test/CodeGen/invariant_load_base_pointer_conditional.ll
    M polly/unittests/CMakeLists.txt
    R polly/unittests/ScopPassManager/CMakeLists.txt
    R polly/unittests/ScopPassManager/PassManagerTest.cpp

  Log Message:
  -----------
  Remove ScopPass infrastructure


Compare: https://github.com/llvm/llvm-project/compare/8705fdc402b9%5E...67ff7b622fef

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list