summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil
Commit message (Expand)AuthorAgeFilesLines
* dsymutil: Also ignore the ByteSize when building the DeclContext cache forAdrian Prantl2015-10-021-59/+54
* dsymutil: Fix the condition to distinguish module imports form definitions.Adrian Prantl2015-09-241-1/+1
* dsymutil: Don't prune forward declarations inside a module definition.Adrian Prantl2015-09-231-6/+9
* dsymutil: Resolve forward decls for types defined in clang modules.Adrian Prantl2015-09-231-33/+91
* dsymutil: print a warning when there is a module hash mismatch.Adrian Prantl2015-09-231-13/+34
* [dsymutil] Plug a memory leak.Benjamin Kramer2015-09-231-2/+2
* dsymutil: Fix a comment. [-Wdocumentation]NAKAMURA Takumi2015-09-231-1/+1
* dsymutil: Follow references to clang modules and recursively clone theAdrian Prantl2015-09-221-7/+135
* dsymutil: Make -oso-prepend-path available to DwarfLinker.Adrian Prantl2015-09-222-0/+2
* dsymutil: Make resolveDIEReference and getUnitForOffset static functions.Adrian Prantl2015-09-221-16/+12
* dsymutil: Make DwarfLinker::reportWarning() public. (NFC)Adrian Prantl2015-09-221-3/+3
* Fix a typo.Adrian Prantl2015-09-221-4/+4
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)Adrian Prantl2015-09-141-8/+6
* dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)Adrian Prantl2015-09-141-161/+169
* dsymutil: Factor out the relocation handling into a RelocationManager (NFC)Adrian Prantl2015-09-111-125/+176
* [dsymutil] Discard useless location attributes.Frederic Riss2015-09-111-4/+68
* [dsymutil] Rename some variables NFC.Frederic Riss2015-09-111-11/+11
* Reapply r246012 [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-09-023-3/+439
* [dsymutil] Do not mistakenly reuse the current object file when the next one ...Frederic Riss2015-08-311-1/+3
* [dsymutil] Do not crash on empty debug_range range.Frederic Riss2015-08-311-9/+11
* [dsymutil] Fix caching of current range. NFC.Frederic Riss2015-08-311-2/+3
* [dsymutil] Fix handling of inlined_subprogram low_pcsFrederic Riss2015-08-311-3/+14
* [dsymutil] Do not construct a StringRef from a std::string temporaryFrederic Riss2015-08-311-2/+1
* [dsymutil] Implement -symtab/-s option.Frederic Riss2015-08-313-0/+193
* Revert "[dsymutil] Emit real dSYM companion binaries."Frederic Riss2015-08-263-436/+3
* [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-08-263-3/+436
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-263-2/+9
* [dsymutil] Make the warn and error helpers globally available. NFC.Frederic Riss2015-08-262-11/+14
* [dsymutil] Split NonRelocatableStringPool into its own file. NFC.Frederic Riss2015-08-262-86/+103
* [dsymutil] Reapply r245960.Frederic Riss2015-08-253-1/+11
* Revert "[dsymutil] Rewrite thumb triple names in user visible messages."Frederic Riss2015-08-253-11/+1
* [dsymutil] Rewrite thumb triple names in user visible messages.Frederic Riss2015-08-253-1/+11
* [dsymutil] Not finding any debug info is not a fatal errorFrederic Riss2015-08-252-5/+4
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-3/+0
* Recommit r244470+ r244471 together, the bot failed between them.Yaron Keren2015-08-101-7/+5
* Revert r244470 and 244471 while looking into it.Yaron Keren2015-08-101-5/+7
* Second part of r244470 (source file was unsaved in editor).Yaron Keren2015-08-101-5/+5
* Really implement David Blaikie suggestion in full of seperatingYaron Keren2015-08-101-3/+1
* Fully apply David Blaikie suggestion and add comment explaining why.Yaron Keren2015-08-101-1/+3
* Modify r244405 to clearer code, per David Blaikie suggestion.Yaron Keren2015-08-101-2/+2
* Fix dangling reference in DwarfLinker.cpp. The original codeYaron Keren2015-08-081-0/+1
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+7
* [dsymutil] Use the new MCDwarfLineTableParams customization to emit linetablesFrederic Riss2015-08-071-10/+17
* [dsymutil] Implement dSYM bundle creationFrederic Riss2015-08-061-6/+101
* [dsymutil] Add (unimplemented) --flat optionFrederic Riss2015-08-061-2/+12
* [dsymutil] Do not create temporary files in -no-output mode.Frederic Riss2015-08-051-5/+19
OpenPOWER on IntegriCloud