Merging r258184:
[oota-llvm.git] / tools / dsymutil /
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-11 Frederic Riss[dsymutil] Ignore absolute symbols in the debug map
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-10 Adrian Prantldsymutil: Prune module forward decl DIEs if a uniquable...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-09 Frederic Riss[dsymutil] Prevent warning
2015-10-08 Frederic Riss[dsymutil] Try to find lipo first besides dsymutil...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Adrian Prantldsymutil: Don't prune forward declarations inside of...
2015-10-02 Adrian Prantldsymutil: Also ignore the ByteSize when building the...
2015-09-24 Adrian Prantldsymutil: Fix the condition to distinguish module impor...
2015-09-23 Adrian Prantldsymutil: Don't prune forward declarations inside a...
2015-09-23 Adrian Prantldsymutil: Resolve forward decls for types defined in...
2015-09-23 Adrian Prantldsymutil: print a warning when there is a module hash...
2015-09-23 Benjamin Kramer[dsymutil] Plug a memory leak.
2015-09-23 NAKAMURA Takumidsymutil: Fix a comment. [-Wdocumentation]
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-09-22 Adrian Prantldsymutil: Make resolveDIEReference and getUnitForOffset...
2015-09-22 Adrian Prantldsymutil: Make DwarfLinker::reportWarning() public...
2015-09-22 Adrian PrantlFix a typo.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 Adrian Prantldsymutil: Remove the now obsolete RelocMgr argument...
2015-09-14 Adrian Prantldsymutil: Factor out the DIE cloning into a DIECloner...
2015-09-11 Adrian Prantldsymutil: Factor out the relocation handling into a...
2015-09-11 Frederic Riss[dsymutil] Discard useless location attributes.
2015-09-11 Frederic Riss[dsymutil] Rename some variables NFC.
2015-09-02 Frederic RissReapply r246012 [dsymutil] Emit real dSYM companion...
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-31 Frederic Riss[dsymutil] Fix caching of current range. NFC.
2015-08-31 Frederic Riss[dsymutil] Fix handling of inlined_subprogram low_pcs
2015-08-31 Frederic Riss[dsymutil] Do not construct a StringRef from a std...
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-26 Frederic Riss[dsymutil] Make the warn and error helpers globally...
2015-08-26 Frederic Riss[dsymutil] Split NonRelocatableStringPool into its...
2015-08-25 Frederic Riss[dsymutil] Reapply r245960.
2015-08-25 Frederic RissRevert "[dsymutil] Rewrite thumb triple names in user...
2015-08-25 Frederic Riss[dsymutil] Rewrite thumb triple names in user visible...
2015-08-25 Frederic Riss[dsymutil] Not finding any debug info is not a fatal...
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-10 Yaron KerenRecommit r244470+ r244471 together, the bot failed...
2015-08-10 Yaron KerenRevert r244470 and 244471 while looking into it.
2015-08-10 Yaron KerenSecond part of r244470 (source file was unsaved in...
2015-08-10 Yaron KerenReally implement David Blaikie suggestion in full of...
2015-08-10 Yaron KerenFully apply David Blaikie suggestion and add comment...
2015-08-10 Yaron KerenModify r244405 to clearer code, per David Blaikie sugge...
2015-08-08 Yaron KerenFix dangling reference in DwarfLinker.cpp. The original...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-05 Frederic Riss[dsymutil] Do not create temporary files in -no-output...
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-05 Frederic Riss[dsymutil] Introduce exit helper. NFC.
2015-08-05 Frederic Riss[dsymutil] Split some logic into a helper function...
2015-08-02 Duncan P. N. Exon... DwarfLinker: Use DIEValueList instead of DIE, NFC
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-29 Frederic Riss[dsymutil] Re-add command line option -v this time...
2015-07-29 Frederic Riss[dsymutil] Use option categories.
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-24 Frederic Riss[dsymutil] Refactor BinaryHolder internals. NFC
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 Benjamin Kramer[dsymutil] Remove extra semicolon. NFC.
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-07-16 Rafael EspindolaDelete an unused function.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols don't have a value.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Aaron BallmanSilencing spurious MSVC C4189 warnings regarding local...
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Duncan P. N. Exon... dsymutil: Split out patchStmtList(), NFC
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-05 Frederic Riss[dsymutil] Add support for linking the debug_frame...
2015-06-05 Frederic Riss[dsymutil] Rename a variable to appease some bots.
2015-06-05 Frederic Riss[dsymutil] Have the YAML deserialization rewrite the...
2015-06-05 Frederic Riss[dsymutil] Apply clang-format. NFC
2015-06-05 Frederic Riss[dsymutil] Out-line the YAML serialization code. NFC
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-03 Frederic RissReapply r238941 - [dsymutil] Accept a YAML debug map...
next