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_interface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TSAN] Add read/write range interface functions with PC
Joachim Protze
2019-09-24
1
-0
/
+5
*
Remove NOLINTs from compiler-rt
Vitaly Buka
2019-09-11
1
-4
/
+4
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
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] Add debugging API to retrieve the "external tag" from reports
Kuba Mracek
2018-05-10
1
-0
/
+13
*
[tsan] Detect races on modifying accesses in Swift code
Kuba Mracek
2017-05-03
1
-0
/
+2
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-2
/
+3
*
Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...
Kuba Mracek
2017-02-22
1
-0
/
+4
*
Revert "[tsan] Provide external tags (object types) via debugging API"
Diana Picus
2017-02-20
1
-4
/
+0
*
[tsan] Provide external tags (object types) via debugging API
Kuba Mracek
2017-02-16
1
-0
/
+4
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-0
/
+9
*
tsan: Introducing a function to flush the shadow memory from third-party libr...
Dmitry Vyukov
2017-01-07
1
-0
/
+2
*
[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...
Kuba Mracek
2016-12-19
1
-0
/
+11
*
[tsan] Expose __tsan_ignore_thread_begin and __tsan_ignore_thread_end in TSan...
Anna Zaks
2016-11-11
1
-0
/
+3
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-2
/
+2
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-0
/
+1
*
[tsan] Rename ReportThread->pid to ReportThread->os_id
Kuba Brecka
2016-04-21
1
-1
/
+1
*
[tsan] Add TSan __tsan_atomic* functions to tsan_interface.h
Kuba Brecka
2016-04-07
1
-0
/
+235
*
[tsan] Add TSan debugger APIs
Kuba Brecka
2016-03-10
1
-0
/
+55
*
tsan: add memory access functions that accept pc
Dmitry Vyukov
2015-05-05
1
-0
/
+12
*
tsan: properly instrument unaligned accesses
Dmitry Vyukov
2015-01-27
1
-6
/
+9
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-26
/
+26
*
[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.
Evgeniy Stepanov
2013-06-04
1
-6
/
+6
*
tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...
Dmitry Vyukov
2013-04-30
1
-0
/
+7
*
tsan: better reporting for races on vptr
Dmitry Vyukov
2013-03-21
1
-0
/
+1
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
1
-1
/
+1
*
tsan: make atomic operations atomic again
Dmitry Vyukov
2012-12-04
1
-1
/
+2
*
tsan: add __attribute__((visibility("default"))) to interface functions
Dmitry Vyukov
2012-12-04
1
-16
/
+20
*
tsan: add memory range access functions to public iface
Dmitry Vyukov
2012-11-27
1
-0
/
+3
*
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
Kostya Serebryany
2012-05-10
1
-0
/
+51