dsymutil: Fix a comment. [-Wdocumentation]
[oota-llvm.git] / tools / dsymutil / dsymutil.h
2015-09-23 NAKAMURA Takumidsymutil: Fix a comment. [-Wdocumentation]
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-26 Frederic Riss[dsymutil] Make the warn and error helpers globally...
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-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-06-05 Frederic Riss[dsymutil] Apply clang-format. NFC
2015-06-03 Frederic RissReapply r238941 - [dsymutil] Accept a YAML debug map...
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-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.
2015-02-28 Frederic Riss[dsymutil] Add a LinkOptions struct to pass to the...
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-12 Frederic RissInitial dsymutil tool commit.