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