[mips] Add initial release notes for MIPS32.
[oota-llvm.git] / tools / dsymutil / dsymutil.cpp
2015-10-09 Frederic Riss[dsymutil] Prevent warning
2015-10-08 Frederic Riss[dsymutil] Try to find lipo first besides dsymutil...
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
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-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-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-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
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-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-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] Add -o option to select ouptut filename
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
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.