summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil
Commit message (Expand)AuthorAgeFilesLines
* [Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to separate DWARF optimizing ...Alexey Lapshin2020-01-134-54/+101
* [Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimi...Alexey Lapshin2020-01-0810-1048/+193
* [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-199-82/+933
* [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing par...Alexey Lapshin2019-12-199-933/+82
* Fix building shared libraries broken by 8e48e8e3e32.Alexey Lapshin2019-12-062-1/+2
* [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.Alexey Lapshin2019-12-067-153/+12
* [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-042-172/+206
* [dsymutil] Support --out (NFC)Jonas Devlieghere2019-12-031-1/+1
* [dsymutil] Add support for linking remarksFrancis Visoiu Mistrih2019-11-015-1/+132
* [dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningfulJonas Devlieghere2019-11-011-3/+4
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+2
* [dsymutil] Print warning/error for unknown/missing arguments.Jonas Devlieghere2019-10-161-0/+10
* [dsymutil] Support and relocate base address selection entries for debug_locJonas Devlieghere2019-10-151-0/+12
* [dsymutil] Move CommonSymbols.clear() in resetParserState.Jonas Devlieghere2019-10-101-1/+1
* Re-land "[dsymutil] Fix handling of common symbols in multiple object files."Jonas Devlieghere2019-10-091-2/+33
* Revert r374139, "[dsymutil] Fix handling of common symbols in multiple object...Jeremy Morse2019-10-091-33/+2
* [dsymutil] Fix handling of common symbols in multiple object files.Jonas Devlieghere2019-10-091-2/+33
* [dsymutil] Improve verbose output (NFC)Jonas Devlieghere2019-10-081-8/+11
* [dsymutil] Fix stack-use-after-scopeJonas Devlieghere2019-10-041-2/+2
* [dsymutil] Don't overload LinkOptions.Jonas Devlieghere2019-10-031-35/+34
* Fix build failure with GCC on identifier reusing.Michael Liao2019-10-031-1/+1
* [dsymutil] Improve consistency by removing redundant namespaces (NFC)Jonas Devlieghere2019-10-031-44/+40
* [dsymutil] Tablegenify option parsingJonas Devlieghere2019-10-033-297/+443
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-154-7/+7
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-142-2/+10
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-142-10/+2
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-142-2/+10
* 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-064-36/+36
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* [dsymutil] Fix heap-use-after-free related to the LinkOptions.Jonas Devlieghere2019-08-011-5/+6
* [dsymutil] Pass LinkOptions by value instead of const ref.Jonas Devlieghere2019-07-303-6/+6
* [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
* [dsymutil] Remove stale comment (NFC)Jonas Devlieghere2019-06-101-1/+0
* [dsymutil] Use the number of threads specified.Jonas Devlieghere2019-06-071-3/+5
* [dsymutil] Support more than 4 architecturesJonas Devlieghere2019-06-052-2/+3
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-8/+10
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+4
* [Dsymutil] Remove redundant argument (NFC)Jonas Devlieghere2019-05-213-7/+5
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-162-7/+13
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-162-13/+7
OpenPOWER on IntegriCloud