1. fec4f35 [CMake] Add a missing case of TO_CMAKE_PATH by Martin Storsjo · 7 years ago
  2. 265cd31 Fix filtering of sanitizer_common unittest architectures on Darwin. by Kuba Mracek · 7 years ago
  3. a2ada4d [X86][compiler-rt] Add missing semicolon by Benjamin Kramer · 7 years ago
  4. 428caa3 [X86] Make conversion of feature bits into a mask explicitly unsigned by using 1U instead of 1. by Craig Topper · 7 years ago
  5. 62e5924 [X86][compiler-rt] Attempt to fix a warning about a shift amount being negative in a macro expansion. by Craig Topper · 7 years ago
  6. 0a01f5d Unbreak FreeBSD build. by David Carlier · 7 years ago
  7. e7dec78 [XRay] Support for Fuchsia by Petr Hosek · 7 years ago
  8. 56f3bb4 tsan: Update measurements in check_analyze.sh. by Peter Collingbourne · 7 years ago
  9. c561093 tsan: Correct the name of an executable. by Peter Collingbourne · 7 years ago
  10. 0c81a62d [Sanitizer] Adding setvbuf in supported platforms and other stream buffer functions by David Carlier · 7 years ago
  11. 1d0c7f5 [compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsigned overflows by Roman Lebedev · 7 years ago
  12. d0fb5d8 tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptors by Dmitry Vyukov · 7 years ago
  13. 5839abb Add header <atomic> which is needed to compile with some older library versions. by Douglas Yung · 7 years ago
  14. 2b95e3c [XRay] Add a test for re-initialising FDR mode (NFC) by Dean Michael Berris · 7 years ago
  15. d931c13 Revert "[Sanitizer] intercept setvbuf on other platforms where it is supported" by David Carlier · 7 years ago
  16. a1ea566 [Sanitizer] Unbreak non NetBSD builds. by David Carlier · 7 years ago
  17. 5ffb47b [Sanitizer] intercept setvbuf on other platforms where it is supported by David Carlier · 7 years ago
  18. 4b0b84f [cmake] Fix detecting terminfo library by Michal Gorny · 7 years ago
  19. afedb89 [tsan] Add __cxa_guard_acquire hooks to support cooperative scheduling by Vitaly Buka · 7 years ago
  20. 388af45 [XRay] Add a test for allocator exhaustion by Dean Michael Berris · 7 years ago
  21. ba02cb5 [XRay] Move buffer extents back to the heap by Dean Michael Berris · 7 years ago
  22. 8e0e35a [compiler-rt] Use zx_futex_wait_deprecated for Fuchsia sanitizer runtime by Petr Hosek · 7 years ago
  23. 74abaf8 Add interceptor for the setvbuf(3) from NetBSD by Kamil Rytarowski · 7 years ago
  24. 0e799d9 [hwasan] don't check tail magic when in right_align mode (should fix the bot) by Kostya Serebryany · 7 years ago
  25. b5c1d69 [hwasan] make the heap-buffer-overflow.c test more robust and re-enable it. With malloc_align_right the relative offsets of heap chunks are less predictable to simply don't test for them. by Kostya Serebryany · 7 years ago
  26. c265e76 [hwasan] implement free_checks_tail_magic=1 by Kostya Serebryany · 7 years ago
  27. 31b6a14 [hwasan] use reads instead of writes in a test by Kostya Serebryany · 7 years ago
  28. 003b720 Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr" by Kamil Rytarowski · 7 years ago
  29. 54eaafa Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr by Kamil Rytarowski · 7 years ago
  30. 7461cc1 Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_t by Kamil Rytarowski · 7 years ago
  31. c505cee [sanitizer] Update global_symbols.txt by Vitaly Buka · 7 years ago
  32. f5912d0 [hwasan] disable one test line while investigating a bot failure by Kostya Serebryany · 7 years ago
  33. 56ef906 Add new interceptor for mi_vector_hash(3) by Kamil Rytarowski · 7 years ago
  34. 47fb42e Add new interceptor for getmntinfo(3) from NetBSD by Kamil Rytarowski · 7 years ago
  35. ba5c716 [hwasan] optionally right-align heap allocations by Kostya Serebryany · 7 years ago
  36. 5f5c773 [compiler-rt] Use exact spelling when building for default target by Petr Hosek · 7 years ago
  37. ee6eb9b Start adding the supporting code to perform out-of-process allocator by Dan Liew · 7 years ago
  38. 2d2e23e [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 7 years ago
  39. 6fd2947 [lsan] [FIXUP] Fixup for http://reviews.llvm.org/D54484 by George Karpenkov · 7 years ago
  40. 2e8839d [lsan] [NFC] Change ARRAY_SIZE to internal_strnlen by George Karpenkov · 7 years ago
  41. 4a28202 Correct atexit(3) support in MSan/NetBSD by Kamil Rytarowski · 7 years ago
  42. 6c0bb37 Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread" by Reid Kleckner · 7 years ago
  43. 771d6d3 [hwasan] Add entire report to abort message on Android. by Evgeniy Stepanov · 7 years ago
  44. 9e089fc [XRay] Add a test for function id encoding/decoding (NFC) by Dean Michael Berris · 7 years ago
  45. ead47aa [XRay] Add a static assertion on size of metadata payload (NFC) by Dean Michael Berris · 7 years ago
  46. e39a89f [XRay] Fix enter function tracing for record unwriting by Dean Michael Berris · 7 years ago
  47. aeae545 [XRay] Add atomic fences around non-atomic reads and writes by Dean Michael Berris · 7 years ago
  48. da375a6 [XRay] Improve FDR trace handling and error messaging by Dean Michael Berris · 7 years ago
  49. 4680386 [hwasan] Remove dead code. by Evgeniy Stepanov · 7 years ago
  50. 7383b4f Introduce `sanitizer_malloc_introspect_t` for Darwin which is a sub-class of Darwin's `malloc_introspection_t` and use it when setting up the malloc zone. by Dan Liew · 7 years ago
  51. 692b347 [Profile] The test for gcov-fork seems to be ok on arm by Calixte Denizet · 7 years ago
  52. e06fb48 Split lgammal() from INIT_LGAMMAL by Kamil Rytarowski · 7 years ago
  53. c4dfb42 Split remquol() from INIT_REMQUO by Kamil Rytarowski · 7 years ago
  54. 5dc0fba [CMake][ASan][HWASan] Set an explicit dependency on libc++ headers by Petr Hosek · 7 years ago
  55. db7f78a [Profile] Mark gcov-fork test as failing for arm by Calixte Denizet · 7 years ago
  56. 5e09c49 [Profile] Fix fork test and add tests for execlp and execvp after patch https://reviews.llvm.org/D53593 by Calixte Denizet · 7 years ago
  57. ed4bb26 [GCOV] Close file mapping handle on Windows, so flushed gcda files can be removed while the process is in execution by Marco Castelluccio · 7 years ago
  58. 59439dd [XRay] Use TSC delta encoding for custom/typed events by Dean Michael Berris · 7 years ago
  59. d657f10 [sanitizer] Only set soft coredump limit. by Evgeniy Stepanov · 7 years ago
  60. 39b6ba9 [fuzzer] Read files as binary by Jonathan Metzman · 7 years ago
  61. 9e41b5e [Darwin] Export new weak external symbols when compiling with coverage by Vedant Kumar · 7 years ago
  62. 34e6f0b [sanitizer] Return headed to fix build after r346258 by Vitaly Buka · 7 years ago
  63. b23fded9 [dfsan] Fix build after r346262 by Benjamin Kramer · 7 years ago
  64. c4b8eb5 [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+ by Kuba Mracek · 7 years ago
  65. bcee83d [sanitizer] Fix nolibc unittests broken by r346215 by Vitaly Buka · 7 years ago
  66. ecb2eb4 [sanitizer] Add char **GetEnviron() on all other platforms by Vitaly Buka · 7 years ago
  67. 37eefc0 Adapt UBSan integer truncation tests to NetBSD by Kamil Rytarowski · 7 years ago
  68. cc29727 Prioritize the constructor call of __local_xray_dyninit() by Kamil Rytarowski · 7 years ago
  69. 178d26fa [sanitizer] Use AT_EXECFN in ReExec() if available by Benjamin Kramer · 7 years ago
  70. 25f8d20 [XRay] Update XRayRecord to support Custom/Typed Events by Dean Michael Berris · 7 years ago
  71. 927c880 Disable XRay test fork_basic_logging for NetBSD by Kamil Rytarowski · 7 years ago
  72. 2e61186 Follow Windows' approach for NetBSD in AlarmCallback() by Kamil Rytarowski · 7 years ago
  73. fd68e3e [libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64 by George Karpenkov · 7 years ago
  74. 682ee6c [Sanitizers] Disable SANITIZER_CAN_FAST_UNWIND on all SPARC targets by Rainer Orth · 7 years ago
  75. 1a9b072 [Sanitizers] Solaris largefile fixes by Rainer Orth · 7 years ago
  76. a7b4ae9 [UBsan] disable few tests for FreeBSD by David Carlier · 7 years ago
  77. 5f60861 Fix build on sparc64-linux-gnu. by Martin Liska · 7 years ago
  78. 342ca71 [hwasan] Fix stack-uar.c after rCRT345110 by Fangrui Song · 7 years ago
  79. 1e255e7 [XRay] Update TSC math to handle wraparound by Dean Michael Berris · 7 years ago
  80. 538d678 Disable recursive interception for tzset in MSan by Kamil Rytarowski · 7 years ago
  81. 4dc4d6e [compiler-rt] Support for passing through linker flags to libc++ build by Petr Hosek · 7 years ago
  82. 466f0f0 [compiler-rt][Fuzzer] Fix the fuzzer test build by Petr Hosek · 7 years ago
  83. 9628392 Workaround using new Clang with an old NDK. by Dan Albert · 7 years ago
  84. 3095874 Try to unbreak the build of sanitizers on !NetBSD by Kamil Rytarowski · 7 years ago
  85. 8deda5f Split getpwent and fgetgrent functions in interceptors by Kamil Rytarowski · 7 years ago
  86. 78f7a6e [PowerPC]Disable randomized address space on Linux ppc64le by Lei Huang · 7 years ago
  87. a8eaaa8 [NFC] Refactor initialisation of Darwin malloc zone fields into separate function called `InitMallocZoneFields()` which is now called from `ReplaceSystemMalloc()`. by Dan Liew · 7 years ago
  88. 0c96ae3 [XRay] Update delta computations in runtime by Dean Michael Berris · 7 years ago
  89. e8c650a [XRay] Fix TSC and atomic custom/typed event accounting by Dean Michael Berris · 7 years ago
  90. 6b67ff0 [XRay] Add CPU ID in Custom Event FDR Records by Dean Michael Berris · 7 years ago
  91. dffe5a3 Compile and test i128 math builtins for Win64 by Reid Kleckner · 7 years ago
  92. 06a4bd9 [compiler-rt] Pass CMake C and C++ flags to the custom libc++ by Petr Hosek · 7 years ago
  93. 44eba12 [compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake support by Petr Hosek · 7 years ago
  94. 8448460 Update ioctl(2) operations for NetBSD 8.99.25 by Kamil Rytarowski · 7 years ago
  95. ec37188 Update generate_netbsd_ioctls.awk for NetBSD 8.99.25 by Kamil Rytarowski · 7 years ago
  96. 3d2ab50 Diable test suppressions-library for NetBSD/i386 by Kamil Rytarowski · 7 years ago
  97. 3e27306 [asan] Remove stale -fno-exceptions flag in sanitizer_common as well by Reid Kleckner · 7 years ago
  98. 1079d7c [asan] Remove flags for clang-cl before it supported EH by Reid Kleckner · 7 years ago
  99. 9fe6b4d Disable BufferOverflowAfterManyFrees for NetBSD by Kamil Rytarowski · 7 years ago
  100. e90a7df Mark breaking asan tests on NetBSD by Kamil Rytarowski · 7 years ago