summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-11-03[llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flagMartin Storsjo
2017-11-03[llvm-nm] Print 'I' for import table data in COFFMartin Storsjo
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2017-09-13Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol a...Kevin Enderby
2017-08-31[llvm-nm] Fix output formatting of -f sysv for 64bit targetsSam Clegg
2017-07-29[llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov
2017-07-20Add error handling to the dyld compact export entries in libObject.Kevin Enderby
2017-06-30Rewrite demangle memory handling.Eric Christopher
2017-06-30Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...Eric Christopher
2017-06-29llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg
2017-06-20The change to llvm-nm in r305733 added fields to the struct NMSymbol Kevin Enderby
2017-06-19Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-24Print symbols from COFF import libraries.Rafael Espindola
2017-04-14[WebAssembly] Improve readobj and nm support for wasmSam Clegg
2017-01-25Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby
2016-12-01Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne
2016-12-01Object: Add SF_Executable symbol flag.Peter Collingbourne
2016-11-24Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne
2016-11-23llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge
2016-11-23llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge
2016-11-19[CMake] llvm-nm depends on intrinsics_genChris Bieneman
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-31Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-08-12Use the range variant of transform instead of unpacking begin/endDavid Majnemer
2016-08-05Add the first of what will be a long line of additional error checks for inva...Kevin Enderby
2016-08-03Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-11Fix repeated conditional expression (PR20711)Hans Wennborg
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby