summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/dsymutil.h
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Pass LinkOptions by value instead of const ref.Jonas Devlieghere2019-07-301-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-2/+2
* [dsymutil] Introduce a new CachedBinaryHolderJonas Devlieghere2018-06-291-2/+4
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-32/+2
* [dsymutil] Apply recursion workaround for threadingJonas Devlieghere2018-04-031-0/+3
* [dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere2018-04-021-1/+2
* [dsymutil] Unify error handling and add colorJonas Devlieghere2018-03-091-2/+2
* [dsymutil] Remove \brief from comments. NFCJonas Devlieghere2018-02-221-5/+4
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-1/+1
* Re-land [dsymutil] Upstream update featureJonas Devlieghere2018-02-081-1/+4
* Revert dsymutil -update commitsJonas Devlieghere2018-02-071-4/+1
* [dsymutil] Upstream update feature.Jonas Devlieghere2018-02-071-1/+4
* [dsymutil] Generate Apple accelerator tablesJonas Devlieghere2018-01-291-0/+3
* make exitDsymutil static.Rafael Espindola2017-11-161-4/+0
* Simplify file handling in dsymutil.Rafael Espindola2017-11-151-1/+1
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-011-11/+27
* Re-land "[dsymutil] Timestmap verification for __swift_ast"Jonas Devlieghere2017-10-131-4/+5
* Revert "[dsymutil] Timestmap verification for __swift_ast"Jonas Devlieghere2017-10-111-5/+4
* [dsymutil] Timestmap verification for __swift_astJonas Devlieghere2017-10-111-4/+5
* dsymutil: Fix a comment. [-Wdocumentation]NAKAMURA Takumi2015-09-231-1/+1
* dsymutil: Make -oso-prepend-path available to DwarfLinker.Adrian Prantl2015-09-221-0/+1
* [dsymutil] Implement -symtab/-s option.Frederic Riss2015-08-311-0/+4
* [dsymutil] Make the warn and error helpers globally available. NFC.Frederic Riss2015-08-261-0/+3
* [dsymutil] Add support for the -arch option.Frederic Riss2015-08-051-2/+2
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-7/+6
* [dsymutil] Introduce exit helper. NFC.Frederic Riss2015-08-051-0/+5
* [dsymutil] Implement ODR uniquing for C++ code.Frederic Riss2015-07-211-0/+1
* [dsymutil] Apply clang-format. NFCFrederic Riss2015-06-051-3/+4
* Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...Frederic Riss2015-06-031-2/+2
* Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."Frederic Riss2015-06-031-2/+2
* [dsymutil] Accept a YAML debug map as input instead of a binary.Frederic Riss2015-06-031-2/+2
* [dsymutil] Add the DwarfStreamer class.Frederic Riss2015-02-281-2/+3
* [dsymutil] Add a LinkOptions struct to pass to the DwarfLinker. NFC.Frederic Riss2015-02-281-1/+8
* [dsymutil] Pass the verbosity flag down to the processing. NFC for now.Frederic Riss2014-12-161-2/+4
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+37
OpenPOWER on IntegriCloud