[all-commits] [llvm/llvm-project] 5c2ae5: [BOLT] Refactor heatmap to be standalone tool

Vladislav Khmelevsky via All-commits all-commits at lists.llvm.org
Mon Feb 7 11:01:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c2ae5f45452a67503858bf33319606fe2864ad8
      https://github.com/llvm/llvm-project/commit/5c2ae5f45452a67503858bf33319606fe2864ad8
  Author: Vladislav Khmelevsky <och95 at yandex.ru>
  Date:   2022-02-07 (Mon, 07 Feb 2022)

  Changed paths:
    M bolt/docs/Heatmaps.md
    M bolt/include/bolt/Utils/CommandLineOpts.h
    M bolt/lib/Profile/DataAggregator.cpp
    M bolt/lib/Utils/CommandLineOpts.cpp
    M bolt/test/heatmap.test
    M bolt/tools/CMakeLists.txt
    M bolt/tools/driver/CMakeLists.txt
    M bolt/tools/driver/llvm-bolt.cpp
    A bolt/tools/heatmap/CMakeLists.txt
    A bolt/tools/heatmap/heatmap.cpp

  Log Message:
  -----------
  [BOLT] Refactor heatmap to be standalone tool

Separate heatmap from bolt and build it as standalone tool.

Reviewed By: maksfb

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




More information about the All-commits mailing list