[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
[oota-llvm.git] / tools / dsymutil / DwarfLinker.cpp
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.
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Frederic Riss[dsymutil] Set linked unit start offset early. NFC.
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-05 Frederic RissRevert "[dsymutil] MSVC does generate move constructors...
2015-03-05 Frederic Riss[dsymutil] MSVC does generate move constructors, but...
2015-03-04 David BlaikieProvide an explicit move ctor because MSVC can't synthe...
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-02-28 Frederic Riss[dsymutil] Fully qualify llvm::make_unique<>.
2015-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.
2015-02-28 Frederic Riss[dsymutil] Add a LinkOptions struct to pass to the...
2015-02-28 Frederic Riss[dsymutil] Create warn() global helper...
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-13 Frederic Riss[dsymutil] Downcase a function name.
2015-02-13 Frederic Riss[dsymutil] Add a few generic helper methods.
2015-02-13 Frederic Riss[dsymutil] constify trivial function.
2015-02-13 Frederic Riss[dsymutil] Find relocations that correspond to debug...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-28 Frederic Riss[dsymutil] Gather the DIE tree child->parent relationships.
2015-01-28 Frederic Riss[dsymutil] Add DwarfLinker class.
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.