summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix debug build by adding missing dependencies on libBinaryFormatSam Clegg2018-05-151-0/+1
* 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
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-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-292-7/+35
* 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
* [CMake] llvm-nm depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer2016-10-311-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+2
* Use the range variant of transform instead of unpacking begin/endDavid Majnemer2016-08-121-3/+3
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-1/+1
* Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby2016-08-031-3/+3
OpenPOWER on IntegriCloud