summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/profile/InstrProfilingFile.c
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-09-27[AIX][PGO] Enable PGO continuous mode support on AIX (#110196)Wael Yehia
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-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-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu
2024-02-10[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams
2024-01-17[compiler-rt] Silence warnings when building with Clang ToTAlexandre Ganea
2023-12-11[Profile] Disable continuous mode when reset to default.profraw due to malfor...Zequan Wu
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps
2023-10-10[compiler-rt] During profile flushing, setup SIGKILL mask earlier (#68622)serge-sans-paille
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps
2023-08-04[Profile] Fix 98dec28458172091893e46040d7b5ab745a44b82Zequan Wu
2023-08-04Reland [Profile] Remove duplicate file locks when enabled continuous mode and...Zequan Wu
2023-08-03Revert "[Profile] Remove duplicate file locks when enabled continuous mode an...Zequan Wu
2023-07-19[InstrProf] Ignore -Wcast-qual after D153911 to fix build failure (NFC)Jie Fu
2023-07-10[Profile] Remove duplicate file locks when enabled continuous mode and online...Zequan Wu
2022-10-06[InstrProf] Make __llvm_profile_counter_bias_default hiddenAlex Brachet
2022-04-09Giving a lot more functions prototypes; NFCAaron Ballman
2022-03-04[InstrProf][NFC] Fix warning by removing typecastEllis Hoag
2022-01-14[InstrProf][NFC] Do not assume size of counter typeEllis Hoag
2021-10-05[Profile] Add missing fflush in __llvm_profile_set_file_objectZequan Wu
2021-10-01[Profile] Add a warning when lock file failed in __llvm_profile_set_file_obje...Zequan Wu
2021-08-27[Profile] Support __llvm_profile_set_file_object in continuous mode.Zequan Wu
2021-08-23[profile] Update counter offset to account for binary idsPetr Hosek
2021-08-16[profile] Don't use pragma comment linker on mingwNikita Popov
2021-08-06Fix Windows bots failure caused by 8c4208d5c1671d1b44eaf87e8f876b7d635f5114Zequan Wu
2021-08-06[Profile][NFC] Clean up initializeProfileForContinuousModeZequan Wu
2021-08-02[profile] Move assertIsZero to InstrProfilingUtil.cVedant Kumar
2021-07-28[profile] Add underscore to /alternatename for Win/x86Arthur Eubanks