1. ba42e1e tsan: disable dlopen_static_tls.cpp test on powerpc64 by Dmitry Vyukov · 2 years, 6 months ago
  2. ab5b8bb [XRay] fix more -Wformat warnings by Dimitry Andric · 2 years, 6 months ago
  3. e1a6dd5 tsan: disable dlopen_static_tls.cpp test on aarch64 by Dmitry Vyukov · 2 years, 6 months ago
  4. 5ecb474 [sanitizer] Hook up LZW into stack store by Vitaly Buka · 2 years, 6 months ago
  5. 32befef [NFC][sanitizer] Add test for command line flag for enable-noundef-analysis. by Kevin Athey · 2 years, 6 months ago
  6. 703e32f [sanitizer] Add Lempel–Ziv–Welch encoder/decoder by Vitaly Buka · 2 years, 6 months ago
  7. 691eca5 [NFC][sanitizer] Iterator adaptors for Leb128 encoding by Vitaly Buka · 2 years, 6 months ago
  8. d6ca0ac [sanitizer] Support IsRssLimitExceeded in all sanitizers by Vitaly Buka · 2 years, 6 months ago
  9. 88d0541 [Sanitizer] Use CreateDirectoryA for report dirs by Choongwoo Han · 2 years, 6 months ago
  10. 02a62b5 [msan] Don't block SIGSYS in ScopedBlockSignals by Hans Wennborg · 2 years, 6 months ago
  11. f16ed13 [HWASan] Try 'google' prefixed apex directories in symbolizer. by Mitch Phillips · 2 years, 6 months ago
  12. fc01028 tsan: disable munmap_invalid.cpp test on darwin by Dmitry Vyukov · 2 years, 6 months ago
  13. 60dfba0 [lsan] Deflake fork_and_leak test by Vitaly Buka · 2 years, 6 months ago
  14. ad668d5 [NFC][sanitizer] Remove SetSoftRssLimitExceededCallback by Vitaly Buka · 2 years, 6 months ago
  15. 61da121 [NFC][sanitizer] Reorder functions in cpp file by Vitaly Buka · 2 years, 6 months ago
  16. 477d433 [NFC][sanitizer] Rename RssLimitExceeded -> IsRssLimitExceeded by Vitaly Buka · 2 years, 6 months ago
  17. 5fd5569 [ASan] Fixed asan_mapping.h format. by Kirill Stoimenov · 2 years, 6 months ago
  18. 9526c87 [NFC][sanitizer] Use more bytes of sanitizer_stack_store_test pointers by Vitaly Buka · 2 years, 6 months ago
  19. dcc5170 [compiler-rt] Fix incorrect variable names used by Leonard Chan · 2 years, 6 months ago
  20. 63c68e8 [sanitizer] Start background thread once by Vitaly Buka · 2 years, 6 months ago
  21. 84103e9 [asan] Remove confusing workaround by Vitaly Buka · 2 years, 6 months ago
  22. eb3a082 [sanitizer] Add delta compression stack depot by Vitaly Buka · 2 years, 6 months ago
  23. a2d9144 [sanitizer] Add compress_stack_depot flag by Vitaly Buka · 2 years, 6 months ago
  24. 26a7a70 [sanitizer] DEFINE_REAL_PTHREAD_FUNCTIONS for hwasan, lsan, msan by Vitaly Buka · 2 years, 6 months ago
  25. a20548a tsan: tolerate munmap with invalid arguments by Dmitry Vyukov · 2 years, 6 months ago
  26. 9fc1321 tsan: fix false positives in dynamic libs with static tls by Dmitry Vyukov · 2 years, 6 months ago
  27. deb61bd [NFC][sanitizer] Check &real_pthread_join by Vitaly Buka · 2 years, 6 months ago
  28. 860b80a [NFC][sanitizer] Fix "not used" warning in test by Vitaly Buka · 2 years, 6 months ago
  29. 9c0e333 Revert "[sanitizer] Add compress_stack_depot flag" by Steven Wan · 2 years, 6 months ago
  30. a599f39 [TSan][Darwin] Prevent inlining of functions in tests by Julian Lettner · 2 years, 6 months ago
  31. fd1049e [TSan][Darwin] Mark test unsupported by Julian Lettner · 2 years, 6 months ago
  32. ad0ac77 [sanitizer] Implement MprotectReadOnly and MprotectNoAccess by Vitaly Buka · 2 years, 6 months ago
  33. 8e742f5 [NFC][sanitizer] constexpr in sanitizer_dense_map_info by Vitaly Buka · 2 years, 6 months ago
  34. 4471640 Revert "[sanitizer] Add delta compression stack depot" by Hans Wennborg · 2 years, 6 months ago
  35. 71ed5fa [ASan] Fixed include order. by Kirill Stoimenov · 2 years, 6 months ago
  36. 46b6d20 Revert "tsan: new runtime (v3)" by Dmitry Vyukov · 2 years, 6 months ago
  37. b7d71af [sanitizer] Add delta compression stack depot by Vitaly Buka · 2 years, 6 months ago
  38. 68f51fe [memprof] Align each rawprofile section to 8b. by Snehasish Kumar · 2 years, 6 months ago
  39. 038c783 [sanitizer] Add compress_stack_depot flag by Vitaly Buka · 2 years, 6 months ago
  40. 3641839 [NFC][sanitizer] Add entry point for compression by Vitaly Buka · 2 years, 6 months ago
  41. 18edc4b [TSan][Darwin] Avoid crashes due to interpreting non-zero shadow content as a pointer by Julian Lettner · 2 years, 6 months ago
  42. 4858d52 [NFC][sanitizer] Fail test quickly by Vitaly Buka · 2 years, 6 months ago
  43. 7e90967 [memprof] Disable pedantic warnings, suppress variadic macro warning. by Snehasish Kumar · 2 years, 6 months ago
  44. acd4afe [memprof] Fix unit test build after refactoring shared header. by Snehasish Kumar · 2 years, 6 months ago
  45. f6a8598 [memprof] Extend llvm-profdata to display MemProf profile summaries. by Snehasish Kumar · 2 years, 6 months ago
  46. 32002b6 Fix file extension of alignment-assumption-ignorelist.cppp test by Ryan Mansfield · 2 years, 6 months ago
  47. b119e75 [NFC][sanitizer] Track progress of populating the block by Vitaly Buka · 2 years, 6 months ago
  48. e90e007 [sanitizer] Add Leb128 encoding/decoding by Vitaly Buka · 2 years, 6 months ago
  49. 143b4b1 [HWASan] Disable LTO test on aarch64. by Matt Morehouse · 2 years, 6 months ago
  50. a5265ec [sanitizer] Remove storeIds and use padding of StackDepotNode by Vitaly Buka · 2 years, 6 months ago
  51. ad9c1b4 [sanitizer] Switch StackStore from pointers to 32bit IDs by Vitaly Buka · 2 years, 6 months ago
  52. aedb06c [sanitizer] Switch StackStore to 8 MiB blocks by Vitaly Buka · 2 years, 6 months ago
  53. 194c61a [compiler-rt][CMake] Support powerpcspe build by Patrick Oppenlander · 2 years, 6 months ago
  54. 9c45b1a [compiler-rt][CMake] Support powerpc32 on Linux by Patrick Oppenlander · 2 years, 6 months ago
  55. ecd0015 [tsan] Relax atexit5.cpp a bit more so it's not as dependent on the standard library implementation by Benjamin Kramer · 2 years, 6 months ago
  56. 1ad3657 tsan: remember and print function that installed at_exit callbacks by Dmitry Vyukov · 2 years, 6 months ago
  57. 67ae5b2 tsan: add a test for on_exit by Dmitry Vyukov · 2 years, 6 months ago
  58. 60146a0 tsan: add test for __cxa_atexit by Dmitry Vyukov · 2 years, 6 months ago
  59. 4e0be68 tsan: check stack in atexit4.cpp test by Dmitry Vyukov · 2 years, 6 months ago
  60. bf69cc0 [NFC][compiler-rt] Inclusive language: replace master/slave with primary/secondary by Quinn Pham · 2 years, 6 months ago
  61. 2f9f87b tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 1 month ago
  62. 0fa013c tsan: fix another potential deadlock in fork by Dmitry Vyukov · 2 years, 6 months ago
  63. 8f74ff7 tsan: fix Java heap block begin in reports by Dmitry Vyukov · 2 years, 6 months ago
  64. 14d1517 tsan: add a benchmark for vector memory accesses by Dmitry Vyukov · 2 years, 6 months ago
  65. 0c6be7a tsan: add a test for vector memory accesses by Dmitry Vyukov · 2 years, 6 months ago
  66. 2e5ca17 tsan: enable -msse4 when compiling tests by Dmitry Vyukov · 2 years, 6 months ago
  67. 9b0e101 cfi: fix more -Wformat warnings by Dimitry Andric · 2 years, 6 months ago
  68. 87678e2 [ASan] Moved __asan_test_only_reported_buggy_pointer to ReportGenericError, which is needed for shared optimzied callback tests. by Kirill Stoimenov · 2 years, 6 months ago
  69. 871bde6 tsan: include internal allocator into deadlock detection by Dmitry Vyukov · 2 years, 6 months ago
  70. 5634565 tsan: lock internal allocator around fork by Dmitry Vyukov · 2 years, 6 months ago
  71. 4d9700a tsan: add another fork deadlock test by Dmitry Vyukov · 2 years, 6 months ago
  72. 62567e2 sanitizer_common: remove SANITIZER_USE_MALLOC by Dmitry Vyukov · 2 years, 6 months ago
  73. 8ff218e tsan: extend mmap test by Dmitry Vyukov · 2 years, 6 months ago
  74. 83988a9 [sanitizer] Add Abs<T> by Vitaly Buka · 2 years, 6 months ago
  75. 64636a9 [sanitizer] Fail instead of crash without real_pthread_create by Vitaly Buka · 2 years, 6 months ago
  76. 5eafb23 Revert "tsan: new runtime (v3)" by Weverything · 2 years, 6 months ago
  77. 72849a7 [NFC][sanitizer] Limit StackStore stack size/tag to 1 byte by Vitaly Buka · 2 years, 6 months ago
  78. 3feca68 [NFC][sanitizer] Test for b80affb8a149 by Vitaly Buka · 2 years, 6 months ago
  79. 20899e0 [hwasan] support python3 in hwasan_sanitize by Florian Mayer · 2 years, 6 months ago
  80. 69c499f [NFC][sanitizer] Reuse forEach for operator== by Vitaly Buka · 2 years, 6 months ago
  81. 9fd089a [sanitizer] Add DenseMap::forEach by Vitaly Buka · 2 years, 6 months ago
  82. a8f5f2d [NFC][sanitizer] Make method const by Vitaly Buka · 2 years, 6 months ago
  83. 7dce18f [NFC][sanitizer] Extract StackTraceHeader struct by Vitaly Buka · 2 years, 6 months ago
  84. 08d1951 [NFC][sanitizer] Add StackStoreTest by Vitaly Buka · 2 years, 6 months ago
  85. 111cd9b [NFC][sanitizer] Early return for empty StackTraces by Vitaly Buka · 2 years, 6 months ago
  86. 16cdfe7 [NFC][sanitizer] Move StackStore::Allocated into cpp file by Vitaly Buka · 2 years, 6 months ago
  87. f86a3a1 [compiler-rt/profile] Include __llvm_profile_get_magic in module signature by Pirama Arumuga Nainar · 2 years, 6 months ago
  88. c01d5ae tsan: disable signal_sync2.cpp test on powerpc64 by Dmitry Vyukov · 2 years, 6 months ago
  89. 2379ae4 tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 1 month ago
  90. fe3070f [memprof] Remove the "Live on exit:" print for text format. by Snehasish Kumar · 2 years, 6 months ago
  91. 4bdf104 [HWASan] Move LTO test to separate file. by Matt Morehouse · 2 years, 6 months ago
  92. 9a61ffb [compiler-rt] Explicitly set dependency on libcxx for MemProfUnitTest by Haowei Wu · 2 years, 6 months ago
  93. aabd258 [HWASan] Remove -Wa,-mrelax-relocations=no flag. by Matt Morehouse · 2 years, 6 months ago
  94. 6ee2f3c libfuzzer: Disable broken tests for arm by Manoj Gupta · 2 years, 6 months ago
  95. 7b315b8 Revert "tsan: new runtime (v3)" by Dmitry Vyukov · 2 years, 6 months ago
  96. 5a4fa0c [hwasan] fix arguments to symbolizer. by Florian Mayer · 2 years, 6 months ago
  97. 18e25cf tsan: new runtime (v3) by Dmitry Vyukov · 3 years, 1 month ago
  98. 165c7e4 tsan: disable instrumentation in runtime callbacks in tests by Dmitry Vyukov · 2 years, 6 months ago
  99. b625923 tsan: add another fork test by Dmitry Vyukov · 2 years, 6 months ago
  100. 85d7634 compiler-rt: Use FreeBSD's elf_aux_info to detect AArch64 HW features by Dimitry Andric · 2 years, 6 months ago