summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-nm] Write "no symbol" output to stderrPetr Hosek2018-10-051-8/+8
* [llvm-nm] Print an explicit "no symbols" message when an object file has no s...Jordan Rupprecht2018-10-031-11/+20
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* nm: Add -no-weak flag for hiding weak symbolsDave Lee2018-07-021-1/+8
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* Try to fix sanitizer-x86_64-linux-fast bot due to change in r328820.Kevin Enderby2018-03-291-2/+2
* For llvm-nm and Mach-O files that are fully stripped, special case a redacted...Kevin Enderby2018-03-291-2/+11
* For llvm-nm and Mach-O files also use function starts info in someKevin Enderby2018-03-221-2/+90
* llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text...Kevin Enderby2018-01-311-0/+4
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-9/+0
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-2/+1
* [llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flagMartin Storsjo2017-11-031-2/+4
* [llvm-nm] Print 'I' for import table data in COFFMartin Storsjo2017-11-031-0/+4
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-2/+2
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-2/+2
* Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol a...Kevin Enderby2017-09-131-0/+6
* [llvm-nm] Fix output formatting of -f sysv for 64bit targetsSam Clegg2017-08-311-3/+7
* [llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov2017-07-291-2/+1
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-201-1/+5
OpenPOWER on IntegriCloud