Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-formatize llvm-symbolizer code | Alexey Samsonov | 2013-02-15 | 3 | -78/+69 |
| | | | | llvm-svn: 175255 | ||||
* | llvm-symbolizer: speedup symbol lookup | Dmitry Vyukov | 2013-02-14 | 2 | -43/+73 |
| | | | | llvm-svn: 175158 | ||||
* | Print error messages from MemoryBuffer::getFile() in llvm-symbolizer | Alexey Samsonov | 2013-02-05 | 1 | -1/+2 |
| | | | | llvm-svn: 174346 | ||||
* | Replace global std::string with const char[] | Alexey Samsonov | 2013-02-04 | 2 | -2/+2 |
| | | | | llvm-svn: 174332 | ||||
* | llvm-symbolizer: factor out bits of the tool into separate ↵ | Alexey Samsonov | 2013-01-22 | 4 | -288/+381 |
| | | | | | | LLVMSymbolize.{h,cpp} files. No functionality change. llvm-svn: 173159 | ||||
* | llvm-symbolizer: add DATA command that allows to symbolize global variables. | Dmitry Vyukov | 2013-01-11 | 1 | -34/+88 |
| | | | | | | | | | | Example: >DATA bin/clang 0x26e8e40 <llvm::SparcSubTypeKV <40799808 416 The last line is address and size of the object. llvm-svn: 172180 | ||||
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| | | | | | | | | Again, tools are trickier to pick the main module header for than library source files. I've started to follow the pattern of using LLVMContext.h when it is included as a stub for program source files. llvm-svn: 169252 | ||||
* | Rewrite DIContext interface to take an object. Update all callers. | Eric Christopher | 2012-11-12 | 1 | -63/+3 |
| | | | | llvm-svn: 167757 | ||||
* | Don't use __cxa_demangle under MSVC (which doesn't have it) | Alexander Potapenko | 2012-11-12 | 1 | -1/+5 |
| | | | | llvm-svn: 167730 | ||||
* | [ASan] Add llvm-symbolizer from to tools/ | Alexander Potapenko | 2012-11-12 | 3 | -0/+409 |
This is the second and last (2/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: 167723 |