aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-04-15[RISCV] Support rv{32, 64}e in the compiler builtins (#88252)Cyrill Leutwiler2-0/+84
2024-04-01[tsan] Refine fstat{,64} interceptors (#86625)Fangrui Song1-25/+18
2024-03-27[msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142)Thurston Dang3-14/+50
2024-03-27[msan] Add 'MappingDesc::ALLOCATOR' type and check it is available (#85153)Thurston Dang3-13/+34
2024-03-12Unbreak *tf builtins for hexfloat (#82208)Alexander Richardson4-19/+34
2024-03-11[test] Make two sanitize-coverage tests pass with glibc 2.39+Fangrui Song2-2/+6
2024-02-20[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER1-0/+3
2024-02-18[AIX] Add a dummy variable in the __llvm_orderfile section (#81968)Wael Yehia2-1/+10
2024-02-09[dfsan] Wrap glibc 2.38 __isoc23_* functions (#79958)Fangrui Song3-155/+59
2024-02-08[compiler-rt] remove hexdump interception. (#79378)David CARLIER3-39/+0
2024-02-06[Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu1-1/+1
2024-02-05[compiler-rt] Remove duplicate MS names for chkstk symbols (#80450)Martin Storsjö2-4/+0
2024-01-30[sanitizer] Handle Gentoo's libstdc++ pathSam James1-1/+3
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
2024-01-18[compiler-rt] making getrandom call blocking. (#78340)David CARLIER1-1/+7
2024-01-18[X86] Support "f16c" and "avx512fp16" for __builtin_cpu_supports (#78384)Freddy Ye1-1/+4
2024-01-17[dfsan] Make sprintf interceptor compatible with glibc 2.37+ and musl (#78363)Fangrui Song3-9/+3
2024-01-17Remove maximum OSX version for sanitizers (#77543)Chris Apple1-5/+0
2024-01-17[compiler-rt] On Windows, silence warning when building with latest MSVCAlexandre Ganea1-1/+1
2024-01-17[compiler-rt][ORC] Silence warning when building on MSVC/WindowsAlexandre Ganea1-0/+1
2024-01-17[compiler-rt] Fix fuzzer tests on WindowsAlexandre Ganea1-0/+10
2024-01-17[ORC-RT] Silence warning when building with Clang ToT on WindowsAlexandre Ganea1-1/+5
2024-01-17[compiler-rt] Silence warnings when building with Clang ToTAlexandre Ganea3-0/+20
2024-01-17[compiler-rt] Silence warning with MSVC 19.38 (Visual Studio 2022 17.8.3)Alexandre Ganea1-1/+7
2024-01-16Sanitizer/MIPS: Use $t9 for preemptible function call (#76894)YunQiang Su2-2/+26
2024-01-16[compiler-rt] Drop COMPILER_RT_BUILD_CRT workaround (#78331)Alexander Richardson1-5/+0
2024-01-16[ASAN][sanitizers][win] Allow windows-asan to be built with /MDd and intercep...Charlie Barto2-19/+21