Age | Commit message (Expand) | Author |
---|---|---|
2013-02-15 | clang-formatize llvm-symbolizer code | Alexey Samsonov |
2013-02-14 | llvm-symbolizer: speedup symbol lookup | Dmitry Vyukov |
2013-02-05 | Print error messages from MemoryBuffer::getFile() in llvm-symbolizer | Alexey Samsonov |
2013-02-04 | Replace global std::string with const char[] | Alexey Samsonov |
2013-01-22 | llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c... | Alexey Samsonov |
2013-01-11 | llvm-symbolizer: add DATA command that allows to symbolize global variables. | Dmitry Vyukov |
2012-12-04 | Sort the #include lines for tools/... | Chandler Carruth |
2012-11-12 | Rewrite DIContext interface to take an object. Update all callers. | Eric Christopher |
2012-11-12 | Don't use __cxa_demangle under MSVC (which doesn't have it) | Alexander Potapenko |
2012-11-12 | [ASan] Add llvm-symbolizer from to tools/ | Alexander Potapenko |