summaryrefslogtreecommitdiff
path: root/compiler-rt/include
AgeCommit message (Expand)Author
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang
2025-09-29Reapply "[compiler-rt][XRay] Make xray_interface.h C compliant" (#141728)Jan André Reuter
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar
2025-06-10[compiler-rt] replicate changes from llvm/ProfileData/InstrProfData.inc (#143...Andrew Rogers
2025-05-27Revert "[compiler-rt][XRay] Make `xray_interface.h` C compliant" (#141570)Jan Patrick Lehr
2025-05-27[compiler-rt][XRay] Make `xray_interface.h` C compliant (#140068)Jan André Reuter
2025-04-25doc: get rid of redundant TODO tag in FuzzedDataProvider.h (#137395)kevkevin
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames
2025-03-06[ORC-RT] Fix type name in comment. NFC.Lang Hames
2025-02-21[compiler-rt] FuzzedDataProvider: modernize outdated trait patterns (#127811)l0rinc
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag
2024-12-04[PGO] Add option to always instrumenting loop entries (#116789)ronryvchin
2024-11-05Reapply "[tsan] Don't use `enum __tsan_memory_order` in tsan interface"" (#11...Vitaly Buka
2024-11-05Revert "[tsan] Don't use `enum __tsan_memory_order` in tsan interface" (#115032)Vitaly Buka
2024-11-05[tsan] Don't use `enum __tsan_memory_order` in tsan interface (#114724)Vitaly Buka
2024-10-28[NFC][compiler-rt] Add missing header include (#113951)Prabhuk
2024-10-28Revert "Add explicit symbol visibility macros to InstrProfData.inc (#110732)"Vassil Vassilev
2024-10-28Add explicit symbol visibility macros to InstrProfData.inc (#110732)Thomas Fransham
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu
2024-10-15[compiler-rt][ASan] Add function copying annotations (#91702)Tacet
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov
2024-10-11[XRay] Fix LLVM include in xray_interface.cpp (#111978)Sebastian Kreutzer
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer
2024-10-07Added include of common interfaces (#111374)gbMattN
2024-09-06[compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (#106736)Chris Apple
2024-07-31[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)NAKAMURA Takumi
2024-07-22[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)xur-llvm
2024-07-12[ASan] [HWASan] Add __sanitizer_ignore_free_hook() (#96749)Mitch Phillips
2024-07-08[ORC-RT] Remove unused typedef from the C API.Lang Hames
2024-07-04[MemProf][compiler-rt] Update MemProfData preprocessor directivesAiden Grossman
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-03-26[tsan] Add callbacks for futex syscalls and mark them as blocking on tsan (#8...Nazım Can Altınova
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu
2024-02-24[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a...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
2024-02-21[nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu
2024-01-26Reland "[MemProf] Add missing header to list of installed headers. (#79413)"Enna1
2024-01-26Revert "[MemProf] Add missing header to list of installed headers. (#79413)"Enna1
2024-01-26[MemProf] Add missing header to list of installed headers. (#79413)Enna1
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu
2024-01-10[docs][IRPGO]Document two binary formats for instrumentation-based profiles, ...Mingming Liu