summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
Commit message (Collapse)AuthorAgeFilesLines
...
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-081-0/+3
| | | | llvm-svn: 158202
* [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ↵Alexey Samsonov2012-06-071-0/+2
| | | | | | internal allocations from TSan runtime call InternalAlloc from common runtime llvm-svn: 158148
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-0/+1
| | | | llvm-svn: 158056
* [Sanitizer] move internal_filesize and internal_dup2 from TSan to ↵Alexey Samsonov2012-06-061-0/+2
| | | | | | sanitizer_common. llvm-svn: 158052
* [Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan ↵Alexey Samsonov2012-06-061-4/+0
| | | | | | runtimes. Use __sanitizer::Die() in TSan. llvm-svn: 158050
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-051-1/+1
| | | | llvm-svn: 158001
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into ↵Alexey Samsonov2012-06-051-0/+7
| | | | | | sanitizer_libc: sscanf, munmap, memchr llvm-svn: 157994
* [Sanitizer] add internal_{close,read,write} functions to sanitizer_libcAlexey Samsonov2012-06-051-0/+4
| | | | llvm-svn: 157990
* [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of ↵Alexey Samsonov2012-06-051-2/+3
| | | | | | libc functions. Add internal_open. llvm-svn: 157985
* Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific ↵Alexey Samsonov2012-06-041-0/+5
| | | | | | implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap. llvm-svn: 157930
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-041-0/+1
| | | | llvm-svn: 157926
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior ↵Alexey Samsonov2012-06-041-0/+5
| | | | | | conforming to manual) llvm-svn: 157922
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some ↵Kostya Serebryany2012-05-311-3/+3
| | | | | | renaming in asan rt. More to come. llvm-svn: 157743
* [asan,tsan] rename files in sanitizer_common to have a common prefix ↵Kostya Serebryany2012-05-311-0/+28
(sanitizer_). llvm-svn: 157740
OpenPOWER on IntegriCloud