1. 4b63ca1 [Mips] Use appropriate private label prefix based on Mips ABI by Mirko Brkusanin · 6 years ago
  2. 2bf01dc [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator> by George Rimar · 6 years ago
  3. 98a2ae7 Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index. by Jordan Rupprecht · 6 years ago
  4. 312c4a6 Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index." by Hans Wennborg · 6 years ago
  5. eb501b1 [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index. by Jordan Rupprecht · 6 years ago
  6. c526ff8 [llvm-objdump] Adjust spacing and field width for --section-headers by Jordan Rupprecht · 6 years ago
  7. 9d4a6b1 [llvm-objdump] Further rearrange llvm-objdump sections for compatability by Jordan Rupprecht · 6 years ago
  8. d706908 [llvm-objdump] Fix llvm-objdump --all-headers output order by George Rimar · 6 years ago
  9. dd591bd [llvm-objdump] - Remove one overload of reportError. NFCI. by George Rimar · 6 years ago
  10. f0f38d9 [llvm-objdump] - Cleanup the error reporting. by George Rimar · 6 years ago
  11. b232d56 [llvm-objdump] - Remove one of `report_error` functions and improve the error reporting. by George Rimar · 6 years ago
  12. 9abf668 [llvm-objdump] Add warning messages if disassembly + source for problematic inputs by Michael Pozulp · 6 years ago
  13. bcc00e1 Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
  14. 468919e Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
  15. a0c6a35 [llvm/Object] - Convert SectionRef::getName() to return Expected<> by George Rimar · 6 years ago
  16. 3046ef5 Revert "[llvm-objdump] Re-commit r367284." by Michael Pozulp · 6 years ago
  17. d340999 [llvm-objdump] Re-commit r367284. by Michael Pozulp · 6 years ago
  18. 074db9b Revert "[llvm-objdump] Add warning messages if disassembly + source for problematic inputs" by Michael Pozulp · 6 years ago
  19. b1cbe51 [llvm-objdump] Add warning messages if disassembly + source for problematic inputs by Michael Pozulp · 6 years ago
  20. d517764 [llvm-objdump][NFC] Make the PrettyPrinter::printInst() output buffered by Seiya Nuta · 6 years ago
  21. fac3900c [llvm-objdump] Emit warning if --start-address/--stop-address specify range outside file's address range. by Yuanfang Chen · 6 years ago
  22. c5f8aa8 [llvm-objdump] Keep warning for --disassemble-functions in correct order. by Yuanfang Chen · 6 years ago
  23. 5de4692 Teach the symbolizer lib symbolize objects directly. by Yuanfang Chen · 6 years ago
  24. d16c162 [llvm-objdump] Warn if no user specified sections (-j) are not found. by Yuanfang Chen · 6 years ago
  25. 78ee2fb Cleanup: llvm::bsearch -> llvm::partition_point after r364719 by Fangrui Song · 6 years ago
  26. 6e04b92 [llvm-objdump] Match GNU objdump on symbol types shown in disassembly output. by Yuanfang Chen · 6 years ago
  27. 4a2a152 [llvm-objdump] Allow --disassemble-functions to take demangled names by Yuanfang Chen · 6 years ago
  28. 0eb966c [llvm-objdump] Move --start-address >= --stop-address check out of the -d code. by Yuanfang Chen · 6 years ago
  29. 9485b26 [binutils] Add response file option to help and docs by James Henderson · 6 years ago
  30. d88e28d [llvm-objdump] Switch between ARM/Thumb based on mapping symbols. by Eli Friedman · 6 years ago
  31. fee7365 [llvm-objdump] Remove unnecessary indentation when dumping ELF data. by Yuanfang Chen · 6 years ago
  32. 58dbe47 Test commit access by Yuanfang Chen · 6 years ago
  33. 291e11e [llvm-objdump] Tidy up AMDGCNPrettyPrinter by Fangrui Song · 6 years ago
  34. 46f9cbe [llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit binaries by Fangrui Song · 6 years ago
  35. a2048f8 Symbolize: Replace the Options constructor with in-class initialization. NFCI. by Peter Collingbourne · 6 years ago
  36. 7dd813f [llvm-objdump] Fix Bugzilla ID 41862 to support checking addresses of disassembled object by Jordan Rupprecht · 6 years ago
  37. c3c18f4 [llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol by Michael Pozulp · 6 years ago
  38. e67f620 Revert "[llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol" by Vlad Tsyrklevich · 6 years ago
  39. 767bdd5 [llvm-objdump] Print source when subsequent lines in the translation unit come from the same line in two different headers. by Michael Pozulp · 6 years ago
  40. 50f61af [llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol by Michael Pozulp · 6 years ago
  41. b421966 [llvm-objdump] - Disassemble non-executable sections if specifically requested. by George Rimar · 6 years ago
  42. 6aebd83 [Object] object::ELFObjectFile::symbol_begin(): skip symbol index 0 by Fangrui Song · 6 years ago
  43. c289d21 [llvm-objdump] Dump inline relocations if the relocated section is specified with --section by Fangrui Song · 6 years ago
  44. 94c36fa Properly categorize llvm-objdump options by Serge Guelton · 6 years ago
  45. f44eb92 [llvm-objdump] Make --disassemble-functions imply -d by George Rimar · 6 years ago
  46. e183340 Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  47. 4da9ff9 Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>" by Hans Wennborg · 6 years ago
  48. a076ec5 [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  49. 6150407 [llvm-objdump] Print st_other by Fangrui Song · 6 years ago
  50. 5c922f6 [llvm-objdump] - Print relocation record in a GNU format. by George Rimar · 6 years ago
  51. 5387c2c [llvm-objdump] Print newlines before and after "Disassembly of section ...:" by Fangrui Song · 6 years ago
  52. aaecb8f [llvm-objdump] Delete redundant check by Fangrui Song · 6 years ago
  53. b5f3984 [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms by Fangrui Song · 6 years ago
  54. b48e41b [llvm-objdump] Fix End in disassemblyObject after rL358806 by Fangrui Song · 6 years ago
  55. ce12ea8 [llvm-objdump] Don't disassemble symbols before SectionAddr by Fangrui Song · 6 years ago
  56. 8f28f7a [llvm-objdump] Simplify --{start,stop}-address by Fangrui Song · 6 years ago
  57. c82e92b Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC by Fangrui Song · 6 years ago
  58. fa860ff [llvm-objdump] Align instructions to a tab stop in disassembly output by Fangrui Song · 6 years ago
  59. 051a699 [llvm-objdump] Simplify PrintHelpMessage() logic by Fangrui Song · 6 years ago
  60. d9d0c3e Revert r358405: "[llvm-objdump] Align instructions to a tab stop in disassembly output" by Alex Lorenz · 6 years ago
  61. 1625612 Revert r358418: "[llvm-objdump] Simplify PrintHelpMessage() logic" by Alex Lorenz · 6 years ago
  62. 204339a [llvm-objdump] Simplify PrintHelpMessage() logic by Fangrui Song · 6 years ago
  63. 523758e [llvm-objdump] Wrap things in namespace llvm by Fangrui Song · 6 years ago
  64. 9d812f4 [llvm-objdump] Reorganize cl::opt variables and move Mach-O specifics to MachODump.cpp by Fangrui Song · 6 years ago
  65. b688a20 [llvm-objdump] Align instructions to a tab stop in disassembly output by Fangrui Song · 6 years ago
  66. 7d4ad14 [llvm-objdump] Don't print trailing space in dumpBytes by Fangrui Song · 6 years ago
  67. 5f2b5cd [llvm-objdump] Accept and ignore --wide/-w by Fangrui Song · 6 years ago
  68. 3f20968 [llvm-objdump] Migrate some functions from std::error_code to Error by Fangrui Song · 6 years ago
  69. f67de6c [llvm-objdump] Migrate relocation handling functions from error_code to Error by Fangrui Song · 6 years ago
  70. 996b909 [llvm-objdump] Fix MC/ARM/arm-macho-calls.s by Fangrui Song · 6 years ago
  71. 32087b6 [llvm-objdump] Split disassembleObject and simplify --{start,stop}-address handling by Fangrui Song · 6 years ago
  72. 47a7662 [llvm-objdump] Fix split of source lines; don't ltrim source lines by Fangrui Song · 6 years ago
  73. e7834bd [llvm-objdump] Simplify Expected<T> handling with unwrapOrError by Fangrui Song · 6 years ago
  74. 545ed22 [llvm-objdump] Simplify disassembleObject by Fangrui Song · 6 years ago
  75. 6a0746a Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromStringRef() by Fangrui Song · 6 years ago
  76. 1857edb Fix typoed variable name. by Eric Christopher · 7 years ago
  77. ae672b4 [llvm-objdump] Support arg grouping for -j and -M (e.g. llvm-objdump -sj.foo -dMreg-names-raw) by Jordan Rupprecht · 7 years ago
  78. 77fc1f6 [DebugInfo] add SectionedAddress to DebugInfo interfaces. by Alexey Lapshin · 7 years ago
  79. 2d3faad [llvm-objdump] Implement -Mreg-names-raw/-std options. by Igor Kudrin · 7 years ago
  80. 56d651d [llvm-objdump] Add `Version References` dumper by Xing GUO · 7 years ago
  81. 0f43677 Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped"" by Matthew Voss · 7 years ago
  82. c5f2920 [yaml2obj] - Do not skip zeroes blocks if there are relocations against them. by George Rimar · 7 years ago
  83. 9cb7685 Revert "[llvm-objdump] Allow short options without arguments to be grouped" by Matthew Voss · 7 years ago
  84. 77e1f27 [llvm-objdump] Allow short options without arguments to be grouped by Matthew Voss · 7 years ago
  85. 5d9c8ad [llvm-objdump] - llvm-objdump can skip bytes at the end of a section. by Sid Manning · 7 years ago
  86. 82937e4 [ELF] Return the section name when calling getSymbolName on a section symbol. by Matt Davis · 7 years ago
  87. 4463ebe [llvm-objdump] - Restore a piece of code removed by mistake in r352366. by George Rimar · 7 years ago
  88. 87fa2e6 [llvm-objdump] - Print LMAs when dumping section headers. by George Rimar · 7 years ago
  89. 740974d [llvm-objdump] - Fix comment. NFC. by George Rimar · 7 years ago
  90. 4c3b297 [llvm-objdump] - Implement the --adjust-vma option. by George Rimar · 7 years ago
  91. 617adef [llvm-objdump] - Move common code to a new printRelocation() helper. NFC. by George Rimar · 7 years ago
  92. fd383e7 [llvm-objdump] - Move variable. NFC. by George Rimar · 7 years ago
  93. bcbe98b [llvm-objdump] - Split disassembleObject() into two methods. NFCI. by George Rimar · 7 years ago
  94. 121fcd7 [llvm-objdump] - Introduce getRelocsMap() helper. NFCI. by George Rimar · 7 years ago
  95. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  96. d1a3bd4 Revert r351529 "[llvm-objdump][NFC] Improve readability." by Clement Courbet · 7 years ago
  97. 3335f25 Reland r351529 "[llvm-objdump][NFC] Improve readability." by Clement Courbet · 7 years ago
  98. 5e36433 [llvm-objdump] - Dump the archive headers when -all-headers is specified. by George Rimar · 7 years ago
  99. c196488 [llvm-objdump] - Move getRelocationValueString and dependenices out of the llvm-objdump.cpp by George Rimar · 7 years ago
  100. 845d329 [llvm-objdump] - Show aliases in -help. by George Rimar · 7 years ago