aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-24[𝘀𝗽𝗿] changes to main this commit is based onusers/minglotus-6/sprmain.thinltomingmingl6-29/+150
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas3-0/+6
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov2-2/+90
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. ...Douglas Yung2-90/+2
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov2-2/+90
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 Wu1-50/+11
2024-01-22[builtins][FMV][Apple] Use builtin atomic load/store, instead of libdispatch ...Jon Roelofs1-13/+15
2024-01-21[hwasan] Fix a possible null dereference problem (#77737)Wu Yingcong1-1/+1
2024-01-19Reapply "[sanitizer] Skip /include/c++/ from summary (#78534)"Vitaly Buka1-1/+2
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 Wennborg1-2/+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 Song1-1/+1
2024-01-18[sanitizer] Skip /include/c++/ from summary (#78534)Vitaly Buka1-1/+2
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 Song1-3/+3
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[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 Buka1-0/+1
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[sanitizer] Fix asserts in asan and tsan in pthread interceptors. (#75394)goussepi3-4/+23
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 Buka1-11/+50
2024-01-09[sanitizer] Select non-internal frames in ReportErrorSummary (#77406)Vitaly Buka1-10/+26
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu1-50/+11
2024-01-08[msan] Unwind stack before fatal reports (#77168)Vitaly Buka3-11/+37
2024-01-08[NFC][msan] Switch allocator interface to use BufferedStackTrace (#77363)Vitaly Buka2-25/+27
2024-01-05[NFC][sanitizer] Add consts to SkipInternalFrames (#77162)Vitaly Buka3-6/+6
2024-01-05[NFC][sanitizer] Move SymbolizedStackHolder into sanitizer_common (#77152)Vitaly Buka7-37/+40
2024-01-05[ubsan] Drop terminal "in " from reports without functions (#77163)Vitaly Buka1-1/+1
2024-01-05[NFC][tsan] Move SkipInternalFrames into sanitizer_common (#77146)Vitaly Buka3-15/+25
2024-01-05[tsan] Fallback to top frame (#77145)Vitaly Buka1-4/+5
2024-01-05[NFC][tsan] `ptr != 0` to implicit check (#77144)Vitaly Buka1-3/+3
2024-01-05[tsan] Generalize FrameIsInternal (#77143)Vitaly Buka1-6/+2
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir5-19/+206
2024-01-02[compiler-rt] enable pwritev interception on freebsd/netbsd. (#76759)David CARLIER1-1/+2