summaryrefslogtreecommitdiff
path: root/tools/dsymutil
AgeCommit message (Expand)Author
2018-08-01[dsymutil] Convert recursion in lookForDIEsToKeep into worklist.Jonas Devlieghere
2018-07-29[dsymutil] Simplify temporary file handling.Jonas Devlieghere
2018-07-25[dsymutil] Add support for generating DWARF5 accelerator tables.Jonas Devlieghere
2018-07-10[MC] Add interface to finish pending labels.Jonas Devlieghere
2018-07-09[dsymutil] Add support for outputting assemblyJonas Devlieghere
2018-07-06[dsymutil] Emit label at the begin of a CUJonas Devlieghere
2018-06-29[dsymutil] Rename conflicting declarationJonas Devlieghere
2018-06-29[dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere
2018-06-29[dsymutil] Introduce a new CachedBinaryHolderJonas Devlieghere
2018-06-28[dsymutil] Use UnitListTy consistently (NFC)Jonas Devlieghere
2018-06-27[dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere
2018-06-21[dsymutil] Force mmap'ing of binariesJonas Devlieghere
2018-06-20[DWARF] Improved error reporting for range lists. Wolfgang Pieb
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-05-31[ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere
2018-05-30[dsymutil] Escape HTML special characters in plist.Jonas Devlieghere
2018-05-24[Support] Add color cl category.Jonas Devlieghere
2018-05-21MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne
2018-05-21MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne
2018-05-21[DWARF] Refactor callback usage for .debug_line error handlingJames Henderson
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-05-10[DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson
2018-04-24Remove LLVM_INSTALL_CCTOOLS_SYMLINKSNico Weber
2018-04-14[Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie
2018-04-09[dsymutil] Remove trailing colon. NFCJonas Devlieghere
2018-04-09[dsymutil] Don't try to load Swift ASTs as objects.Jonas Devlieghere
2018-04-08[dsymutil] Don't crash on empty CUJonas Devlieghere
2018-04-03[dsymutil] Apply recursion workaround for threadingJonas Devlieghere
2018-04-02[dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-29Style update. NFC.Rafael Espindola
2018-03-21typoAdrian Prantl
2018-03-18[dsymutil] Fix add_llvm_tool_symlinkJonas Devlieghere
2018-03-18[dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere
2018-03-14[dsymutil] Print architecture in warningJonas Devlieghere
2018-03-13[dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere
2018-03-13[dsymutil] Remove old error/warn functions. NFC.Jonas Devlieghere
2018-03-13[dsymutil] Perform analyzeContextInfo and CloneDIEs in parallelJonas Devlieghere
2018-03-13[dsymutil] Unbreak non-Darwin bots.Jonas Devlieghere
2018-03-13[dsymutil] Introduce LinkContext. NFC.Jonas Devlieghere
2018-03-09[dsymutil] Unify error handling and add colorJonas Devlieghere
2018-03-08[dsymutil] Embed toolchain in dSYM bundleJonas Devlieghere
2018-03-01[dsymutil] Move string pool into its own implementatino file. NFC.Jonas Devlieghere
2018-02-28build: add the ability to create a symlink for dsymutilSaleem Abdulrasool
2018-02-27[dsymutil] Skip DW_AT_sibling attributes.Jonas Devlieghere
2018-02-22[dsymutil] Remove \brief from comments. NFCJonas Devlieghere
2018-02-22[dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere
2018-02-22[dsymutil] Replace PATH_MAX in SmallString with fixed value.Jonas Devlieghere