summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [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