summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interface_internal.h
AgeCommit message (Expand)Author
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-17[asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-29[asan] Fix tests for exported interfaces.Marcos Pividori
2017-01-29[asan] Add missing declaration in the internal interfaceMarcos Pividori
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-23[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka
2015-05-28[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-02-19[Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...Timur Iskhodzhanov
2015-02-04Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"Juergen Ributzka
2015-02-04[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.hAlexander Potapenko
2014-10-17[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-08-28[asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-08-04[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-10[ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-07-02[ASan] Print exact source location of global variables in error reports.Alexey Samsonov
2014-05-15Fix typosAlp Toker
2014-04-21[asan] add __asan_memset and friendsKostya Serebryany
2014-04-21[asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-09-18[asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany
2013-09-10[asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-03-26[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany
2013-02-13[tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany