aboutsummaryrefslogtreecommitdiff
path: root/lib/dfsan
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-08-13Update aosp/master compiler-rt for rebase to r239765Pirama 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-07-21Update compiler-rt for rebase to r212749.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-13[dfsan] Add a few easy functions to the ABI list.Peter Collingbourne
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