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