Generalize ownership/passing semantics to allow dsymutil to own abbreviations via...
[oota-llvm.git] / tools / dsymutil / DwarfLinker.cpp
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-10-23 Oleg RanevskyyTest commit: fix typo in comment.
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-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
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-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] Make the warn and error helpers globally...
2015-08-26 Frederic Riss[dsymutil] Split NonRelocatableStringPool into its...
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 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-02 Duncan P. N. Exon... DwarfLinker: Use DIEValueList instead of DIE, NFC
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
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-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-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-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] Apply clang-format. NFC
2015-06-01 Frederic Riss[dsymutil] Use YAMLIO to dump debug map.
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Aaron BallmanSilencing two signed/unsigned mismatch warnings; NFC.
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Store abbreviation data directly in DIE...
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaSwitch two simple uses of GetTempSymbol to createTempSy...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Frederic Riss[dsymutil] Add support to generate .debug_pubnames...
2015-03-15 Frederic Riss[dsymutil] Add missing raw_svector_stream::resync(...
2015-03-15 Frederic Riss[dsymutil] Add support for linking line tables.
2015-03-14 Frederic Riss[dsymutil] Add support for debug_loc section.
2015-03-14 Frederic Riss[dsymutil] Generate debug_aranges section.
2015-03-14 Frederic Riss[dsymutil] Identify each CompileUnit with a unique ID.
2015-03-13 Frederic Riss[dsymutil] Fix typo in comment.
2015-03-13 Frederic Riss[dsymutil] Fix typo in doxygen comment.
2015-03-13 Frederic Riss[dsymutil] Implement DW_AT_ranges linking.
2015-03-13 Frederic Riss[dsymutil] Move a function declaration closer to its...
2015-03-13 Frederic Riss[dsymutil] Fix handling of cross-cu forward references.
2015-03-13 Frederic Riss[dsymutil] Add relocation of compile_units low_pc/high_pc.
2015-03-13 Frederic Riss[dsymutil] Fix location cloning for newer dwarf versions.
2015-03-12 Frederic RissReapply "[dsymutil] Gather function ranges during DIE...
2015-03-11 Frederic RissRevert "[dsymutil] Gather function ranges during DIE...
2015-03-11 Frederic Riss[dsymutil] Add missing headers.
2015-03-11 Frederic Riss[dsymutil] Gather function ranges during DIE selection.
2015-03-11 Frederic Riss[dsymutil] Small clang-format patch.
2015-03-11 Frederic Riss[dsymutil] Correctly clone address attributes.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-07 Aaron BallmanAdding parenthesis around logical expressions to silenc...
2015-03-07 Aaron BallmanRemoving spurious semi-colons; NFC
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
next