summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize
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
* llvm-symbolizer: Fix FRAME handling of missing AT_name.Evgenii Stepanov2019-11-251-2/+13
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [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
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-11/+6
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-142-5/+10
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-142-10/+5
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-142-5/+10
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-062-5/+3
* Silence ubsan after r367926.Peter Collingbourne2019-08-061-0/+1
* llvm-symbolizer: Untag addresses in object files by default.Peter Collingbourne2019-08-053-8/+19
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-6/+11
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-11/+6
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-6/+11
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-11/+6
* Teach the symbolizer lib symbolize objects directly.Yuanfang Chen2019-07-083-23/+51
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-244-0/+56
* [Symbolize] Avoid lifetime extension and simplify std::map find/insert. NFCFangrui Song2019-06-211-33/+26
* Symbolize: Remove dead code. NFCI.Peter Collingbourne2019-06-132-12/+5
* 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-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
OpenPOWER on IntegriCloud