1. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  2. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  3. 99560bf [LSan] Use overridable hook to report error summary by Alexey Samsonov · 11 years ago
  4. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  5. ad75ce5 [lsan] Fix build again. by Sergey Matveev · 11 years ago
  6. 0b5a1b7 [lsan] Fix build. by Sergey Matveev · 11 years ago
  7. 9b4ba94 [lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found). by Sergey Matveev · 11 years ago
  8. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  9. 7ddf3c9 [lsan] Fix flaky test. by Sergey Matveev · 11 years ago
  10. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  11. d16d723 [lsan] Define interceptors more correctly. Also, always clear allocated memory. by Sergey Matveev · 11 years ago
  12. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  13. c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
  14. 21e024e [lsan] Try REALLY hard to fix Win build. by Sergey Matveev · 11 years ago
  15. 2439cd9 [lsan] This time really fix Win build. by Sergey Matveev · 11 years ago
  16. ca74cff [lsan] Fix win build. by Sergey Matveev · 11 years ago
  17. ef89d6b [lsan] Increase allocator space; minor fixes. by Sergey Matveev · 11 years ago
  18. 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
  19. 9b618a7 [asan] Define LSan annotations as no-ops if leak detection is not supported. by Sergey Matveev · 11 years ago
  20. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  21. 02d7f32 [lsan] Set current_thread_tid correctly for main thread. by Sergey Matveev · 11 years ago
  22. 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
  23. dbeb48d [LSan] Use a typedef for frontier vector by Alexey Samsonov · 11 years ago
  24. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  25. 5c127cd [LSan] fix link flags for building unit tests by Alexey Samsonov · 11 years ago
  26. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  27. a4d043e [lsan] Fix the unittest makefiles. by Sergey Matveev · 11 years ago
  28. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  29. b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
  30. 46ed75f [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. by Sergey Matveev · 11 years ago
  31. 0550a3f [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace() by Sergey Matveev · 11 years ago
  32. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  33. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  34. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  35. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  36. 21b40a5 [lsan] Added a dummy unittest to suppress LIT warnings. by Sergey Matveev · 11 years ago
  37. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago
  38. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  39. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  40. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  41. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  42. 98d3b40 [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. by Sergey Matveev · 11 years ago
  43. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  44. f5a9ace [lsan] Allow the ignored TLS range to be empty. by Sergey Matveev · 11 years ago
  45. 8e66cf5 [lsan] Minor adjustments to LSan messages. by Sergey Matveev · 11 years ago
  46. 6c3634b [lsan] Prettify LSan reports and add a summary. by Sergey Matveev · 11 years ago
  47. 969b529 [lsan] Add exitcode flag. Kill the process if leaks are found. by Sergey Matveev · 11 years ago
  48. e850b87 [lsan] Add lit test support. by Sergey Matveev · 11 years ago
  49. fc1a612 [lsan] Ensure lsan is initialized when interceptors are called. by Sergey Matveev · 11 years ago
  50. 975a329 Revert r182465 and add lsan-common library to makefile-based build by Alexey Samsonov · 11 years ago
  51. 4cacb4f [lsan] Invoke leak detection with atexit(). by Sergey Matveev · 11 years ago
  52. 0bc8177 [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. by Sergey Matveev · 11 years ago
  53. 9bdf780 [lsan] Change CMakeLists to build the common LSan module for ASan. by Sergey Matveev · 11 years ago
  54. 3bc65b1 [lsan] LSan in LD_PRELOAD library form. by Sergey Matveev · 11 years ago
  55. 74799ca Build LSan on x86_64 only if this target is supported by Alexey Samsonov · 11 years ago
  56. b9c9ce7 [lsan] Fix r182256. by Sergey Matveev · 11 years ago
  57. 29b7568 [lsan] GetUserBegin() in LSan. by Sergey Matveev · 11 years ago
  58. f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
  59. fc98a1a [lsan] Tests for LeakSanitizer. by Sergey Matveev · 11 years ago
  60. ab0f744 [lsan] Common leak checking module. by Sergey Matveev · 11 years ago
  61. e96c62a [lsan] Standalone LSan initialization. by Sergey Matveev · 11 years ago
  62. 7ea7d20 [lsan] Interceptors for standalone LSan. by Sergey Matveev · 11 years ago
  63. 56f77a7 [lsan] Thread registry for standalone LSan. by Sergey Matveev · 11 years ago
  64. c99de51 [lsan] Allocator for standalone LSan. by Sergey Matveev · 11 years ago