Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ASan] Remove llvm-symbolizer from compiler-rt/utils/ | Alexander Potapenko | 2012-11-12 | 2 | -396/+0 |
| | | | | | | | This is the first (1/2) part of a change that moves llvm-symbolizer to llvm/tools/, which will allow to build it with both cmake and configure+make. llvm-svn: 167722 | ||||
* | llvm-symbolizer for Mac: add support for reading DWARF from separate object ↵ | Alexey Samsonov | 2012-10-08 | 1 | -40/+87 |
| | | | | | | file in resource directory generated by dsymutil. Fix minor symbol table lookup issues. llvm-svn: 165389 | ||||
* | [Sanitizer] llvm-symbolizer: enable accessing symbol table (libObject is ↵ | Alexey Samsonov | 2012-09-21 | 1 | -20/+17 |
| | | | | | | fixed in r164365) and replace string with std::string llvm-svn: 164367 | ||||
* | [Sanitizer] llvm-symbolizer: turn off symbol table lookup by default while ↵ | Alexey Samsonov | 2012-09-18 | 1 | -1/+3 |
| | | | | | | getSymbolAddress from libObject returns wrong values llvm-svn: 164113 | ||||
* | [Sanitizer] add --demangle option to llvm-symbolizer (for now just assume ↵ | Alexey Samsonov | 2012-09-07 | 1 | -0/+17 |
| | | | | | | that __cxa_demangle option is available) llvm-svn: 163376 | ||||
* | [compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, ↵ | Alexey Samsonov | 2012-09-04 | 2 | -1/+18 |
| | | | | | | enable build of llvm-symbolizer binary (currently for one target only) llvm-svn: 163138 | ||||
* | [Sanitizer] llvm-symbolizer util: make it more conforming to LLVM code ↵ | Alexey Samsonov | 2012-09-04 | 2 | -237/+316 |
| | | | | | | style, and support fetching inlining info llvm-svn: 163133 | ||||
* | [compiler-rt] fixup for r162988 - remove accidentally commited file | Alexey Samsonov | 2012-08-31 | 1 | -67/+0 |
| | | | | llvm-svn: 162989 | ||||
* | [compiler-rt] Move draft code for llvm-symbolizer to ↵ | Alexey Samsonov | 2012-08-31 | 2 | -0/+304 |
compiler-rt/utils/llvm-symbolizer after chandlerc's suggestion llvm-svn: 162988 |