[all-commits] [llvm/llvm-project] 17b4ad: [docs][mlgo] Address remaining comment from #13920...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Mon May 12 17:07:06 PDT 2025


  Branch: refs/heads/users/aaupov/spr/boltnfc-disambiguate-sample-as-basicip-sample
  Home:   https://github.com/llvm/llvm-project
  Commit: 17b4adbb23f7425f73a7391e8b0a470bdc46558a
      https://github.com/llvm/llvm-project/commit/17b4adbb23f7425f73a7391e8b0a470bdc46558a
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    M llvm/docs/MLGO.rst

  Log Message:
  -----------
  [docs][mlgo] Address remaining comment from #139205 (#139427)

Missed the last feedback in #139205


  Commit: fadd427777b23a63248d57745126a3a30db71b02
      https://github.com/llvm/llvm-project/commit/fadd427777b23a63248d57745126a3a30db71b02
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    M lldb/source/Target/RegisterContextUnwind.cpp

  Log Message:
  -----------
  [lldb] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139428)


  Commit: 066bc49f764cb24c8847d83a059684e3b6d7f4da
      https://github.com/llvm/llvm-project/commit/066bc49f764cb24c8847d83a059684e3b6d7f4da
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp

  Log Message:
  -----------
  [modularize] Use std::tie to implement operator< (NFC) (#139410)


  Commit: 8f31c6dde730fd1e4d64a6126474f51446fef453
      https://github.com/llvm/llvm-project/commit/8f31c6dde730fd1e4d64a6126474f51446fef453
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    M bolt/include/bolt/Profile/DataReader.h
    M bolt/lib/Profile/DataAggregator.cpp
    M bolt/lib/Profile/DataReader.cpp
    M bolt/test/perf2bolt/perf_test.test

  Log Message:
  -----------
  [BOLT] Support profile density with basic samples (#137644)

For profile with LBR samples, binary function profile density is
computed as a ratio of executed bytes to function size in bytes.

For profile with IP samples, use the size of basic block containing the
sample IP as a numerator.

Test Plan: updated perf_test.test


  Commit: 1c520f92be8373abb8ef6e99cccba281dd61c4ac
      https://github.com/llvm/llvm-project/commit/1c520f92be8373abb8ef6e99cccba281dd61c4ac
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp
    M llvm/docs/MLGO.rst

  Log Message:
  -----------
  [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]


  Commit: 243d0a2f16e2fd8aefe86f7b7b9cbddf33145f7c
      https://github.com/llvm/llvm-project/commit/243d0a2f16e2fd8aefe86f7b7b9cbddf33145f7c
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/include/bolt/Profile/ProfileYAMLMapping.h
    M bolt/lib/Core/BinaryFunctionProfile.cpp
    M bolt/lib/Passes/MCF.cpp
    M bolt/lib/Profile/DataAggregator.cpp
    M bolt/lib/Profile/DataReader.cpp
    M bolt/lib/Profile/YAMLProfileReader.cpp
    M bolt/lib/Profile/YAMLProfileWriter.cpp
    M bolt/tools/merge-fdata/merge-fdata.cpp
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp
    M llvm/docs/MLGO.rst

  Log Message:
  -----------
  PF_BASIC/PF_BRANCH

Created using spr 1.3.4


Compare: https://github.com/llvm/llvm-project/compare/61f36169959b...243d0a2f16e2

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