- 9b0e101 cfi: fix more -Wformat warnings by Dimitry Andric · 3 years, 2 months ago
- 87678e2 [ASan] Moved __asan_test_only_reported_buggy_pointer to ReportGenericError, which is needed for shared optimzied callback tests. by Kirill Stoimenov · 3 years, 2 months ago
- 871bde6 tsan: include internal allocator into deadlock detection by Dmitry Vyukov · 3 years, 2 months ago
- 5634565 tsan: lock internal allocator around fork by Dmitry Vyukov · 3 years, 2 months ago
- 62567e2 sanitizer_common: remove SANITIZER_USE_MALLOC by Dmitry Vyukov · 3 years, 2 months ago
- 83988a9 [sanitizer] Add Abs<T> by Vitaly Buka · 3 years, 2 months ago
- 64636a9 [sanitizer] Fail instead of crash without real_pthread_create by Vitaly Buka · 3 years, 2 months ago
- 5eafb23 Revert "tsan: new runtime (v3)" by Weverything · 3 years, 2 months ago
- 72849a7 [NFC][sanitizer] Limit StackStore stack size/tag to 1 byte by Vitaly Buka · 3 years, 2 months ago
- 3feca68 [NFC][sanitizer] Test for b80affb8a149 by Vitaly Buka · 3 years, 2 months ago
- 20899e0 [hwasan] support python3 in hwasan_sanitize by Florian Mayer · 3 years, 2 months ago
- 69c499f [NFC][sanitizer] Reuse forEach for operator== by Vitaly Buka · 3 years, 2 months ago
- 9fd089a [sanitizer] Add DenseMap::forEach by Vitaly Buka · 3 years, 2 months ago
- a8f5f2d [NFC][sanitizer] Make method const by Vitaly Buka · 3 years, 2 months ago
- 7dce18f [NFC][sanitizer] Extract StackTraceHeader struct by Vitaly Buka · 3 years, 2 months ago
- 08d1951 [NFC][sanitizer] Add StackStoreTest by Vitaly Buka · 3 years, 2 months ago
- 111cd9b [NFC][sanitizer] Early return for empty StackTraces by Vitaly Buka · 3 years, 2 months ago
- 16cdfe7 [NFC][sanitizer] Move StackStore::Allocated into cpp file by Vitaly Buka · 3 years, 2 months ago
- f86a3a1 [compiler-rt/profile] Include __llvm_profile_get_magic in module signature by Pirama Arumuga Nainar · 3 years, 2 months ago
- 2379ae4 tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 9 months ago
- fe3070f [memprof] Remove the "Live on exit:" print for text format. by Snehasish Kumar · 3 years, 2 months ago
- 9a61ffb [compiler-rt] Explicitly set dependency on libcxx for MemProfUnitTest by Haowei Wu · 3 years, 2 months ago
- 7b315b8 Revert "tsan: new runtime (v3)" by Dmitry Vyukov · 3 years, 2 months ago
- 5a4fa0c [hwasan] fix arguments to symbolizer. by Florian Mayer · 3 years, 2 months ago
- 18e25cf tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 9 months ago
- b625923 tsan: add another fork test by Dmitry Vyukov · 3 years, 2 months ago
- 85d7634 compiler-rt: Use FreeBSD's elf_aux_info to detect AArch64 HW features by Dimitry Andric · 3 years, 2 months ago
- c2437e2 [NFC][sanitizer] Fix naming in StackStore by Vitaly Buka · 3 years, 2 months ago
- 5ee55e0 [NFC][sanitizer] constexpr StackStore::StackStore() by Vitaly Buka · 3 years, 2 months ago
- 759beed [NFC][sanitizer] Change StackStore API to use StackTrace by Vitaly Buka · 3 years, 2 months ago
- c291f86 [NFC][sanitizer] Move inline implementation of StackStore into cpp by Vitaly Buka · 3 years, 2 months ago
- 7eaa0ee [NFC][sanitizer] Rename PersistentAllocator to StackStore by Vitaly Buka · 3 years, 2 months ago
- 200229c [NFC][sanitizer] Rename persistent_allocator to stack_store by Vitaly Buka · 3 years, 2 months ago
- dd0ab46 [msan] Clang-format the test by Vitaly Buka · 3 years, 2 months ago
- c3ca218 tsan: remove quadratic behavior in pthread_join by Dmitry Vyukov · 3 years, 2 months ago
- dc5103a [sanitizer] Fix DenseMap for compiler-rt by Vitaly Buka · 3 years, 2 months ago
- c15e3fd [NFC][sanitizer] Fix headers of DenseMap by Vitaly Buka · 3 years, 2 months ago
- af66490 [NFC][sanitizer] Clang format copied code by Vitaly Buka · 3 years, 2 months ago
- 5dcc671 [NFC][sanitizer] Add unchanged DenseMap by Vitaly Buka · 3 years, 2 months ago
- 361d57c [NFC][sanitizer] Fix veradic-macro warning in RAW_CHECK by Vitaly Buka · 3 years, 2 months ago
- a077850 [sanitizer] Add a few of type_traits tools by Vitaly Buka · 3 years, 2 months ago
- 3cd74fc [compiler-rt][asan] Re-add `self` by Leonard Chan · 3 years, 2 months ago
- 2afaf7b Revert "[sanitizer] Add a few of type_traits tools" by Vitaly Buka · 3 years, 2 months ago
- d444b41 [sanitizer] Add a few of type_traits tools by Vitaly Buka · 3 years, 2 months ago
- f22aee8 [SystemZ] [Sanitizer] Bugfixes in internal_clone(). by Jonas Paulsson · 3 years, 2 months ago
- 7ade672 asan: don't use thread user_id by Dmitry Vyukov · 3 years, 2 months ago
- b6e9980 memprof: don't use thread user_id by Dmitry Vyukov · 3 years, 2 months ago
- aba3b95 lsan: remove pthread_detach/join interceptors by Dmitry Vyukov · 3 years, 2 months ago
- 32a1bdf [scudo] Handle mallinfo2 by Vitaly Buka · 3 years, 2 months ago
- 2975e75 [scudo] Regression test for the MTE crash in storeEndMarker. by Evgenii Stepanov · 3 years, 2 months ago
- 5af2532 [compiler-rt/profile] Reland mark __llvm_profile_raw_version as hidden by Pirama Arumuga Nainar · 3 years, 2 months ago
- 6087de6 tsan: fix crash during thread exit by Dmitry Vyukov · 3 years, 2 months ago
- 97a835d tsan: de-hardcode number of unused bits in trace events by Dmitry Vyukov · 3 years, 2 months ago
- 548065f tsan: use smaller trace parts for Go by Dmitry Vyukov · 3 years, 2 months ago
- 1c78c54 tsan: use pthread_equal instead of direct pthread_t comparison by Dmitry Vyukov · 3 years, 2 months ago
- 088d369 tsan: speed up pthread_setname_np by Dmitry Vyukov · 3 years, 2 months ago
- 0239761 add tsan shared lib by ZijunZhao · 3 years, 5 months ago
- 0506ae1 Fix a deadlock in __cxa_guard_abort in tsan by Matt Kulukundis · 3 years, 2 months ago
- 2536361 [msan] Fix test with GLIBC 2.34 by Vitaly Buka · 3 years, 2 months ago
- 6d7cdb5 [sanitizer][aarch64] fix clone system call's inline assembly by hyeongyu kim · 3 years, 2 months ago
- 182336b tsan: mmap shadow stack by Dmitry Vyukov · 3 years, 2 months ago
- f65d05e [ORC][ORC-RT] Register type metadata from __swift5_types MachO section by Ben Langmuir · 3 years, 2 months ago
- 11bdf45 [sanitizer] Switch dlsym hack to internal_allocator by Vitaly Buka · 3 years, 2 months ago
- 5f66646 [asan] Fix GCC warning "left shift count >= width" by Vitaly Buka · 3 years, 2 months ago
- 120609c [ORC-RT][llvm-jitlink] Fix a buggy check in ORC-RT MachO TLV deregistration. by Lang Hames · 3 years, 2 months ago
- 24cd44b Revert "tsan: new runtime (v3)" by Dmitry Vyukov · 3 years, 2 months ago
- db59b8e tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 9 months ago
- b1f85b4 tsan: don't start background thread after clone by Dmitry Vyukov · 3 years, 2 months ago
- ecbc13f tsan: fix XMM register corruption in hacky call by Dmitry Vyukov · 3 years, 2 months ago
- 63f8cb6 [NFC][lsan] Simplify root_regions initialization by Vitaly Buka · 3 years, 2 months ago
- 5204d64 [VE] Disable incompatible compiler-rt tests by Simon Moll · 3 years, 2 months ago
- 75cf01f [memprof] Make the raw binary format the default. by Snehasish Kumar · 3 years, 2 months ago
- 3640af4 [memprof] Add a raw binary format to serialize memprof profiles. by Snehasish Kumar · 3 years, 3 months ago
- c7d76ab [memprof] Replace the block cache with a hashmap. by Snehasish Kumar · 3 years, 3 months ago
- 0d7e880 [memprof] Move the MemInfoBlock definition to a separate header. by Snehasish Kumar · 3 years, 3 months ago
- 57aad12 [sanitizer] Add a ForEach callback interface for AddrHashMap. by Snehasish Kumar · 3 years, 4 months ago
- f7ab2af tsan: enable clone interceptor only on Linux by Dmitry Vyukov · 3 years, 2 months ago
- f8c3d49 tsan: intercept clone by Dmitry Vyukov · 3 years, 2 months ago
- c1bc8fa [sanitizer] Fix solaris build by Vitaly Buka · 3 years, 2 months ago
- fc15011 [compiler-rt] separate lsan, ubsan, stats configuration from SANITIZER_COMMON_SUPPORTED_OS by Emily Shi · 3 years, 2 months ago
- 4364c6d [NFC][msan] Clang format includes by Vitaly Buka · 3 years, 2 months ago
- d5b2dec [NFC][asan][memprov] Remove dlsym hack from posix_memalign by Vitaly Buka · 3 years, 2 months ago
- b1d7dea [NFC][sanitizer] Move GET_MALLOC_STACK_TRACE closer to the use by Vitaly Buka · 3 years, 2 months ago
- 8a113ff [NFC][sanitizer] Make const PointerIsMine and FromPrimary by Vitaly Buka · 3 years, 2 months ago
- 2b48cd3 [compiler-rt] Fix typo in DeadlockDetector (chanding->changing) by MarcoFalke · 3 years, 2 months ago
- 8ece42d [dfsan] Dfsan version of D113328 by Vitaly Buka · 3 years, 2 months ago
- 9393229 [msan] Block signals in MsanThread::Init by Vitaly Buka · 3 years, 3 months ago
- 09e1318 [NFC][sanitizer] Extract ScopedBlockSignals by Vitaly Buka · 3 years, 2 months ago
- c5ec0bf Revert "add tsan shared lib" by zijunzhao · 3 years, 2 months ago
- 682d4c6 [HWASan] Ensure RNG is initialized in GenerateRandomTag by Matt Morehouse · 3 years, 2 months ago
- b21fe4d [cmake] By default do not instrument compiler-rt if LLVM_BUILD_INSTRUMENTED_COVERAGE is ON by Djordje Todorovic · 3 years, 2 months ago
- 52403a1 [NFC][dfsan] Split Init and ThreadStart by Vitaly Buka · 3 years, 2 months ago
- 40d1a59 Partially revert "[NFC][msan] Split ThreadStart and Init" by Vitaly Buka · 3 years, 2 months ago
- 9a524c4 [NFC][msan] Split ThreadStart and Init by Vitaly Buka · 3 years, 2 months ago
- da5fbb3 add tsan shared lib by ZijunZhao · 3 years, 5 months ago
- 783a135 [NFC] Move setuid.c test into sanitizer_common by Vitaly Buka · 3 years, 2 months ago
- dc64738 [compiler-rt] TlsBaseAddr value for darwin arm64 by David CARLIER · 3 years, 2 months ago
- dbc7dfa Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" by hyeongyu kim · 3 years, 2 months ago
- 37bc190 [sanitizer][aarch64] Add cast to drop reliance on the type of uc_mcontext.__reserved by Fangrui Song · 3 years, 3 months ago
- afc273f [hwasan] Replace _Unwind_Word with uintptr_t by Fangrui Song · 3 years, 3 months ago