1. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  2. 21b5c4d Update compiler-rt for merge to 3.4. by Stephen Hines · 11 years ago
  3. 0a7c7f9 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
  4. 7f790ca Merging r-196802: by Bill Wendling · 11 years ago
  5. 2486160 Merging r196802: by Bill Wendling · 11 years ago
  6. b371270 [asan] port r196375 to 3.4 by Kostya Serebryany · 11 years ago
  7. 91dee59 [ASan] Run one of UAS tests in UAR mode as well by Alexey Samsonov · 11 years ago
  8. 7214553 [asan] fix Windows build by Kostya Serebryany · 11 years ago
  9. 2991200 [asan] introduce __sanitizer_annotate_contiguous_container by Kostya Serebryany · 11 years ago
  10. 8b0c8a8 [asan] support __hppa__ (by John David Anglin) by Kostya Serebryany · 11 years ago
  11. 3125de9 CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for now) by Alexey Samsonov · 11 years ago
  12. 6a58b00 [Sanitizer] Make slow unwinder on Linux more robust by Alexey Samsonov · 11 years ago
  13. dbd69cc Reapply asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  14. ae51c27 Speculatively revert asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  15. e767e35 asan: disable pthread_setname_np interceptor by Dmitry Vyukov · 11 years ago
  16. 68e16eb [asan] Poor man's coverage that works with ASan (compiler-rt part) by Kostya Serebryany · 11 years ago
  17. 8c6e485 [ASan] Introduce a top-level target to collect all ASan runtimes and deps by Alexey Samsonov · 11 years ago
  18. 694d856 [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them) by Alexey Samsonov · 11 years ago
  19. d2e32e3 [ASan] Remove the stale dependency on the Foundation framework from the dynamic ASan runtime. by Alexander Potapenko · 11 years ago
  20. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  21. 348aac4 [ASan] Use new feature of FileCheck: provide multiple --check-prefix args by Alexey Samsonov · 11 years ago
  22. b527f7d [ASan] Don't call __asan_init() from certain interceptors on Darwin. by Alexander Potapenko · 11 years ago
  23. ae914e2 [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/detail?id=233) by Kostya Serebryany · 11 years ago
  24. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  25. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  26. bb6bc9a [asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code. by Evgeniy Stepanov · 11 years ago
  27. 4949674 [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib by Alexander Potapenko · 11 years ago
  28. 7d4a955 [ASan] Use OS-specific matches in the malloc_context_size.cc lit test. by Alexander Potapenko · 11 years ago
  29. e9e2b7f [ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order by Alexey Samsonov · 11 years ago
  30. 4b9f050 [ASan] Make sure slow stack unwinder doesn't return empty stacks. by Alexey Samsonov · 11 years ago
  31. 7f80655 [ASan] Kill use_stack_depot runtime flag and stack trace compression routines. by Alexey Samsonov · 11 years ago
  32. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  33. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  34. 2bcd3b5 [ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is used when ASAN_OPTIONS=symbolize=1) if LLVM_SYMBOLIZER_PATH is empty. by Alexander Potapenko · 11 years ago
  35. 6f5427b [ASan] Turn on (non-strict) initialization order checker by default for all ASan users by Alexey Samsonov · 11 years ago
  36. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  37. dfab31b [asan] Fix build. by Evgeniy Stepanov · 11 years ago
  38. 750b4ac [sanitizer] Fix build warnings. by Evgeniy Stepanov · 11 years ago
  39. 3f8ce73 [asan] increase the max malloc size from 8Gb to 64Gb by Kostya Serebryany · 11 years ago
  40. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  41. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  42. f456018 [Sanitizer] Revert r193501 and properly fix r193448 by Alexey Samsonov · 11 years ago
  43. db92faf asan/msan: separate different report blocks with new lines by Dmitry Vyukov · 11 years ago
  44. e38046a Work around ASan/Win breakage by r193448 by Timur Iskhodzhanov · 11 years ago
  45. 7e8db74 Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. by Peter Collingbourne · 11 years ago
  46. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  47. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  48. 5317724 Introduce an operator new for LowLevelAllocator, and convert most users to it. by Peter Collingbourne · 11 years ago
  49. a412f48 [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. by Alexey Samsonov · 11 years ago
  50. 4b861aa Make sure ASan always emits an error summary if it reports an error. by Nick Lewycky · 11 years ago
  51. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  52. 547f9dd [asan] fix stack trace printing on Mac by Kostya Serebryany · 11 years ago
  53. 1fe68b8 [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to save space by Kostya Serebryany · 11 years ago
  54. 6d95869 [asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot by Kostya Serebryany · 11 years ago
  55. 34fb715 [ASan] fix compilation of atexit_stats.cc on OSX by Alexander Potapenko · 11 years ago
  56. 00dc243 [asan] fix a test on Mac by Kostya Serebryany · 11 years ago
  57. a2e70d9 [asan] fix atexit stats by Kostya Serebryany · 11 years ago
  58. 8e22b68 [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. by Alexander Potapenko · 11 years ago
  59. 13521a2 [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 by Kostya Serebryany · 11 years ago
  60. 8fa4edc [asan] Fix a deadlock between asan's allocator and lsan by Kostya Serebryany · 11 years ago
  61. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  62. cca8e78 [asan] introduce run-time flag 'poison_partial' by Kostya Serebryany · 11 years ago
  63. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  64. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  65. 97f4e08 Fix a typo. by Evgeniy Stepanov · 11 years ago
  66. 79f11fc [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac by Alexey Samsonov · 11 years ago
  67. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  68. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  69. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  70. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  71. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  72. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  73. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  74. e1c68c3 [asan] introduce run-time flag uar_stack_size_log to control the size of FakeStack; don't crash when the fake stack is exhausted, move some code to .cc file by Kostya Serebryany · 11 years ago
  75. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  76. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  77. a8b8e96 [ASan/Win] Slightly optimize the DLL thunk by Timur Iskhodzhanov · 11 years ago
  78. def895b [ASan] Fix a compile-time warning by Timur Iskhodzhanov · 11 years ago
  79. c11fa09 [ASan] Add DLL thunks for the new stack UAR interface by Timur Iskhodzhanov · 11 years ago
  80. f5ebc6a [ASan] Fix the interface test on Darwin. by Alexander Potapenko · 11 years ago
  81. b079602 [asan] disable the detect_stack_use_after_return run-time flag by default and enable it explicitly in tests. This is done in preparation to enabling the -fsanitize=use-after-return compile-time flag by default when -fsanitize=address is present. by Kostya Serebryany · 11 years ago
  82. 6c70a55 [ASan] Remove a complex multiline comment that baffles lint. by Alexander Potapenko · 11 years ago
  83. b812253 [ASan] Fix compilation of asan_str_test.cc on non-Darwin. by Alexander Potapenko · 11 years ago
  84. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  85. 81b0fe0 [asan] nuke yet another async-signal-safety bug in UAR (oh, my) by Kostya Serebryany · 11 years ago
  86. b928ac1 [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dynamic_lookup being passed to the linker. by Alexander Potapenko · 11 years ago
  87. 621770a [asan] fix one more async-signal-safety issue with use-after-return by Kostya Serebryany · 11 years ago
  88. 230e52f [asan] add a run-time option detect_stack_use_after_return, add verbosity output for fake stack by Kostya Serebryany · 11 years ago
  89. 6086094 [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions by Alexey Samsonov · 11 years ago
  90. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  91. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  92. b388987 [asan] further speedup use-after-return: simplify deallocation of fake frames. ~ 20% speedup. by Kostya Serebryany · 11 years ago
  93. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  94. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  95. 22e21b0 [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants into named variables by Alexey Samsonov · 11 years ago
  96. ff64012 [asan] Android does not have TLS by Kostya Serebryany · 11 years ago
  97. 9c59ca8 [ASan] Temporary disable UAR unit test on Android due to https://code.google.com/p/address-sanitizer/issues/detail?id=222 by Alexey Samsonov · 11 years ago
  98. 0f22837 [asan] don't record the class_id in FakeFrame (scratching the last bits of performance) by Kostya Serebryany · 11 years ago
  99. dff16d4 [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup by Kostya Serebryany · 11 years ago
  100. 9433af3 [asan] second attempt to use TLS with fake stack. This time it looks (more) async-signal safe. by Kostya Serebryany · 11 years ago