aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-12-12[test][hwasan] Add `__hwasan_enable_allocator_tagging`Vitaly Buka1-0/+4
2023-12-12[test][sanitizer] Convert test from C++ to CVitaly Buka1-5/+6
2023-12-12[test][sanitizer] Add `fork` include to the testVitaly Buka1-0/+1
2023-12-12[test][sanitizer] Remove unnececary `printf` and `gettid`Vitaly Buka1-4/+0
2023-12-12[NFC][lsan] clang-format includesVitaly Buka1-5/+5
2023-12-12[test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)Vitaly Buka1-1/+1
2023-12-12[sanitizer] Pre-commit disabled test for fork (#75257)Vitaly Buka2-1/+107
2023-12-12[asan] Switch initialization to "double-checked locking"Vitaly Buka1-24/+25
2023-12-11[scudo] Add utilization percentages for stats. (#75101)Christopher Ferris4-13/+32
2023-12-11[Profile] Add missing COMPILER_RT_VISIBILITY to __llvm_profile_disable_contin...Zequan Wu1-1/+1
2023-12-11[Profile] Disable continuous mode when reset to default.profraw due to malfor...Zequan Wu4-0/+32
2023-12-08[ORC-RT][ORC][MachO] Fix build after 437b4f1cJan Svoboda1-2/+4
2023-12-08[scudo] do not store size inside ring buffer (#74541)Florian Mayer3-30/+35
2023-12-08[ORC-RT][ORC][MachO] Refactor dlsym to extract a reusable bulk-lookup API.Lang Hames1-72/+69
2023-12-07[ORC-RT][ORC][MachO] Fix some issues with executor-side symbol tables.Lang Hames5-1/+114
2023-12-07[scudo] Add hooks to mark the range of realloc (#74353)ChiaHungDuan3-4/+74
2023-12-07[hwasan] Add fixed_shadow_base flag (#73980)Thurston Dang3-2/+89
2023-12-07[ASan][Windows] Interception fix for 'mov al, byte ptr []' sequences (#72531)Zack Johnson1-0/+1
2023-12-07[compiler-rt] Fix linking a standalone libatomic for MinGW (#74668)Martin Storsjö1-1/+10
2023-12-06[asan][Darwin] Use Apples blocks extension only when supported (#72639) (#72642)Tobias Burnus1-0/+2
2023-12-06Re-apply "[llvm-jitlink] Add Process and Platform JITDylibs, ..." with fixes.Lang Hames7-10/+22
2023-12-06[sanitizer_common] Fix potential null dereference in dlopen interceptor (#74645)Thurston Dang1-1/+1
2023-12-05[scudo] Add parameters for ring buffer and stack depot sizes (#74539)Florian Mayer2-7/+9
2023-12-05[GTest][c++17] Silence warnings when building GTest with gcc-toolset-12Kamau Bridgeman1-3/+18
2023-12-05Revert "[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias..."Lang Hames5-10/+10
2023-12-05[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias option.Lang Hames5-10/+10
2023-12-05[llvm][NFC] A start at cleaning up zero byte files that should have been remo...Brad Smith3-0/+0
2023-12-05Revert "[lldb] A start at cleaning up zero byte files that should have been r...Brad Smith3-0/+0
2023-12-04[lldb] A start at cleaning up zero byte files that should have been removedBrad Smith3-0/+0
2023-12-04[NFC][asan] Remove SetAsanInited parameterVitaly Buka1-2/+2
2023-12-04[hwasan] Use ErrorAction::Recover in interceptors (#74000)Vitaly Buka3-9/+43
2023-12-04[NFC][asan] Inline ENSURE_ASAN_INITED macro (#74174)Vitaly Buka4-19/+20
2023-12-04[NFC][asan] Replace a few `#if SANITIZER_APPLE` with `if (SANITIZER_APPLE` (#...Vitaly Buka1-9/+3
2023-12-04[NFC][asan] Replace AsanInited/ENSURE_ASAN_INITED with TryAsanInitFromRtl (#7...Vitaly Buka1-4/+2
2023-12-04Do not initialize the allocator on free(nullptr). (#74366)Evgenii Stepanov1-3/+3
2023-12-04[NFC][ASAN] Replace AsanInitIsRunning with TryAsanInitFromRtlVitaly Buka4-23/+30
2023-12-04[NFC][ASAN] Move ENSURE_ASAN_INITED into AsanInitFromRtl (#74170)Vitaly Buka2-7/+6
2023-12-04[sanitizer_symbolizer] RenderContextual elements for symbolizer markup.Andres Villegas7-1/+160
2023-12-02[NFC][HWASAN] Remove unused macro parameterVitaly Buka1-7/+7
2023-12-02[ORC-RT][ORC][MachO] Add executor-side symbol tables to MachO platform support.Lang Hames2-21/+256
2023-12-01[NFC][asan] Clang format a few linesVitaly Buka1-3/+3
2023-12-01[NFC][ASAN] Declare few functions as staticVitaly Buka1-2/+2
2023-12-01[scudo] Fix realloc hooks behavior (#74149)ChiaHungDuan4-12/+39
2023-12-01Revert "[asan][win][msvc] override new and delete and seperate TUs (#68754)"Kirill Stoimenov46-1696/+75
2023-12-01[asan][win][msvc] override new and delete and seperate TUs (#68754)Charlie Barto46-75/+1696
2023-11-29[msan] Intercept mallinfo2 only on GLIBC 2.33+Vitaly Buka4-8/+22
2023-11-29[msan] Intercept mallinfo2 (#73729)Vitaly Buka3-1/+16
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