aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
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
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