1. 49d79a2 Remove most modules from compiler-rt. by Dan Albert · 5 years ago
  2. 9554d7d Use -Werror in external/compiler-rt by Chih-Hung Hsieh · 7 years ago
  3. 87eb16c Remove clang: true by Lennart Wieboldt · 7 years ago
  4. c58a436 Update aosp/master compiler-rt for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  5. a53a075 Convert the rest of compiler-rt to Android.bp by Colin Cross · 8 years ago
  6. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  7. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  8. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  9. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  10. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  11. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  12. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  13. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  14. 28e41fe Merging r195652: by Sergey Matveev · 11 years ago
  15. cf2469d Merging r195643: by Sergey Matveev · 11 years ago
  16. 74c8879 Merging r195642: by Sergey Matveev · 11 years ago
  17. 12f610e Merging r195570: by Sergey Matveev · 11 years ago
  18. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  19. 4949674 [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib by Alexander Potapenko · 11 years ago
  20. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  21. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  22. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  23. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  24. b1907c7 Continue to keep 'SUMMARY: ' prefix in lsan. Whoops! by Nick Lewycky · 11 years ago
  25. 137a9b8 [lsan] When detect_leaks=false, be completely silent. by Sergey Matveev · 11 years ago
  26. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  27. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  28. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  29. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  30. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  31. 6eb836f [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h. by Sergey Matveev · 11 years ago
  32. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  33. 2946f13 [LSan] Rework r191522 - treat allocations with short stack traces as live by Alexey Samsonov · 11 years ago
  34. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  35. 96a575f [asan] Fix deadlock in stack unwinder on android/x86. by Evgeniy Stepanov · 11 years ago
  36. 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
  37. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  38. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  39. 3354fa6 Revert r189347: it breaks on machines w/o installed debug versions of system libraries by Alexey Samsonov · 11 years ago
  40. a6b03c0 LSan: Check that dynamic linker library is properly symbolized by Alexey Samsonov · 11 years ago
  41. 384a448 [sanitizer] Add a fast version of StackDepotGet() for use in LSan. by Sergey Matveev · 11 years ago
  42. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  43. 25aa255 [lsan] Add a regression test for building C code. by Sergey Matveev · 11 years ago
  44. 8d0c5ba [lsan] Add a stress test. by Sergey Matveev · 11 years ago
  45. 34fe7e1 [lsan] Build standalone LSan with -fno-rtti. by Sergey Matveev · 11 years ago
  46. ebc0484 [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) by Alexey Samsonov · 11 years ago
  47. 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
  48. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  49. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  50. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  51. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  52. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  53. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  54. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  55. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  56. bac1f7b [lsan] Increase the hardcoded limit on number of leaks. by Sergey Matveev · 11 years ago
  57. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  58. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  59. 99560bf [LSan] Use overridable hook to report error summary by Alexey Samsonov · 11 years ago
  60. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  61. ad75ce5 [lsan] Fix build again. by Sergey Matveev · 11 years ago
  62. 0b5a1b7 [lsan] Fix build. by Sergey Matveev · 11 years ago
  63. 9b4ba94 [lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found). by Sergey Matveev · 11 years ago
  64. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  65. 7ddf3c9 [lsan] Fix flaky test. by Sergey Matveev · 11 years ago
  66. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  67. d16d723 [lsan] Define interceptors more correctly. Also, always clear allocated memory. by Sergey Matveev · 11 years ago
  68. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  69. c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
  70. 21e024e [lsan] Try REALLY hard to fix Win build. by Sergey Matveev · 11 years ago
  71. 2439cd9 [lsan] This time really fix Win build. by Sergey Matveev · 11 years ago
  72. ca74cff [lsan] Fix win build. by Sergey Matveev · 11 years ago
  73. ef89d6b [lsan] Increase allocator space; minor fixes. by Sergey Matveev · 11 years ago
  74. 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
  75. 9b618a7 [asan] Define LSan annotations as no-ops if leak detection is not supported. by Sergey Matveev · 11 years ago
  76. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  77. 02d7f32 [lsan] Set current_thread_tid correctly for main thread. by Sergey Matveev · 11 years ago
  78. 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
  79. dbeb48d [LSan] Use a typedef for frontier vector by Alexey Samsonov · 11 years ago
  80. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  81. 5c127cd [LSan] fix link flags for building unit tests by Alexey Samsonov · 11 years ago
  82. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  83. a4d043e [lsan] Fix the unittest makefiles. by Sergey Matveev · 11 years ago
  84. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  85. b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
  86. 46ed75f [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. by Sergey Matveev · 11 years ago
  87. 0550a3f [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace() by Sergey Matveev · 11 years ago
  88. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  89. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  90. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  91. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  92. 21b40a5 [lsan] Added a dummy unittest to suppress LIT warnings. by Sergey Matveev · 11 years ago
  93. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago
  94. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  95. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  96. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  97. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  98. 98d3b40 [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. by Sergey Matveev · 11 years ago
  99. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  100. f5a9ace [lsan] Allow the ignored TLS range to be empty. by Sergey Matveev · 11 years ago