| Commit message (Expand) | Author | Age | Files | Lines |
* | [compiler-rt] Better lint output for .inc files | Vitaly Buka | 2019-09-12 | 1 | -6/+7 |
* | [sanitizers][windows] Rtl-Heap Interception and tests | Matthew G McGovern | 2019-07-09 | 1 | -0/+2 |
* | Revert "[sanitizers][windows] Rtl-Heap Interception and tests" | JF Bastien | 2019-07-08 | 1 | -2/+0 |
* | [sanitizers][windows] Rtl-Heap Interception and tests | Matthew G McGovern | 2019-07-08 | 1 | -0/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [asan] Remove use_odr_indicator runtime flag | Vitaly Buka | 2018-12-04 | 1 | -2/+0 |
* | [asan] Fix bug introduced by r331647 | Walter Lee | 2018-05-08 | 1 | -1/+1 |
* | [asan] Set flags appropriately for RTEMS | Walter Lee | 2018-05-07 | 1 | -2/+3 |
* | Make detect_invalid_pointer_pairs option to be tristate. | Alex Shlyapnikov | 2018-02-01 | 1 | -3/+3 |
* | [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c... | Vitaly Buka | 2017-09-13 | 1 | -5/+0 |
* | Add new ASAN_OPTION: sleep_after_init. | Kostya Serebryany | 2017-08-02 | 1 | -0/+4 |
* | [asan] Move AsanCheckDynamicRTPrereqs check under flag | Maxim Ostapenko | 2017-03-31 | 1 | -0/+3 |
* | [asan] Implement "scribble" flags, which overwrite free'd memory with 0x55 | Kuba Mracek | 2017-03-30 | 1 | -0/+6 |
* | Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi... | Filipe Cabecinhas | 2017-03-29 | 1 | -0/+4 |
* | Expose thread local quarantine size as ASAN option. | Evgeniy Stepanov | 2016-12-22 | 1 | -0/+6 |
* | [asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGV | Kuba Mracek | 2016-11-26 | 1 | -0/+3 |
* | [asan] alloc_dealloc_mismatch=0 by default on Android. | Evgeniy Stepanov | 2016-09-13 | 1 | -1/+1 |
* | [asan] Remove runtime flag detect_stack_use_after_scope | Vitaly Buka | 2016-08-29 | 1 | -2/+0 |
* | Add detect_stack_use_after_scope runtime flag | Vitaly Buka | 2016-07-19 | 1 | -0/+2 |
* | [sanitizer] Add memset, memmove, and memcpy to the common interceptors | Derek Bruening | 2016-03-25 | 1 | -1/+1 |
* | Fix typo in asan_flags. | George Burgess IV | 2016-02-08 | 1 | -1/+1 |
* | [asan] re-commit r259961, this time making the test Linux-Only | Kostya Serebryany | 2016-02-08 | 1 | -0/+2 |
* | [asan] Introduce new approach for ODR violation detection based on odr indica... | Maxim Ostapenko | 2016-02-08 | 1 | -0/+2 |
* | Revert r259961, r259978, r259981. | Nico Weber | 2016-02-07 | 1 | -2/+0 |
* | [asan] add an experimental feature that prints the scariness score of the err... | Kostya Serebryany | 2016-02-06 | 1 | -0/+2 |
* | [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 | 1 | -3/+0 |
* | [asan] add an experimental flag protect_shadow_gap. If set to false, the shad... | Kostya Serebryany | 2015-11-14 | 1 | -0/+1 |
* | [ASan] Enable optional ASan recovery. | Yury Gribov | 2015-11-11 | 1 | -0/+3 |
* | [Sanitizers] Make abort_on_error common flag. | Alexey Samsonov | 2015-08-27 | 1 | -4/+0 |
* | [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ... | Alexey Samsonov | 2015-08-21 | 1 | -2/+0 |
* | [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm... | Kostya Serebryany | 2015-07-29 | 1 | -3/+0 |
* | [asan] Set abort_on_error=1 by default on OS X | Kuba Brecka | 2015-07-28 | 1 | -1/+1 |
* | [Sanitizer] Refactor SuppressionContext class. | Alexey Samsonov | 2015-02-20 | 1 | -0/+1 |
* | [asan] add flag quarantine_size_mb, deprecate quarantine_size | Kostya Serebryany | 2015-01-07 | 1 | -2/+4 |
* | [Sanitizer] Change the runtime flag representation. | Alexey Samsonov | 2015-01-07 | 1 | -0/+142 |