1. 6399fc1 [ORC-RT] Remove some stale comments. by Lang Hames · 2 years, 5 months ago
  2. be956a6 [ORC-RT] Update WrapperFunctionCall for 089acf25223. by Lang Hames · 2 years, 5 months ago
  3. 64c8790 Silence warning with MSVC. by Alexandre Ganea · 2 years, 5 months ago
  4. bc48133 [compiler-rt][cmake] Fix clang-cl warnings introduced in ae4c643bcdf2 by Alexandre Ganea · 2 years, 5 months ago
  5. 1b84058 [CMake] Fix compiler-rt -Wl,-z,gnu-version-script-compat warnings on non-Solaris by Fangrui Song · 2 years, 5 months ago
  6. de51536 Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." by John Ericson · 2 years, 5 months ago
  7. 0f49c96 enable noundef analysis with -fsanitize-memory-param-retval by Kevin Athey · 2 years, 6 months ago
  8. b90d308 [cmake] Use `GNUInstallDirs` to support custom installation dirs. by John Ericson · 2 years, 6 months ago
  9. ba9c547 [scudo] Make Scudo compile for C++20 by Kostya Kortchinsky · 2 years, 5 months ago
  10. 4a697ab [InstrProf][NFC] Do not assume size of counter type by Ellis Hoag · 2 years, 6 months ago
  11. d435f1e Fix registers for Windows on ARM64 by Nenad Mikša · 2 years, 6 months ago
  12. 2e85170 Revert "[compiler-rt][darwin] check for strcmp to test interceptors instead of pthread_create" by Emily Shi · 2 years, 6 months ago
  13. 454c345 [compiler-rt][darwin] check for strcmp to test interceptors instead of pthread_create by Emily Shi · 2 years, 6 months ago
  14. a0f332f [UBSan] Relax test expectations in Misc/objc-cast.m test by Kuba Mracek · 2 years, 6 months ago
  15. 0cc27a3 [NFC] Fixup for comment by Julian Lettner · 2 years, 6 months ago
  16. a5824ef [TSan][Darwin] Enable Trace/TraceAlloc unit tests by Julian Lettner · 2 years, 6 months ago
  17. 18aa7cc [TSan][Darwin] Mark test UNSUPPORTED for iOS simulator by Julian Lettner · 2 years, 6 months ago
  18. 8c21328 [sanitizer_common] Only use NT_GNU_BUILD_ID in sanitizer_linux_libcdep.cpp if supported by Rainer Orth · 2 years, 6 months ago
  19. 2e02ed8 [compiler-rt] Silence warnings when building with MSVC by Alexandre Ganea · 2 years, 6 months ago
  20. a9de58f [TSan] Avoid deadlock in test for compiler-rt debug build by Julian Lettner · 2 years, 6 months ago
  21. 389d81b Control-flow Enforcement Technology (CET), published by Intel, introduces by jinge90 · 2 years, 6 months ago
  22. 10fe8c5 [ORC-RT] Add missing headers from 1d82e19f37d. by Lang Hames · 2 years, 6 months ago
  23. 3f651e6 [ORC-RT] Add debug logging macros. by Lang Hames · 2 years, 6 months ago
  24. 6edeb8b [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. by Lang Hames · 2 years, 6 months ago
  25. 563e512 [libc++] Disable coverage with sanitize-coverage=0 by Ben Wagner · 2 years, 6 months ago
  26. 8c44d23 [Darwin][Sanitizer] Lower Python requirement for iOS simulator testing by Julian Lettner · 2 years, 6 months ago
  27. 9ad793e [Darwin] Apply workaround to make symbolication in iOS simulators work by Julian Lettner · 2 years, 6 months ago
  28. aa11098 [ASan][Darwin] Avoid crash during ASan initialization by Julian Lettner · 2 years, 6 months ago
  29. 318be6e scudo: fix thread-safety macro name by Dmitry Vyukov · 2 years, 6 months ago
  30. 660d5cb sanitizer_common: prefix thread-safety macros with SANITIZER_ by Dmitry Vyukov · 2 years, 6 months ago
  31. 1ba0288 [NFC] Fix endif comments to match with include guard by Qiu Chaofan · 2 years, 6 months ago
  32. 52deeb1 [NFC][DFSan] Cleanup code to use align functions. by Andrew Browne · 2 years, 6 months ago
  33. a51604e [DFSan] Refactor dfsan_mem_shadow_transfer. by Andrew Browne · 2 years, 6 months ago
  34. a2301fa Revert "SIGSEGV in Sanitizer INTERCEPTOR of strstr function." by Vitaly Buka · 2 years, 6 months ago
  35. 0fb3328 [msan] Check for AVX regs using offset by Petr Hosek · 2 years, 6 months ago
  36. 1f68433 [DFSan] Add option for conditional callbacks. by Andrew Browne · 2 years, 6 months ago
  37. 569db35 [CMake] Move the AIX archiver settings to a module by Petr Hosek · 2 years, 7 months ago
  38. 7945eb1 Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."" by Nico Weber · 2 years, 6 months ago
  39. 8dc2369 Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`." by David Salinas · 2 years, 6 months ago
  40. e2a6fb7 [ASan] Moved optimized callbacks into a separate library. by Kirill Stoimenov · 2 years, 6 months ago
  41. baf4417 msan: mark test as x86-specific by Dmitry Vyukov · 2 years, 6 months ago
  42. 201dc07 msan: check that ucontext_t is initialized on signal return by Dmitry Vyukov · 2 years, 6 months ago
  43. bece173 msan: account for AVX state when unpoison ucontext_t by Dmitry Vyukov · 2 years, 6 months ago
  44. 41654f1 SIGSEGV in Sanitizer INTERCEPTOR of strstr function. by Bharadwaj, Ritanya B · 2 years, 6 months ago
  45. 61c45fa [sanitizers] Fix integer underflow when parsing ELF. by Florian Mayer · 2 years, 6 months ago
  46. a9ce861 [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity by John Ericson · 2 years, 6 months ago
  47. bb8a4c9 [NFC][sanitizer] Allow madvise in symbolizer by Vitaly Buka · 2 years, 6 months ago
  48. 6a203fb [asan] Additionnal prologue decoding for WinSDK 10.0.22000 by Alexandre Ganea · 2 years, 6 months ago
  49. 330d66c [compiler-rt][cmake] Factor out extend_install_path function by John Ericson · 2 years, 7 months ago
  50. 1fff53c [InstrProf] Prevent duplicate functions in correlated data by Ellis Hoag · 2 years, 6 months ago
  51. 8ea6b98 [profile] Fix writing binary id into profiles by Gulfem Savrun Yeniceri · 2 years, 6 months ago
  52. fefd9cb Revert "[ASan] Moved optimized callbacks into a separate library." by Krasimir Georgiev · 2 years, 6 months ago
  53. 89244cf [ASan] Moved optimized callbacks into a separate library. by Kirill Stoimenov · 2 years, 6 months ago
  54. f071e49 [sanitizer] Add common "demangle" flag by Vitaly Buka · 2 years, 6 months ago
  55. 824813f [sanitizer] Move internal_symbolizer "inline" option by Vitaly Buka · 2 years, 6 months ago
  56. cba1fb4 [NFC][sanitizer] Increase kArgVMax to 16 by Vitaly Buka · 2 years, 6 months ago
  57. 9105ed2 [sanitizer] Check kArgVMax in SymbolizerProcess::GetArgV by Vitaly Buka · 2 years, 6 months ago
  58. e48a1b6 Revert "[ASan] Moved optimized callbacks into a separate library." by Kirill Stoimenov · 2 years, 6 months ago
  59. 777c5fa [ASan] Moved optimized callbacks into a separate library. by Kirill Stoimenov · 2 years, 7 months ago
  60. e2ae7b9 [DFSan] Make dfsan_read_origin_of_first_taint public. by Andrew Browne · 2 years, 6 months ago
  61. d2e88a9 [Sanitizer] Fix setbuffer() interceptor (it accept size, not mode) by Azat Khuzhin · 2 years, 6 months ago
  62. e4cc935 [sanitizer] Support symbolize_inline_frames by addr2line by Vitaly Buka · 2 years, 6 months ago
  63. a397115 [NFC][sanitizer] Format the test by Vitaly Buka · 2 years, 6 months ago
  64. 4e13eac [NFC][sanitizer] Format a part of the file by Vitaly Buka · 2 years, 6 months ago
  65. cc80613 [DFSan] Add functions to print origin trace from origin id instead of address. by Andrew Browne · 2 years, 6 months ago
  66. e3f61e7 [NFC][sanitizer] Reformat script by Vitaly Buka · 2 years, 6 months ago
  67. 96e9e76 [NFC][sanitizer] Reformat a part of the file by Vitaly Buka · 2 years, 6 months ago
  68. 2d82358 [msan] Break optimization in memccpy tests by Nikita Popov · 2 years, 6 months ago
  69. c9bf5b5 [TSan] Don't instrument code that is executed from __tsan_on_report() by Julian Lettner · 2 years, 6 months ago
  70. 0451176 [ASan] Change optimized callbacks visibility to hidden. by Kirill Stoimenov · 2 years, 6 months ago
  71. a97468e tsan: remove old vector clocks by Dmitry Vyukov · 2 years, 9 months ago
  72. 629fd5a tsan: remove hacky call by Dmitry Vyukov · 2 years, 9 months ago
  73. bae36b6 tsan: reduce shadow ranges by Dmitry Vyukov · 2 years, 8 months ago
  74. cd5451e tsan: remove unused variable by Dmitry Vyukov · 2 years, 7 months ago
  75. 28414d7 tsan: use VReport instead of VPrintf in background thread by Dmitry Vyukov · 2 years, 7 months ago
  76. 5016726 tsan: better maintain current time in the background thread by Dmitry Vyukov · 2 years, 7 months ago
  77. 618dda3 tsan: fix failures after multi-threaded fork by Dmitry Vyukov · 2 years, 6 months ago
  78. 0a7e155 tsan: always handle closing of file descriptors by Dmitry Vyukov · 2 years, 6 months ago
  79. bad2529 tsan: remove unused ReportMutex::destroyed by Dmitry Vyukov · 2 years, 7 months ago
  80. ab8edde tsan: change ReportMutex::id type to int by Dmitry Vyukov · 2 years, 7 months ago
  81. 218ab8f tsan: optimize __tsan_read/write16 by Dmitry Vyukov · 2 years, 7 months ago
  82. 8d9dc35 [tsan] Disable test from D115759 on Darwin by Vitaly Buka · 2 years, 6 months ago
  83. fb965cb [memprof][NFC] Fix mismatched-new-delete in memprof tests by Xu Mingjie · 2 years, 6 months ago
  84. 4bed12d Port __sanitizer::StopTheWorld to Windows by Clemens Wasser · 2 years, 6 months ago
  85. da8f3cc [sanitizer] Fix compress_stack_depot.cpp test on Darwin by Vitaly Buka · 2 years, 6 months ago
  86. cc18900 Attempt to stablize compiler-rt/test/asan/TestCases/strncpy-overflow.cpp by Philip Reames · 2 years, 6 months ago
  87. 7e97483 [tsan] Fix Darwin crash after D115759 by Vitaly Buka · 2 years, 6 months ago
  88. da5d4a3 tsan: fix NULL deref in TraceSwitchPart by Dmitry Vyukov · 2 years, 6 months ago
  89. ff179c4 tsan: fix deadlock during race reporting by Dmitry Vyukov · 2 years, 6 months ago
  90. 612f298 [InstrProf] Don't profile merge by default in lightweight mode by Ellis Hoag · 2 years, 6 months ago
  91. f492533 [TSan][Darwin] Fix shadow mapping for iOS simulator on Apple Silicon by Julian Lettner · 2 years, 6 months ago
  92. ee2798c [TSan][Darwin] Make malloc_size interceptor more robust by Julian Lettner · 2 years, 6 months ago
  93. a1ead21 [InstrProf][NFC] Require zlib for debug info tests by Ellis Hoag · 2 years, 6 months ago
  94. 4fe80e0 [Try2][InstrProf] Add Correlator class to read debug info by Ellis Hoag · 2 years, 6 months ago
  95. 1df565b Revert "Port __sanitizer::StopTheWorld to Windows" by Martin Storsjö · 2 years, 6 months ago
  96. 53394bc [asan/mac] Fix remaining -Wformat warnings by Nico Weber · 2 years, 6 months ago
  97. 81c95e9 [asan/mac] Fix a few -Wformat warnings by Nico Weber · 2 years, 6 months ago
  98. e2b3850 [asan/mac] Fix a -Wformat warning by Nico Weber · 2 years, 6 months ago
  99. a4ef5f6 Port __sanitizer::StopTheWorld to Windows by Clemens Wasser · 2 years, 6 months ago
  100. f8f7f8a [sanitizer] Simplify sanitizer_stoptheworld_test by Vitaly Buka · 2 years, 6 months ago