aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever3-24/+3
2023-04-14[NFC][lsan] Add GetCurrentThreadId wrapper for GetCurrentThreadVitaly Buka6-16/+18
2023-04-14[test][sanitizer] Add another stress test for pthread_createVitaly Buka1-0/+35
2023-04-14[NFC][sanitizer] Return nullptr instead of 0Vitaly Buka1-1/+1
2023-04-14[hwasan] [test] fix test broken by argument promotion passFlorian Mayer1-2/+4
2023-04-15[asan][test] Fix use-after-scope-capture test after D148269Paul Kirth1-1/+1
2023-04-14[NFC][lsan] Move SetCurrentThread callVitaly Buka5-6/+7
2023-04-14Revert ""Reland "[hwasan] Provide aliases for c allocation functions for Fuch...Leonard Chan1-9/+5
2023-04-14[test][sanitizer] Add stress test for pthread_createVitaly Buka1-0/+23
2023-04-14[ASan] fix test broken by argument promotion passFlorian Mayer1-1/+3
2023-04-14[scudo] The BaseAddr should be MappedBase in releasePagesToOS()Chia-hung Duan2-5/+13
2023-04-14Fix tls_get_addr handling for glibc >=2.25Thurston Dang4-29/+34
2023-04-14[lsan] Move allocator base to avoid conflict with high-entropy ASLR for x86-6...Fangrui Song1-5/+5
2023-04-14[fuzzer][test] Disable noasan-strncmp test for AArch64Antoine Moynault1-1/+1
2023-04-14Revert " [sanitizer] adapt for 75f1f158812dabc03e70697b6b9c272230bce63d"Krasimir Georgiev1-14/+4
2023-04-14 [sanitizer] adapt for 75f1f158812dabc03e70697b6b9c272230bce63dKrasimir Georgiev1-4/+14
2023-04-14[compiler-rt] Fix signed shift overflows in absvdi2.c, absvsi2.c, negvdi2.c a...Karl-Johan Karlsson4-4/+6
2023-04-14Re-land 'ASan: move allocator base to avoid conflict with high-entropy ASLR f...Thurston Dang1-2/+6
2023-04-13Reland "[compiler-rt] Fix scudo build on ARM"Leandro Lupori1-2/+11
2023-04-13[runtimes][asan] Fix swapcontext interceptionIvan Trofimov4-39/+112
2023-04-13[Test][Sanitizer][atos] Disable atos-symbolized-recovery testBlue Gaston1-2/+3
2023-04-13[nfc][asan] Reformat the fileVitaly Buka1-65/+65
2023-04-13[InstrProf][Temporal] Add weight field to tracesEllis Hoag1-4/+4
2023-04-13Internalize AllocationBegin functions after D147005Fangrui Song7-7/+7
2023-04-13[compiler-rt] [test] [builtins] Pass the right parameters for linking with -n...Martin Storsjö1-0/+7
2023-04-13[compiler-rt] [test] [profile] Skip an MSVC-style linker parameter in mingw modeMartin Storsjö1-1/+1
2023-04-13[compiler-rt] [test] [profile] Mark the without-libc test as unsupported on m...Martin Storsjö1-0/+3
2023-04-13[compiler-rt] [test] [profile] Mark a Windows test as requiring an MSVC targetMartin Storsjö1-0/+1
2023-04-13[compiler-rt] [ubsan] Fix printing of floats in mingw modeMartin Storsjö1-1/+6
2023-04-13[compiler-rt] [test] Pass the mingw specific option for increasing stack sizeMartin Storsjö1-0/+2
2023-04-13Revert "ASan: move allocator base to avoid conflict with high-entropy ASLR fo...Hans Wennborg1-1/+1
2023-04-13Revert "[tsan] Add debugging interfaces into interface header."Hans Wennborg4-188/+28
2023-04-12[crt] Enable sparc and mips targetsReagan Bohan2-1/+12
2023-04-12[test][asan] Simplify testVitaly Buka1-14/+4
2023-04-12[CodeGen][RISCV] Change Shadow Call Stack Register to X3Paul Kirth1-1/+1
2023-04-12[test][tsan] Attempt to fix darwing after D147337Vitaly Buka2-28/+0
2023-04-12[sanitizer] correct prctl scopelizhiguang1-1/+1
2023-04-12ASan: move allocator base to avoid conflict with high-entropy ASLR for x86-64...Thurston Dang1-1/+1
2023-04-12[profile] Make __llvm_profile_global_timestamp static to unbreak DarwinHans Wennborg1-1/+1
2023-04-12[tsan] Add debugging interfaces into interface header.Pierre Gousseau2-0/+188
2023-04-12[compiler-rt] [test] Remove a leftover XFAILMartin Storsjö1-1/+0
2023-04-11[fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cppNico Weber1-1/+0
2023-04-11[ORC] Fix fallout from switch to _objc_map/load_images-based registration.Lang Hames3-79/+116
2023-04-11[scudo] Temporariy dispatch region from `RegionBeg`Chia-hung Duan1-2/+8
2023-04-11[test][lsan] Reset pointer to leak memoryVitaly Buka1-1/+1
2023-04-11[lsan] Regression test for 7d328668691aVitaly Buka1-1/+4
2023-04-11[hwasan] Don't require untagged pointer in __hwasan_tag_memoryVitaly Buka2-4/+2
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag3-1/+62
2023-04-10[Sanitizer][Test] Disable atos test on unknown address for ubsanBlue Gaston1-0/+3
2023-04-11[compiler-rt] [test] Generalize the triple regex for windows XFAILsMartin Storsjö3-3/+3