1. 8f3381e [TSAN] Fix test java_race_pc by Sagar Thakur · 9 years ago
  2. 54d6eaa Revert "[RT] Make tsan tests more portable" by Renato Golin · 9 years ago
  3. ba29b57 [RT] Make tsan tests more portable by Renato Golin · 9 years ago
  4. e92ab2f [test/vptr-non-unique-typeinfo] Address Samsonov's post-commit review by Filipe Cabecinhas · 9 years ago
  5. a029b79 tsan: describe heap/data locations in Go by Dmitry Vyukov · 9 years ago
  6. f5fcdd2 sanitizer_common: silence compiler warning by Dmitry Vyukov · 9 years ago
  7. 1d14932 [Compiler-rt][MIPS] Correct Dynamic Thread Vector offset for MIPS by Mohit K. Bhakkad · 9 years ago
  8. 94aa4d7 [Compiler-rt][MSan] fix param_tls_limit test for platforms where big arguments are sliced in smaller ones by Mohit K. Bhakkad · 9 years ago
  9. e5ec062 [asan] Retry failed adb commands in android tests. by Evgeniy Stepanov · 9 years ago
  10. aafe4b6 [asan] Fix new[]/delete mismatch in tests. by Evgeniy Stepanov · 9 years ago
  11. 1456e25 Avoid use of -fsanitize=vptr in MSVC env, it is not yet supported by Reid Kleckner · 9 years ago
  12. d0257b7 [asan] Fix UB in test/asan/TestCases/Linux/recvfrom.cc testcase. by Maxim Ostapenko · 9 years ago
  13. 2d14d3b Update the link of issue by Mohit K. Bhakkad · 9 years ago
  14. 8d8f919 [asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase. by Maxim Ostapenko · 9 years ago
  15. 80d4b89 Test cleanups by Xinliang David Li · 9 years ago
  16. adbb7b7 [PGO] add a test for available_externally functions by Xinliang David Li · 9 years ago
  17. b7692bc [UBSan] Fix isDerivedFromAtOffset on iOS ARM64 by Filipe Cabecinhas · 9 years ago
  18. 2eff7f7 [CMake] Fix a typo in add_compiler_rt_library. by Alexey Samsonov · 9 years ago
  19. 7f022ae tsan: revert r262037 by Dmitry Vyukov · 9 years ago
  20. b8868b9 tsan: split thread into logical and physical state by Dmitry Vyukov · 9 years ago
  21. ba87c4d Use relative lines in CHECKs in race_on_mutex.c by Alexander Kornienko · 9 years ago
  22. ce63c20 [TSAN] XFAIL race_on_mutex.cc for MIPS by Sagar Thakur · 9 years ago
  23. fac2e24 [MSan] Endianness should not matter while printing a byte by Mohit K. Bhakkad · 9 years ago
  24. 63cecb3 [MSAN] Fix test SmallPreAllocatedStackThread for MIPS by Sagar Thakur · 9 years ago
  25. b850251 [profile] Compute number of data entries correctly by Vedant Kumar · 9 years ago
  26. 1a436dd Sync up with master by Xinliang David Li · 9 years ago
  27. 07f9c0f [Sanitizer] Protect against compiler-inserted memcpy() in InternalMmapVector::push_back(). by Alexey Samsonov · 9 years ago
  28. 1d180c3 [powerpc] reactivate ignore_lib4.cc on powerpc64le by Bill Seurer · 9 years ago
  29. 50ca446 [sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and recvfrom interceptors. by Maxim Ostapenko · 9 years ago
  30. 640d1fc [asan] Disable recvfrom test failing on the bots. by Maxim Ostapenko · 9 years ago
  31. 1f4cea0 [asan] Disable recvfrom testcase on Android due to buildbot failure. by Maxim Ostapenko · 9 years ago
  32. b9fd2e0 [sanitizer] Disable recv and recvfrom interceptors on Windows. by Maxim Ostapenko · 9 years ago
  33. 7389936 [sanitizer] Move recvmsg and recv interceptors to sanitizer_common. by Maxim Ostapenko · 9 years ago
  34. 72c3cce [Compiler-rt][MSan]Fix shmat testcase: Pass SHMLBA-alligned address to shmat by Mohit K. Bhakkad · 9 years ago
  35. 2b972df builtins: adjust the clobbers list for android __clear_cache by Saleem Abdulrasool · 9 years ago
  36. e8c7d77 [CMake] Fix a really simple, silly bug from r261797 by Chris Bieneman · 9 years ago
  37. 956ecea [CMake] Default CMAKE_MACOSX_RPATH to On, this is the default with CMP0042 by Chris Bieneman · 9 years ago
  38. b6917b4 [MSAN] Fix memcmp_test on MIPS by Sagar Thakur · 9 years ago
  39. cb35474 tsan: disable ignore_lib4.cc test on powerpc64 and aarch64 by Dmitry Vyukov · 9 years ago
  40. 2c56f33 [MSan] fix process_vm_readv test: Exit silently if syscall is not implemeted by Mohit K. Bhakkad · 9 years ago
  41. 28bb3d9 [MSan] Mark dlerror.cc expected failure for MIPS by Mohit K. Bhakkad · 9 years ago
  42. ee7023f [tests] Portability fixup for r261713. by Alexey Samsonov · 9 years ago
  43. 0dc3d24 [tests] Resolve old TODOs in ASan unit tests. by Alexey Samsonov · 9 years ago
  44. 41172a3 [tests] Don't compile CFI C tests in C++ mode. by Alexey Samsonov · 9 years ago
  45. 497a0ac [CMake] Support component-based installation for runtime libraries by Chris Bieneman · 9 years ago
  46. 86792ea [CMake] Assign components and dependencies during add_compiler_rt_resource_file by Chris Bieneman · 9 years ago
  47. 120f630 [profile] Fix iteration over profile data entries by Vedant Kumar · 9 years ago
  48. 0c20289 tsan: clean up code after r261658 by Dmitry Vyukov · 9 years ago
  49. b2be098 tsan: fix signal handling in ignored libraries by Dmitry Vyukov · 9 years ago
  50. 4d35491 [tests] Run test that uses gnu asm syntax on Posix only. by Alexey Samsonov · 9 years ago
  51. 4e796d0c [tests] Remove "supported-target" in favor of "target-arch" lit features. by Alexey Samsonov · 9 years ago
  52. e26c87d [tests] Always specify correct config.target_arch when configuring test suite. by Alexey Samsonov · 9 years ago
  53. 8e3cbde [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfModules(). by Alexey Samsonov · 9 years ago
  54. 452417a [MSan] Make unaligned load/store functions compatible for both endians by Mohit K. Bhakkad · 9 years ago
  55. bc0122b [CMake] Add partial support for MSVC in compiler-rt builtins, by Roman Shirokiy. by Andrey Turetskiy · 9 years ago
  56. 953d593 [CMake] Adding a CMake cache file that matches Apple's build configs by Chris Bieneman · 9 years ago
  57. 635ade9 [sancov] use GetLoadedModules for list of modules rather than sanitizer's list. by Mike Aizatsky · 9 years ago
  58. 361a7bb [sancov] requiring dynamic asan. by Mike Aizatsky · 9 years ago
  59. 3d731c5 minor test runline cleanup by Xinliang David Li · 9 years ago
  60. 7319425 [sancov] using static asan by Mike Aizatsky · 9 years ago
  61. f56aeef [PGO] Enable profile-rt testing on all supported targets by Xinliang David Li · 9 years ago
  62. 12813b0 [Windows] Simplify more tests now that Clang supports EH by Reid Kleckner · 9 years ago
  63. 00203bc [Windows] Add 10s timeout to some WaitForSingleObject calls by Reid Kleckner · 9 years ago
  64. ec3d332 Change comma to semi-colon, no functionality change. by Richard Trieu · 9 years ago
  65. 973dacf Un-XFAIL the last C++ EH test, it was fixed by r261258 by Reid Kleckner · 9 years ago
  66. 0fc35d0 Add test coverage for default linker by Xinliang David Li · 9 years ago
  67. 7c8e2c3 Clang on Windows supports exceptions, un XFAIL the passing tests by Reid Kleckner · 9 years ago
  68. 0765fbc [WinASan] Fix page size and mmap granularity confusion by Reid Kleckner · 9 years ago
  69. 371310e [tsan] Disable sysroot flag on FreeBSD by Ed Maste · 9 years ago
  70. 9bf3acd [compiler-rt] Return correct size of struct pthread for glibc-2.12.2 by Jonas Hahnfeld · 9 years ago
  71. d4590c7 [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too by Kostya Serebryany · 9 years ago
  72. 2af1e3e9 PR26606: Make abort_on_error.cc test more portable. by Alexey Samsonov · 9 years ago
  73. 51a8de9 Fix PR26608: Make sanitizer_common tests more portable. by Alexey Samsonov · 9 years ago
  74. 394f1d4 [TSan] PR26609: Fix two test cases. by Alexey Samsonov · 9 years ago
  75. 54831a8 [tests] Slightly improve a fix in r260669. by Alexey Samsonov · 9 years ago
  76. cef252e [tsan] Fix signal number definitions for FreeBSD by Ed Maste · 9 years ago
  77. a36d555 [tsan] Fix build warnings on FreeBSD by Ed Maste · 9 years ago
  78. 5a5b21d [CMake] [NFC] Move macro definitions out of config-ix.cmake by Chris Bieneman · 9 years ago
  79. a58d065 [CMake] Push the dependency on AddLLVM into the test and unites layers by Chris Bieneman · 9 years ago
  80. ffed72b [compiler-rt][msan] Ensure initialisation before calling __msan_unpoison by Jonas Hahnfeld · 9 years ago
  81. f55ebf0 [msan] Extend prlimit test. by Evgeniy Stepanov · 9 years ago
  82. d308f92 [msan] Intercept prlimit. by Evgeniy Stepanov · 9 years ago
  83. 6987e59 [Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPS by Mohit K. Bhakkad · 9 years ago
  84. ccb0e46 [compiler-rt] Fix test failures when switching default C++ library by Jonas Hahnfeld · 9 years ago
  85. 3cc2654 Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest that caused them to fail sometimes and act flaky. by Zia Ansari · 9 years ago
  86. 042c4858 Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051. by Dimitry Andric · 9 years ago
  87. 5b79ede [TSan] Adjust expectation for check_analyze.sh by Alexey Samsonov · 9 years ago
  88. e1556e5 Fix MemorySanitizer.ptrtoint test on big-endian targets. by Evgeniy Stepanov · 9 years ago
  89. eb649bc [LSan] Print more helpful error message if LSan crashes during leak detection. by Alexey Samsonov · 9 years ago
  90. 2f1025d Re-commit r260230 with a fix for clang-cmake-aarch64-42vma. by Daniel Sanders · 9 years ago
  91. 6c40064 Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated. by Daniel Sanders · 9 years ago
  92. fe567fb [msan+tsan] Bring back the tests that disappeared after r260230 and r259512. by Daniel Sanders · 9 years ago
  93. 92cbbfc [sancov] improved object files handling. by Mike Aizatsky · 9 years ago
  94. 669e87c [LSan] Test case fix: mode debug output, synchronization instead of sleep(). by Alexey Samsonov · 9 years ago
  95. d077c29 [ASan] Disable test that uses profile runtime on Windows. by Alexey Samsonov · 9 years ago
  96. 027729c [LSan] Fix a crash when LSan hits a guard page while scanning thread stack for pointers. by Alexey Samsonov · 9 years ago
  97. ceda883 [Windows] Fill in read/write information in SignalContext by Reid Kleckner · 9 years ago
  98. 031bbd0 Un-XFAIL a passing test on Windows by Reid Kleckner · 9 years ago
  99. ddcf07d Move mmap_limit_mp test to Posix by Reid Kleckner · 9 years ago
  100. 5c10fa3 Silence MSVC warning about non-void prototypes by Reid Kleckner · 9 years ago