aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-01-24[𝘀𝗽𝗿] changes to main this commit is based onusers/minglotus-6/sprmain.thinltomingmingl7-35/+202
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
2024-01-15[sanitizer] Fix builds after #77991Vitaly Buka2-0/+2
2024-01-12[sanitizer_common][fuchsia] Get correct vmar infoLeonard Chan1-9/+17
2024-01-12[compiler-rt][builtins] Add a missing 'const' to the Apple __init_cpu_feature...Jon Roelofs1-1/+1
2024-01-11Revert "[builtins] Generate __multc3 for z/OS" (#77881)Vitaly Buka4-14/+6
2024-01-11[builtins] Generate __multc3 for z/OS (#77554)Sean Perry4-6/+14
2024-01-11[compiler-rt][fuchsia] Preallocate a vmar for sanitizer internals (#75256)PiJoules1-14/+63
2024-01-11[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-11Revert "[asan] Enable StackSafetyAnalysis by default"Zequan Wu2-6/+2
2024-01-11[sanitizer] Fix asserts in asan and tsan in pthread interceptors. (#75394)goussepi5-6/+79
2024-01-10[docs][IRPGO]Document two binary formats for instrumentation-based profiles, ...Mingming Liu1-0/+2
2024-01-10[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-10[scudo] Condition variable can be disabled by setting the flag to off (#77532)ChiaHungDuan1-1/+1
2024-01-10[compiler-rt][profile] remove unneeded freebsd hack. (#77209)David CARLIER1-9/+0
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka5-166/+50