summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/profile/InstrProfilingWriter.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-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-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-08-22[NFC][Profile] Rename Counters/DataSize to NumCounters/DataArthur Eubanks
2023-03-29[AIX][PGO] Teach profile runtime to read build-idWael Yehia
2022-08-30[profile] Create only prof header when no countersGulfem Savrun Yeniceri
2022-08-26[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-08-25[compiler-rt][builtins] Revert all the recent changes I made for addingAkira Hatanaka
2022-08-24[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-08-22Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors"Akira Hatanaka
2022-08-22[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-01-19[InstrProf] Restore InstrProfData.inc to fix Fuchsia buildsEllis Hoag
2022-01-14[InstrProf][NFC] Do not assume size of counter typeEllis Hoag
2021-12-16[Try2][InstrProf] Attach debug info to countersEllis Hoag
2021-12-13Revert "[InstrProf] Attach debug info to counters"Ellis Hoag
2021-12-13[InstrProf] Attach debug info to countersEllis Hoag
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-09[InstrProfiling] Fix warnings when building for WindowsMartin Storsjö
2021-07-30[InstrProfiling] Make CountersPtr in __profd_ relativeFangrui Song
2021-07-23[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-07-21Revert "[profile] Add binary id into profiles"Gulfem Savrun Yeniceri
2021-07-21[profile] Add binary id into profilesGulfem Savrun Yeniceri
2020-07-29[profile] Add InstrProfilingInternal.c.o to Darwin kext builtinsVedant Kumar
2019-12-11[profile] Avoid allocating a page on the stack, NFCVedant Kumar
2019-11-22Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek
2019-11-22Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek
2019-11-22[CMake] Support installation of InstrProfData.incPetr Hosek
2019-10-31[profile] Second speculative fix for WindowsVedant 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-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
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-16Avoid leak. Free before resetting.Sean Silva
2016-05-15Use __builtin_alloca with __GNUC__Xinliang David Li
2016-05-15Fix FreeBSD build failureXinliang David Li
2016-05-14[profile] Eliminate dynamic memory allocation for vp writingXinliang David Li
2016-05-14minor cleanup -- reset buffer pointerXinliang David Li
2016-05-13[profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li