aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu2-0/+93
2024-01-10[docs][IRPGO]Document two binary formats for instrumentation-based profiles, ...Mingming Liu1-0/+2
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka2-93/+0
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu2-0/+93
2023-12-14[Profile] Add binary profile correlation for code coverage. (#69493)Zequan Wu1-0/+17
2023-12-13[hwasan] Add `__hwasan_get_tag_from_pointer` (#75267)Vitaly Buka1-0/+4
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson1-0/+6
2023-11-22Remove `__cdecl` from _ReturnAddress (#72919)nicole mazzuca1-1/+1
2023-11-14[compiler-rt] Remove reference to Type::getInt8PtrTy; NFC (#71570)Paulo Matos1-10/+10
2023-11-08[TSAN] Add __tsan_check_no_mutexes_held helper (#71568)Kenny Yu1-0/+4
2023-11-07Revert "[TSAN] Add __tsan_check_no_mutexes_held helper (#69372)"Hans Wennborg1-4/+0
2023-11-06Add SANITIZER_CDECL to __tsan_check_no_mutexes_held (#71471)Charlie Barto1-1/+1
2023-11-05[sanitizers] Do not define __has_feature in sanitizer/common_interface_defs.h...Jonathan Wakely2-6/+10
2023-11-03[TSAN] Add __tsan_check_no_mutexes_held helper (#69372)Kenny Yu1-0/+4
2023-11-01[MSVC][ASan] fix interface header (#70992)nicole mazzuca1-1/+1
2023-10-31[windows][ASan] Fix build (#70855)nicole mazzuca3-7/+7
2023-10-31[ASan][Windows] Add __cdecl to public sanitizer functions (#69625)nicole mazzuca13-657/+736
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps1-4/+18
2023-10-06[NFC][compiler-rt] Fix typo in FuzzedDataProvider.h docMarcoFalke1-1/+1
2023-10-03[Profile] Use upper 32 bits of profile version for profile variants. (#67695)Zequan Wu1-5/+4
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg1-18/+4
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps1-4/+18
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-22[NFC][Profile] Rename Counters/DataSize to NumCounters/DataArthur Eubanks1-4/+2
2023-07-17[compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::...MarcoFalke1-2/+2
2023-06-19[XRay] Make llvm.xray.typedevent parameter type match __xray_typedeventFangrui Song1-2/+3
2023-05-30Reland 2nd attempt: [tsan] Add debugging interfaces into interface header.Pierre Gousseau1-0/+117
2023-05-26[sanitizer] Implement __sanitizer_get_allocated_size_fastJin Xin Ng1-0/+4
2023-05-11Revert "[NFC][xray] Initialize XRayFileHeader"Vitaly Buka1-6/+3
2023-05-12[xray] Ignore -Wc++20-extensions in xray_records.h [NFC]Jie Fu1-0/+3
2023-05-11[NFC][xray] Initialize XRayFileHeaderVitaly Buka1-3/+3
2023-04-30[compiler-rt][ASan] Fix description of __sanitizer_annotate_contiguous_containerAdvenam Tacet1-12/+9
2023-04-29Revert "Reland D147337 "[tsan] Add debugging interfaces into interface header.""Hans Wennborg1-117/+0
2023-04-28Reland D147337 "[tsan] Add debugging interfaces into interface header."Pierre Gousseau1-0/+117
2023-04-25[nfc] Fix headers commentVitaly Buka1-1/+1
2023-04-13Revert "[tsan] Add debugging interfaces into interface header."Hans Wennborg1-115/+0
2023-04-12[tsan] Add debugging interfaces into interface header.Pierre Gousseau1-0/+115
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag1-1/+4
2023-04-04Update __sanitizer_get_allocated_begin to return const void*Thurston Dang1-1/+1
2023-04-03Add __sanitizer_get_allocated_begin API and implementationsThurston Dang1-0/+4
2023-03-21[NFC][tsan] Add __tsan_default_{options,suppressions} into interface headerVitaly Buka1-0/+6
2023-03-14[memprof] Record BuildIDs in the raw profile.Snehasish Kumar1-10/+16
2023-03-13Revert "[memprof] Record BuildIDs in the raw profile."Snehasish Kumar1-16/+10
2023-03-13[memprof] Record BuildIDs in the raw profile.Snehasish Kumar1-10/+16
2023-02-21[ORC-RT] Remove the '__' prefix from the ORC runtime's public API.Lang Hames1-38/+38
2023-01-12[MemProf] Collect access density statistics during profilingTeresa Johnson2-1/+38
2022-12-29[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri1-1/+1
2022-12-14Revert "[profile] Add binary ids into indexed profiles"Gulfem Savrun Yeniceri1-1/+1
2022-12-14[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri1-1/+1
2022-12-11[DFSan] Add callback that allows to track which function tainted data reaches.Andrew Browne1-0/+20