aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[MemProf][NFC] Compute SHADOW_ENTRY_SIZE from MEM_GRANULARITY and SHA… (#80...Enna11-2/+2
2024-02-06[Sanitizer][NFC] Replaces a few `InternalScopedString::AppendF` with `Interna...Enna15-24/+24
2024-02-05Revert "[scudo] [MTE] resize stack depot for allocation ring buffer" (#80777)Florian Mayer6-219/+69
2024-02-05[scudo] [MTE] resize stack depot for allocation ring buffer (#74515)Florian Mayer6-69/+219
2024-02-05[scudo] Add ScopedTSD to avoid releasing TSD manually (#80061)ChiaHungDuan5-98/+130
2024-02-05[Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu1-1/+1
2024-02-04[X86] Support more ISAs to enable __builtin_cpu_supports (#79086)Freddy Ye1-12/+214
2024-02-03[compiler-rt] Remove duplicate MS names for chkstk symbols (#80450)Martin Storsjö2-4/+0
2024-02-02[builtins][FMV] Remove dead include from fmv/apple.inc. NFCJon Roelofs1-1/+0
2024-01-30[dfsan] Wrap glibc 2.38 __isoc23_* functions (#79958)Fangrui Song3-155/+59
2024-01-29[scudo] Add StackDepot lock to enable/disable. (#79670)Evgenii Stepanov2-0/+9
2024-01-29[sanitizer] Allow *___lcxx_override symbolse in symbolizer (#79904)Vitaly Buka2-2/+9
2024-01-29[Sanitizer][NFC] Fix up comment in atomic_store of sanitizer_atomic_clang_*.hEnna12-2/+2
2024-01-29[AArch64][compiler-rt] Avoid use of libc header in sme-libc-routines (#79454)Peter Waller1-1/+1
2024-01-27[sanitizer] Handle Gentoo's libstdc++ pathSam James1-1/+3
2024-01-26[compiler-rt][builtins][FMV] Early exit in the Apple __init_cpu_features_reso...Jon Roelofs1-45/+46
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-25[tsan] Lazily call 'personality' to minimize sandbox violations (#79334)Thurston Dang1-1/+9
2024-01-25[sanitizer_common] Fix type in format specifier by castingThurston Dang1-1/+1
2024-01-25[compiler-rt] Silence warning when building with Clang ToTAlexandre Ganea1-1/+1
2024-01-24[NFC] Fix various unintentional `//namespace` formattingJordan Rupprecht1-1/+1
2024-01-24[compiler-rt] remove hexdump interception. (#79378)David CARLIER3-39/+0
2024-01-24Revert "compiler-rt: Fix FLOAT16 feature detection"Tom Stellard1-2/+1
2024-01-24compiler-rt: Fix FLOAT16 feature detectionTom Stellard1-1/+2
2024-01-23[NFCI] Move SANITIZER_WEAK_IMPORT to sanitizer_common (#79208)Chris Apple2-8/+8
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams2-3/+3
2024-01-23[CompilerRT] Attempt to fix a lit-config issueJeremy Morse1-1/+1
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas3-0/+6
2024-01-23[PGO] Remove calls to `__llvm_orderfile_dump()` in `instrprof-api.c` test (#7...Qiongsi Wu1-7/+0
2024-01-23Remove config.aarch64_sme from compiler-rt/unittests/lit.common.unit.configur...Dinar Temirbulatov1-1/+0
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov8-5/+222
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. ...Douglas Yung7-220/+5
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov7-5/+220
2024-01-23[tsan] Fix build for FreeBSD and NetBSD after 0784b1eefa36 (#79019)Dimitry Andric1-2/+4
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu5-50/+169
2024-01-22[builtins][FMV][Apple] Use builtin atomic load/store, instead of libdispatch ...Jon Roelofs1-13/+15
2024-01-22[asan,test] Make alloca_loop_unpoisoning.cpp robust and fix s390x failure (#7...Fangrui Song1-3/+6
2024-01-21[hwasan] Fix a possible null dereference problem (#77737)Wu Yingcong1-1/+1
2024-01-19[fuzzer,test] Remove old debug loggingVitaly Buka1-1/+0
2024-01-19Reapply "[sanitizer] Skip /include/c++/ from summary (#78534)"Vitaly Buka2-1/+32
2024-01-19Re-exec TSan with no ASLR if memory layout is incompatible on Linux (#78351)Thurston Dang4-50/+138
2024-01-19[builtins] Mark `int_lib.h` builtins as `static` (#69305)trevyn1-5/+5
2024-01-19Revert "[sanitizer] Skip /include/c++/ from summary (#78534)"Hans Wennborg2-19/+3
2024-01-19[asan,test] Disable alloca_loop_unpoisoning.cpp on s390{{.*}}Fangrui Song1-0/+1
2024-01-19[compiler-rt] Add a prefix on the windows mmap symbols (#78037)Martin Storsjö2-2/+7
2024-01-18[dfsan] Don't clear shadow on dlopen(NULL, flags)Fangrui Song2-2/+2
2024-01-18[sanitizer] Skip /include/c++/ from summary (#78534)Vitaly Buka2-3/+19
2024-01-18[CompilerRT][ASan] Add new substitutions for tests while using lto to (#78523)Usama Hameed2-3/+13