summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm/X86
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Additional lit tests for command line optionsChris Jackson2019-06-136-18/+38
* [llvm-nm] Fix Bug 41353 - unique symbols printed as D instead of uJordan Rupprecht2019-05-241-0/+50
* [llvm-nm] Fix handling of symbol types 't' 'd' 'r'Fangrui Song2019-05-092-8/+0
* [llvm-nm] Convert weak.test to use yaml2obj and fix unntested 'v'Fangrui Song2019-05-042-6/+35
* Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...Jordan Rupprecht2019-05-024-84/+13
* [llvm-ar][llvm-nm][llvm-size] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-012-2/+2
* [llvm-nm][llvm-readelf] Avoid single-dash -long-option in testsFangrui Song2019-04-273-8/+8
* [llvm-nm] Fix handling of symbol types 't' 'd' 'r'Fangrui Song2019-04-264-13/+84
* [llvm-nm][llvm-size] Use --double-dash options in testsFangrui Song2019-04-261-1/+1
* [llvm-nm]Add support for --no-demangleJames Henderson2019-04-031-0/+7
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-03-082-5/+6
* Revert "Improve "llvm-nm -f sysv" output for Elf files"Vlad Tsyrklevich2019-02-262-5/+5
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-02-262-5/+5
* llvm-nm: Observe -no-llvm-bc for archive membersDave Lee2019-02-161-0/+15
* Compute the correct symbol size in llvm-nm even without --print-sizeSunil Srivastava2019-02-032-2/+2
* [llvm-nm] Allow --size-sort to print symbols with only Symbol sizeSaurabh Badhwar2019-01-161-0/+12
* [llvm-nm] Add --portability as alias for --format=posixJames Henderson2019-01-071-0/+5
* [llvm-nm] Include the text "@FILE" in the output of --helpMartin Storsjo2018-10-111-0/+5
* [llvm-nm] Write "no symbol" output to stderrPetr Hosek2018-10-051-2/+2
* [llvm-nm] Print an explicit "no symbols" message when an object file has no s...Jordan Rupprecht2018-10-031-0/+14
* nm: Add -no-weak flag for hiding weak symbolsDave Lee2018-07-021-0/+1
* For llvm-nm and Mach-O files that are fully stripped, special case a redacted...Kevin Enderby2018-03-292-0/+6
* For llvm-nm and Mach-O files also use function starts info in someKevin Enderby2018-03-222-0/+8
* Do not look up symbol names when n_strx == 0Michael Trent2018-01-032-0/+15
* [llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flagMartin Storsjo2017-11-031-0/+1
* [llvm-nm] Print 'I' for import table data in COFFMartin Storsjo2017-11-031-0/+2
* Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol a...Kevin Enderby2017-09-132-0/+8
* [llvm-nm] Fix output formatting of -f sysv for 64bit targetsSam Clegg2017-08-313-0/+19
* llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg2017-06-291-0/+37
* Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby2017-06-192-0/+18
* Print symbols from COFF import libraries.Rafael Espindola2017-05-242-0/+7
* llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge2016-11-232-0/+8
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-232-0/+6
* Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby2016-03-294-5/+10
* [llvm-nm] Correct -P ELF outputJames Molloy2016-03-242-0/+4
* Make llvm-nm test consistent with other testsHemant Kulkarni2016-02-103-85/+84
* [llvm-nm] Add -radix optionHemant Kulkarni2016-02-103-0/+267
* Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby2015-11-103-0/+18
* Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby2015-11-021-0/+5
* Implemented the code to make llvm-nm’s -g option work.Kevin Enderby2015-10-302-0/+4
OpenPOWER on IntegriCloud