1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  4. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  5. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  6. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  7. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  8. 28e41fe Merging r195652: by Sergey Matveev · 11 years ago
  9. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  10. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  11. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  12. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  13. b1907c7 Continue to keep 'SUMMARY: ' prefix in lsan. Whoops! by Nick Lewycky · 11 years ago
  14. 137a9b8 [lsan] When detect_leaks=false, be completely silent. by Sergey Matveev · 11 years ago
  15. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  16. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  17. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  18. 2946f13 [LSan] Rework r191522 - treat allocations with short stack traces as live by Alexey Samsonov · 11 years ago
  19. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  20. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  21. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  22. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago
  23. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  24. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  25. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  26. bac1f7b [lsan] Increase the hardcoded limit on number of leaks. by Sergey Matveev · 11 years ago
  27. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  28. 99560bf [LSan] Use overridable hook to report error summary by Alexey Samsonov · 11 years ago
  29. 9b4ba94 [lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found). by Sergey Matveev · 11 years ago
  30. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  31. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  32. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  33. 21e024e [lsan] Try REALLY hard to fix Win build. by Sergey Matveev · 11 years ago
  34. 2439cd9 [lsan] This time really fix Win build. by Sergey Matveev · 11 years ago
  35. ca74cff [lsan] Fix win build. by Sergey Matveev · 11 years ago
  36. ef89d6b [lsan] Increase allocator space; minor fixes. by Sergey Matveev · 11 years ago
  37. 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
  38. 9b618a7 [asan] Define LSan annotations as no-ops if leak detection is not supported. by Sergey Matveev · 11 years ago
  39. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  40. dbeb48d [LSan] Use a typedef for frontier vector by Alexey Samsonov · 11 years ago
  41. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  42. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  43. 46ed75f [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. by Sergey Matveev · 11 years ago
  44. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  45. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  46. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  47. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  48. f5a9ace [lsan] Allow the ignored TLS range to be empty. by Sergey Matveev · 11 years ago
  49. 8e66cf5 [lsan] Minor adjustments to LSan messages. by Sergey Matveev · 11 years ago
  50. 6c3634b [lsan] Prettify LSan reports and add a summary. by Sergey Matveev · 11 years ago
  51. 969b529 [lsan] Add exitcode flag. Kill the process if leaks are found. 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. 29b7568 [lsan] GetUserBegin() in LSan. by Sergey Matveev · 11 years ago
  55. ab0f744 [lsan] Common leak checking module. by Sergey Matveev · 11 years ago