Return ErrorOr from getSymbolAddress.
[oota-llvm.git] / tools / llvm-symbolizer / LLVMSymbolize.cpp
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-06 Zachary TurnerA few fixes for llvm-symbolizer on Windows.
2015-04-27 Zachary TurnerMake llvm-symbolizer work on Windows.
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2014-11-07 Jay Foadllvm-symbolizer: teach it about PowerPC64 ELF function...
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-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-09-03 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-22 David BlaikieUse unique_ptr to manage ParsedBinariesAndObjects in...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-26 Alexey Samsonovllvm-symbolizer: use dynamic symbol table if the regula...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2014-01-15 Rafael EspindolaCheck the error code and save a call to sys::fs::exists.
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-10-16 Alexey Samsonovllvm-symbolizer: don't always run demangler on global...
2013-08-26 Alexey Samsonovllvm-symbolizer: use real path when looking for debug...
2013-08-14 Alexey Samsonovllvm-symbolizer: add support for .gnu_debuglink section
2013-07-17 NAKAMURA TakumiLLVMSymbolize.cpp: Fix build. Triple::ArchType is not...
2013-07-17 Alexey Samsonovllvm-symbolizer: be more careful with colons in file...
2013-07-01 NAKAMURA Takumillvm-symbolizer: Recognize a drive letter on win32...
2013-06-28 Alexey Samsonovllvm-symbolizer: don't leave dangling pointers after...
2013-06-28 Alexey Samsonovllvm-symbolizer: skip leading underscore in Mach-O...
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-06-03 Alexey SamsonovCorrect handling invalid filename in llvm-symbolizer
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-03-19 Alexey SamsonovFix for r177390: map values are pointers, use DeleteCon...
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-05 Alexey SamsonovPrint error messages from MemoryBuffer::getFile() in...
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...