Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sanitizer] Refactor symbolization interface: use class instead of several ↵ | Alexey Samsonov | 2013-09-10 | 1 | -44/+0 |
| | | | | | | functions. Move some code around to get rid of extra source files llvm-svn: 190410 | ||||
* | [*San/RTL] One more minor fix | Timur Iskhodzhanov | 2013-08-13 | 1 | -2/+2 |
| | | | | llvm-svn: 188263 | ||||
* | Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ↵ | Timur Iskhodzhanov | 2013-08-13 | 1 | -2/+2 |
| | | | | | | SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used llvm-svn: 188261 | ||||
* | Demangle names using pluggable internal symbolizer if possible | Alexey Samsonov | 2013-06-28 | 1 | -5/+5 |
| | | | | llvm-svn: 185146 | ||||
* | [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ ↵ | Alexey Samsonov | 2013-04-03 | 1 | -1/+1 |
| | | | | | | defines llvm-svn: 178627 | ||||
* | [sanitizer] Replace more platform checks with SANITIZER_ constants. | Evgeniy Stepanov | 2013-03-19 | 1 | -1/+3 |
| | | | | llvm-svn: 177400 | ||||
* | [Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build ↵ | Alexey Samsonov | 2012-12-20 | 1 | -1/+1 |
| | | | | | | them with fresh Clang for both 32- and 64-bits (if possible) llvm-svn: 170691 | ||||
* | Move C++ name demangling support from ubsan into sanitizer_common. | Richard Smith | 2012-12-20 | 1 | -0/+42 |
llvm-svn: 170666 |