MMaksim Panchenko[BOLT] Mark option values of --split-functions deprecated
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[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) | 4 年前 | |
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) | 5 年前 | |
Allow building heatmaps from basic sampled events with -nl. I find that this is useful for finding event hotspots. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D123067 | 4 年前 | |
[BOLT] Mark option values of --split-functions deprecated The SplitFunctions pass does not distinguish between various splitting modes anymore. This change updates the command line interface to reflect this behavior by deprecating values passed to the --split-function option. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D128558 | 3 年前 | |
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) | 5 年前 | |
[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) | 4 年前 | |
[BOLT][DOCS] Add PACKAGE_VERSION to doxygen config Clang's doxygen documentation specifies LLVM revision. Do the same for BOLT. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D126912 | 3 年前 |