summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.h
Commit message (Expand)AuthorAgeFilesLines
* [asan] Move the "coverage" flag to common flags.Sergey Matveev2014-05-121-1/+0
* [asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany2014-04-281-1/+1
* [asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany2014-04-251-0/+1
* [asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany2014-04-211-0/+1
* [ASan] Move the flag descriptions from comments to ParseFlag arguments.Alexander Potapenko2014-03-211-56/+1
* [asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany2014-02-271-0/+4
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-6/+0
* [asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov2014-01-161-0/+5
* [asan] Implement max_redzone runtime flag.Evgeniy Stepanov2014-01-091-2/+4
* [asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany2013-12-161-2/+3
* [asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany2013-12-131-0/+2
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+3
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-3/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+3
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-011-2/+0
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-161-0/+3
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-2/+0
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-271-0/+2
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-181-2/+2
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-221-2/+0
* [sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov2013-06-251-2/+0
* [asan] LSan hooks in asan_rtl.Sergey Matveev2013-05-211-0/+2
* [asan] Common flags in ASan.Sergey Matveev2013-05-061-10/+0
* [ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov2013-04-251-0/+2
* [ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov2013-04-191-0/+3
* [asan] inline flags(), up to 1% perf gain on malloc-intensive codeKostya Serebryany2013-04-111-1/+4
* [asan] nuke the old unused allocator codeKostya Serebryany2013-04-041-1/+1
* [asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...Kostya Serebryany2013-04-041-3/+3
* [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...Alexander Potapenko2013-02-281-0/+3
* [ASan] Allow ASan default runtime options be overriden at compile time by pro...Alexey Samsonov2013-02-191-3/+5
* [ASan] Remove the replace_cfallocator flag, which is used no more.Alexander Potapenko2013-02-071-2/+0
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* [asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...Kostya Serebryany2013-01-281-0/+4
* [asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany2012-12-261-0/+2
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-0/+2
* [asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany2012-12-201-0/+3
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-1/+5
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-141-0/+2
* [ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov2012-09-051-0/+4
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-241-0/+3
* [asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany2012-08-211-0/+2
* [ASan] move declaration of __asan_default_options to interface headerAlexey Samsonov2012-08-151-6/+0
* [ASan] make sure __asan_default_options gets default visibility, port corresp...Alexey Samsonov2012-08-141-1/+2
* [ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...Alexey Samsonov2012-08-061-0/+2
* [ASan] fixup for r160712: provide a default definition for weak __asan_defaul...Alexey Samsonov2012-07-251-6/+5
* Make __asan_default_options a weak function that returns a const char*.Alexander Potapenko2012-07-251-1/+2
* [ASan] move flags description to separate header, add comments about them.Alexey Samsonov2012-07-101-0/+97