summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/profile
AgeCommit message (Expand)Author
2025-10-21[cmake][compiler-rt] Define _DEFAULT_SOURCE instead of enabling extensions (#...Raul Tambre
2025-05-28Fixed small memory leak in libprofile (#141739)gbMattN
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao
2025-03-25[PGO][Offload] Don't define GPU entrypoint on Darwin (#132966)Ethan Luis McDonough
2025-03-20[profile] Implement a non-mmap path when reading profile files from a non-loc...Wael Yehia
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
2025-03-19Revert " [profile] Implement a non-mmap path when reading profile files from ...Arthur Eubanks
2025-03-18 [profile] Implement a non-mmap path when reading profile files from a non-lo...Wael Yehia
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag
2025-02-17[Clang][PGO] Fix profile function visibility bug (#127257)Ethan Luis McDonough
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough
2025-02-06[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)Sinkevich Artem
2024-12-09[profile] Perform pointer arithmetic in uintptr_t (#118944)Nikita Popov
2024-12-06[profile] Fix bounds checks in profile merging (#118782)Nikita Popov
2024-11-21[profile] Use base+vaddr for `__llvm_write_binary_ids` note pointers (#114907)Josh Stone
2024-11-05[compiler-rt][profile] Add support for LLVM profile for Haiku (#107575)Jérôme Duval
2024-10-22[compiler-rt][profile] Use `flock` shim on Windows even if detection fails (#...Yuta Saito
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu
2024-10-17InstrProfilingMerge.c: Fix potential misalignment in `SrcBitmapStart`NAKAMURA Takumi
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito
2024-10-14[compiler-rt] Explicitly enable C extensions for profile (#110555)Raul Tambre
2024-10-09[compiler-rt] [profile] Add missing (void) to prototypes, for C sources (#110...Martin Storsjö
2024-09-27[AIX][PGO] Enable PGO continuous mode support on AIX (#110196)Wael Yehia
2024-09-09Reland [asan][windows] Eliminate the static asan runtime on windows (#107899)Charlie Barto
2024-09-03[profile] Change __llvm_profile_counter_bias etc. types to match llvm (#102747)Rainer Orth
2024-08-27[AIX][PGO] Handle atexit functions when dlclose'ing shared libraries (#102940)Wael Yehia
2024-07-31Fix for #96126, add `BitmapBiasAddr` to definitions for unsupported targets.NAKAMURA Takumi
2024-07-31[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)NAKAMURA Takumi
2024-07-29[InstrProf] Remove duplicate definition of IntPtrTDimitry Andric
2024-06-26Revert "Reformat", due to wrong version of clang-format.NAKAMURA Takumi
2024-06-21mmapForContinuousMode: Redo #95702: Align Linux's impl to __APPLE__'s a little.NAKAMURA Takumi
2024-06-21Revert "mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (...NAKAMURA Takumi
2024-06-20mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (#95702)NAKAMURA Takumi
2024-06-16mmapForContinuousMode: Calculate FileOffsetToBitmap from FileOffsetToCounters...NAKAMURA Takumi
2024-06-16ReformatNAKAMURA Takumi
2024-05-30Revert "[asan][windows] Eliminate the static asan runtime on windows (#93770)"Charlie Barto
2024-05-30[asan][windows] Eliminate the static asan runtime on windows (#93770)Charlie Barto
2024-05-29Revert "[asan][windows] Eliminate the static asan runtime on windows (#81677)"Charlie Barto
2024-05-29[asan][windows] Eliminate the static asan runtime on windows (#81677)Charlie Barto
2024-03-11Typo: ponitHans Wennborg
2024-03-06[Profile][Windows] Fix flakyness when checking existence of binary id (#84196)Zequan Wu
2024-02-27[nfc][compiler-rt]Remove round-up in __llvm_profile_get_num_data (#83194)Mingming Liu
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu
2024-02-16[AIX] Add a dummy variable in the __llvm_orderfile section (#81968)Wael Yehia
2024-02-10[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER
2024-02-05[Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams