1. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  2. 4a95e33 tsan: fix darwin Go crashes by Dmitry Vyukov · 11 years ago
  3. d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
  4. d668cd2 [ASan] create common autogenerated config for running compiler-rt unit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  5. dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  6. 64e2282 [ASan] move all lit_tests under TestCases by Alexey Samsonov · 11 years ago
  7. 764e531 [LSan] remove unneeded empty directory by Alexey Samsonov · 11 years ago
  8. 092adea [ASan] Add a few tests for use-after-scope mode by Alexey Samsonov · 11 years ago
  9. 049c919 [ASan] One more fix for realloc: check that reallocated chunk is valid before calling memcpy by Alexey Samsonov · 11 years ago
  10. fa50ea7 [ASan] make free_hook_realloc test more robust by Alexey Samsonov · 11 years ago
  11. 7202e79 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  12. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  13. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  14. 87bd39a Call __asan_free_hook() before marking the chunk quarantinned by Alexey Samsonov · 11 years ago
  15. b42085e [asan] Fix invalid thread registry access when checking if LSan is disabled. by Sergey Matveev · 11 years ago
  16. 7c9ffde Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a comment to the ALIGNED macro describing the correct usage by Timur Iskhodzhanov · 11 years ago
  17. 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
  18. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  19. d4a0415 [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11. by Sergey Matveev · 11 years ago
  20. bb561cb [ASan] Do not buffer stdin in asan_symbolize.py by Alexander Potapenko · 11 years ago
  21. 21b40a5 [lsan] Added a dummy unittest to suppress LIT warnings. by Sergey Matveev · 11 years ago
  22. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago
  23. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  24. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  25. 4fcc565 [sanitizer] Fix r182994 - update test. by Sergey Matveev · 11 years ago
  26. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  27. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  28. 2592a06 [asan] workaround for the quemu bug in proc maps (http://code.google.com/p/address-sanitizer/issues/detail?id=160) by Kostya Serebryany · 11 years ago
  29. 816bdb7 Fix #if guards in sanitizer_common code by Alexey Samsonov · 11 years ago
  30. f8c3f3d [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint. by Kostya Serebryany · 11 years ago
  31. 41dcb1c [ASan] Minor cleanup: remove a couple of unused variables. by Alexander Potapenko · 11 years ago
  32. 8d2438a Replaced 'bool .* = 0;' with '... = false;' by Timur Iskhodzhanov · 11 years ago
  33. 69c1d48 [asan] Fix r182858. by Sergey Matveev · 11 years ago
  34. 2e8fae7 [asan] Fix r182854: run the unpoison_tls test only on Linux. by Sergey Matveev · 11 years ago
  35. 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
  36. 12d01ba [asan] Make ASan report the correct thread address ranges to LSan. by Sergey Matveev · 11 years ago
  37. 4c08644 [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address. by Sergey Matveev · 11 years ago
  38. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  39. 51c963a [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part. by Peter Collingbourne · 11 years ago
  40. e174cd1 Fix MSVC warnings at the -W2 level by Timur Iskhodzhanov · 11 years ago
  41. e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  42. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  43. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  44. 24cdfee tsan: match "race" suppressions against "race on vptr" reports by Dmitry Vyukov · 11 years ago
  45. 5aac3a6 [nolibc] Now that we have a custom allocator, remove dummy allocator by Peter Collingbourne · 11 years ago
  46. 845abaf [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build. by Alexey Samsonov · 11 years ago
  47. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  48. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  49. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  50. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  51. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  52. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  53. 6ac157d [msan] Change report header to be more alike to ASan and TSan. by Evgeniy Stepanov · 11 years ago
  54. cc8ed30 [nolibc] Add a test case for Linux/x86_64. by Peter Collingbourne · 11 years ago
  55. 8a4f89a [nolibc] Make SymbolizerPrepareForSandboxing weak and optional. by Peter Collingbourne · 11 years ago
  56. c09c901 [nolibc] Make AddressInfo::Clear a weak function. by Peter Collingbourne · 11 years ago
  57. 43e99ae Use an address-of operator here to silence an MSVC warning. by Peter Collingbourne · 11 years ago
  58. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  59. 98d3b40 [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. by Sergey Matveev · 11 years ago
  60. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  61. a09d09d <rdar://problem/12512722> Use arm divide instruction if available by Nick Kledzik · 11 years ago
  62. f5a9ace [lsan] Allow the ignored TLS range to be empty. by Sergey Matveev · 11 years ago
  63. 8e66cf5 [lsan] Minor adjustments to LSan messages. by Sergey Matveev · 11 years ago
  64. 6c3634b [lsan] Prettify LSan reports and add a summary. by Sergey Matveev · 11 years ago
  65. 969b529 [lsan] Add exitcode flag. Kill the process if leaks are found. by Sergey Matveev · 11 years ago
  66. 46efcb0 Disable init-order checking before destructors are run. by Alexey Samsonov · 11 years ago
  67. 2811a0c Don't override 'mode' and cleanup some variable names. by Bill Wendling · 11 years ago
  68. 468eb10 Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing this out. by Bill Wendling · 11 years ago
  69. e850b87 [lsan] Add lit test support. by Sergey Matveev · 11 years ago
  70. 3086d7b [TSan] Try to fix the Go-TSan build. by Alexander Potapenko · 11 years ago
  71. 2a5c678 [tsan] Remove -Wgnu from Makefile.old. by Evgeniy Stepanov · 11 years ago
  72. 5ce93fc [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every platform except Linux (because we don't support sandboxing anywhere else yet) by Alexander Potapenko · 11 years ago
  73. 5b2afc3 [msan] Fix line >80 chars. by Evgeniy Stepanov · 11 years ago
  74. 33b1485 [sanitizer] Fix Windows build. by Evgeniy Stepanov · 11 years ago
  75. 40b631f [ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler warning by Timur Iskhodzhanov · 11 years ago
  76. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  77. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  78. fc1a612 [lsan] Ensure lsan is initialized when interceptors are called. by Sergey Matveev · 11 years ago
  79. a7e8c97 [ASan] Rename __asan_preinit to __local_asan_preinit to avoid warnings from the linker which is trying to export all the __asan_* symbols by Alexander Potapenko · 11 years ago
  80. d06f2fc Performance improvement. by Bill Wendling · 11 years ago
  81. a05fd31 [sanitizer] Fix Mac build one more time. by Evgeniy Stepanov · 11 years ago
  82. 73c9878 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  83. 84d0d7d Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic by Alexey Samsonov · 11 years ago
  84. d570bb4 [asan] fix the reported PCs for powerpc64 by Kostya Serebryany · 11 years ago
  85. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  86. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  87. 975a329 Revert r182465 and add lsan-common library to makefile-based build by Alexey Samsonov · 11 years ago
  88. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  89. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  90. b5433dd [ASan] Temporary remove leak checking from ASan, while we don't have makefile-based build for LSan by Alexey Samsonov · 11 years ago
  91. ac39dfb [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized by Kostya Serebryany · 11 years ago
  92. c26d450 [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) by Kostya Serebryany · 11 years ago
  93. 5cf3ced [asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 by Kostya Serebryany · 11 years ago
  94. 30e970f [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint by Kostya Serebryany · 11 years ago
  95. 6cef978 Add atomic.c to CMake build of compiler-rt to match r182420 by Alexey Samsonov · 11 years ago
  96. e04a1fd <rdar://problem/13806954> enable __atomic_* functions for Darwin by Nick Kledzik · 11 years ago
  97. d4ad20b Add atomic.c back to the builtins module sources lists (for Makefile build). by Daniel Dunbar · 11 years ago
  98. 4cacb4f [lsan] Invoke leak detection with atexit(). by Sergey Matveev · 11 years ago
  99. 0bc8177 [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. by Sergey Matveev · 11 years ago
  100. 71f0411 [asan] LSan hooks in asan_rtl. by Sergey Matveev · 11 years ago