aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[DFSan] Add functions to print origin trace from origin id instead of address.origin/mainAndrew Browne2-14/+75
2021-12-22[NFC][sanitizer] Reformat scriptVitaly Buka1-1/+4
2021-12-22[NFC][sanitizer] Reformat a part of the fileVitaly Buka1-18/+16
2021-12-22[msan] Break optimization in memccpy testsNikita Popov1-0/+2
2021-12-21[ASan] Change optimized callbacks visibility to hidden.Kirill Stoimenov2-33/+1
2021-12-21tsan: remove old vector clocksDmitry Vyukov11-1498/+0
2021-12-21tsan: remove hacky callDmitry Vyukov3-263/+0
2021-12-21tsan: reduce shadow rangesDmitry Vyukov1-62/+62
2021-12-21tsan: remove unused variableDmitry Vyukov1-3/+1
2021-12-21tsan: use VReport instead of VPrintf in background threadDmitry Vyukov1-5/+7
2021-12-21tsan: better maintain current time in the background threadDmitry Vyukov1-2/+3
2021-12-21tsan: fix failures after multi-threaded forkDmitry Vyukov3-2/+23
2021-12-21tsan: always handle closing of file descriptorsDmitry Vyukov3-36/+39
2021-12-21tsan: remove unused ReportMutex::destroyedDmitry Vyukov4-14/+6
2021-12-21tsan: change ReportMutex::id type to intDmitry Vyukov3-10/+10
2021-12-21tsan: optimize __tsan_read/write16Dmitry Vyukov3-14/+46
2021-12-20Port __sanitizer::StopTheWorld to WindowsClemens Wasser3-2/+184
2021-12-20[sanitizer] Fix compress_stack_depot.cpp test on DarwinVitaly Buka1-4/+12
2021-12-20[tsan] Fix Darwin crash after D115759Vitaly Buka1-17/+6
2021-12-20tsan: fix NULL deref in TraceSwitchPartDmitry Vyukov1-2/+12
2021-12-20tsan: fix deadlock during race reportingDmitry Vyukov6-48/+18
2021-12-20[InstrProf] Don't profile merge by default in lightweight modeEllis Hoag1-1/+6
2021-12-17[TSan][Darwin] Fix shadow mapping for iOS simulator on Apple SiliconJulian Lettner2-5/+5
2021-12-17[TSan][Darwin] Make malloc_size interceptor more robustJulian Lettner1-1/+1
2021-12-17Revert "Port __sanitizer::StopTheWorld to Windows"Martin Storsjö3-176/+2
2021-12-17[asan/mac] Fix remaining -Wformat warningsNico Weber1-2/+2
2021-12-17[asan/mac] Fix a few -Wformat warningsNico Weber1-4/+5
2021-12-17[asan/mac] Fix a -Wformat warningNico Weber1-1/+1
2021-12-16Port __sanitizer::StopTheWorld to WindowsClemens Wasser3-2/+176
2021-12-16[sanitizer] Simplify sanitizer_stoptheworld_testVitaly Buka1-63/+41
2021-12-16[NFC][sanitizer] Remove unused variableVitaly Buka1-1/+0
2021-12-16[Try2][InstrProf] Attach debug info to countersEllis Hoag3-6/+20
2021-12-16[sanitizer] Define SANITIZER_ARM SANITIZER_X64 SANITIZER_ARM64Vitaly Buka1-1/+13
2021-12-16[sanitizer] Clang-format sanitizer_platform.hVitaly Buka1-143/+144
2021-12-16[compiler-rt] removed memory access callback from asan interface for darwinEmily Shi1-2/+1
2021-12-16[sanitizer] Portable sanitizer_stoptheworld_testClemens Wasser1-58/+47
2021-12-16[sanitizer] Clang format before D115204Vitaly Buka1-28/+24
2021-12-16[lsan] Format CAN_SANITIZE_LEAKS definesClemens Wasser1-7/+7
2021-12-16Add a flag to force tsan's background threadMatt Kulukundis2-0/+15
2021-12-16[sanitizer] Update global_symbols.txtVitaly Buka1-0/+1
2021-12-15[TSan][Darwin] Fix CheckAndProtect() for MappingAppleAarch64Julian Lettner1-1/+1
2021-12-15[Darwin] Remove workaround for symbolication in iOS simulator runtimesJulian Lettner8-73/+4
2021-12-14[compiler-rt][AArch64] Add a workaround for Exynos 9810Stephen Hines1-2/+18
2021-12-14[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callback file.Kirill Stoimenov1-0/+2
2021-12-14[ASan] Shared optimized callbacks implementation.Kirill Stoimenov4-17/+264
2021-12-13Revert "[InstrProf] Attach debug info to counters"Ellis Hoag3-22/+6
2021-12-13[InstrProf] Attach debug info to countersEllis Hoag3-6/+22
2021-12-13Revert "[ASan] Shared optimized callbacks implementation."Arthur Eubanks4-263/+17
2021-12-13Revert "[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callback file."Arthur Eubanks1-2/+0
2021-12-13[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty1-1/+2