History log of /external/compiler-rt/lib/dfsan/dfsan_custom.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 29-May-2014 Stephen Hines <srhines@google.com> Update compiler-rt aosp/master for 3.5 (r209699) rebase.

Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
/external/compiler-rt/lib/dfsan/dfsan_custom.cc
c85d6274d127d988539ed6a35242d3f82c4eb5bf 17-Nov-2013 Alexey Samsonov <samsonov@google.com> [DFSan] Don't include public headers in dfsan runtime code

Summary:
Definitions we use in public sanitizer headers may
slightly conflict with the ones we use in private sanitizer runtimes.
Moreover, we generally forbid to include any system headers (like <stdint.h>)
in sanitizer runtime headers. This leads to inevitable duplication of selected
interface function declarations, but we decided to live with it.

Reviewers: pcc

Reviewed By: pcc

CC: kcc, llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2179

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194955 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/dfsan/dfsan_custom.cc
5fa3d5d7ec35a704c6362d8d04f03023bb6e95e8 28-Aug-2013 Peter Collingbourne <peter@pcc.me.uk> [dfsan] Add custom function for dl_iterate_phdr.

Differential Revision: http://llvm-reviews.chandlerc.com/D1505

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189503 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/dfsan/dfsan_custom.cc
6c6374474949329f6ae00318027e9e32aa87057f 28-Aug-2013 Peter Collingbourne <peter@pcc.me.uk> [dfsan] Add custom function for pthread_create.

Differential Revision: http://llvm-reviews.chandlerc.com/D1504

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189502 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/dfsan/dfsan_custom.cc
6e4c46dc162803cc99c2a5e068fc28adb873a431 15-Aug-2013 Peter Collingbourne <peter@pcc.me.uk> [dfsan] Initial set of custom functions and interceptors for libc.

Differential Revision: http://llvm-reviews.chandlerc.com/D1397

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/dfsan/dfsan_custom.cc