aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov1-0/+75
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-1/+1
2024-03-26[tsan] Add callbacks for futex syscalls and mark them as blocking on tsan (#8...Nazım Can Altınova1-2/+14
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu1-3/+51
2024-02-24[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a...Mingming Liu1-1/+1
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu1-47/+3
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu1-3/+47
2024-02-21[nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu1-13/+20
2024-01-26Reland "[MemProf] Add missing header to list of installed headers. (#79413)"Enna11-0/+13
2024-01-26Revert "[MemProf] Add missing header to list of installed headers. (#79413)"Enna11-12/+0
2024-01-26[MemProf] Add missing header to list of installed headers. (#79413)Enna11-0/+12
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