summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-121/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Remove low-hanging-fruit dead codeKostya Kortchinsky2018-04-171-8/+0
* [ASan] Report illegal instruction exceptions in ASanReid Kleckner2016-08-031-5/+0
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-0/+6
* Introduce stats and stats_client libraries.Peter Collingbourne2016-01-161-9/+36
* [asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov2015-07-281-1/+1
* [sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov2015-07-211-17/+33
* [Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov2015-07-171-4/+3
* Use error_t rather than int in a couple of places where we handle filesTimur Iskhodzhanov2015-04-091-1/+1
* tsan: add -Wno-maybe-uninitialized to mingw gcc build flagsDmitry Vyukov2015-02-181-1/+1
* tsan: fix compiler warningDmitry Vyukov2015-02-161-1/+1
* [Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.Alexey Samsonov2015-02-121-1/+1
* [asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov2015-01-201-4/+8
* [sanitizer] Switch flag parsing to LowLevelAlloc.Evgeniy Stepanov2015-01-191-1/+1
* [sanitizer] Adjust max read size in FlagHandlerIncludeHal Finkel2015-01-171-1/+2
* [sanitizer] Additional error checking.Evgeniy Stepanov2015-01-161-2/+3
* [sanitizer] Implement include= option.Evgeniy Stepanov2015-01-151-0/+26
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-140/+6
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-061-144/+7
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-021-0/+4
* [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany2014-12-301-0/+4
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-261-1/+1
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-231-0/+4
* [sanitizer] initialize two flas in SetCommonFlagsDefaultsKostya Serebryany2014-12-191-0/+2
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-191-73/+73
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+5
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-2/+2
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-2/+2
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-0/+5
* Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov2014-10-241-0/+3
* [asan] Add fast_unwind_on_check flag.Evgeniy Stepanov2014-10-141-0/+4
* Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov2014-09-121-6/+0
* [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov2014-09-111-0/+6
* [Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov2014-08-121-0/+5
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-301-0/+5
* [Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.Alexey Samsonov2014-07-091-0/+5
* [asan] Default to memory-mapped coverage on Android.Evgeniy Stepanov2014-06-021-1/+1
* [sanitizer] Add coverage_dir flag.Evgeniy Stepanov2014-05-291-0/+4
* [sanitizer] Require that options end with '='.Evgeniy Stepanov2014-05-291-2/+5
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+5
* [asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany2014-05-141-0/+4
* [asan] Move the "coverage" flag to common flags.Sergey Matveev2014-05-121-0/+4
* [asan] enable use_sigaltstack by default (this will provide verbose reports o...Kostya Serebryany2014-04-241-1/+1
* [asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany2014-04-221-1/+1
* [sanitizer] enable check_printf by default for asan and tsan. We've been usin...Kostya Serebryany2014-04-221-1/+1
* [asan] added internal flag mmap_limit_mbKostya Serebryany2014-04-141-0/+3
* [asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany2014-04-041-0/+3
* Fix a VS compile-time warningTimur Iskhodzhanov2014-03-241-2/+1
* [libsanitizer] Add descriptions for the common flags.Alexander Potapenko2014-03-211-26/+60
OpenPOWER on IntegriCloud