| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[BOLT] Fix compile warnings Functions in the runtime library are statically linked into the binary, and it's normal for them to be unused at compile time, so add the option -Wno-unused-function at compile time to suppress theses warnings. | 10 个月前 | |
[BOLT][Instrumentation] AArch64 instrumentation support in runtime This commit adds support for AArch64 in instrumentation runtime library, including AArch64 system calls. Also this commit divides syscalls into target-specific files. Reviewed By: rafauler, yota9 Differential Revision: https://reviews.llvm.org/D151942 | 1 年前 | |
[BOLT] Fix build for Mac Summary: Change our CMake config for the standalone runtime instrumentation library to check for the elf.h header before using it, so the build doesn't break on systems lacking it. Also fix a SmallPtrSet usage where its elements are not really pointers, but uint64_t, breaking the build in Apple's Clang. (cherry picked from FBD17505759) | 6 年前 | |
[BOLT] enable hugify opt for AArch64 enable bolt huge page optimization for AArch64 | 10 个月前 | |
[BOLT] Add option instrumentation-max-size for bump allocator (#174716) While the current max memory size is sufficient for most binaries, a few binaries may encouter insufficient allocated memory space. Allow specify the max memory size of the instrumentation bump allocator. | 5 个月前 | |
[BOLT][Instrumentation] AArch64 instrumentation support in runtime This commit adds support for AArch64 in instrumentation runtime library, including AArch64 system calls. Also this commit divides syscalls into target-specific files. Reviewed By: rafauler, yota9 Differential Revision: https://reviews.llvm.org/D151942 | 1 年前 | |
[BOLT][Instrumentation] AArch64 instrumentation support in runtime This commit adds support for AArch64 in instrumentation runtime library, including AArch64 system calls. Also this commit divides syscalls into target-specific files. Reviewed By: rafauler, yota9 Differential Revision: https://reviews.llvm.org/D151942 | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 个月前 | ||
| 1 年前 | ||
| 6 年前 | ||
| 10 个月前 | ||
| 5 个月前 | ||
| 1 年前 | ||
| 1 年前 |