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
*
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
2
-0
/
+81
*
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
*
[lsan] Add __lsan_do_leak_check() to the public interface.
Sergey Matveev
2013-07-18
1
-3
/
+11
*
[sanitizer] Syscall handlers for clock_gettime and clock_getres.
Evgeniy Stepanov
2013-07-09
1
-4
/
+4
*
[LSan] Add the way to disable LSan at link time
Alexey Samsonov
2013-06-27
1
-0
/
+4
*
[msan] Add keep_going runtime flag.
Evgeniy Stepanov
2013-06-21
1
-0
/
+5
*
Properly install LSan interface header, rely on sanitizer header presence in ...
Alexey Samsonov
2013-06-14
1
-0
/
+1
*
[lsan] Implement __lsan_ignore_object().
Sergey Matveev
2013-06-06
1
-1
/
+2
*
[lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
2013-06-03
1
-0
/
+39
*
[MSan] Make a few interface functions accept 'const void *' instead of 'void*'
Alexey Samsonov
2013-04-23
1
-6
/
+6
*
[sanitizer] Fix lint.
Evgeniy Stepanov
2013-04-22
1
-5
/
+9
*
[sanitizer] Implement wait4 and waitpid syscall hooks.
Evgeniy Stepanov
2013-04-16
1
-4
/
+5
*
[sanitizer] More syscall handler placeholders.
Evgeniy Stepanov
2013-04-12
1
-234
/
+756
*
Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...
Alexey Samsonov
2013-04-11
1
-0
/
+39
*
[sanitizer] Syscall hooks.
Evgeniy Stepanov
2013-04-11
1
-0
/
+275
*
[asan] implement callbacks for unaligned loads/stores
Kostya Serebryany
2013-04-10
1
-0
/
+10
*
[asan] make asan work with 7fff8000 offset and prelink
Kostya Serebryany
2013-02-15
2
-2
/
+7
*
[asan] print a short one-line report summary after the full report. Currently...
Kostya Serebryany
2013-02-06
1
-0
/
+5
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-106
/
+31
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
2
-105
/
+32
*
[msan] Remove an extra #ifdef.
Evgeniy Stepanov
2013-01-30
1
-2
/
+1
*
[msan] Cleanup public interface header.
Evgeniy Stepanov
2013-01-29
1
-97
/
+93
*
[msan] A runtime call to support custom allocators.
Evgeniy Stepanov
2013-01-28
1
-0
/
+5
*
[asan] kill some dead code
Kostya Serebryany
2013-01-18
1
-5
/
+0
*
[asan] add a new interface function __asan_describe_address, useful for runni...
Kostya Serebryany
2012-12-29
1
-0
/
+4
*
[asan] one more change missed at r171198
Kostya Serebryany
2012-12-28
1
-0
/
+5
*
[msan] Add a missing file from r169858.
Evgeniy Stepanov
2012-12-11
1
-0
/
+124
*
Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...
Alexander Potapenko
2012-12-10
1
-0
/
+6
*
ASan: change the strategy we use for installing malloc/free/symbolization hoo...
Alexey Samsonov
2012-12-07
2
-9
/
+15
*
ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...
Alexey Samsonov
2012-12-04
1
-0
/
+9
*
[asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu
Kostya Serebryany
2012-11-19
1
-0
/
+7
*
[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...
Alexey Samsonov
2012-11-02
1
-0
/
+5
*
[ASan] Change __asan_set_on_error_callback to weak overridable __asan_on_erro...
Alexey Samsonov
2012-10-02
1
-6
/
+5
*
[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...
Alexey Samsonov
2012-10-02
1
-7
/
+5
*
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...
Alexey Samsonov
2012-09-24
1
-0
/
+6
*
[asan] add asan option log_path=PATH to let users redirect asan reports to a ...
Kostya Serebryany
2012-09-14
1
-0
/
+6
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
2
-0
/
+258