summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-nm.rst
AgeCommit message (Expand)Author
2023-09-19[llvm-nm] Add --line-numbers flagDaniel Thornburgh
2022-09-19Fixed llvm-nm.rst:145:Block quote ends without a blank line; unexpected unind...zhijian
2022-09-19[AIX] llvm-nm support environment "OBJECT_MODE" for option -X on AIX OSzhijian
2022-05-23[llvm-nm][docs] Document -W and -UFangrui Song
2022-02-17Title: Export unique symbol list with llvm-nm new option "--export-symbols"zhijian
2022-02-16Fix 2 RestructuredText warnings.Kristof Beyls
2022-02-15[llvm-nm] add a new option -X to specify the type of object file llvm-nm shou...zhijian
2021-07-07[llvm-nm] Switch command line parsing from llvm::cl to OptTableFangrui Song
2021-05-13[llvm-nm] Support the -V option, print that the tool is compatible with GNU nmMartin Storsjö
2021-03-16[llvm-nm] Add --format=just-symbols and make --just-symbol-name its aliasFangrui Song
2021-03-07llvm-nm: add flag to suppress no symbols warningKeith Smiley
2020-06-22llvm-nm: Implement --special-syms.Peter Collingbourne
2020-06-11[llvm][llvm-nm] add TextAPI/MachO supportCyndy Ishida
2019-09-17[docs] Make --version text more correctJames Henderson
2019-09-13Fix a few spellos in docs.Nico Weber
2019-07-16Revert [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet
2019-07-15[docs][llvm-nm] Fix inconsistent grammarJames Henderson
2019-07-12[tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet
2019-07-09[docs][llvm-nm] Improve some wordingJames Henderson
2019-06-27[docs][llvm-nm][llvm-objdump] Improve "See Also" sectionJames Henderson
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson
2019-06-24[docs][llvm-nm] Add missing options to documentationJames Henderson
2019-06-24[docs][llvm-nm] Improve symbol code documentationJames Henderson
2019-06-21[binutils] Add response file option to help and docsJames Henderson
2019-06-12[docs] Fix typoJames Henderson
2019-06-12[llvm-nm] Fix docs and help text for --print-sizeJames Henderson
2019-06-11[docs][llvm-nm] Add darwin as --format optionJames Henderson
2019-06-11[docs][llvm-nm] Make --help help text consistent with other optionsJames Henderson
2019-06-11[docs][llvm-nm] Fix documentation regarding llvm-nm reading stdinJames Henderson
2018-07-02nm: Add -no-weak flag for hiding weak symbolsDave Lee
2017-06-29llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-02-10[llvm-nm] Add -radix optionHemant Kulkarni
2013-08-18docs: command guide: cleanups, no text changesDmitri Gribenko
2013-08-16[typo] An LLVM.Daniel Dunbar
2012-06-06[llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar