summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/dfsan/dfsan_custom.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber2019-08-011-1156/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany2018-06-011-1/+23
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-6/+6
* [libFuzzer] add weak hooks for strcmpKostya Serebryany2015-08-051-0/+6
* [libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany2015-07-311-2/+2
* [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany2015-07-301-8/+22
* Add dfsan_weak_hook_memcmpKostya Serebryany2015-05-071-0/+9
* Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni2015-04-101-210/+191
* Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne2015-04-091-191/+210
* Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni2015-04-091-210/+191
* [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov2015-01-301-2/+3
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-10/+14
* Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne2014-10-301-20/+17
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-081-0/+281
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-241-0/+39
* Fix -Werror compilation.Evgeniy Stepanov2013-12-191-1/+1
* [DFSan] New custom wrappersLorenzo Martignoni2013-12-181-2/+82
* [DFSan] Change the way labels are propagated when comparing memory through li...Lorenzo Martignoni2013-12-041-17/+50
* Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni2013-11-261-2/+351
* Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne2013-11-211-351/+2
* Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne2013-11-211-2/+351
* [DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov2013-11-171-1/+0
* [dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne2013-08-281-0/+33
* [dfsan] Add custom function for pthread_create.Peter Collingbourne2013-08-281-0/+34
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-151-0/+275
OpenPOWER on IntegriCloud