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_suppressions.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
-161
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TSan] Use switches when dealing with enums
Julian Lettner
2019-01-16
1
-32
/
+24
*
[sanitizer] Remove reserving constructor from InternalMmapVector
Vitaly Buka
2018-05-07
1
-1
/
+1
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-0
/
+2
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-2
/
+2
*
[tsan] Detect uses of uninitialized, destroyed and invalid mutexes
Kuba Brecka
2016-03-16
1
-0
/
+2
*
Change comma to semi-colon, no functionality change.
Richard Trieu
2016-02-18
1
-1
/
+1
*
[TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomically
Mohit K. Bhakkad
2016-02-04
1
-2
/
+2
*
[tsan] Fix weakly imported functions on OS X
Kuba Brecka
2015-11-30
1
-1
/
+2
*
tsan: speed up race deduplication
Dmitry Vyukov
2015-09-03
1
-5
/
+5
*
tsan: implement suppressions for top frame only
Dmitry Vyukov
2015-06-29
1
-13
/
+21
*
[Tsan] Do not declare std_suppressions when not used
Viktor Kutuzov
2015-03-12
1
-1
/
+1
*
[Sanitizer] Refactor SuppressionContext class.
Alexey Samsonov
2015-02-20
1
-34
/
+47
*
[tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
2014-12-09
1
-2
/
+2
*
Simplify Symbolizer::SymbolizePC() interface.
Alexey Samsonov
2014-12-02
1
-1
/
+2
*
[TSan] Refactor/simplify ReportLocation structure.
Alexey Samsonov
2014-11-04
1
-4
/
+4
*
[TSan] Make ReportStack contain __sanitizer::AddressInfo object.
Alexey Samsonov
2014-11-04
1
-4
/
+5
*
tsan: better reporting for virtual-call-after-free
Dmitry Vyukov
2014-10-13
1
-0
/
+2
*
[Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().
Alexey Samsonov
2014-08-05
1
-1
/
+5
*
[Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.
Alexey Samsonov
2014-07-30
1
-36
/
+1
*
[Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...
Alexey Samsonov
2014-07-30
1
-24
/
+14
*
tsan: refactor suppressions machinery
Dmitry Vyukov
2014-05-28
1
-2
/
+3
*
tsan: allow to suppress all reports
Dmitry Vyukov
2014-04-25
1
-0
/
+8
*
[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...
Kostya Serebryany
2014-03-19
1
-0
/
+2
*
tsan: ignore interceptors coming from specified libraries
Dmitry Vyukov
2013-10-03
1
-0
/
+5
*
[TSan] fixup for r189791: don't put ; on the newline
Alexey Samsonov
2013-09-03
1
-3
/
+1
*
tsan: add suppressions for true/false positives in standard libraries
Dmitry Vyukov
2013-09-03
1
-0
/
+14
*
[TSan] Let the users suppress use-after-free errors using the "race:" suppres...
Alexander Potapenko
2013-08-07
1
-1
/
+1
*
[tsan] Fix build.
Sergey Matveev
2013-06-26
1
-1
/
+1
*
[tsan] Move some suppressions-related code to common.
Sergey Matveev
2013-06-26
1
-122
/
+39
*
tsan: allows to suppress races on global variables
Dmitry Vyukov
2013-06-10
1
-12
/
+38
*
tsan: match "race" suppressions against "race on vptr" reports
Dmitry Vyukov
2013-05-29
1
-1
/
+7
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-1
/
+1
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-2
/
+3
*
tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
2013-03-27
1
-1
/
+30
*
tsan: fix bug in suppression reading (suppressions from file were discarded)
Dmitry Vyukov
2013-02-14
1
-1
/
+1
*
[Sanitizer] make internal_open have the same interface as libc version
Alexey Samsonov
2013-02-01
1
-1
/
+1
*
tsan: allow a front-end to provide default suppressions
Dmitry Vyukov
2013-01-24
1
-5
/
+16
*
tsan: check if PWD env var is absent
Dmitry Vyukov
2012-12-04
1
-1
/
+1
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-4
/
+4
*
tsan: cache pc's that cause suppressions (this way we do not need to symboliz...
Dmitry Vyukov
2012-10-05
1
-5
/
+5
*
[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*
Alexey Samsonov
2012-09-05
1
-3
/
+3
*
[TSan] switch tsan to using InternalScopedBuffer from sanitizer_common
Alexey Samsonov
2012-08-22
1
-6
/
+6
*
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
Dmitry Vyukov
2012-06-27
1
-6
/
+6
*
[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...
Alexey Samsonov
2012-06-19
1
-2
/
+2
*
[Sanitizer] move different wrappers from TSan to common sanitizer runtime
Alexey Samsonov
2012-06-18
1
-1
/
+2
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
1
-6
/
+6
*
[TSan] use efficient real_memcpy inside runtime
Alexey Samsonov
2012-06-09
1
-1
/
+1
*
[TSan] run some renaming as a preparation for factoring out Printf implementa...
Alexey Samsonov
2012-06-06
1
-6
/
+6
[next]