[all-commits] [llvm/llvm-project] 950140: Restore "[MemProf] Refactor memory profile matchin...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue Jul 11 13:16:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95014050dac528f53ab704d62a16a44ed0df032b
https://github.com/llvm/llvm-project/commit/95014050dac528f53ab704d62a16a44ed0df032b
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Log Message:
-----------
Restore "[MemProf] Refactor memory profile matching into MemProfiler (NFC)"
This restores commit 29252fdd530f68d0de38a0cd26ed428bb2f5c16a, reverted
in 3498cf52ba1c23cbf8acdf99d649d2fa25291eef because it was thought to
cause a bot failure, which ended up being unrelated to this patch set.
Differential Revision: https://reviews.llvm.org/D154872
Commit: 546ec641b4b1bbbf9e66a53983b635fe85d365e6
https://github.com/llvm/llvm-project/commit/546ec641b4b1bbbf9e66a53983b635fe85d365e6
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/memprof.cpp
M clang/test/Driver/fmemprof.cpp
M llvm/include/llvm/Support/PGOOptions.h
M llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Support/PGOOptions.cpp
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/test/Transforms/PGOProfile/memprof.ll
M llvm/test/Transforms/PGOProfile/memprofmissingfunc.ll
M llvm/tools/opt/NewPMDriver.cpp
Log Message:
-----------
Restore "[MemProf] Use new option/pass for profile feedback and matching"
This restores commit b4a82b62258c5f650a1cccf5b179933e6bae4867, reverted
in 3ab7ef28eebf9019eb3d3c4efd7ebfd160106bb1 because it was thought to
cause a bot failure, which ended up being unrelated to this patch set.
Differential Revision: https://reviews.llvm.org/D154856
Compare: https://github.com/llvm/llvm-project/compare/9095d5c44bf7...546ec641b4b1
More information about the All-commits
mailing list