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