Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [asan] more renaming | Kostya Serebryany | 2012-05-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 157746 | |||||
* | [asan] Support for %z to Printf() | Evgeniy Stepanov | 2012-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | At the moment, asan internal Printf() uses %l modifier for printing values of size_t and related types. This works, because we control both the implementation of Printf and all its uses, but can be a little misleading. This change adds support for %z to Printf(). All callers that print sizes and pointers as integers are switched to %zu / %zx. llvm-svn: 153177 | |||||
* | AddressSanitizer: replace all "real_X" calls with "REAL(X)" | Alexey Samsonov | 2012-02-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 150073 | |||||
* | AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). ↵ | Alexey Samsonov | 2012-02-03 | 1 | -2/+2 | |
| | | | | | | Patch by timurrrr@google.com llvm-svn: 149686 | |||||
* | AddressSanitizer: Add macro for definition/declaration of interceptors | Alexey Samsonov | 2012-02-02 | 1 | -27/+13 | |
| | | | | llvm-svn: 149602 | |||||
* | AddressSanitizer: Enforce default visibility for all libc interceptors | Alexey Samsonov | 2012-01-30 | 1 | -2/+0 | |
| | | | | llvm-svn: 149247 | |||||
* | AddressSanitizer: add support for malloc_usable_size() function | Alexey Samsonov | 2012-01-17 | 1 | -0/+6 | |
| | | | | llvm-svn: 148287 | |||||
* | [asan] flatten the asan-rt build slightly | Kostya Serebryany | 2011-12-01 | 1 | -0/+3 | |
| | | | | llvm-svn: 145631 | |||||
* | AddressSanitizer run-time library. Not yet integrated with the compiler-rt ↵ | Kostya Serebryany | 2011-11-30 | 1 | -0/+139 | |
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463 |