summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/DebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-3/+3
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-19/+24
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-1/+1
* [Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere2018-04-141-6/+6
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-3/+4
* [dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere2018-03-181-5/+4
* [dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere2018-03-131-1/+2
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-2/+1
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-011-11/+32
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-061-5/+7
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-7/+5
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-5/+7
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-7/+5
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-5/+7
* [dsymutil] Replace TimeValue with TimePointPavel Labath2016-11-091-8/+7
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-2/+6
* [dsymutil] Fix handling of common symbols.Frederic Riss2016-01-311-1/+2
* [dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss2016-01-311-7/+12
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-261-0/+2
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-3/+4
* [dsymutil] Implement support for universal mach-o object files.Frederic Riss2015-07-241-5/+5
* [dsymutil] Check archive members timestamps.Frederic Riss2015-07-221-6/+13
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-5/+1
* Common symbols don't have a value.Rafael Espindola2015-07-071-1/+5
* Replace a few more MachO only uses of getSymbolAddress.Rafael Espindola2015-07-031-3/+1
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+5
* [dsymutil] Rename a variable to appease some bots.Frederic Riss2015-06-051-3/+3
* [dsymutil] Have the YAML deserialization rewrite the object address of symbols.Frederic Riss2015-06-051-6/+46
* [dsymutil] Apply clang-format. NFCFrederic Riss2015-06-051-3/+3
* [dsymutil] Out-line the YAML serialization code. NFCFrederic Riss2015-06-051-0/+109
* [dsymutil] Use YAMLIO to dump debug map.Frederic Riss2015-06-011-7/+5
* [dsymutil] Add function size to the debug map.Frederic Riss2015-03-151-4/+4
* [dsymutil] Add DebugMapObject::lookupObjectAddress()Frederic Riss2015-02-131-2/+13
* [dsymutil] Add the detected target triple to the debug map.Frederic Riss2015-01-191-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+81
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-84/+0
* Initial dsymutil tool commit.Frederic Riss2014-12-091-0/+84
OpenPOWER on IntegriCloud