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
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-121
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Remove low-hanging-fruit dead code
Kostya Kortchinsky
2018-04-17
1
-8
/
+0
*
[ASan] Report illegal instruction exceptions in ASan
Reid Kleckner
2016-08-03
1
-5
/
+0
*
[sancov] common flags initialization.
Mike Aizatsky
2016-03-18
1
-0
/
+6
*
Introduce stats and stats_client libraries.
Peter Collingbourne
2016-01-16
1
-9
/
+36
*
[asan] Read process name from /proc/self/cmdline on Linux.
Evgeniy Stepanov
2015-07-28
1
-1
/
+1
*
[sanitizer] Implement include_if_exists with process name substitution.
Evgeniy Stepanov
2015-07-21
1
-17
/
+33
*
[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...
Alexey Samsonov
2015-07-17
1
-4
/
+3
*
Use error_t rather than int in a couple of places where we handle files
Timur Iskhodzhanov
2015-04-09
1
-1
/
+1
*
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
[next]