summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.h
AgeCommit message (Expand)Author
2015-02-12[Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-09-22[ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko
2014-08-12[Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov
2014-08-04[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany
2014-07-30[asan] rename new-delete-size-mismatch to new-delete-type-mismatch and make t...Kostya Serebryany
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-05-12[asan] Move the "coverage" flag to common flags.Sergey Matveev
2014-04-28[asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany
2014-04-25[asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany
2014-04-21[asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany
2014-03-21[ASan] Move the flag descriptions from comments to ParseFlag arguments.Alexander Potapenko
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-16[asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov
2014-01-09[asan] Implement max_redzone runtime flag.Evgeniy Stepanov
2013-12-16[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany
2013-12-13[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-11-01[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov
2013-10-16[asan] introduce run-time flag 'poison_partial' Kostya Serebryany
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-09-27[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany
2013-09-18[asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany
2013-07-22[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev
2013-06-25[sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov
2013-05-21[asan] LSan hooks in asan_rtl.Sergey Matveev
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2013-04-25[ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov
2013-04-19[ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov
2013-04-11[asan] inline flags(), up to 1% perf gain on malloc-intensive codeKostya Serebryany
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-04-04[asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...Kostya Serebryany
2013-02-28[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...Alexander Potapenko
2013-02-19[ASan] Allow ASan default runtime options be overriden at compile time by pro...Alexey Samsonov
2013-02-07[ASan] Remove the replace_cfallocator flag, which is used no more.Alexander Potapenko
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-28[asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...Kostya Serebryany
2012-12-26[asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-20[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
2012-09-05[ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth