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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp
Nico Weber
2019-08-01
11
-18
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
10
-40
/
+30
*
[TSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-18
1
-40
/
+5
*
Move __tsan::Vector to __sanitizer
Kamil Rytarowski
2017-12-04
2
-45
/
+1
*
[tsan] Check for pvalloc overlow
Kostya Kortchinsky
2017-08-02
1
-1
/
+7
*
[Sanitizers] TSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-24
1
-6
/
+77
*
tsan: optimize sync clock memory consumption
Dmitry Vyukov
2017-07-14
1
-5
/
+28
*
tsan: prepare clock for future changes
Dmitry Vyukov
2017-07-12
1
-15
/
+17
*
tsan: add another test for clock growth
Dmitry Vyukov
2017-07-12
1
-0
/
+36
*
Follow-up for r277458: Update the tsan_mman_test.cc unit test.
Kuba Brecka
2016-08-02
1
-4
/
+4
*
tsan: don't create sync objects on acquire
Dmitry Vyukov
2016-06-27
1
-7
/
+7
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
[sanitizer] On OS X, verify that interceptors work and abort if not, take 2
Kuba Brecka
2016-03-17
1
-0
/
+6
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
[tsan] Fix CallocOverflow unit test on OS X
Kuba Brecka
2015-11-24
1
-1
/
+3
*
[tsan] Add TSan unit test support for OS X
Kuba Brecka
2015-11-11
1
-3
/
+4
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
1
-6
/
+0
*
[TSan] Fix -Werror=sign-compare warning. NFC.
Alexey Samsonov
2015-01-30
1
-2
/
+2
*
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
Alexey Samsonov
2015-01-03
2
-2
/
+2
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-45
/
+54
*
[TSan] Fix signed-compare warning in the unit test
Alexey Samsonov
2014-11-03
1
-1
/
+1
*
tsan: support mmap(MAP_32BIT)
Dmitry Vyukov
2014-10-24
1
-1
/
+1
*
[TSan] Use common flags in the same way as all the other sanitizers
Alexey Samsonov
2014-09-10
1
-72
/
+0
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
2
-25
/
+106
*
tsan: remove special handling of false reports coming from JVM
Dmitry Vyukov
2014-07-15
1
-4
/
+0
*
tsan: reapply 212531 and 212532 with a fix
Dmitry Vyukov
2014-07-08
1
-0
/
+12
*
[TSan] Revert r212531 and r212532.
Alexey Samsonov
2014-07-08
1
-12
/
+0
*
tsan: fix a bug in metamap
Dmitry Vyukov
2014-07-08
1
-0
/
+12
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
1
-27
/
+18
*
[TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...
Alexey Samsonov
2014-07-01
1
-5
/
+6
*
tsan: optimize memory access functions
Dmitry Vyukov
2014-05-30
1
-0
/
+5
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
3
-54
/
+144
*
tsan: better reports for "double lock of a mutex"
Dmitry Vyukov
2014-04-25
1
-0
/
+4
*
tsan: reduce number of iterations in the test
Dmitry Vyukov
2014-04-23
1
-1
/
+1
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
2
-5
/
+45
*
[tsan] Fix more warnings in TSan tests.
Evgeniy Stepanov
2014-03-25
1
-33
/
+33
*
[tsan] Fix compiler warnings in TSan tests.
Evgeniy Stepanov
2014-03-25
1
-2
/
+2
*
tsan: optimize vector clock operations
Dmitry Vyukov
2014-03-24
1
-48
/
+241
*
tsan: yet another attempt to fix pthread_cond interceptors
Dmitry Vyukov
2014-03-17
1
-0
/
+4
*
[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...
Alexey Samsonov
2014-02-12
1
-1
/
+5
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
1
-0
/
+4
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
6
-21
/
+0
*
[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).
Alexey Samsonov
2013-12-17
1
-1
/
+1
*
tsan: do not leave verbosity>0 in tests
Dmitry Vyukov
2013-11-27
1
-2
/
+2
*
tsan: fix flags parsing
Dmitry Vyukov
2013-11-27
1
-0
/
+207
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
1
-0
/
+9
*
[TSan] Use Clang to compile and link TSan unit tests with TSan runtime
Alexey Samsonov
2013-09-11
2
-4
/
+24
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
1
-1
/
+3
[next]