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
*
[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
3
-2
/
+92
*
[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
*
[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
*
[ASan] Get rid of __asan_symbolize function
Alexey Samsonov
2013-12-19
1
-8
/
+0
*
[lsan] Introduce __lsan_(un)register_root_region().
Sergey Matveev
2013-12-17
1
-0
/
+17
*
[TSan] Move declarations of __tsan_atomic functions to a public header
Alexey Samsonov
2013-12-11
1
-0
/
+222
*
[sanitizer] Expose __sanitizer_print_stack_trace().
Sergey Matveev
2013-12-03
1
-0
/
+3
*
[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...
Kostya Serebryany
2013-11-19
1
-1
/
+10
*
[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...
Kostya Serebryany
2013-11-19
1
-2
/
+4
*
[asan] introduce __sanitizer_annotate_contiguous_container
Kostya Serebryany
2013-11-18
1
-0
/
+24
*
Reapply asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-0
/
+3
*
Speculatively revert asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-3
/
+0
*
[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...
Kostya Serebryany
2013-11-14
1
-1
/
+0
*
[asan] Poor man's coverage that works with ASan (compiler-rt part)
Kostya Serebryany
2013-11-14
1
-0
/
+4
*
tsan: fix linux syscall hooks
Dmitry Vyukov
2013-10-23
1
-2
/
+3
*
tsan: remove __sanitizer_set_report_fd function from public interface
Dmitry Vyukov
2013-10-15
1
-4
/
+0
*
tsan: intercept fork syscall
Dmitry Vyukov
2013-09-21
1
-4
/
+12
*
[msan] Make all pointers in msan_interface "const volatile void *".
Evgeniy Stepanov
2013-09-10
1
-12
/
+13
*
[msan] bool -> int to make msan_interface.h C-compatible.
Evgeniy Stepanov
2013-09-10
1
-1
/
+1
*
[sanitizer] A bunch of linux system call handlers.
Evgeniy Stepanov
2013-09-06
1
-607
/
+2865
*
[dfsan] Introduce dfsan_read_label runtime function.
Peter Collingbourne
2013-08-13
1
-0
/
+3
*
dfsan: fix lint warning
Dmitry Vyukov
2013-08-13
1
-1
/
+1
*
[dfsan] Introduce dfsan_union runtime function.
Peter Collingbourne
2013-08-12
1
-0
/
+4
*
DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
2013-08-07
1
-0
/
+80
*
Lint fixes
Alexey Samsonov
2013-08-05
2
-2
/
+3
*
[msan] Allocator statistics interface and malloc hooks.
Evgeniy Stepanov
2013-08-02
1
-0
/
+51
*
[sanitizer] Tweak read syscall handler signature for consistency.
Evgeniy Stepanov
2013-07-30
1
-2
/
+2
*
[sanitizer] read() syscall hook.
Evgeniy Stepanov
2013-07-30
1
-2
/
+2
[next]