summaryrefslogtreecommitdiff
path: root/tools/dsymutil
AgeCommit message (Expand)Author
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-03-18Always cache resolved paths as it even saves on StringMap lookups.Pete Cooper
2016-03-18Use StringRef's in resolved path cache to avoid extra internString lookups. ...Pete Cooper
2016-02-01[dsymutil] Skip mach-o paired relocationsFrederic Riss
2016-02-01[dsymutil] Support scattered relocs.Frederic Riss
2016-01-31[dsymutil] Fix handling of common symbols.Frederic Riss
2016-01-31[dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss
2016-01-27One more batch of self-containing headers.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2016-01-14Update to use new name alignTo().Rui Ueyama
2016-01-14dsymutil: Provide better warnings when clang modules cannot be found.Adrian Prantl
2016-01-13dsymutil: Only warn about missing clang modules once.Adrian Prantl
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-12-11[dsymutil] Ignore absolute symbols in the debug mapFrederic Riss
2015-12-07fix 'the the '; NFCSanjay Patel
2015-11-18Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie
2015-11-10dsymutil: Prune module forward decl DIEs if a uniquable definition wasAdrian Prantl
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-10-23Test commit: fix typo in comment.Oleg Ranevskyy
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-10-09[dsymutil] Prevent warningFrederic Riss
2015-10-08[dsymutil] Try to find lipo first besides dsymutil before looking up the PATH.Frederic Riss
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg
2015-10-05dsymutil: Don't prune forward declarations inside of an imported TAG_moduleAdrian Prantl
2015-10-02dsymutil: Also ignore the ByteSize when building the DeclContext cache forAdrian Prantl
2015-09-24dsymutil: Fix the condition to distinguish module imports form definitions.Adrian Prantl
2015-09-23dsymutil: Don't prune forward declarations inside a module definition.Adrian Prantl
2015-09-23dsymutil: Resolve forward decls for types defined in clang modules.Adrian Prantl
2015-09-23dsymutil: print a warning when there is a module hash mismatch.Adrian Prantl
2015-09-23[dsymutil] Plug a memory leak.Benjamin Kramer
2015-09-23dsymutil: Fix a comment. [-Wdocumentation]NAKAMURA Takumi
2015-09-22dsymutil: Follow references to clang modules and recursively clone theAdrian Prantl
2015-09-22dsymutil: Make -oso-prepend-path available to DwarfLinker.Adrian Prantl
2015-09-22dsymutil: Make resolveDIEReference and getUnitForOffset static functions.Adrian Prantl
2015-09-22dsymutil: Make DwarfLinker::reportWarning() public. (NFC)Adrian Prantl
2015-09-22Fix a typo.Adrian Prantl
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-09-14dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)Adrian Prantl
2015-09-14dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)Adrian Prantl
2015-09-11dsymutil: Factor out the relocation handling into a RelocationManager (NFC)Adrian Prantl
2015-09-11[dsymutil] Discard useless location attributes.Frederic Riss
2015-09-11[dsymutil] Rename some variables NFC.Frederic Riss
2015-09-02Reapply r246012 [dsymutil] Emit real dSYM companion binaries.Frederic Riss
2015-08-31[dsymutil] Do not mistakenly reuse the current object file when the next one ...Frederic Riss
2015-08-31[dsymutil] Do not crash on empty debug_range range.Frederic Riss
2015-08-31[dsymutil] Fix caching of current range. NFC.Frederic Riss