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. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  4. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  5. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  6. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  7. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  8. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  9. f16dc42 [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace. by Alexey Samsonov · 11 years ago
  10. 21bf90d [msan] Check that address is an app region before printing shadow. by Evgeniy Stepanov · 11 years ago
  11. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  12. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  13. 1767ec1 [msan] Fix a typo and enable poison_in_free flag. by Evgeniy Stepanov · 11 years ago
  14. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  15. 48ed058 [msan] Change wording in the invalid origin message. by Evgeniy Stepanov · 11 years ago
  16. 7ad195c [msan] Handle origins in __sanitizer_unaligned_(load|store)*. by Evgeniy Stepanov · 11 years ago
  17. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  18. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  19. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  20. 29296c0 [msan] Fix a WTF in r191196. by Evgeniy Stepanov · 11 years ago
  21. 27ee7a8 [msan] Allow nested symbolizer and loader scopes. by Evgeniy Stepanov · 11 years ago
  22. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  23. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  24. 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
  25. 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
  26. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  27. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  28. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  29. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  30. 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
  31. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  32. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  33. bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
  34. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  35. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  36. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  37. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  38. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  39. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  40. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  41. 11347bf [MSan] Make a few interface functions accept 'const void *' instead of 'void*' by Alexey Samsonov · 11 years ago
  42. a897400 [msan] Conditionally disable new() and delete() wrappers. by Evgeniy Stepanov · 11 years ago
  43. a213ab6 [msan] A runtime option to disable wrapping of signal handlers. by Evgeniy Stepanov · 11 years ago
  44. 9ae2883 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add by Alexander Potapenko · 11 years ago
  45. 58b52b5 [msan] Options for switching between fast and cfi unwinders in run time. by Evgeniy Stepanov · 11 years ago
  46. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  47. 45717c9 [Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev. by Alexey Samsonov · 11 years ago
  48. 0f92deb [msan] intercept dlopen and clear shadow for it by Reid Kleckner · 11 years ago
  49. 93c2602 [msan] Block reports from interceptors during _Unwind_Backtrace by Reid Kleckner · 12 years ago
  50. efbc435 [msan] Use slow stack unwinder in UMR reports. by Evgeniy Stepanov · 12 years ago
  51. f35eae8 [msan] Fix ReExec on linux. by Evgeniy Stepanov · 12 years ago
  52. 70c6e3f [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options by Kostya Serebryany · 12 years ago
  53. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 12 years ago
  54. 859778a [sanitizer] make the error messages from sanitizer_common contain the actual tool name by Kostya Serebryany · 12 years ago
  55. 12c4693 [msan] Cleanup public interface header. by Evgeniy Stepanov · 12 years ago
  56. 6c3ad94 [msan] Remove the trap handler code. by Evgeniy Stepanov · 12 years ago
  57. e9c10e2 [msan] Fix linkage type of __msan_track_origins. by Evgeniy Stepanov · 12 years ago
  58. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  59. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  60. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
  61. 4c9ddc1 [msan] Check for conflicting memory mappings. by Evgeniy Stepanov · 12 years ago
  62. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago