summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-10[asan] implement callbacks for unaligned loads/storesKostya Serebryany
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-30[msan] Remove an extra #ifdef.Evgeniy Stepanov
2013-01-29[msan] Cleanup public interface header.Evgeniy Stepanov
2013-01-28[msan] A runtime call to support custom allocators.Evgeniy Stepanov
2013-01-18[asan] kill some dead codeKostya Serebryany
2012-12-29[asan] add a new interface function __asan_describe_address, useful for runni...Kostya Serebryany
2012-12-28[asan] one more change missed at r171198Kostya Serebryany
2012-12-11[msan] Add a missing file from r169858.Evgeniy Stepanov
2012-12-10Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-12-04ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov
2012-11-19[asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu Kostya Serebryany
2012-11-02[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov
2012-10-02[ASan] Change __asan_set_on_error_callback to weak overridable __asan_on_erro...Alexey Samsonov
2012-10-02[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth