summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_itanium.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Sanitizer] Refactor symbolization interface: use class instead of several ↵Alexey Samsonov2013-09-101-44/+0
| | | | | | functions. Move some code around to get rid of extra source files llvm-svn: 190410
* [*San/RTL] One more minor fixTimur Iskhodzhanov2013-08-131-2/+2
| | | | llvm-svn: 188263
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ↵Timur Iskhodzhanov2013-08-131-2/+2
| | | | | | SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used llvm-svn: 188261
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-281-5/+5
| | | | llvm-svn: 185146
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ ↵Alexey Samsonov2013-04-031-1/+1
| | | | | | defines llvm-svn: 178627
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+3
| | | | llvm-svn: 177400
* [Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build ↵Alexey Samsonov2012-12-201-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 Smith2012-12-201-0/+42
llvm-svn: 170666
OpenPOWER on IntegriCloud