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