summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
Commit message (Expand)AuthorAgeFilesLines
* [asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov2015-01-201-0/+1
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-16/+3
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-061-39/+3
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-021-1/+13
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-021-11/+1
* [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany2014-12-301-0/+1
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-231-0/+1
* [Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov2014-12-221-1/+11
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-191-3/+12
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+1
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-0/+1
* Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov2014-10-241-0/+1
* [asan] Add fast_unwind_on_check flag.Evgeniy Stepanov2014-10-141-0/+1
* Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov2014-09-121-3/+0
* [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov2014-09-111-0/+3
* [Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov2014-08-121-0/+1
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-301-0/+2
* [sanitizer] Add coverage_dir flag.Evgeniy Stepanov2014-05-291-0/+1
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+1
* [asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany2014-05-141-0/+1
* [asan] Move the "coverage" flag to common flags.Sergey Matveev2014-05-121-0/+1
* [asan] added internal flag mmap_limit_mbKostya Serebryany2014-04-141-0/+1
* [asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany2014-04-041-0/+1
* [libsanitizer] Add descriptions for the common flags.Alexander Potapenko2014-03-211-35/+0
* [libsanitizer] Introduce flag descriptions.Alexander Potapenko2014-03-201-4/+11
* tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov2014-03-171-0/+2
* [sanitizer] Add a flag to enable/disable report colorization.Evgeniy Stepanov2014-02-261-0/+2
* [sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany2014-02-141-0/+2
* [sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov2014-02-141-0/+4
* [Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov2014-02-121-0/+4
* tsan: fix Go buildDmitry Vyukov2014-01-311-2/+2
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-0/+8
* Sanitize printf functions.Alexey Samsonov2014-01-211-0/+2
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-171-2/+4
* tsan: fix flags parsingDmitry Vyukov2013-11-271-2/+2
* [Sanitizer] Improve external symbolizer behavior.Alexey Samsonov2013-11-261-1/+2
* [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov2013-11-141-0/+2
* [Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov2013-11-121-0/+1
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-0/+2
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-151-4/+5
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-061-0/+2
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-011-0/+4
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-221-0/+2
* [sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov2013-06-251-0/+2
* [sanitizer] ioctl interceptor.Evgeniy Stepanov2013-06-071-0/+2
* [asan] Common flags in ASan.Sergey Matveev2013-05-061-0/+23
* [Sanitizer] fix CMake buildAlexey Samsonov2012-07-101-1/+1
* [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov2012-07-091-0/+27
OpenPOWER on IntegriCloud