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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Remove unnecessary attribute hidden.
Evgeniy Stepanov
2017-11-10
1
-3
/
+1
*
[asan] Use dynamic shadow on 32-bit Android.
Evgeniy Stepanov
2017-11-10
1
-1
/
+3
*
[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
Vitaly Buka
2017-05-25
1
-0
/
+1
*
[compiler-rt] Switch handle_<signal> flags from bool to enum.
Vitaly Buka
2017-05-19
1
-0
/
+5
*
[sancov] common flags initialization.
Mike Aizatsky
2016-03-18
1
-0
/
+5
*
Introduce stats and stats_client libraries.
Peter Collingbourne
2016-01-16
1
-0
/
+2
*
[sanitizer] Implement include_if_exists with process name substitution.
Evgeniy Stepanov
2015-07-21
1
-1
/
+1
*
[asan] Warn if unsupported flags are used at activation.
Evgeniy Stepanov
2015-01-20
1
-0
/
+1
*
[sanitizer] Flag parser rewrite.
Evgeniy Stepanov
2015-01-15
1
-16
/
+3
*
[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
2015-01-06
1
-39
/
+3
*
Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...
Alexey Samsonov
2015-01-02
1
-1
/
+13
*
Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."
Chandler Carruth
2015-01-02
1
-11
/
+1
*
[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...
Kostya Serebryany
2014-12-30
1
-0
/
+1
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-0
/
+1
*
[Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
2014-12-22
1
-1
/
+11
*
[Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
2014-12-19
1
-3
/
+12
*
[asan] new flag: hard_rss_limit_mb
Kostya Serebryany
2014-12-16
1
-0
/
+1
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-0
/
+1
*
Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...
Alexey Samsonov
2014-10-24
1
-0
/
+1
*
[asan] Add fast_unwind_on_check flag.
Evgeniy Stepanov
2014-10-14
1
-0
/
+1
*
Revert r217616. Problems and complexity it introduces negate its benefit
Alexey Samsonov
2014-09-12
1
-3
/
+0
*
[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even if
Alexey Samsonov
2014-09-11
1
-0
/
+3
*
[Sanitizer] Make disable_coredump a common flag and use it in TSan
Alexey Samsonov
2014-08-12
1
-0
/
+1
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
1
-0
/
+2
*
[sanitizer] Add coverage_dir flag.
Evgeniy Stepanov
2014-05-29
1
-0
/
+1
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+1
*
[asan] Respect personality in kernel area detector, patch by Yuri Gribov
Kostya Serebryany
2014-05-14
1
-0
/
+1
*
[asan] Move the "coverage" flag to common flags.
Sergey Matveev
2014-05-12
1
-0
/
+1
*
[asan] added internal flag mmap_limit_mb
Kostya Serebryany
2014-04-14
1
-0
/
+1
*
[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...
Kostya Serebryany
2014-04-04
1
-0
/
+1
*
[libsanitizer] Add descriptions for the common flags.
Alexander Potapenko
2014-03-21
1
-35
/
+0
*
[libsanitizer] Introduce flag descriptions.
Alexander Potapenko
2014-03-20
1
-4
/
+11
*
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
/
+4
*
[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...
Alexey Samsonov
2014-02-12
1
-0
/
+4
*
tsan: fix Go build
Dmitry Vyukov
2014-01-31
1
-2
/
+2
*
[ASan] Move the signal handling-related flags to sanitizer_common.
Alexander Potapenko
2014-01-28
1
-0
/
+8
*
Sanitize printf functions.
Alexey Samsonov
2014-01-21
1
-0
/
+2
*
[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).
Alexey Samsonov
2013-12-17
1
-2
/
+4
*
tsan: fix flags parsing
Dmitry Vyukov
2013-11-27
1
-2
/
+2
*
[Sanitizer] Improve external symbolizer behavior.
Alexey Samsonov
2013-11-26
1
-1
/
+2
*
[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...
Alexey Samsonov
2013-11-14
1
-0
/
+2
*
[Sanitizer] Specify a default value for each common runtime flag
Alexey Samsonov
2013-11-12
1
-0
/
+1
*
tsan: move verbosity flag to CommonFlags
Dmitry Vyukov
2013-10-15
1
-0
/
+2
*
tsan: use sanitizer::CommonFlags in tsan
Dmitry Vyukov
2013-10-15
1
-4
/
+5
*
[sanitizer] make the allocator crash instead of returning 0 on huge size (con...
Kostya Serebryany
2013-09-06
1
-0
/
+2
*
[lsan] Add leak_check_at_exit flag.
Sergey Matveev
2013-08-01
1
-0
/
+4
[next]