summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/dsymutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Add support for linking remarksFrancis Visoiu Mistrih2019-11-011-0/+16
* [dsymutil] Print warning/error for unknown/missing arguments.Jonas Devlieghere2019-10-161-0/+10
* [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-031-297/+291
* 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] Use the number of threads specified.Jonas Devlieghere2019-06-071-3/+5
* [dsymutil] Fix use-after-free when sys::path::append grows the buffer.Adrian Prantl2019-04-231-2/+2
* Revert "[dsymutil] Fix use-after-free when sys::path::append grows the buffer."Adrian Prantl2019-04-231-1/+1
* [dsymutil] Fix use-after-free when sys::path::append grows the buffer.Adrian Prantl2019-04-231-1/+1
* Fully qualify llvm::Optional, some compilers complain otherwise.Adrian Prantl2019-04-221-3/+4
* Try to work around compile errors with older versions of GCC.Adrian Prantl2019-04-221-6/+10
* [dsymutil] Collect parseable Swift interfaces in the .dSYM bundle.Adrian Prantl2019-04-221-22/+33
* 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-1/+26
* [dsymutil] Improve error reporting when we cannot create output file.Jonas Devlieghere2018-10-231-31/+42
* [dsymutil] Simplify temporary file handling.Jonas Devlieghere2018-07-291-29/+11
* [dsymutil] Add support for generating DWARF5 accelerator tables.Jonas Devlieghere2018-07-251-7/+14
* [dsymutil] Add support for outputting assemblyJonas Devlieghere2018-07-091-0/+8
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-1/+1
* [dsymutil] Introduce a new CachedBinaryHolderJonas Devlieghere2018-06-291-1/+5
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-0/+1
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-3/+3
* [dsymutil] Escape HTML special characters in plist.Jonas Devlieghere2018-05-301-8/+17
* [Support] Add color cl category.Jonas Devlieghere2018-05-241-1/+1
* [Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere2018-04-141-21/+21
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-5/+3
* [dsymutil] Apply recursion workaround for threadingJonas Devlieghere2018-04-031-6/+7
* [dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere2018-04-021-2/+14
* [dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere2018-03-131-19/+21
* [dsymutil] Embed toolchain in dSYM bundleJonas Devlieghere2018-03-081-2/+11
* [dsymutil] Use llvm::sys::path to join bundle path.Jonas Devlieghere2018-02-081-3/+4
* Re-land [dsymutil] Upstream update featureJonas Devlieghere2018-02-081-14/+115
* Revert dsymutil -update commitsJonas Devlieghere2018-02-071-115/+14
* [dsymutil] Upstream update feature.Jonas Devlieghere2018-02-071-14/+115
* [dsymutil] Enable -minimize feature.Jonas Devlieghere2018-01-301-0/+10
* [dsymutil] Re-enable threadingJonas Devlieghere2017-12-131-28/+27
* [dsymutil] Add -verify option to run DWARF verifier after linking.Jonas Devlieghere2017-12-071-0/+41
* [dsymutil] Upstream getBundleInfo implementationJonas Devlieghere2017-11-301-17/+20
* Try to fix the windows build.Rafael Espindola2017-11-171-2/+2
* Use TempFile in dsymutil.Rafael Espindola2017-11-171-60/+49
* make exitDsymutil static.Rafael Espindola2017-11-161-1/+3
* Simplify file handling in dsymutil.Rafael Espindola2017-11-151-1/+10
* Fix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF modeHans Wennborg2017-11-021-4/+5
* [dsymutil][doc] Improve wording in manpage and rename file.Jonas Devlieghere2017-11-021-2/+2
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-011-8/+15
* [dsymutil][NFC} Rename thread related command line optionsJonas Devlieghere2017-11-011-6/+6
OpenPOWER on IntegriCloud