summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize
Commit message (Expand)AuthorAgeFilesLines
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-162-7/+10
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-162-10/+7
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-162-7/+10
* [llvm-symbolizer] Fix section index at the end of a sectionFangrui Song2019-04-201-2/+1
* Use llvm::crc32 instead of crc32. NFCEugene Leviant2019-04-081-1/+1
* Attempt to recommit r357901Eugene Leviant2019-04-081-1/+2
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-081-2/+1
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-081-1/+2
* [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>Fangrui Song2019-04-062-10/+16
* [Symbolize] Replace map<SymbolDesc, StringRef> with sorted vectorFangrui Song2019-04-052-10/+19
* [Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...Fangrui Song2019-04-042-3/+6
* [llvm-symbolizer] Add `--output-style` switch.Igor Kudrin2019-04-041-1/+4
* [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"Alexey Lapshin2019-03-232-0/+29
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-273-19/+26
* [symbolizer] Avoid collecting symbols belonging to invalid sections.Matt Davis2019-02-141-0/+5
* [DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative pathsJordan Rupprecht2019-02-111-7/+18
* [DebugInfo] Don't use realpath when looking up debug binary locations.Jordan Rupprecht2019-02-011-10/+1
* [llvm-symbolizer] Add support for --basenames/-sJames Henderson2019-01-221-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+2
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Handle NetBSD specific path in findDebugBinary()Kamil Rytarowski2018-06-251-0/+5
* Fix build broken by r326959Eugene Zemtsov2018-03-081-1/+1
* Use itaniumDemangle in llvm-symbolizerEugene Zemtsov2018-03-071-9/+4
* [llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debugFrancis Ricci2018-03-021-1/+1
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie2017-07-301-7/+10
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-1/+1
* 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
OpenPOWER on IntegriCloud