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_report.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
-486
/
+0
*
sanitizers: Introduce ThreadType enum
Dmitry Vyukov
2019-02-07
1
-1
/
+1
*
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
/
+35
*
Move __tsan::Vector to __sanitizer
Kamil Rytarowski
2017-12-04
1
-7
/
+7
*
[compiler-rt] Cleanup decorators
Vitaly Buka
2017-09-11
1
-18
/
+11
*
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
Vitaly Buka
2017-07-22
1
-0
/
+1
*
Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...
Vitaly Buka
2017-07-20
1
-1
/
+0
*
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
Alex Shlyapnikov
2017-07-20
1
-0
/
+1
*
tsan: fix pedantic warnings
Dmitry Vyukov
2017-06-13
1
-3
/
+5
*
[tsan] Detect races on modifying accesses in Swift code
Kuba Mracek
2017-05-03
1
-9
/
+12
*
[tsan] Track external tags in thread traces
Kuba Mracek
2017-04-30
1
-1
/
+1
*
[tsan] Remove the extra word "object" from description of external races
Kuba Mracek
2017-04-24
1
-2
/
+2
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-7
/
+27
*
[tsan] Properly describe GCD worker threads in reports
Kuba Mracek
2017-02-02
1
-3
/
+9
*
[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...
Kuba Mracek
2017-01-06
1
-0
/
+2
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-2
/
+2
*
[tsan] Rename ReportThread->pid to ReportThread->os_id
Kuba Brecka
2016-04-21
1
-1
/
+1
*
[tsan] Detect uses of uninitialized, destroyed and invalid mutexes
Kuba Brecka
2016-03-16
1
-0
/
+2
*
tsan: describe heap/data locations in Go
Dmitry Vyukov
2016-03-01
1
-2
/
+29
*
[tsan] Recognize frames coming from "libclang_rt.tsan_*" module as internal
Kuba Brecka
2015-11-19
1
-4
/
+9
*
[tsan] Allow symbolizers that don't obtain global symbol sizes
Kuba Brecka
2015-11-12
1
-3
/
+8
*
tsan: fix unused variable in Go build
Dmitry Vyukov
2015-11-11
1
-6
/
+6
*
[tsan] Pass correct interposed function prefix to report function
Ismail Pazarbasi
2015-11-11
1
-1
/
+7
*
Revert "Apply modernize-use-default to compiler-rt."
Alexey Samsonov
2015-10-30
1
-2
/
+3
*
Apply modernize-use-default to compiler-rt.
Angel Garcia Gomez
2015-10-20
1
-3
/
+2
*
[sanitizer_common] Added VS-style output for source locations
Filipe Cabecinhas
2015-06-04
1
-0
/
+1
*
[Sanitizer] Print column number in SUMMARY line if it's available.
Alexey Samsonov
2015-02-27
1
-4
/
+2
*
tsan: fix stack printing
Dmitry Vyukov
2015-02-13
1
-2
/
+3
*
[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
-18
/
+30
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-2
/
+2
*
[Sanitizer] Introduce generic stack frame rendering machinery
Alexey Samsonov
2014-11-05
1
-22
/
+5
*
[TSan] Refactor/simplify ReportLocation structure.
Alexey Samsonov
2014-11-04
1
-3
/
+15
*
[TSan] Make ReportStack contain __sanitizer::AddressInfo object.
Alexey Samsonov
2014-11-04
1
-12
/
+27
*
[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.
Alexey Samsonov
2014-11-04
1
-7
/
+3
*
[TSan] Keep original function and filename in ReportStack.
Alexey Samsonov
2014-11-04
1
-1
/
+13
*
[TSan] Don't strip binary/library name until the moment we print it.
Alexey Samsonov
2014-11-04
1
-4
/
+9
*
tsan: better reporting for virtual-call-after-free
Dmitry Vyukov
2014-10-13
1
-0
/
+2
*
[sanitizer] Make LSan/MSan/TSan honor the "color" flag.
Sergey Matveev
2014-06-04
1
-2
/
+2
*
tsan: better reports for "read lock of a write locked mutex"
Dmitry Vyukov
2014-04-25
1
-0
/
+2
*
tsan: improve "read unlock of a write locked mutex" report
Dmitry Vyukov
2014-04-25
1
-0
/
+2
*
tsan: better report for bad mutex unlocks
Dmitry Vyukov
2014-04-25
1
-0
/
+2
*
tsan: better reports for "double lock of a mutex"
Dmitry Vyukov
2014-04-25
1
-0
/
+2
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
1
-4
/
+9
*
[sanitizer] more human-readable deadlock reports
Kostya Serebryany
2014-03-21
1
-11
/
+31
*
tsan: preliminary support for Go deadlock detector
Dmitry Vyukov
2014-03-19
1
-5
/
+20
*
[sanitizer] a bit more informative deadlock detector report (still lots to im...
Kostya Serebryany
2014-03-18
1
-8
/
+16
*
[tsan] when printing a mutex, also print its address. Properly print the dead...
Kostya Serebryany
2014-02-19
1
-1
/
+16
*
[TSan] Extend test for reporting globals with races on them
Alexey Samsonov
2013-10-16
1
-1
/
+1
[next]