summaryrefslogtreecommitdiff
path: root/lib/dfsan/dfsan.cc
Commit message (Expand)AuthorAgeFilesLines
* [DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov2013-11-171-10/+11
* [dfsan] Initial set of DFSAN_OPTIONS flags.Peter Collingbourne2013-09-101-3/+20
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-151-0/+2
* [dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.Peter Collingbourne2013-08-151-0/+5
* [dfsan] New __dfsan_set_label runtime function.Peter Collingbourne2013-08-141-2/+7
* [dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne2013-08-141-9/+14
* [dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne2013-08-131-1/+8
* [dfsan] Remove the unused __dfsan_memcpy function.Peter Collingbourne2013-08-131-7/+0
* [dfsan] Begin a private header and move shadow_for there.Peter Collingbourne2013-08-121-4/+4
* [dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2013-08-121-0/+9
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-071-0/+221