summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/profile/InstrProfilingBuffer.c
AgeCommit message (Expand)Author
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
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-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
2023-12-11[Profile] Add missing COMPILER_RT_VISIBILITY to __llvm_profile_disable_contin...Zequan Wu
2023-12-11[Profile] Disable continuous mode when reset to default.profraw due to malfor...Zequan Wu
2023-11-14[Profile] Remove __llvm_profile_has_correlation() (#71996)Zequan Wu
2023-11-02Rename hasCorrelation to __llvm_profile_has_correlationZequan Wu
2023-11-01[Profile] Refactor profile correlation. (#70856)Zequan Wu
2023-10-31Revert "[Profile] Refactor profile correlation. (#70712)"Zequan Wu
2023-10-31[Profile] Refactor profile correlation. (#70712)Zequan Wu
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps
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-06-08[InstrProf][compiler-rt] Fix counter section alignment issueEllis Hoag
2022-01-27[InstrProf] Add single byte coverage modeEllis Hoag
2022-01-14[InstrProf][NFC] Do not assume size of counter typeEllis Hoag
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-19[InstrProfiling] Use weak alias for bias variablePetr Hosek
2020-07-30[profile] Remove dependence on getpagesize from InstrProfilingBuffer.c.oVedant Kumar
2020-07-29[profile] Add InstrProfilingInternal.c.o to Darwin kext builtinsVedant Kumar
2020-03-24[profile] Make atexit hook a no-op on FuchsiaPetr Hosek
2020-01-17[profile] Support counter relocation at runtimePetr Hosek
2019-11-18[profile] Support online merging with continuous sync modeVedant Kumar
2019-10-31[profile] Add a mode to continuously sync counter updates to a fileVedant Kumar
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-27[PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li
2016-05-10Reapply r268840: [profile] Simplify value profile writingXinliang David Li
2016-05-07Revert "[profile] Simplify value profile writing"Renato Golin
2016-05-07[profile] Simplify value profile writingXinliang David Li
2016-03-06[PGO] internal API name cleanups (for better consistency)Xinliang David Li
2016-02-26[profile] Compute number of data entries correctlyVedant Kumar
2015-12-22[PGO] Move buffer write callback to a common fileXinliang David Li
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-11-23Fix a bug introduced in cleanupXinliang David Li
2015-11-23[PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li
2015-11-21[PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li
2015-11-19[PGO] Minor cleanups (from review feedback)Xinliang David Li
2015-11-18[PGO] Refactor File and Buffer API profile writing codeXinliang David Li
2015-11-18[PGO] Runtime support for value profiling.Betul Buyukkurt
2015-11-13[PGO] Ensure profile section symbols are created (linux)Xinliang David Li
2015-10-16Use struct type instead of raw array for raw profile header (NFC)Xinliang David Li
2014-12-09profile: Add low level versions of profile buffer functionsJustin Bogner
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner