summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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