aboutsummaryrefslogtreecommitdiff
path: root/include/sanitizer/common_interface_defs.h
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-10-15tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov
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-30[sanitizer] Further split private and public sanitizer headers.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-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-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