aboutsummaryrefslogtreecommitdiff
path: root/lib/dfsan/dfsan.cc
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov
2013-09-10[dfsan] Initial set of DFSAN_OPTIONS flags.Peter 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-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne