summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/profile/InstrProfiling.c
AgeCommit message (Expand)Author
2023-11-14[Profile] Remove __llvm_profile_has_correlation() (#71996)Zequan Wu
2023-11-02Rename hasCorrelation to __llvm_profile_has_correlationZequan Wu
2023-11-02[Profile] Fix debug info correlation test failure on mac.Zequan Wu
2023-11-01[Profile] Remove inline for hasCorrelation.Zequan 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-04-12[profile] Make __llvm_profile_global_timestamp static to unbreak DarwinHans Wennborg
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag
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-04-09Giving a lot more functions prototypes; NFCAaron Ballman
2022-01-27[InstrProf] Add single byte coverage modeEllis 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
2020-07-29[profile] Add InstrProfilingInternal.c.o to Darwin kext builtinsVedant Kumar
2020-07-16[profile] Move __llvm_profile_raw_version into a separate fileMin-Yih Hsu
2020-03-24[profile] Move RuntimeCounterRelocation and ProfileDumped into a separate filePetr Hosek
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-05-20This change adds an API to allow setting the flag to indicate that the profil...Max Moroz
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-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2016-09-22[Profile] Remove unused variableXinliang David Li
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-06-08[profile] Un-hide two symbolsVedant Kumar
2016-06-08[profile] Hide a few external symbols (NFCI)Vedant Kumar
2016-05-16[profile] minor code restructuring /NFCXinliang David Li
2016-05-09Fix variable visibilityXinliang David Li
2016-02-23[profile] Fix iteration over profile data entriesVedant Kumar
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-12-10[PGO] Split value profiling runtime into its own fileXinliang David Li
2015-12-10[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li
2015-12-10[PGO] Move target-dependent macro to InstrProfilingPort.h (NFC)Xinliang David Li
2015-12-10[PGO] use COMPILER_RT_HAS_ATOMTICS macroXinliang David Li