aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include
AgeCommit message (Expand)AuthorFilesLines
5 daysfuzzer: modernize FuzzedDataProvider conversions (#177794)Winnie Gitau1-3/+3
2025-12-05Add API to temporalily suppress usage of ASAN's fake stack (#160135)happyCoder921-0/+8
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald1-0/+52
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang1-1/+1
2025-09-29Reapply "[compiler-rt][XRay] Make xray_interface.h C compliant" (#141728)Jan André Reuter1-14/+23
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar1-3/+37
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar1-37/+3
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar1-3/+37
2025-06-10[compiler-rt] replicate changes from llvm/ProfileData/InstrProfData.inc (#143...Andrew Rogers1-10/+10
2025-05-27Revert "[compiler-rt][XRay] Make `xray_interface.h` C compliant" (#141570)Jan Patrick Lehr1-23/+14
2025-05-27[compiler-rt][XRay] Make `xray_interface.h` C compliant (#140068)Jan André Reuter1-14/+23
2025-04-25doc: get rid of redundant TODO tag in FuzzedDataProvider.h (#137395)kevkevin1-1/+0
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao1-1/+1
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag2-26/+0
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames1-36/+36
2025-03-06[ORC-RT] Fix type name in comment. NFC.Lang Hames1-1/+1
2025-02-21[compiler-rt] FuzzedDataProvider: modernize outdated trait patterns (#127811)l0rinc1-5/+5
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag1-3/+3
2024-12-04[PGO] Add option to always instrumenting loop entries (#116789)ronryvchin1-1/+4
2024-11-05Reapply "[tsan] Don't use `enum __tsan_memory_order` in tsan interface"" (#11...Vitaly Buka1-87/+82
2024-11-05Revert "[tsan] Don't use `enum __tsan_memory_order` in tsan interface" (#115032)Vitaly Buka1-82/+87
2024-11-05[tsan] Don't use `enum __tsan_memory_order` in tsan interface (#114724)Vitaly Buka1-87/+82
2024-10-28[NFC][compiler-rt] Add missing header include (#113951)Prabhuk1-0/+1
2024-10-28Revert "Add explicit symbol visibility macros to InstrProfData.inc (#110732)"Vassil Vassilev1-11/+2
2024-10-28Add explicit symbol visibility macros to InstrProfData.inc (#110732)Thomas Fransham1-2/+11
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer1-9/+56
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu1-0/+23
2024-10-15[compiler-rt][ASan] Add function copying annotations (#91702)Tacet1-0/+37
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov1-56/+9
2024-10-11[XRay] Fix LLVM include in xray_interface.cpp (#111978)Sebastian Kreutzer1-18/+22
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer1-6/+49
2024-10-07Added include of common interfaces (#111374)gbMattN1-0/+2
2024-09-06[compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (#106736)Chris Apple2-0/+76
2024-07-31[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)NAKAMURA Takumi1-0/+1
2024-07-22[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)xur-llvm1-0/+1
2024-07-12[ASan] [HWASan] Add __sanitizer_ignore_free_hook() (#96749)Mitch Phillips1-4/+11
2024-07-08[ORC-RT] Remove unused typedef from the C API.Lang Hames1-3/+0
2024-07-04[MemProf][compiler-rt] Update MemProfData preprocessor directivesAiden Grossman1-0/+2
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten2-2/+29
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