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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] getaddrinfo & nested interceptor support.
Evgeniy Stepanov
2013-05-22
2
-0
/
+2
*
[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...
Peter Collingbourne
2013-05-21
1
-0
/
+1
*
tsan: detect when a thread ends with ignores enabled
Dmitry Vyukov
2013-05-21
4
-2
/
+38
*
[sanitizer] Intercept pthread_getschedparam.
Evgeniy Stepanov
2013-05-21
2
-0
/
+2
*
[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...
Peter Collingbourne
2013-05-20
1
-0
/
+1
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
7
-13
/
+15
*
[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...
Peter Collingbourne
2013-05-17
1
-0
/
+1
*
tsan: remove "printing report from signal handler. Can crash or hang" output
Dmitry Vyukov
2013-05-17
1
-4
/
+0
*
tsan: introduce recursive mutex lock/unlock java interface
Dmitry Vyukov
2013-05-17
7
-10
/
+151
*
Add sanitizer syscall hooks to the tool's export lists.
Evgeniy Stepanov
2013-05-14
1
-1
/
+5
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
3
-9
/
+13
*
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
Sergey Matveev
2013-05-07
6
-114
/
+0
*
tsan: comment out debug output in test
Dmitry Vyukov
2013-04-30
1
-5
/
+3
*
tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)
Dmitry Vyukov
2013-04-30
2
-2
/
+41
*
tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...
Dmitry Vyukov
2013-04-30
1
-0
/
+5
*
tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...
Dmitry Vyukov
2013-04-30
7
-2
/
+303
*
tsan: add a test that used to crash, fixed by r180180.
Dmitry Vyukov
2013-04-25
1
-0
/
+24
*
tsan: fix stack traces for malloc and free
Dmitry Vyukov
2013-04-24
2
-0
/
+29
*
tsan: run tests sequentially otherwise cmake says:
Dmitry Vyukov
2013-04-24
1
-2
/
+3
*
tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...
Dmitry Vyukov
2013-04-24
1
-1
/
+8
*
tsan: fix crash when data race happens on out-of-bounds accesses.
Dmitry Vyukov
2013-04-24
3
-4
/
+9
*
tsan: support heap starting at 0x04c0 (used in some custom deplyments)
Dmitry Vyukov
2013-04-23
1
-2
/
+2
*
tsan: update Go memory mapping, Go now uses 0x00c0 heap base
Dmitry Vyukov
2013-04-23
1
-6
/
+6
*
[sanitizer] Intercept inet_pton and inet_ntop.
Evgeniy Stepanov
2013-04-23
2
-0
/
+4
*
[sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.
Evgeniy Stepanov
2013-04-23
2
-0
/
+8
*
[TSan] Allocate fd table in user heap instead of using internal allocator. We...
Alexey Samsonov
2013-04-19
1
-2
/
+3
*
[sanitizer] Add syscall handlers to ASan and TSan runtimes.
Evgeniy Stepanov
2013-04-12
1
-0
/
+7
*
[TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread ...
Alexey Samsonov
2013-04-12
1
-2
/
+0
*
Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...
Alexey Samsonov
2013-04-11
1
-3
/
+2
*
[sanitizer] Interceptors for wait*.
Evgeniy Stepanov
2013-04-09
2
-0
/
+10
*
[msan] Intercept glob() with tests.
Evgeniy Stepanov
2013-04-09
2
-0
/
+4
*
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...
Alexey Samsonov
2013-04-09
2
-2
/
+7
*
[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint
Kostya Serebryany
2013-04-09
1
-2
/
+2
*
Revert r179012: "[msan] Intercept glob()."
Chandler Carruth
2013-04-08
2
-4
/
+0
*
[libsymbolized] If we can't find an address in the list of shared libraries, ...
Alexander Potapenko
2013-04-08
3
-0
/
+70
*
[msan] Intercept glob().
Evgeniy Stepanov
2013-04-08
2
-0
/
+4
*
[tsan] Fix build.
Evgeniy Stepanov
2013-04-08
2
-0
/
+2
*
[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...
Alexey Samsonov
2013-04-05
2
-0
/
+5
*
[TSan] Make path to FileCheck configurable
Alexey Samsonov
2013-04-04
1
-1
/
+2
*
[TSan] Add the WTFAnnotateBenignRaceSized implementation and a test for
Alexander Potapenko
2013-04-02
2
-0
/
+43
*
[sanitizer] More interceptors.
Evgeniy Stepanov
2013-04-01
2
-0
/
+18
*
[tsan] restore performance critical inlining in tsan: remove static from ALWA...
Kostya Serebryany
2013-03-29
1
-4
/
+4
*
[TSan] Build TSan runtime with -fPIE.
Alexander Potapenko
2013-03-29
1
-0
/
+3
*
Band-aid fix for the TSan RTL build
Timur Iskhodzhanov
2013-03-28
1
-7
/
+7
*
Remove all 'static' before ALWAYS_INLINE
Timur Iskhodzhanov
2013-03-28
1
-1
/
+1
*
Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...
Timur Iskhodzhanov
2013-03-28
2
-9
/
+9
*
tsan: print statistics about benign race annotations
Dmitry Vyukov
2013-03-28
5
-10
/
+78
*
[tsan] a test checking that memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-8
/
+36
*
[tsan] don't use -fno-builtin for tests; add a test for a false negative bug ...
Kostya Serebryany
2013-03-28
3
-2
/
+28
*
tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
2013-03-27
8
-11
/
+55
[next]