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
*
[asan] fix lint
Kostya Serebryany
2012-08-21
1
-3
/
+3
*
Dynamic interceptors for dispatch_async and dispatch_after.
Alexander Potapenko
2012-08-20
3
-0
/
+76
*
Minor refactoring: reduce code duplication by introducing a macro for dispatc...
Alexander Potapenko
2012-08-20
1
-39
/
+19
*
Fix a leftover #if defined(DYNAMIC_MAC_WRAPPERS).
Alexander Potapenko
2012-08-20
1
-1
/
+1
*
tsan: proper handling of linker initialized mutexes
Dmitry Vyukov
2012-08-18
2
-17
/
+19
*
tsan: Non-executable stack for hand-coded assembly
Dmitry Vyukov
2012-08-17
1
-0
/
+5
*
Intercept siglongjmp and _longjmp under "#if ASAN_INTERCEPT_*"
Alexander Potapenko
2012-08-17
1
-0
/
+4
*
Fix lint warnings.
Alexander Potapenko
2012-08-17
1
-2
/
+2
*
Commit the source and CMake changes that will allow to build ASan runtime
Alexander Potapenko
2012-08-17
5
-16
/
+196
*
tsan: improve Go report format + fix build
Dmitry Vyukov
2012-08-16
3
-1
/
+6
*
tsan: add flag to disable reporting of destruction of locked mutexes (some pr...
Dmitry Vyukov
2012-08-16
3
-1
/
+8
*
tsan: better diagnostics for destroy of a locked mutex + a test
Dmitry Vyukov
2012-08-16
7
-3
/
+50
*
tsan: support for linker initializer mutexes with static storage duration
Dmitry Vyukov
2012-08-16
3
-9
/
+15
*
tsan: fix COMPAT shadow mapping once again
Dmitry Vyukov
2012-08-16
1
-1
/
+1
*
tsan: implement RWLOCK annotations
Dmitry Vyukov
2012-08-16
5
-10
/
+27
*
tsan: fix COMPAT shadow mapping for new memory allocator
Dmitry Vyukov
2012-08-16
2
-6
/
+4
*
tsan: refactor cur_thread() -> thr
Dmitry Vyukov
2012-08-16
1
-56
/
+56
*
tsan: store sync objects in memory block headers + delete them when the block...
Dmitry Vyukov
2012-08-15
3
-3
/
+67
*
tsan: provide function that imitates write to a region but does not detect races
Dmitry Vyukov
2012-08-15
2
-3
/
+16
*
Remove the extra semicolon reported by the buildbot.
Alexander Potapenko
2012-08-15
1
-1
/
+1
*
tsan: switch to new allocator
Dmitry Vyukov
2012-08-15
9
-37
/
+63
*
Introduce asan_intercepted_functions.h which contains the declarations wrappe...
Alexander Potapenko
2012-08-15
2
-131
/
+206
*
[ASan] lit tests: use nm instead of llvm-nm, until llvm-nm becomes usable on ...
Alexey Samsonov
2012-08-15
3
-4
/
+8
*
tsan: add some more tests for memory allocator
Dmitry Vyukov
2012-08-15
1
-0
/
+7
*
tsan: fix several integer overflows
Dmitry Vyukov
2012-08-15
1
-5
/
+13
*
Check for filenames and numbers to detect possible problems with asan_symboli...
Alexander Potapenko
2012-08-15
1
-0
/
+4
*
Pass offset of the frame address within the binary to addr2line instead of th...
Alexander Potapenko
2012-08-15
1
-6
/
+13
*
Patch the frame address regardless of the frame number.
Alexander Potapenko
2012-08-15
1
-6
/
+2
*
Move the prototype of __CFInitialize to asan_mac.h so that asan_malloc_mac.cc...
Alexander Potapenko
2012-08-15
2
-2
/
+3
*
Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribute__((visibility("defau...
Alexander Potapenko
2012-08-15
3
-3
/
+6
*
Make __asan::asan_{malloc,free,memalign} globally visible, so that the dynami...
Alexander Potapenko
2012-08-15
1
-0
/
+3
*
[ASan] Port (the last one) tricky interface_test to lit, and a *huge* chunks ...
Alexey Samsonov
2012-08-15
18
-92
/
+244
*
Do not attempt to intercept mlock and friends on Windows.
Alexander Potapenko
2012-08-15
1
-0
/
+6
*
Use the common interception machinery for mlock/munlock/mlockall/munlockall.
Alexander Potapenko
2012-08-15
1
-8
/
+16
*
[ASan] use clangxx_asan instead of clang_asan for C++ lit tests
Alexey Samsonov
2012-08-15
19
-23
/
+27
*
[ASan] port remaining output and feature tests to lit. TODO: we should in fac...
Alexey Samsonov
2012-08-15
13
-0
/
+284
*
[ASan] port interception and shared library tests to lit
Alexey Samsonov
2012-08-15
8
-0
/
+246
*
[ASan] move declaration of __asan_default_options to interface header
Alexey Samsonov
2012-08-15
3
-8
/
+7
*
[asan] better diagnostics for mmap failure
Kostya Serebryany
2012-08-14
2
-3
/
+6
*
[ASan] make sure __asan_default_options symbol is exported
Alexey Samsonov
2012-08-14
1
-0
/
+1
*
[ASan] make sure __asan_default_options gets default visibility, port corresp...
Alexey Samsonov
2012-08-14
3
-2
/
+20
*
[ASan] support for running OS-specific tests using lit, port clone_test as an...
Alexey Samsonov
2012-08-14
3
-0
/
+43
*
[Sanitizer] move OS-dependent pieces of symbolizer to separate source files
Alexey Samsonov
2012-08-14
7
-108
/
+178
*
tsan: handle larger number of goroutines + fix a memory leak of goroutine des...
Dmitry Vyukov
2012-08-13
2
-9
/
+16
*
[ASan] add __asan_set_on_error_callback into force_interface_symbols (thanks ...
Alexey Samsonov
2012-08-13
1
-0
/
+1
*
[ASan] Add __asan_set_on_error_callback() interface function that allows user...
Alexey Samsonov
2012-08-13
3
-1
/
+23
*
[ASan] If ASan finds second error report, wait for some time and die (instead...
Alexey Samsonov
2012-08-13
1
-4
/
+4
*
[Sanitizer] Return cmake support for setting compile definitions for sanitize...
Alexey Samsonov
2012-08-13
1
-0
/
+9
*
tsan: fix parameter type for pwrite64() interceptor
Dmitry Vyukov
2012-08-12
1
-1
/
+1
*
[ASan] share code executed at the beginning/end of printing error reports
Alexey Samsonov
2012-08-10
3
-84
/
+109
[next]