index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Test for libdl and libpthread presence
Alexey Samsonov
2014-03-04
3
-9
/
+9
*
[ASan] Speed up stack trace unwinding for stacks of size 2.
Alexey Samsonov
2014-03-04
4
-28
/
+45
*
tsan: add dynamic library target for standalone deadlock detector
Dmitry Vyukov
2014-03-04
8
-4
/
+176
*
Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
2014-03-04
4
-12
/
+17
*
tsan: fix windows build
Dmitry Vyukov
2014-03-04
2
-7
/
+15
*
tsan: add concurrent hashmap for standalone deadlock detector
Dmitry Vyukov
2014-03-04
4
-54
/
+321
*
tsan: fix pthread_cond interceptors
Dmitry Vyukov
2014-03-04
1
-18
/
+59
*
ARM: fix built-bots trying to use Thumb2 code on armv6m
Tim Northover
2014-03-04
1
-1
/
+1
*
tsan: move all pthread_cond interceptors into sanitizer_common
Dmitry Vyukov
2014-03-04
2
-43
/
+33
*
ARM: implement __sync_fetch_and_* operations
Tim Northover
2014-03-04
23
-1
/
+490
*
A set of trivial changes to support sanitizers on FreeBSD.
Alexey Samsonov
2014-03-04
11
-20
/
+20
*
[msan] Tests for X86 SIMD bitshift intrinsic support.
Evgeniy Stepanov
2014-03-03
1
-0
/
+96
*
tsan: replace deadlock detector custom build script with cmake file
Dmitry Vyukov
2014-03-03
3
-45
/
+38
*
tsan: remove autogenerated file
Dmitry Vyukov
2014-03-03
1
-5877
/
+0
*
Move __clzti2 into 128bit fragment.
Joerg Sonnenberger
2014-03-01
1
-2
/
+1
*
Avoid type pruning.
Joerg Sonnenberger
2014-03-01
2
-6
/
+6
*
Consistently use COMPILER_RT_ABI for all public symbols.
Joerg Sonnenberger
2014-03-01
87
-145
/
+139
*
tsan: add standalone deadlock detector
Dmitry Vyukov
2014-02-28
5
-0
/
+6168
*
tsan: allow to force use of __libc_malloc in sanitizer_common
Dmitry Vyukov
2014-02-28
1
-1
/
+1
*
tsan: add include guards
Dmitry Vyukov
2014-02-28
1
-0
/
+3
*
[sanitizer] speedup deadlock detector for the case when we acquire the first ...
Kostya Serebryany
2014-02-28
3
-2
/
+56
*
[sanitizer] speedup deadlock detector for the case when we destroy a mutex th...
Kostya Serebryany
2014-02-28
1
-0
/
+1
*
tsan: refactor deadlock detector
Dmitry Vyukov
2014-02-28
11
-93
/
+307
*
tsan: add new line at the end of error message
Dmitry Vyukov
2014-02-28
1
-2
/
+2
*
[ASan] Make sure IOC_DIRMASK is undefined before redefining it.
Alexander Potapenko
2014-02-27
1
-0
/
+3
*
tsan: another attempt to fix the tls_get_addr crash
Dmitry Vyukov
2014-02-27
1
-12
/
+15
*
tsan: work around known bug in libstdc++
Dmitry Vyukov
2014-02-27
1
-8
/
+13
*
[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...
Kostya Serebryany
2014-02-27
3
-14
/
+18
*
tsan: intercept vfork
Dmitry Vyukov
2014-02-27
1
-0
/
+18
*
[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...
Kostya Serebryany
2014-02-27
4
-0
/
+47
*
[sanitizer] Fix iOS build.
Evgeniy Stepanov
2014-02-27
1
-0
/
+3
*
tsan: fix internal deadlock detector for external deadlock detector
Dmitry Vyukov
2014-02-27
3
-3
/
+4
*
[sanitizer] Sizes and layouts for sanitizers on FreeBSD.
Evgeniy Stepanov
2014-02-27
2
-186
/
+346
*
[asan] Install asan_device_setup to bin/ when targetting Android.
Evgeniy Stepanov
2014-02-27
2
-0
/
+6
*
[asan] Don't disable SEGV handler on Android by default.
Evgeniy Stepanov
2014-02-27
1
-5
/
+1
*
Undef helper macros after using them.
Joerg Sonnenberger
2014-02-26
1
-0
/
+2
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
12
-14
/
+14
*
Support 'q' length modifier in scanf/printf interceptors
Alexey Samsonov
2014-02-26
2
-0
/
+3
*
[asan] remove UB (comparison of two unrelated pointers) from a test
Kostya Serebryany
2014-02-26
1
-7
/
+8
*
[asan] Fix printing of long reports to logcat on Android.
Evgeniy Stepanov
2014-02-26
1
-1
/
+12
*
[sanitizer] Add a flag to enable/disable report colorization.
Evgeniy Stepanov
2014-02-26
5
-1
/
+15
*
[asan] asan_device_setup: fix a typo in usage text
Evgeniy Stepanov
2014-02-26
1
-2
/
+2
*
[asan] Remove .sh extension from asan_device_setup.
Evgeniy Stepanov
2014-02-26
1
-1
/
+1
*
Revert r201783 until all FreeBSD fixes are submitted.
Alexey Samsonov
2014-02-26
1
-4
/
+2
*
Remove 'tctx->name' from a logical statement since it is a pointer and always
Richard Trieu
2014-02-26
1
-1
/
+1
*
[sanitizer] minimal support for recursive locks indeadlock detector
Kostya Serebryany
2014-02-25
1
-6
/
+6
*
Update sanitizers' bash scripts.
Alexey Samsonov
2014-02-25
2
-8
/
+8
*
[ASan] Don't set rpath when building ASan runtime libraries.
Alexander Potapenko
2014-02-25
1
-0
/
+7
*
[sanitizer] support pthread_rwlock_rd* in deadlock detector
Kostya Serebryany
2014-02-25
2
-33
/
+37
*
[sanitizer] partially support pthread_rwlock_* (no rd* form yet)
Kostya Serebryany
2014-02-25
2
-9
/
+14
[next]