aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-12-01[asan][Windows] Synchronizing ASAN init on Windowsusers/zacklj89/sprasanwindows-synchronizing-asan-init-on-windowsZachary Johnson1-1/+1
2023-12-01[𝘀𝗽𝗿] initial versionZachary Johnson3-6/+80
2023-11-28[msan][aarch64] Fix mallinfo interceptor (#73728)Vitaly Buka2-13/+15
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson4-0/+56
2023-11-28[compiler-rt][sanitizer_common] Increase min user-map/freearray round… (#73...PiJoules1-2/+2
2023-11-28[asan] Fix Windows i386 regression (#73650)Farzon Lotfi1-1/+4
2023-11-27[sanitizer_symbolizer] Add initial symbolizer markup support for linux.Andres Villegas5-0/+57
2023-11-27[NFC sanitizer_symbolizer] Move Fuchsia specific code.Andres Villegas4-87/+153
2023-11-27[sanitizer][nfc] Reformat sanitizer_linux sources (#73573)Dimitry Andric4-1174/+1162
2023-11-27[sanitizer] Add re-execution on FreeBSD when ASLR is detected (#73439)Dimitry Andric2-4/+16
2023-11-27[ORC-RT] Add SPS serialization for std::tuple.Lang Hames2-0/+43
2023-11-27Changes to support running tests for Windows arm64 asan (#66973)Farzon Lotfi3-6/+18
2023-11-23[compiler-rt] Fix the HWCAP2_EBF16 and HWCAP2_SVE_EBF16 macro value (#70905)joyhou-hw1-2/+2
2023-11-22[CMake] Fix the condition to include asan_rtl_x86_64.S in libclang_rt.asan_st...Fangrui Song1-1/+1
2023-11-22Remove `__cdecl` from _ReturnAddress (#72919)nicole mazzuca2-1/+16
2023-11-21[test][hwasan] Deflake release-shadow.cVitaly Buka1-8/+14
2023-11-21[sanitizer_symbolizer] Add MarkupStackTracePrinter (#73032)Andres Villegas3-23/+33
2023-11-21[NFC sanitizer_symbolizer] Make some functions non virtual in StackTracePrint...Andres Villegas2-28/+17
2023-11-21[compiler-rt] Fix interceptors with Solaris as (#72973)Marco Elver2-2/+12
2023-11-20[llvm-profdata] Fix binary ids with multiple raw profiles in a single… (#72...Zequan Wu1-2/+39
2023-11-20[build_symbolizer] Fix a missing mkdir cmdwlei1-0/+1
2023-11-17[test][msan] Remove redundant --check-prefixesVitaly Buka1-13/+13
2023-11-17[msan][aarch64] Improve argument classificationVitaly Buka1-2/+2
2023-11-17[msan][test] Add ptr test caseVitaly Buka1-0/+3
2023-11-17[msan][x86] Fix shadow if vararg overflow beyond kParamTLSSizeVitaly Buka1-2/+2
2023-11-17[builtins] Move cfi start's after the symbol name [NFC]Jon Roelofs1-2/+3
2023-11-17[test][msan] s390x already passes the testVitaly Buka1-2/+2
2023-11-17Fix python SyntaxWarnings in check-all output (#72538)Georgios Eleftheriou1-3/+3
2023-11-17[test][msan] Precommit tests for vararg improvements (#72612)Vitaly Buka1-0/+254
2023-11-17[tsan] Shrink RiscV64 48-bit LowApp region slightly to speed up TSan RestoreA...Thurston Dang1-4/+4
2023-11-16[ORC-RT] Add missing cstdint include.Lang Hames1-0/+1
2023-11-16[ORC-RT] Add bitmask-enum and bit_ceil utilities to the ORC runtime.Lang Hames4-0/+306
2023-11-15[builtins][test] Don't XFAIL divtc3_test.c on 32-bit Solaris/sparc fo… (#72...Rainer Orth1-2/+2
2023-11-15[hwasan] Move __hwasan_thread_enter/__hwasan_thread_exit out of namespace (#7...Nikita Popov1-19/+21
2023-11-14[NFC, sanitizer_symbolizer] Split Fuchsia and Markup. (#72305)Andres Villegas7-59/+113
2023-11-14[test][msan] Reformat RUN linesVitaly Buka1-12/+6
2023-11-14[NFC] remove static assertsFlorian Mayer1-2/+0
2023-11-14[scudo] change allocation buffer size with env var (#71703)Florian Mayer3-6/+26
2023-11-14[scudo] allocation_ring_buffer_size <= 0 disables buffer (#71791)Florian Mayer2-4/+5
2023-11-14[Profile] Remove __llvm_profile_has_correlation() (#71996)Zequan Wu5-24/+8
2023-11-14[builtins] Add back trailing space removed in dc298fecb79608Alex Richardson1-2/+4
2023-11-14[compiler-rt] Remove reference to Type::getInt8PtrTy; NFC (#71570)Paulo Matos1-10/+10
2023-11-13[builtins] Build with -Wbuiltin-declaration-mismatch if supportedAlex Richardson3-1/+8
2023-11-12[Sanitizers][Darwin] Pass offset to __asan_set_shadow_xx (#71745)Mariusz Borsa1-2/+2
2023-11-10[asan] Report executable/DSO name for report_globals=2 and odr-violation chec...Fangrui Song6-13/+20
2023-11-10[builtins] Guard the divtc3_test.c test with CRT_HAS_TF_MODE (#71876)Amara Emerson1-0/+10
2023-11-09[NFC][asan] Change asan_init and asan_init_is_running; add setters/gettersZachary Johnson11-49/+57
2023-11-09[ASan] Clang-format for #71833Zachary Johnson3-56/+61
2023-11-09[scudo] Relax MemtagTag.SelectRandomTag. (#68048)Evgenii Stepanov1-1/+9
2023-11-09[sanitizer_common] Fix build breakage by guarding #include <dlfcn.h>Thurston Dang1-2/+4