summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* tsan: fix linux syscall hooksDmitry Vyukov2013-10-23
* tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov2013-10-15
* tsan: intercept fork syscallDmitry Vyukov2013-09-21
* [msan] Make all pointers in msan_interface "const volatile void *".Evgeniy Stepanov2013-09-10
* [msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov2013-09-10
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-06
* [dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne2013-08-13
* dfsan: fix lint warningDmitry Vyukov2013-08-13
* [dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2013-08-12
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-07
* Lint fixesAlexey Samsonov2013-08-05
* [msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov2013-08-02
* [sanitizer] Tweak read syscall handler signature for consistency.Evgeniy Stepanov2013-07-30
* [sanitizer] read() syscall hook.Evgeniy Stepanov2013-07-30
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-18
* [sanitizer] Syscall handlers for clock_gettime and clock_getres.Evgeniy Stepanov2013-07-09
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-27
* [msan] Add keep_going runtime flag.Evgeniy Stepanov2013-06-21
* Properly install LSan interface header, rely on sanitizer header presence in ...Alexey Samsonov2013-06-14
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-06
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-03
* [MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov2013-04-23
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-22
* [sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov2013-04-16
* [sanitizer] More syscall handler placeholders.Evgeniy Stepanov2013-04-12
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-11
* [sanitizer] Syscall hooks.Evgeniy Stepanov2013-04-11
* [asan] implement callbacks for unaligned loads/storesKostya Serebryany2013-04-10
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-15
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-31
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-30
* [msan] Remove an extra #ifdef.Evgeniy Stepanov2013-01-30
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-29
* [msan] A runtime call to support custom allocators.Evgeniy Stepanov2013-01-28
* [asan] kill some dead codeKostya Serebryany2013-01-18
* [asan] add a new interface function __asan_describe_address, useful for runni...Kostya Serebryany2012-12-29
* [asan] one more change missed at r171198Kostya Serebryany2012-12-28
* [msan] Add a missing file from r169858.Evgeniy Stepanov2012-12-11
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-07
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-04
* [asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu Kostya Serebryany2012-11-19
* [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov2012-11-02
* [ASan] Change __asan_set_on_error_callback to weak overridable __asan_on_erro...Alexey Samsonov2012-10-02
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-02
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-14
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29