aboutsummaryrefslogtreecommitdiff
path: root/test/tools/llvm-nm
AgeCommit message (Expand)Author
2017-11-03[llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flagMartin Storsjo
2017-11-03[llvm-nm] Print 'I' for import table data in COFFMartin Storsjo
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-20[WebAssembly] Add support for local symbol bindingsSam Clegg
2017-09-13Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol a...Kevin Enderby
2017-09-06[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg
2017-09-01[WebAssembly] Fix getSymbolValue for exported globalsSam Clegg
2017-08-31[WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg
2017-08-31[WebAssembly] Validate exports when parsing object filesSam Clegg
2017-08-31[llvm-nm] Fix output formatting of -f sysv for 64bit targetsSam Clegg
2017-06-29llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg
2017-06-27[WebAssembly] Add data size and alignement to linking sectionSam Clegg
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-19Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby
2017-05-24Print symbols from COFF import libraries.Rafael Espindola
2017-04-14[WebAssembly] Improve readobj and nm support for wasmSam Clegg
2017-01-25Change the test added in r293099 so it does not have the string "llvm-nm" to fixKevin Enderby
2017-01-25Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby
2016-11-23llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge
2016-11-23llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge
2016-08-05Add the first of what will be a long line of additional error checks for inva...Kevin Enderby
2016-03-29Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby
2016-03-24[llvm-nm] Correct -P ELF outputJames Molloy
2016-02-10Make llvm-nm test consistent with other testsHemant Kulkarni
2016-02-10[llvm-nm] Add -radix optionHemant Kulkarni
2016-01-27[llvm-nm] Remove redundant check for file validity.Davide Italiano
2015-11-10Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby
2015-11-02Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby
2015-10-30Implemented the code to make llvm-nm’s -g option work.Kevin Enderby