[all-commits] [llvm/llvm-project] 912e0f: [MemProf] Split MemProfiler into Instrumentation a...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jun 4 17:11:15 PDT 2025


  Branch: refs/heads/users/snehasish/06-03-_memprof_split_memprofiler_into_instrumentation_and_use
  Home:   https://github.com/llvm/llvm-project
  Commit: 912e0f8261137d98e7b8b62435e92f641c65a663
      https://github.com/llvm/llvm-project/commit/912e0f8261137d98e7b8b62435e92f641c65a663
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    A graphite_command_reference.md
    A llvm/include/llvm/Transforms/Instrumentation/MemProfInstrumentation.h
    A llvm/include/llvm/Transforms/Instrumentation/MemProfUse.h
    R llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
    A llvm/lib/Transforms/Instrumentation/MemProfInstrumentation.cpp
    A llvm/lib/Transforms/Instrumentation/MemProfUse.cpp
    R llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
    M llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp

  Log Message:
  -----------
  [MemProf] Split MemProfiler into Instrumentation and Use.


  Commit: 58e5e22dc0ac9f5637fb685d451f4bb10e07b988
      https://github.com/llvm/llvm-project/commit/58e5e22dc0ac9f5637fb685d451f4bb10e07b988
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemProfUse.cpp

  Log Message:
  -----------
  Fix merge conflicts after syncing to head

- Add missing extern declarations for MemProf command line options
- Remove duplicate function definition that conflicts with MemoryProfileInfo


Compare: https://github.com/llvm/llvm-project/compare/0ba44d66dce0...58e5e22dc0ac

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