summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/DebugMap.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+9
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-1/+1
* [dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere2018-04-021-0/+7
* [dsymutil] Introduce LinkContext. NFC.Jonas Devlieghere2018-03-131-0/+2
* [dsymutil] Remove \brief from comments. NFCJonas Devlieghere2018-02-221-11/+9
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-1/+0
* Re-land [dsymutil] Upstream update featureJonas Devlieghere2018-02-081-1/+2
* Revert dsymutil -update commitsJonas Devlieghere2018-02-071-2/+1
* [dsymutil] Upstream update feature.Jonas Devlieghere2018-02-071-1/+2
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-1/+1
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-011-17/+37
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-061-2/+6
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-6/+2
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-2/+6
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-6/+2
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-2/+6
* [dsymutil] Replace TimeValue with TimePointPavel Labath2016-11-091-6/+10
* Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer2016-10-271-13/+2
* Resubmit "Make YAML support SmallVector"Zachary Turner2016-08-051-2/+1
* [dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss2016-01-311-5/+8
* dsymutil: Provide better warnings when clang modules cannot be found.Adrian Prantl2016-01-141-1/+1
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-261-1/+5
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-1/+1
* [dsymutil] Check archive members timestamps.Frederic Riss2015-07-221-2/+9
* [dsymutil] Apply clang-format. NFCFrederic Riss2015-06-051-1/+2
* [dsymutil] Out-line the YAML serialization code. NFCFrederic Riss2015-06-051-76/+15
* [dsymutil] Handle the -oso-prepend-path option when the input is a YAML debug...Frederic Riss2015-06-051-2/+7
* Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...Frederic Riss2015-06-031-19/+43
* Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."Frederic Riss2015-06-031-31/+19
* [dsymutil] Accept a YAML debug map as input instead of a binary.Frederic Riss2015-06-031-19/+31
* [dsymutil] Remove extraneous std::move of local in return statement.Frederic Riss2015-06-011-1/+1
* [dsymutil] Remove unnecessary ';'Frederic Riss2015-06-011-1/+1
* [dsymutil] Use YAMLIO to dump debug map.Frederic Riss2015-06-011-3/+114
* [dsymutil] Add an way to iterate over a DebugMapObject symbols.Frederic Riss2015-03-151-0/+4
* [dsymutil] Add function size to the debug map.Frederic Riss2015-03-151-3/+5
* [dsymutil] Make trivial accessor const.Frederic Riss2015-02-281-1/+1
* [dsymutil] Add DebugMapObject::lookupObjectAddress()Frederic Riss2015-02-131-1/+9
* [dsymutil] Add the detected target triple to the debug map.Frederic Riss2015-01-191-0/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix Doxygen command misspellings.Benjamin Kramer2014-12-131-1/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+128
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-131/+0
* Initial dsymutil tool commit.Frederic Riss2014-12-091-0/+131
OpenPOWER on IntegriCloud