| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[BOLT] Fix LLVM_APPEND_VC_REV support (#142410) The CMake flag LLVM_APPEND_VC_REV can be passed when building BOLT a BOLT to prevent including a VC Revision. This patch enables this functionality. Usage: -DLLVM_APPEND_VC_REV=OFF when running CMake. | 1 年前 | |
[BOLT][print] Add option '--print-only-file' (NFC) (#168023) With this option we can pass to BOLT names of functions to be printed through a file instead of specifying them all on command line. | 8 个月前 | |
[BOLT] Drop suffixes in parsePseudoProbe GUID assignment (#106243) Pseudo probe function records contain GUIDs assigned by the compiler using an IR function name. Thus suffixes added later (e.g. .llvm. for internal symbols, .destroy/.resume for coroutine fragments, and .cold/.warm for split fragments) cause GUID mismatch. Address that by dropping those suffixes using getCommonName which is a parametrized form of getLTOCommonName. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 8 个月前 | ||
| 1 年前 |