Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/ | Alexey Samsonov | 2012-06-08 | 1 | -0/+3 | |
| | | | | llvm-svn: 158202 | |||||
* | [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ↵ | Alexey Samsonov | 2012-06-07 | 1 | -0/+2 | |
| | | | | | | internal allocations from TSan runtime call InternalAlloc from common runtime llvm-svn: 158148 | |||||
* | [Sanitizer] Move more functions/constants to sanitizer_common. | Alexey Samsonov | 2012-06-06 | 1 | -0/+1 | |
| | | | | llvm-svn: 158056 | |||||
* | [Sanitizer] move internal_filesize and internal_dup2 from TSan to ↵ | Alexey Samsonov | 2012-06-06 | 1 | -0/+2 | |
| | | | | | | sanitizer_common. llvm-svn: 158052 | |||||
* | [Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan ↵ | Alexey Samsonov | 2012-06-06 | 1 | -4/+0 | |
| | | | | | | runtimes. Use __sanitizer::Die() in TSan. llvm-svn: 158050 | |||||
* | [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.h | Alexey Samsonov | 2012-06-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 158001 | |||||
* | [Sanitizer] add sanitizer_posix.cc. Move more various functions into ↵ | Alexey Samsonov | 2012-06-05 | 1 | -0/+7 | |
| | | | | | | sanitizer_libc: sscanf, munmap, memchr llvm-svn: 157994 | |||||
* | [Sanitizer] add internal_{close,read,write} functions to sanitizer_libc | Alexey Samsonov | 2012-06-05 | 1 | -0/+4 | |
| | | | | llvm-svn: 157990 | |||||
* | [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of ↵ | Alexey Samsonov | 2012-06-05 | 1 | -2/+3 | |
| | | | | | | libc functions. Add internal_open. llvm-svn: 157985 | |||||
* | Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific ↵ | Alexey Samsonov | 2012-06-04 | 1 | -0/+5 | |
| | | | | | | implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap. llvm-svn: 157930 | |||||
* | [Sanitizer]: move internal_strcmp to sanitizer_common | Alexey Samsonov | 2012-06-04 | 1 | -0/+1 | |
| | | | | llvm-svn: 157926 | |||||
* | [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior ↵ | Alexey Samsonov | 2012-06-04 | 1 | -0/+5 | |
| | | | | | | conforming to manual) llvm-svn: 157922 | |||||
* | [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some ↵ | Kostya Serebryany | 2012-05-31 | 1 | -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 Serebryany | 2012-05-31 | 1 | -0/+28 | |
(sanitizer_). llvm-svn: 157740 |