aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/dfsan
AgeCommit message (Expand)AuthorFilesLines
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov4-14/+35
2013-09-13[dfsan] Add a few easy functions to the ABI list.Peter Collingbourne1-0/+11
2013-09-10[dfsan] Initial set of DFSAN_OPTIONS flags.Peter Collingbourne4-3/+66
2013-08-29[dfsan] Add a syms file.Peter Collingbourne2-1/+6
2013-08-28[dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne3-0/+46
2013-08-28[dfsan] Add custom function for pthread_create.Peter Collingbourne3-0/+48
2013-08-23[dfsan] Integration test for the equal-labels casePeter Collingbourne1-0/+5
2013-08-15[dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne9-3/+4310
2013-08-15[dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.Peter Collingbourne1-0/+5
2013-08-14[dfsan] New __dfsan_set_label runtime function.Peter Collingbourne1-2/+7
2013-08-14[dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne7-10/+60
2013-08-13[dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne3-1/+14
2013-08-13[dfsan] Remove the unused __dfsan_memcpy function.Peter Collingbourne1-7/+0
2013-08-12[dfsan] Begin a private header and move shadow_for there.Peter Collingbourne2-4/+36
2013-08-12[dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2-0/+14
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2-11/+14
2013-08-08Simplify (and fix) check-dfsan configsAlexey Samsonov4-24/+9
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne9-0/+454