summaryrefslogtreecommitdiff
path: root/lib/dfsan
Commit message (Expand)AuthorAge
* [dfsan] Add a few easy functions to the ABI list.Peter Collingbourne2013-09-13
* [dfsan] Initial set of DFSAN_OPTIONS flags.Peter Collingbourne2013-09-10
* [dfsan] Add a syms file.Peter Collingbourne2013-08-29
* [dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne2013-08-28
* [dfsan] Add custom function for pthread_create.Peter Collingbourne2013-08-28
* [dfsan] Integration test for the equal-labels casePeter Collingbourne2013-08-23
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-15
* [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.Peter Collingbourne2013-08-15
* [dfsan] New __dfsan_set_label runtime function.Peter Collingbourne2013-08-14
* [dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne2013-08-14
* [dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne2013-08-13
* [dfsan] Remove the unused __dfsan_memcpy function.Peter Collingbourne2013-08-13
* [dfsan] Begin a private header and move shadow_for there.Peter Collingbourne2013-08-12
* [dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2013-08-12
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* Simplify (and fix) check-dfsan configsAlexey Samsonov2013-08-08
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-07