index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_flags.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsan: add -Wno-maybe-uninitialized to mingw gcc build flags
Dmitry Vyukov
2015-02-18
1
-1
/
+1
*
tsan: fix compiler warning
Dmitry Vyukov
2015-02-16
1
-1
/
+1
*
[Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.
Alexey Samsonov
2015-02-12
1
-1
/
+1
*
[asan] Warn if unsupported flags are used at activation.
Evgeniy Stepanov
2015-01-20
1
-4
/
+8
*
[sanitizer] Switch flag parsing to LowLevelAlloc.
Evgeniy Stepanov
2015-01-19
1
-1
/
+1
*
[sanitizer] Adjust max read size in FlagHandlerInclude
Hal Finkel
2015-01-17
1
-1
/
+2
*
[sanitizer] Additional error checking.
Evgeniy Stepanov
2015-01-16
1
-2
/
+3
*
[sanitizer] Implement include= option.
Evgeniy Stepanov
2015-01-15
1
-0
/
+26
*
[sanitizer] Flag parser rewrite.
Evgeniy Stepanov
2015-01-15
1
-140
/
+6
*
[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
2015-01-06
1
-144
/
+7
*
Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...
Alexey Samsonov
2015-01-02
1
-0
/
+4
*
[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...
Kostya Serebryany
2014-12-30
1
-0
/
+4
*
[sanitizer] Treat \r, \n, \t as flag separators.
Evgeniy Stepanov
2014-12-26
1
-1
/
+1
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-0
/
+4
*
[sanitizer] initialize two flas in SetCommonFlagsDefaults
Kostya Serebryany
2014-12-19
1
-0
/
+2
*
[Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
2014-12-19
1
-73
/
+73
*
[asan] new flag: hard_rss_limit_mb
Kostya Serebryany
2014-12-16
1
-0
/
+5
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-2
/
+2
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-2
/
+2
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-0
/
+5
*
Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...
Alexey Samsonov
2014-10-24
1
-0
/
+3
*
[asan] Add fast_unwind_on_check flag.
Evgeniy Stepanov
2014-10-14
1
-0
/
+4
*
Revert r217616. Problems and complexity it introduces negate its benefit
Alexey Samsonov
2014-09-12
1
-6
/
+0
*
[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even if
Alexey Samsonov
2014-09-11
1
-0
/
+6
*
[Sanitizer] Make disable_coredump a common flag and use it in TSan
Alexey Samsonov
2014-08-12
1
-0
/
+5
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
1
-0
/
+5
*
[Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.
Alexey Samsonov
2014-07-09
1
-0
/
+5
*
[asan] Default to memory-mapped coverage on Android.
Evgeniy Stepanov
2014-06-02
1
-1
/
+1
*
[sanitizer] Add coverage_dir flag.
Evgeniy Stepanov
2014-05-29
1
-0
/
+4
*
[sanitizer] Require that options end with '='.
Evgeniy Stepanov
2014-05-29
1
-2
/
+5
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+5
*
[asan] Respect personality in kernel area detector, patch by Yuri Gribov
Kostya Serebryany
2014-05-14
1
-0
/
+4
*
[asan] Move the "coverage" flag to common flags.
Sergey Matveev
2014-05-12
1
-0
/
+4
*
[asan] enable use_sigaltstack by default (this will provide verbose reports o...
Kostya Serebryany
2014-04-24
1
-1
/
+1
*
[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...
Kostya Serebryany
2014-04-22
1
-1
/
+1
*
[sanitizer] enable check_printf by default for asan and tsan. We've been usin...
Kostya Serebryany
2014-04-22
1
-1
/
+1
*
[asan] added internal flag mmap_limit_mb
Kostya Serebryany
2014-04-14
1
-0
/
+3
*
[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...
Kostya Serebryany
2014-04-04
1
-0
/
+3
*
Fix a VS compile-time warning
Timur Iskhodzhanov
2014-03-24
1
-2
/
+1
*
[libsanitizer] Add descriptions for the common flags.
Alexander Potapenko
2014-03-21
1
-26
/
+60
*
[libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...
Alexander Potapenko
2014-03-20
1
-20
/
+14
*
[libsanitizer] Introduce flag descriptions.
Alexander Potapenko
2014-03-20
1
-28
/
+82
*
tsan: yet another attempt to fix pthread_cond interceptors
Dmitry Vyukov
2014-03-17
1
-0
/
+2
*
[sanitizer] Add a flag to enable/disable report colorization.
Evgeniy Stepanov
2014-02-26
1
-0
/
+2
*
[sanitizer] add iterators to bit vectors; make bit vector operations use litt...
Kostya Serebryany
2014-02-14
1
-0
/
+2
*
[sanitizer] Use mmap to zero-fill large shadow regions.
Evgeniy Stepanov
2014-02-14
1
-0
/
+11
*
[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...
Alexey Samsonov
2014-02-12
1
-2
/
+2
*
tsan: fix Go build
Dmitry Vyukov
2014-01-31
1
-0
/
+2
*
[ASan] Move the signal handling-related flags to sanitizer_common.
Alexander Potapenko
2014-01-28
1
-0
/
+7
*
Sanitize printf functions.
Alexey Samsonov
2014-01-21
1
-0
/
+2
[next]