- 4182d1c android: tools: remove redundant Android.bp by Mauro Rossi · 7 years ago
- 4bdf303 android: add soong building rules by Mauro Rossi · 7 years ago
- 8a839cf [llvm-nm] Add --portability as alias for --format=posix by James Henderson · 7 years ago
- f6ea129 [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 by Jordan Rupprecht · 7 years ago
- 3a00f49 [llvm-nm] Fix use-after-free for MachOUniversalBinaries by Francis Visoiu Mistrih · 7 years ago
- 21b5863 [llvm-nm] Use WithColor for error reporting by Jonas Devlieghere · 7 years ago
- 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
- cb46794 [llvm-nm] Simplify. NFC by Fangrui Song · 7 years ago
- ea0a193 [llvm-nm] Fix crash when running with --print-armap on corrupt archives. by Jordan Rupprecht · 7 years ago
- d342bc7 [llvm-nm] Include the text "@FILE" in the output of --help by Martin Storsjo · 7 years ago
- 00a8b03 [llvm-nm] Write "no symbol" output to stderr by Petr Hosek · 7 years ago
- 59b44e1 [llvm-nm] Print an explicit "no symbols" message when an object file has no symbols by Jordan Rupprecht · 7 years ago
- 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 629c9d3 nm: Add -no-weak flag for hiding weak symbols by Dave Lee · 7 years ago
- 77b93b3 Fix debug build by adding missing dependencies on libBinaryFormat by Sam Clegg · 7 years ago
- 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
- 4ead3eb [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- f039f6a Try to fix sanitizer-x86_64-linux-fast bot due to change in r328820. by Kevin Enderby · 7 years ago
- 157fe60 For llvm-nm and Mach-O files that are fully stripped, special case a redacted LC_MAIN by Kevin Enderby · 7 years ago
- 6394fed For llvm-nm and Mach-O files also use function starts info in some by Kevin Enderby · 7 years ago
- 5ee8d5e llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text) section. by Kevin Enderby · 8 years ago
- d770752 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
- bdc30c02 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
- f30757f [llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flag by Martin Storsjo · 8 years ago
- 37104ff [llvm-nm] Print 'I' for import table data in COFF by Martin Storsjo · 8 years ago
- fbb50d9 [tools] Add option to install binutils symlinks by Shoaib Meenai · 8 years ago
- d411842 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
- dc62a47 [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
- 0833191 Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol and a zero n_sect value. by Kevin Enderby · 8 years ago
- bbbfad9 [llvm-nm] Fix output formatting of -f sysv for 64bit targets by Sam Clegg · 8 years ago
- b5b3854 [llvm] Update MachOObjectFile::exports interface by Alexander Shaposhnikov · 8 years ago
- ed0a9e1 Add error handling to the dyld compact export entries in libObject. by Kevin Enderby · 8 years ago
- 7fd563d Rewrite demangle memory handling. by Eric Christopher · 8 years ago
- 47b2ec1 Change the type of Undecorated to unique_ptr<char[]> since we're looking at a null terminated string and not a single character. by Eric Christopher · 8 years ago
- a79c4fe llvm-nm: Add support for symbol demangling (-C/--demangle) by Sam Clegg · 8 years ago
- eaf57f3 The change to llvm-nm in r305733 added fields to the struct NMSymbol by Kevin Enderby · 8 years ago
- 3fe8da4 Change llvm-nm for Mach-O files to use dyld info in some cases when printing symbols. by Kevin Enderby · 8 years ago
- 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- 89995ad Print symbols from COFF import libraries. by Rafael Espindola · 8 years ago
- a70c36a [WebAssembly] Improve readobj and nm support for wasm by Sam Clegg · 8 years ago
- 0702b34 Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as by Kevin Enderby · 9 years ago
- 398ecdf Fix a bugs with using some Mach-O command line flags like "-arch armv7m". by Kevin Enderby · 9 years ago
- e3134b8 Object: Set SF_Indirect in ModuleSymbolTable. by Peter Collingbourne · 9 years ago
- 71fc8a3 Object: Add SF_Executable symbol flag. by Peter Collingbourne · 9 years ago
- 045ffc4 Object: Add IRObjectFile::getTargetTriple(). by Peter Collingbourne · 9 years ago
- 882017a llvm-nm: Print correct symbol types for init and fini sections by Meador Inge · 9 years ago
- 54801d6 llvm-nm: Don't print value or size for undefined or weak symbols by Meador Inge · 9 years ago
- 252aa32 [CMake] llvm-nm depends on intrinsics_gen by Chris Bieneman · 9 years ago
- df0b8bc Make the Error class constructor protected by Mehdi Amini · 9 years ago
- 09c7eaa Fix an unconditional break in checkMachOAndArchFlags by David Majnemer · 9 years ago
- 3ffe113 Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
- 7e45eb5 Use the range variant of transform instead of unpacking begin/end by David Majnemer · 9 years ago
- cedb0b6 Add the first of what will be a long line of additional error checks for invalid Mach-O files. by Kevin Enderby · 9 years ago
- b48816b Clean up of libObject/Archive interfaces and change the last three uses of ErrorOr<> by Kevin Enderby · 9 years ago
- 2a71517 The next step along the way to getting good error messages for bad archives. by Kevin Enderby · 9 years ago
- aacf2fb [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
- 5daf897 [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
- 9b42aca [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
- c827f2c Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
- 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
- 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
- 36538ff Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
- e9ddf3a Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
- 77be094 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
- a486dca Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
- d52a244 MachO: remove weird ARM/Thumb interface from MachOObjectFile by Tim Northover · 9 years ago
- 813e0cf Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
- f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
- ea91af8 Fix repeated conditional expression (PR20711) by Hans Wennborg · 9 years ago
- c6bf9be Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
- ae7cf58 Fix some bugs in the posix output of llvm-nm. Which is documented on by Kevin Enderby · 9 years ago
- 66d1cd5 [llvm-nm] Fix r264247 by James Molloy · 9 years ago
- ac6554c [llvm-nm] Restore the previous behaviour (pre r262525). by Davide Italiano · 10 years ago
- cf5219d [llvm-nm] Fix rendering of -s grouping with all the othe options. by Davide Italiano · 10 years ago
- b75f2ff [llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie. by Davide Italiano · 10 years ago
- e48f9ae [llvm-nm] Simplify code logic. Rewrite a single function an inline. by Davide Italiano · 10 years ago
- 1c4040b [llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0. by Davide Italiano · 10 years ago
- e124404 [llvm-nm] Prefer range-based loop over explicit iterator. by Davide Italiano · 10 years ago
- d712968 [llvm-nm] Add -radix option by Hemant Kulkarni · 10 years ago
- d95e7b0 [llvm-nm] Remove excessive parenthesis, noticed by David Blaikie. by Davide Italiano · 10 years ago
- 68c43d4 [llvm-nm] Yet another attempt of simplifying code. by Davide Italiano · 10 years ago
- b9f7c71 [llvm-nm] Prefer empty() over size() == 0. by Davide Italiano · 10 years ago
- 48d378b [llvm-nm] Transform a switch() statement in a pair of if(s). by Davide Italiano · 10 years ago
- 409c554 [llvm-nm] Simplify code logic. NFCI. by Davide Italiano · 10 years ago
- 88b3e3e [llvm-nm] Simplify the code a bit. NFCI. by Davide Italiano · 10 years ago
- c98cfb2 [llvm-nm] Add a comment to explain why we initialize MC. by Davide Italiano · 10 years ago
- 1db4cdc [llvm-nm] Remove redundant check for file validity. by Davide Italiano · 10 years ago
- caeade4 Remove autoconf support by Chris Bieneman · 10 years ago
- faaeb2e [llvm-nm] Roll several conditions into a single if. NFCI. by Davide Italiano · 10 years ago
- dc5172a [llvm-nm] Simplify. No functional changes intended. by Davide Italiano · 10 years ago
- 161c624 Fix MachOObjectFile::getSymbolName() to not call report_fatal_error() by Kevin Enderby · 10 years ago
- d8116dc Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error() by Kevin Enderby · 10 years ago
- 75e1cfb GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
- 697477e Fix UMR in llvm-nm on IR object files in printDarwinSymbol by Reid Kleckner · 10 years ago
- 7f0edad Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match darwin’s nm(1). by Kevin Enderby · 10 years ago
- 268709a Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
- 030d7a3 Don't implicitly construct a Archive::child_iterator. by Rafael Espindola · 10 years ago
- 06e1752 Allow llvm-nm’s single letter command line flags to be grouped. by Kevin Enderby · 10 years ago
- 05f3dab Implemented the code to make llvm-nm’s -g option work. by Kevin Enderby · 10 years ago