summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/DwarfLinker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimi...Alexey Lapshin2020-01-081-3082/+0
* [Remarks] Warn if a remark file is not found when processing static archivesFrancis Visoiu Mistrih2020-01-031-3/+33
* Temporarily Revert "[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate ...Eric Christopher2019-12-191-14/+38
* [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing par...Alexey Lapshin2019-12-191-38/+14
* [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.Alexey Lapshin2019-12-061-3/+3
* [dsymutil] Remove recursion from lookForChildDIEsToKeep (2/2) (NFC)Jonas Devlieghere2019-12-041-74/+139
* [dsymutil] Remove recursion from lookForChildDIEsToKeep (1/2) (NFC)Jonas Devlieghere2019-12-041-163/+197
* [dsymutil] Add support for linking remarksFrancis Visoiu Mistrih2019-11-011-1/+87
* [dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningfulJonas Devlieghere2019-11-011-3/+4
* [dsymutil] Improve verbose output (NFC)Jonas Devlieghere2019-10-081-8/+11
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* 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
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-3/+3
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-24/+24
* [dsymutil] Pass LinkOptions by value instead of const ref.Jonas Devlieghere2019-07-301-2/+2
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-1/+1
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-1/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-1/+1
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-2/+2
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-7/+5
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-8/+10
* [Dsymutil] Remove redundant argument (NFC)Jonas Devlieghere2019-05-211-3/+3
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+7
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-7/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+7
* [dsymutil] Put Swift interface files into a per-arch subdirectory.Adrian Prantl2019-04-231-1/+1
* [dsymutil] Collect parseable Swift interfaces in the .dSYM bundle.Adrian Prantl2019-04-221-25/+118
* [dsymutil] DwarfLinker: delete unused parameterFangrui Song2019-04-191-7/+6
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-021-6/+4
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-011-4/+6
* dsymutil support for DW_OP_convertAdrian Prantl2019-02-281-34/+127
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-11/+11
* [dsymutil] Improve readability of cloneAllCompileUnits (NFC)Jonas Devlieghere2019-02-131-5/+13
* [dsymutil] Don't clone empty CUsJonas Devlieghere2019-02-131-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [dsymutil] Upstream unobfuscation logic.Jonas Devlieghere2019-01-071-12/+13
* [dsymutil] Ensure we're comparing time stamps with the same precision.Jonas Devlieghere2018-12-041-9/+14
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-12/+11
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-11/+12
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-12/+11
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-11/+12
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-11/+10
* [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb2018-09-121-10/+11
* [dsymutil] Prevent non-determinism due to threading.Jonas Devlieghere2018-09-071-17/+32
* [dsymutil] Reduce peak memory usage for the single threaded execution.Jonas Devlieghere2018-09-061-95/+105
* dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_moduleAdrian Prantl2018-08-301-35/+36
* Reduce the memory footprint of dsymutil. (NFC)Adrian Prantl2018-08-241-27/+41
OpenPOWER on IntegriCloud