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
/
tsan
/
rtl
/
tsan_flags.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-125
/
+0
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
tsan: align default value of detect_deadlocks flag with actual behavior
Dmitry Vyukov
2018-12-19
1
-2
/
+1
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-4
/
+0
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-1
/
+1
*
tsan: clean up dynamic TLS memory between reuse
Dmitry Vyukov
2016-06-02
1
-0
/
+1
*
[sancov] common flags initialization.
Mike Aizatsky
2016-03-18
1
-1
/
+1
*
[tsan] Fix weakly imported functions on OS X
Kuba Brecka
2015-11-30
1
-2
/
+2
*
tsan: replace macro check with constant check
Dmitry Vyukov
2015-11-16
1
-7
/
+7
*
tsan: disable abort_on_error for Go
Dmitry Vyukov
2015-11-12
1
-1
/
+5
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
1
-0
/
+1
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-6
/
+23
*
tsan: fix parsing of second_deadlock_stack flag
Dmitry Vyukov
2015-04-14
1
-0
/
+4
*
tsan: disable deadlock detector in Go mode
Dmitry Vyukov
2015-02-13
1
-0
/
+2
*
[asan] Allow changing verbosity in activation flags.
Evgeniy Stepanov
2015-01-20
1
-1
/
+3
*
[sanitizer] Make unrecognized flags not fatal.
Evgeniy Stepanov
2015-01-19
1
-2
/
+3
*
[sanitizer] Flag parser rewrite.
Evgeniy Stepanov
2015-01-15
1
-10
/
+11
*
[Sanitizer] Change the runtime flag representation.
Alexey Samsonov
2015-01-07
1
-56
/
+16
*
Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...
Alexey Samsonov
2015-01-02
1
-7
/
+12
*
Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."
Chandler Carruth
2015-01-02
1
-11
/
+7
*
[Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
2014-12-22
1
-7
/
+11
*
[Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
2014-12-19
1
-3
/
+3
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-0
/
+1
*
[TSan] Use common flags in the same way as all the other sanitizers
Alexey Samsonov
2014-09-10
1
-10
/
+8
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
1
-1
/
+1
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
1
-4
/
+1
*
tsan: remove special handling of false reports coming from JVM
Dmitry Vyukov
2014-07-15
1
-2
/
+0
*
[tsan] Enable tsan's deadlock detector by default.
Kostya Serebryany
2014-07-08
1
-0
/
+1
*
tsan: better reports for "double lock of a mutex"
Dmitry Vyukov
2014-04-25
1
-0
/
+2
*
[libsanitizer] Introduce flag descriptions.
Alexander Potapenko
2014-03-20
1
-26
/
+28
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-1
/
+1
*
tsan: deadlock detector: add deadlock detector flags
Dmitry Vyukov
2014-03-18
1
-0
/
+6
*
[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...
Alexey Samsonov
2014-02-12
1
-0
/
+2
*
tsan: add SANITIZER_INTERFACE_ATTRIBUTE to more callbacks
Dmitry Vyukov
2014-02-04
1
-1
/
+2
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
1
-0
/
+2
*
[TSan] Replace __tsan::OverrideFlags with __tsan::OnInitialize
Alexey Samsonov
2013-12-11
1
-5
/
+0
*
tsan: fix flags parsing
Dmitry Vyukov
2013-11-27
1
-6
/
+7
*
[Sanitizer] Specify a default value for each common runtime flag
Alexey Samsonov
2013-11-12
1
-11
/
+6
*
tsan: add a test for __tsan_default_options()
Dmitry Vyukov
2013-10-17
1
-8
/
+0
*
tsan: introduce __tsan_default_options() function
Dmitry Vyukov
2013-10-15
1
-24
/
+41
*
tsan: move verbosity flag to CommonFlags
Dmitry Vyukov
2013-10-15
1
-6
/
+7
*
tsan: use sanitizer::CommonFlags in tsan
Dmitry Vyukov
2013-10-15
1
-10
/
+7
*
Refactor the usage of strip_path_prefix option and make it more consistent ac...
Alexey Samsonov
2013-10-04
1
-0
/
+1
*
tsan: add memory_limit_mb flag
Dmitry Vyukov
2013-10-03
1
-0
/
+2
*
tsan: support allocator_may_return_null flag
Dmitry Vyukov
2013-09-27
1
-0
/
+4
*
tsan/msan: add halt_on_error flag
Dmitry Vyukov
2013-08-13
1
-0
/
+2
*
tsan: print statistics about benign race annotations
Dmitry Vyukov
2013-03-28
1
-0
/
+2
*
tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
2013-03-27
1
-0
/
+2
*
tsan: add flag to control symbolizer flush frequency
Dmitry Vyukov
2013-03-21
1
-0
/
+2
[next]