summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite demangle memory handling.Eric Christopher2017-06-301-3/+5
* Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...Eric Christopher2017-06-301-1/+1
* llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg2017-06-291-7/+34
* The change to llvm-nm in r305733 added fields to the struct NMSymbol Kevin Enderby2017-06-201-0/+7
* Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby2017-06-191-62/+528
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Print symbols from COFF import libraries.Rafael Espindola2017-05-241-1/+16
* [WebAssembly] Improve readobj and nm support for wasmSam Clegg2017-04-141-0/+12
* Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby2017-01-251-3/+18
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-16/+16
* Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne2016-12-011-7/+2
* Object: Add SF_Executable symbol flag.Peter Collingbourne2016-12-011-16/+14
* Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne2016-11-241-8/+2
* llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge2016-11-231-0/+3
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-231-7/+15
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
OpenPOWER on IntegriCloud