summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [llvm-symbolizer] Support debug file lookup using build IDPetr Hosek2019-12-041-0/+94
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-161-25/+11
* Unify the two CRC implementationsHans Wennborg2019-10-091-1/+1
* Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on db...Martin Storsjo2019-10-041-4/+37
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-041-37/+4
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-1/+5
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-5/+1
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-1/+5
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-1/+1
* llvm-symbolizer: Untag addresses in object files by default.Peter Collingbourne2019-08-051-2/+2
* Teach the symbolizer lib symbolize objects directly.Yuanfang Chen2019-07-081-18/+46
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-241-0/+23
* [Symbolize] Avoid lifetime extension and simplify std::map find/insert. NFCFangrui Song2019-06-211-33/+26
* Symbolize: Remove dead code. NFCI.Peter Collingbourne2019-06-131-1/+0
* Symbolize: Make DWPName a symbolizer option instead of an argument to symboli...Peter Collingbourne2019-06-111-10/+8
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+6
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-6/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+6
* 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
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-7/+10
* [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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+2
* Handle NetBSD specific path in findDebugBinary()Kamil Rytarowski2018-06-251-0/+5
* 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-071-1/+1
* 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
* 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-061-0/+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
* 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
OpenPOWER on IntegriCloud