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