summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov2015-10-261-642/+0
* Speculative fix for GCC buildReid Kleckner2015-10-161-8/+11
* [llvm-symbolizer] Use the export table if no symbols are presentReid Kleckner2015-10-161-0/+44
* Address review comments, remove error case and return 0 instead as required b...Reid Kleckner2015-10-091-2/+1
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-091-2/+18
* [llvm-symbolizer] Remove underscores and other C mangling on WindowsReid Kleckner2015-08-101-27/+75
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-2/+0
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-3/+5
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-2/+3
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-0/+1
* Simplify getSymbolType.Rafael Espindola2015-06-261-3/+1
* Use computeSymbolSizes in llvm-symbolize.Rafael Espindola2015-06-251-20/+7
* Modernize getELFDynamicSymbolIterators.Rafael Espindola2015-06-251-4/+3
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-9/+6
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-1/+1
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-3/+5
* A few fixes for llvm-symbolizer on Windows.Zachary Turner2015-05-061-3/+20
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-271-1/+15
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-1/+2
* llvm-symbolizer: teach it about PowerPC64 ELF function descriptorsJay Foad2014-11-071-3/+34
* [Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames2014-10-311-3/+3
* [llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko2014-10-171-43/+81
* [llvm-symbolizer] Minor typedef cleanup. NFC.Alexander Potapenko2014-10-141-13/+14
* Follow-up for r217020: actually commit the fix for PR20800,Alexander Potapenko2014-09-031-11/+1
* Fix PR20800: correctly calculate the offset of the subq instruction when gene...Alexander Potapenko2014-09-031-1/+11
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-8/+10
* Remove some calls to std::move.Rafael Espindola2014-08-011-1/+1
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-6/+6
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+4
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-231-4/+5
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-171-5/+4
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-9/+8
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-13/+13
* Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2014-04-221-7/+6
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-13/+5
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-11/+9
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-4/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+3
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-261-29/+43
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-2/+2
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-6/+2
* llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste2014-01-161-7/+5
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-9/+12
* Check the error code and save a call to sys::fs::exists.Rafael Espindola2014-01-151-4/+2
OpenPOWER on IntegriCloud