summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Fix another ordering constraint with windows.h and comment aboutChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Rename some PDB classes.Zachary Turner2017-04-271-3/+4
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-092-17/+38
* Get function start line number from DWARF infoDavid Blaikie2017-02-061-0/+2
* Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie2017-01-311-2/+10
* Fix the ASan fuse-lld.cc test after LLD r280012Reid Kleckner2016-09-011-1/+1
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-091-3/+3
* Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.hReid Kleckner2016-07-062-0/+2
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-3/+3
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* Try one more time to pacify -Wpessimizing-move, MSVC, libstdc++4.7, and the w...Reid Kleckner2016-06-061-2/+1
* Attempt to work around lack of std::map::emplace in libstdc++4.7Reid Kleckner2016-06-061-1/+2
* Fix non-Windows build when inserting a move only type into a mapReid Kleckner2016-06-031-1/+1
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-64/+90
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-2/+3
* Fix some Clang-tidy modernize-deprecated-headers and Include What You Use war...Eugene Zelenko2016-05-091-4/+14
* Drop error when trying to fallback from PDB to DWARF.Zachary Turner2016-05-061-0/+4
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-3/+3
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-3/+3
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+3
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+3
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-281-10/+19
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+4
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* fixing type.Mike Aizatsky2016-01-091-1/+2
* llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...NAKAMURA Takumi2016-01-091-1/+1
* [llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky2016-01-091-4/+35
* [Symbolize] Improve the ownership of parsed objects.Alexey Samsonov2015-12-181-46/+45
* [Symbolizer] Don't use PE symbol tables to override PDB symbolsReid Kleckner2015-11-132-2/+16
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* Reverting r252760Colin LeMahieu2015-11-111-14/+6
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* [LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov2015-11-041-21/+24
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-90/+107
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-033-61/+76
* [LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov2015-11-031-28/+33
* Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov2015-10-301-12/+30
* [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.Alexey Samsonov2015-10-301-17/+9
* [LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov2015-10-293-19/+28
* [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov2015-10-294-218/+353
* [LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.Alexey Samsonov2015-10-261-16/+16
* Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).Alexey Samsonov2015-10-261-2/+3
* Remove use of std::map<>::emplace which is not supported on some older versio...David Blaikie2015-10-261-1/+1
* [LLVMSymbolize] Use symbol table only if function linkage name was requested.Alexey Samsonov2015-10-261-2/+4
* Fix build error by fully qualifying llvm::make_unique.Alexey Samsonov2015-10-261-1/+1
* [LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.Alexey Samsonov2015-10-261-11/+12
* Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov2015-10-264-0/+687
OpenPOWER on IntegriCloud