[Object] Modify OwningBinary's interface to separate inspection from ownership.
[oota-llvm.git] / tools / llvm-symbolizer / LLVMSymbolize.h
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-17 Alexander Potapenko[llvm-symbolizer] Introduce the -dsym-hint option.
2014-10-14 Alexander Potapenko[llvm-symbolizer] Minor typedef cleanup. NFC.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-04-22 David BlaikieUse unique_ptr to manage ParsedBinariesAndObjects in...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-26 Alexey Samsonovllvm-symbolizer: use dynamic symbol table if the regula...
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
2013-10-16 Alexey Samsonovllvm-symbolizer: don't always run demangler on global...
2013-06-28 Alexey Samsonovllvm-symbolizer: don't leave dangling pointers after...
2013-06-28 Alexey Samsonovllvm-symbolizer: make name demangling a public static...
2013-06-28 Alexey Samsonovllvm-symbolizer: add support for Mach-O universal binaries
2013-06-07 Alexey Samsonov[llvm-symbolizer] rewrite r183213 in a more clear way
2013-06-04 Alexey Samsonov[llvm-symbolizer] Avoid calling slow getSymbolSize...
2013-03-19 Dmitry Vyukovllvm-symbolizer: flush internal caches functionality
2013-02-15 Alexey Samsonovclang-formatize llvm-symbolizer code
2013-02-14 Dmitry Vyukovllvm-symbolizer: speedup symbol lookup
2013-02-04 Alexey SamsonovReplace global std::string with const char[]
2013-01-22 Alexey Samsonovllvm-symbolizer: factor out bits of the tool into separ...