| Commit message (Expand) | Author | Age | Files | Lines |
* | [asan] Fix lint failure in asan_interface.h | Evgenii Stepanov | 2019-10-31 | 1 | -1/+2 |
* | [asan] Provide an interface to update an allocation stack trace. | Evgenii Stepanov | 2019-10-31 | 1 | -0/+2 |
* | [hwasan, asan] Intercept vfork. | Evgeniy Stepanov | 2019-02-27 | 1 | -0/+2 |
* | Revert "[asan] Fix vfork handling.", +1 | Evgeniy Stepanov | 2019-02-21 | 1 | -3/+0 |
* | [hwasan,asan] Intercept vfork. | Evgeniy Stepanov | 2019-02-21 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt). | Evgeniy Stepanov | 2017-04-27 | 1 | -0/+5 |
* | Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)." | Evgeniy Stepanov | 2017-04-10 | 1 | -5/+0 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt). | Evgeniy Stepanov | 2017-04-06 | 1 | -0/+5 |
* | Revert r298174, r298173, r298169, r298159. | Evgeniy Stepanov | 2017-03-20 | 1 | -5/+0 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt) | Evgeniy Stepanov | 2017-03-17 | 1 | -0/+5 |
* | [sanitizer] Add list of symbols exported in sanitizers' interface. | Marcos Pividori | 2017-01-31 | 1 | -3/+3 |
* | [asan] Fix tests for exported interfaces. | Marcos Pividori | 2017-01-29 | 1 | -1/+1 |
* | [asan] Add missing declaration in the internal interface | Marcos Pividori | 2017-01-29 | 1 | -0/+3 |
* | [compiler-rt] Add support for the dynamic shadow allocation | Etienne Bergeron | 2016-09-30 | 1 | -0/+3 |
* | revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo... | Nico Weber | 2016-09-21 | 1 | -7/+0 |
* | [compiler-rt] Add support for the dynamic shadow allocation | Etienne Bergeron | 2016-09-19 | 1 | -0/+7 |
* | [compiler-rt] Do not introduce __sanitizer namespace globally | Anna Zaks | 2016-09-15 | 1 | -0/+2 |
* | [asan] Remove runtime flag detect_stack_use_after_scope | Vitaly Buka | 2016-08-29 | 1 | -4/+0 |
* | [asan] Add __asan_set_shadow_* | Vitaly Buka | 2016-08-18 | 1 | -0/+14 |
* | Add detect_stack_use_after_scope runtime flag | Vitaly Buka | 2016-07-19 | 1 | -0/+4 |
* | [asan] Add runtime support for __asan_(un)register_image_globals | Ryan Govostes | 2016-03-28 | 1 | -0/+8 |
* | [asan] Introduce new approach for ODR violation detection based on odr indica... | Maxim Ostapenko | 2016-02-08 | 1 | -0/+1 |
* | [ASan] Enable optional ASan recovery. | Yury Gribov | 2015-11-11 | 1 | -0/+13 |
* | [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ... | Alexey Samsonov | 2015-08-21 | 1 | -2/+0 |
* | [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in... | Kuba Brecka | 2015-07-23 | 1 | -2/+6 |
* | [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko! | Yury Gribov | 2015-05-28 | 1 | -0/+4 |
* | asan: optimization experiments | Dmitry Vyukov | 2015-03-17 | 1 | -1/+16 |
* | [Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs... | Timur Iskhodzhanov | 2015-02-19 | 1 | -2/+5 |
* | Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h" | Juergen Ributzka | 2015-02-04 | 1 | -18/+0 |
* | [ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h | Alexander Potapenko | 2015-02-04 | 1 | -0/+18 |
* | [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres... | Kostya Serebryany | 2014-10-17 | 1 | -0/+4 |
* | [compiler-rt] recommit of r218481: ASan debugging API for report info extract... | Kuba Brecka | 2014-09-26 | 1 | -0/+22 |
* | [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux | Kuba Brecka | 2014-09-26 | 1 | -22/+0 |
* | [compiler-rt] ASan debugging API for report info extraction and locating addr... | Kuba Brecka | 2014-09-25 | 1 | -0/+22 |
* | [asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad... | Kostya Serebryany | 2014-08-28 | 1 | -0/+2 |
* | [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa... | Alexey Samsonov | 2014-08-12 | 1 | -16/+0 |
* | [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19... | Kostya Serebryany | 2014-08-04 | 1 | -0/+3 |
* | [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo... | Kuba Brecka | 2014-07-15 | 1 | -0/+11 |
* | [ASan] Only define macros in asan_init_version.h, move the __asan_init declar... | Timur Iskhodzhanov | 2014-07-15 | 1 | -0/+6 |
* | [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk | Timur Iskhodzhanov | 2014-07-10 | 1 | -14/+2 |
* | Generalize sanitizer allocator public interface. | Alexey Samsonov | 2014-07-07 | 1 | -6/+8 |
* | [ASan] Print exact source location of global variables in error reports. | Alexey Samsonov | 2014-07-02 | 1 | -2/+13 |
* | Fix typos | Alp Toker | 2014-05-15 | 1 | -1/+1 |
* | [asan] add __asan_memset and friends | Kostya Serebryany | 2014-04-21 | 1 | -0/+7 |
* | [asan] implement __asan_loadN/__asan_storeN for out-lined asan checks | Kostya Serebryany | 2014-04-21 | 1 | -0/+2 |
* | [asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with... | Kostya Serebryany | 2014-04-16 | 1 | -0/+14 |
* | [asan] don't use bool in public interface, make sure the interface headers ar... | Kostya Serebryany | 2014-04-14 | 1 | -3/+3 |
* | [ASan] Get rid of __asan_symbolize function | Alexey Samsonov | 2013-12-19 | 1 | -4/+0 |
* | [asan] add a run-time option detect_stack_use_after_return, add verbosity out... | Kostya Serebryany | 2013-09-18 | 1 | -0/+4 |