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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
3
-20
/
+47
*
[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
*
[compiler-rt] ASan debugging API for report info extraction and locating addr...
Kuba Brecka
2014-09-25
1
-0
/
+26
*
[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...
Alexey Samsonov
2014-08-12
2
-103
/
+0
*
[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...
Kuba Brecka
2014-07-15
1
-0
/
+16
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
4
-2
/
+93
*
[sanitizer] Add __sanitizer_maybe_open_cov_file().
Sergey Matveev
2014-05-21
1
-0
/
+4
*
[msan] Chained origins re-design.
Evgeniy Stepanov
2014-05-21
1
-4
/
+0
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-1
/
+16
*
[asan] introduce interface function __sanitizer_verify_contiguous_container t...
Kostya Serebryany
2014-05-06
1
-0
/
+8
*
[asan] make AsanCoverage lock-free (and AS-safe)
Kostya Serebryany
2014-04-30
1
-0
/
+2
*
[msan] Prettify __msan_print_shadow.
Evgeniy Stepanov
2014-04-30
1
-0
/
+4
*
Add user-defined callback on write() calls.
Peter Collingbourne
2014-04-24
1
-0
/
+8
*
[asan] don't use bool in public interface, make sure the interface headers ar...
Kostya Serebryany
2014-04-14
1
-6
/
+7
*
[msan] Kill __msan_print_param_shadow.
Evgeniy Stepanov
2014-04-02
1
-4
/
+0
*
[msan] Add __msan_check_mem_is_initialized.
Evgeniy Stepanov
2014-04-02
1
-0
/
+4
*
[msan] Implement __msan_set_death_callback.
Evgeniy Stepanov
2014-03-27
1
-0
/
+3
*
Add function to get the number of DFSan labels allocated.
Peter Collingbourne
2014-03-26
1
-0
/
+3
*
[MSan] Add __msan_unpoison_string() to the public interface.
Sergey Matveev
2014-03-21
1
-0
/
+4
*
[msan] Remove stubs for non-instrumented code from msan interface header.
Evgeniy Stepanov
2014-02-20
1
-24
/
+0
*
[CMake] Rename several variables
Alexey Samsonov
2014-02-18
1
-15
/
+2
*
[asan] introduce two functions that will allow implementations of C++ garbage...
Kostya Serebryany
2014-02-06
1
-0
/
+18
*
[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...
Kostya Serebryany
2014-01-15
1
-5
/
+0
*
[msan] Fix an incorrect comment.
Evgeniy Stepanov
2014-01-15
1
-2
/
+2
*
[lsan] Add __lsan_default_suppressions() to the public interface header.
Sergey Matveev
2014-01-13
1
-7
/
+11
*
[sanitizer] fix comment
Kostya Serebryany
2014-01-13
1
-1
/
+1
*
[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...
Kostya Serebryany
2014-01-10
1
-0
/
+5
[next]