summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_interface_internal.h
Commit message (Expand)AuthorAgeFilesLines
* [asan] Fix lint failure in asan_interface.hEvgenii Stepanov2019-10-311-1/+2
* [asan] Provide an interface to update an allocation stack trace.Evgenii Stepanov2019-10-311-0/+2
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-0/+2
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-211-3/+0
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-211-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov2017-04-271-0/+5
* Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov2017-04-101-5/+0
* [asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov2017-04-061-0/+5
* Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov2017-03-201-5/+0
* [asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov2017-03-171-0/+5
* [sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori2017-01-311-3/+3
* [asan] Fix tests for exported interfaces.Marcos Pividori2017-01-291-1/+1
* [asan] Add missing declaration in the internal interfaceMarcos Pividori2017-01-291-0/+3
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-301-0/+3
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-211-7/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-191-0/+7
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka2016-08-291-4/+0
* [asan] Add __asan_set_shadow_*Vitaly Buka2016-08-181-0/+14
* Add detect_stack_use_after_scope runtime flagVitaly Buka2016-07-191-0/+4
* [asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes2016-03-281-0/+8
* [asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko2016-02-081-0/+1
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-0/+13
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-2/+0
* [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka2015-07-231-2/+6
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-281-0/+4
* asan: optimization experimentsDmitry Vyukov2015-03-171-1/+16
* [Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...Timur Iskhodzhanov2015-02-191-2/+5
* Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"Juergen Ributzka2015-02-041-18/+0
* [ASan] Add the new __asan_mz_* symbols to asan_interface_internal.hAlexander Potapenko2015-02-041-0/+18
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-171-0/+4
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+22
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-22/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+22
* [asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany2014-08-281-0/+2
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-16/+0
* [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany2014-08-041-0/+3
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+11
* [ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov2014-07-151-0/+6
* [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov2014-07-101-14/+2
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-6/+8
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-2/+13
* Fix typosAlp Toker2014-05-151-1/+1
* [asan] add __asan_memset and friendsKostya Serebryany2014-04-211-0/+7
* [asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany2014-04-211-0/+2
* [asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany2014-04-161-0/+14
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-3/+3
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-4/+0
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-181-0/+4
OpenPOWER on IntegriCloud