summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-5/+8
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-30/+0
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-0/+30
* [llvm-nm] - Fix a bug and unbreak ASan BB.George Rimar2019-09-071-1/+4
* [llvm-nm] Small fix to Exected<StringRef>Sid Manning2019-08-301-1/+1
* Fix nm on GCC 5.1 after the C++14 moveJF Bastien2019-08-151-6/+10
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-7/+23
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-23/+7
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-7/+23
* Revert [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-161-8/+1
* [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-121-1/+8
* [llvm-nm] Fix for BZ41711 - Class character for a symbol with undefinedChris Jackson2019-06-271-1/+6
* [llvm-nm] Generalize ELF symbol types 'N' and 'n'Fangrui Song2019-06-201-12/+7
* [llvm-nm] Fix docs and help text for --print-sizeJames Henderson2019-06-121-1/+1
* [llvm-nm] Fix Bug 41353 - unique symbols printed as D instead of uJordan Rupprecht2019-05-241-3/+9
* Update llvm-nm -s to use a multi-var optionMichael Trent2019-05-181-6/+1
* [Object] Fix macho-invalid.testFangrui Song2019-05-101-2/+3
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-101-5/+6
* [llvm-nm] Fix handling of symbol types 't' 'd' 'r'Fangrui Song2019-05-091-20/+7
* Remove duplicate assignments. NFCI.Simon Pilgrim2019-05-061-1/+0
* Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...Jordan Rupprecht2019-05-021-11/+28
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-7/+9
* [llvm-nm] Add --special-syms no-op flagEugene Leviant2019-04-301-0/+3
* [llvm-nm] Simplify and fix a buffer overflowFangrui Song2019-04-291-149/+107
* [llvm-nm][llvm-readelf] Avoid single-dash -long-option in testsFangrui Song2019-04-271-4/+0
* [llvm-nm] Support section type 'u': STB_GNU_UNIQUEFangrui Song2019-04-271-0/+4
* [llvm-nm] Revert inadvertently committed 'i' change in r359314Fangrui Song2019-04-261-3/+0
* [ThinLTO] Fix X86/strong_non_prevailing.ll after llvm-nm 'r' changeFangrui Song2019-04-261-0/+3
* [llvm-nm] Generalize symbol types 'N', 'n' and '?'Fangrui Song2019-04-261-9/+5
* [llvm-nm] Fix handling of symbol types 't' 'd' 'r'Fangrui Song2019-04-261-19/+6
* Make llvm-nm -help great againSerge Guelton2019-04-111-33/+58
* [llvm-nm]Add support for --no-demangleJames Henderson2019-04-031-3/+10
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-03-081-3/+42
* Revert "Improve "llvm-nm -f sysv" output for Elf files"Vlad Tsyrklevich2019-02-261-44/+4
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-02-261-4/+44
* llvm-nm: Observe -no-llvm-bc for archive membersDave Lee2019-02-161-6/+8
* Compute the correct symbol size in llvm-nm even without --print-sizeSunil Srivastava2019-02-031-4/+2
* [llvm-nm] Report '.comment' ELF sections as 'n' instead of '?'Matt Davis2019-02-011-0/+1
* [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-251-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-nm] Allow --size-sort to print symbols with only Symbol sizeSaurabh Badhwar2019-01-161-2/+1
* [llvm-nm] Add --portability as alias for --format=posixJames Henderson2019-01-071-0/+2
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-201-4/+4
* [llvm-nm] Fix use-after-free for MachOUniversalBinariesFrancis Visoiu Mistrih2018-11-191-1/+2
* [llvm-nm] Use WithColor for error reportingJonas Devlieghere2018-11-111-7/+8
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-7/+6
* [llvm-nm] Simplify. NFCFangrui Song2018-10-261-14/+7
* [llvm-nm] Fix crash when running with --print-armap on corrupt archives.Jordan Rupprecht2018-10-111-2/+4
* [llvm-nm] Include the text "@FILE" in the output of --helpMartin Storsjo2018-10-111-0/+2
OpenPOWER on IntegriCloud