summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-0/+27
* [test][tools] Add missing and improve testingJames Henderson2019-12-094-4/+111
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-183-3/+6
* Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar2019-09-021-3/+27
* Revert r370661 "[llvm-nm] - Add a test case for case when we dump a symbol th...George Rimar2019-09-021-27/+3
* [llvm-nm] - Add a test case for case when we dump a symbol that belongs to a ...George Rimar2019-09-021-3/+27
* Print reasonable representations of type names in llvm-nm, readelf and readobjSunil Srivastava2019-08-091-17/+32
* Revert [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-161-33/+0
* [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-121-0/+33
* [llvm-nm] Fix for BZ41711 - Class character for a symbol with undefinedChris Jackson2019-06-271-23/+23
* [llvm-nm] Generalize ELF symbol types 'N' and 'n'Fangrui Song2019-06-201-1/+21
* [llvm-nm] Additional lit tests for command line optionsChris Jackson2019-06-1316-18/+363
* [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-097-8/+195
* [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-013-3/+3
* [llvm-nm] Add --special-syms no-op flagEugene Leviant2019-04-301-0/+32
* [llvm-nm] -print-size => --print-sizeFangrui Song2019-04-291-1/+1
* [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-262-2/+2
* Make llvm-nm -help great againSerge Guelton2019-04-111-0/+3
* [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
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-1/+1
* 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
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-193-3/+3
* 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
* Add lit config file to skip tests if WebAssembly target is not available.Douglas Yung2019-01-301-0/+2
* [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-nullSam Clegg2019-01-292-1/+24
* [llvm-nm] Print out N_COLD_FUNC as "cold func"Vedant Kumar2019-01-261-1/+1
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-252-0/+7
* [WebAssembly] Fixing 2 more symbol offset related tests.Wouter van Oortmerssen2019-01-171-1/+1
* [llvm-nm] Allow --size-sort to print symbols with only Symbol sizeSaurabh Badhwar2019-01-161-0/+12
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-163-3/+3
* [llvm-nm] Add --portability as alias for --format=posixJames Henderson2019-01-071-0/+5
* [llvm-nm] Use WithColor for error reportingJonas Devlieghere2018-11-111-1/+1
* [llvm-nm] Include the text "@FILE" in the output of --helpMartin Storsjo2018-10-112-0/+9
* [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
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-263-0/+3
* 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
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-14/+3
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-273-3/+0
OpenPOWER on IntegriCloud