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
/
include
/
sanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[tsan] Detect races on modifying accesses in Swift code
Kuba Mracek
2017-05-03
1
-0
/
+1
*
tsan: support linker init flag in __tsan_mutex_destroy
Dmitry Vyukov
2017-05-01
1
-1
/
+2
*
[tsan] Publish the TSan external API in tsan_interface.h
Kuba Mracek
2017-04-21
1
-0
/
+15
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
1
-8
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...
Kostya Serebryany
2017-04-19
1
-2
/
+0
*
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...
Kostya Serebryany
2017-04-19
1
-19
/
+0
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-0
/
+121
*
[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...
Kostya Serebryany
2017-03-15
1
-1
/
+3
*
[sancov] __sanitizer_dump_coverage api
Mike Aizatsky
2016-12-12
1
-0
/
+5
*
[sanitizers] __sanitizer_get_module_and_offset_for_pc interface function
Mike Aizatsky
2016-12-05
1
-0
/
+7
*
[sanitizer-coverage] remove stale code, second attempt after failed r282994
Kostya Serebryany
2016-10-04
1
-8
/
+0
*
[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiber
Dmitry Vyukov
2016-09-28
1
-1
/
+3
*
[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...
Kostya Serebryany
2016-09-19
1
-2
/
+2
*
[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...
Kostya Serebryany
2016-09-19
1
-0
/
+3
*
[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...
Kostya Serebryany
2016-08-25
1
-0
/
+7
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-7
/
+9
*
[esan|wset] Fix flaky sampling tests
Derek Bruening
2016-07-19
1
-0
/
+4
*
[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...
Kostya Serebryany
2016-07-15
1
-0
/
+11
*
[esan] Add __esan_report for mid-run data
Derek Bruening
2016-07-09
1
-0
/
+46
*
[sanitizer] Add syscall handlers for sigaction and rt_sigaction.
Evgeniy Stepanov
2016-06-24
1
-5
/
+18
*
[asan] add primitives that allow coroutine implementations
Dmitry Vyukov
2016-06-21
1
-0
/
+20
*
[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...
Kostya Serebryany
2016-06-16
1
-0
/
+17
*
[asan] fix arm build
Kostya Serebryany
2016-06-02
1
-1
/
+1
*
[asan] add an interface function __sanitizer_print_memory_profile (a basic me...
Kostya Serebryany
2016-06-02
1
-0
/
+6
*
[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...
Kostya Serebryany
2016-05-27
1
-0
/
+3
*
[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...
Kostya Serebryany
2016-01-12
1
-2
/
+4
*
[sancov] coverage pc buffer
Mike Aizatsky
2016-01-05
1
-0
/
+7
*
Asan: utility function to determine first wrongly poisoned byte in
Mike Aizatsky
2015-11-04
1
-0
/
+6
*
[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairs
Kostya Serebryany
2015-10-22
1
-1
/
+3
*
[msan] Add __msan_copy_shadow interface function.
Evgeniy Stepanov
2015-10-12
1
-0
/
+6
*
[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...
Alexey Samsonov
2015-08-21
1
-2
/
+1
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
3
-9
/
+1
*
[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...
Kostya Serebryany
2015-07-30
2
-2
/
+6
*
[sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...
Kostya Serebryany
2015-07-30
1
-0
/
+9
*
re-added changes due to svn config setting issues
Naomi Musgrave
2015-07-17
1
-0
/
+3
*
Add dfsan_weak_hook_memcmp
Kostya Serebryany
2015-05-07
1
-0
/
+10
*
[lsan] Add an interface function for on-demand leak checking.
Sergey Matveev
2015-04-24
1
-6
/
+17
*
Revert r235726 "interface"
Sergey Matveev
2015-04-24
1
-17
/
+6
*
interface
Sergey Matveev
2015-04-24
1
-6
/
+17
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-0
/
+17
*
[msan] Fix MsanTest to pass in track_origins=2 mode.
Evgeniy Stepanov
2015-02-26
1
-0
/
+5
*
[sanitizer] move the coverage interface into a separate header, <sanitizer/co...
Kostya Serebryany
2015-02-03
2
-20
/
+46
*
[sanitizer] allow to reset the bb/edge coverage data inside the process while...
Kostya Serebryany
2015-01-28
1
-0
/
+8
*
[msan] Refactor shadow operations.
Evgeniy Stepanov
2015-01-21
1
-1
/
+3
*
[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...
Kostya Serebryany
2014-12-15
2
-2
/
+4
*
[DFSan] Add flag to dump the labels when the program terminates.
Lorenzo Martignoni
2014-11-20
1
-0
/
+6
*
[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...
Kostya Serebryany
2014-11-14
1
-0
/
+3
*
Fix minor typos in comments.
Filipe Cabecinhas
2014-10-13
2
-2
/
+2
*
[compiler-rt] recommit of r218481: ASan debugging API for report info extract...
Kuba Brecka
2014-09-26
1
-0
/
+26
*
[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux
Kuba Brecka
2014-09-26
1
-26
/
+0
[prev]
[next]