Vladislav Khmelevsky
5c2ae5f454
[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
2022-02-07 22:00:44 +03:00
Amir Ayupov
ccc4d4397f
[BOLT][DOCS] Link to README instead of the github page in Doxygen
...
Summary:
Link to the README page built with the rest of the documentation,
a future-proof solution.
(cherry picked from FBD33357870)
2021-12-29 17:38:06 -08:00
Amir Ayupov
cd7a630585
[BOLT][DOCS] Build doxygen documentation
...
Summary:
Added doxygen configuration files and CMake directives, copy-pasta from flang.
```cmake -G Ninja ../llvm-project/llvm \
-DLLVM_ENABLE_PROJECTS="bolt" \
-DBOLT_INCLUDE_DOCS=YES \
-DLLVM_ENABLE_DOXYGEN=YES
ninja doxygen-bolt
```
(cherry picked from FBD33303249)
2021-12-23 15:23:39 -08:00
Amir Ayupov
4eb237e45d
[BOLT][DOCS] Updated clang build instructions in OptimizingClang.md
...
Summary:
Addressing the feedback in https://lists.llvm.org/pipermail/llvm-dev/2021-December/154420.html :
Updated the instructions to reflect LLVM monorepo layout.
Resolved build issues in compiler-rt.
(cherry picked from FBD33242317)
2021-12-20 12:58:53 -08:00
Amir Ayupov
1c5d3a056c
Rebase: Merge BOLT codebase in monorepo
...
Summary:
This commit is the first step in rebasing all of BOLT
history in the LLVM monorepo. It also solves trivial build issues
by updating BOLT codebase to use current LLVM. There is still work
left in rebasing some BOLT features and in making sure everything
is working as intended.
History has been rewritten to put BOLT in the /bolt folder, as
opposed to /tools/llvm-bolt.
(cherry picked from FBD33289252)
2020-12-01 16:29:39 -08:00