| Commit message (Expand) | Author | Age | Files | Lines |
* | [ASan] Change the links in asa_flags.inc to point to GitHub. | Alexander Potapenko | 2015-12-04 | 1 | -4/+4 |
* | [ASan] Retire mac_ignore_invalid_free, remove some dead code. | Alexander Potapenko | 2015-12-04 | 4 | -31/+0 |
* | [tsan] Use re-exec method to enable interceptors on older versions of OS X | Kuba Brecka | 2015-12-03 | 5 | -198/+1 |
* | [asan] Correctly release memory allocated during early startup. | Yury Gribov | 2015-12-01 | 1 | -2/+19 |
* | [asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os... | Anna Zaks | 2015-11-20 | 1 | -10/+18 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-11-20 | 2 | -18/+25 |
* | Tell clang-format that (most) sanitizers are written using Google style guide. | Alexey Samsonov | 2015-11-19 | 1 | -0/+1 |
* | [ASan] Be consistent and refer to reported issues as "errors" in hints. | Alexey Samsonov | 2015-11-18 | 1 | -3/+3 |
* | [asan] add an experimental flag protect_shadow_gap. If set to false, the shad... | Kostya Serebryany | 2015-11-14 | 2 | -0/+3 |
* | [asan] Fix silly error when reporting multiple ASan errors in parallel. | Yury Gribov | 2015-11-13 | 1 | -2/+3 |
* | [Windows] Add exports for dll_host test broken by r252071 and r251071 | Reid Kleckner | 2015-11-11 | 1 | -0/+2 |
* | [Asan] Added missing hunk to previous commit. | Yury Gribov | 2015-11-11 | 1 | -7/+2 |
* | [ASan] Enable optional ASan recovery. | Yury Gribov | 2015-11-11 | 6 | -88/+188 |
* | [compiler-rt] [asan] Use same shadow offset for aarch64 | Adhemerval Zanella | 2015-11-09 | 2 | -6/+0 |
* | [ASan] Add two new functions to DLL thunk. | Alexey Samsonov | 2015-11-06 | 1 | -0/+3 |
* | Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace" | Juergen Ributzka | 2015-11-04 | 2 | -25/+18 |
* | Asan: utility function to determine first wrongly poisoned byte in | Mike Aizatsky | 2015-11-04 | 1 | -9/+16 |
* | [tsan] Use malloc zone interceptors on OS X, part 1 (refactoring) | Kuba Brecka | 2015-11-04 | 1 | -336/+39 |
* | Revert "Apply modernize-use-default to compiler-rt." | Alexey Samsonov | 2015-10-30 | 1 | -1/+1 |
* | Sanitizer: define WIN32_LEAN_AND_MEAN | Saleem Abdulrasool | 2015-10-29 | 2 | -0/+2 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-28 | 2 | -18/+25 |
* | [asan] Fix asan_device_setup script on KitKat. | Evgeniy Stepanov | 2015-10-28 | 1 | -0/+2 |
* | Revert "[asan] On OS X, log reports to syslog and os_trace" | Anna Zaks | 2015-10-27 | 2 | -25/+18 |
* | [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-27 | 2 | -18/+25 |
* | [asan] Sort headers. | Anna Zaks | 2015-10-27 | 1 | -4/+4 |
* | asan_symbolize.py: Call llvm-symbolizer with --functions=linkage instead of -... | Alexey Samsonov | 2015-10-26 | 1 | -1/+1 |
* | Apply modernize-use-default to compiler-rt. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | [asan][mips] Fix ABI incompatibility crash in pthread_create() following r248... | Daniel Sanders | 2015-10-05 | 1 | -0/+2 |
* | [compiler-rt] Fix build (again) by wrapping lines to 80 chars (NFC) | Vedant Kumar | 2015-10-01 | 1 | -1/+2 |
* | [compiler-rt] Apply modernize-use-nullptr fixes in sanitizers | Vedant Kumar | 2015-10-01 | 11 | -72/+79 |
* | [asan] Fix asan_symbolize.py handling of non-existing paths | Evgeniy Stepanov | 2015-09-30 | 1 | -2/+2 |
* | [asan] Versioned interceptor for pthread_create. | Evgeniy Stepanov | 2015-09-22 | 2 | -0/+14 |
* | [sanitizer] Move CheckVMASize after flag initialization | Adhemerval Zanella | 2015-09-15 | 1 | -1/+2 |
* | Support inline functions symbolization in Addr2Line symbolizer. | Alexey Samsonov | 2015-09-14 | 1 | -8/+16 |
* | [compiler-rt] [sanitizers] Add VMA size check at runtime | Adhemerval Zanella | 2015-09-11 | 1 | -0/+1 |
* | Revert r246961 "[asan] Intercept and wrap XPC callback blocks". | Kuba Brecka | 2015-09-07 | 1 | -45/+9 |
* | [asan] Intercept and wrap XPC callback blocks | Kuba Brecka | 2015-09-07 | 1 | -9/+45 |
* | [asan] Fix >80 chars line. | Evgeniy Stepanov | 2015-09-04 | 1 | -1/+2 |
* | [asan] Disable asm instrumentation tests on android/x86. | Evgeniy Stepanov | 2015-09-04 | 1 | -3/+6 |
* | [asan] Fix signal interception on Android. | Evgeniy Stepanov | 2015-09-02 | 1 | -6/+5 |
* | [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo... | Alexey Samsonov | 2015-08-27 | 2 | -0/+2 |
* | [Sanitizers] Make abort_on_error common flag. | Alexey Samsonov | 2015-08-27 | 2 | -6/+0 |
* | [CMake] Add ARCHS option to add_sanitizer_rt_symbols. | Chris Bieneman | 2015-08-27 | 1 | -2/+4 |
* | [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. | Chris Bieneman | 2015-08-26 | 1 | -1/+2 |
* | [CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa... | Chris Bieneman | 2015-08-26 | 2 | -48/+43 |
* | [CMake] fixing a typo that is breaking bots. | Chris Bieneman | 2015-08-25 | 1 | -1/+1 |
* | [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into... | Chris Bieneman | 2015-08-25 | 1 | -28/+34 |
* | [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die(). | Alexey Samsonov | 2015-08-24 | 1 | -2/+0 |
* | [Sanitizers] Allow to install several internal Die callbacks. | Alexey Samsonov | 2015-08-24 | 1 | -1/+1 |
* | Revert r245770 and r245777. | Alexey Samsonov | 2015-08-22 | 1 | -0/+2 |