Simplify. NFC.
[oota-llvm.git] / tools / dsymutil /
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...
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
2015-06-03 Frederic RissRevert "[dsymutil] Accept a YAML debug map as input...
2015-06-03 Frederic Riss[dsymutil] Accept a YAML debug map as input instead...
2015-06-03 Frederic Riss[dsymutil] Replace -parse-only option with -dump-debug-map
2015-06-03 Frederic Riss[dsymutil] Reflow option declarations to be more readable.
2015-06-01 Frederic Riss[dsymutil] Remove extraneous std::move of local in...
2015-06-01 Frederic Riss[dsymutil] Remove unnecessary ';'
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-15 Frederic Riss[dsymutil] Add an way to iterate over a DebugMapObject...
2015-03-15 Frederic Riss[dsymutil] Add function size to the debug map.
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] clang-format a file
2015-02-28 Frederic Riss[dsymutil] Add -o option to select ouptut filename
2015-02-28 Frederic Riss[dsymutil] Create warn() global helper...
2015-02-28 Frederic Riss[dsymutil] Make trivial accessor const.
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 Frederic Riss[dsymutil] Add DebugMapObject::lookupObjectAddress()
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.
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-07 Alexey SamsonovFix uninitialized memory read in llvm-dsymutil for...
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2014-12-18 Alexey Samsonov[dsymutil] Fix missing member initializer.
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-16 Frederic Riss[dsymutil] Avoid calling getStringTableData() for each...
next