1. 5479bcf [llvm-readobj][test] Add all GNU_PROPERTY_X86_FEATURE_2_{NEEDED,USED} bits by Fangrui Song · 6 years ago
  2. 98cd2e9 [llvm-readobj] Dump GNU_PROPERTY_X86_ISA_1_{NEEDED,USED} notes in .note.gnu.property by Fangrui Song · 6 years ago
  3. 45dd4f2 [llvm-readobj] Dump GNU_PROPERTY_X86_FEATURE_2_{NEEDED,USED} notes in .note.gnu.property by Fangrui Song · 6 years ago
  4. 610cf80 [llvm-readobj] Only allow 4-byte pr_data by Fangrui Song · 6 years ago
  5. 1ee69f0 [yaml2obj/obj2yaml] - Move `Info` field out from `Section` class. by George Rimar · 6 years ago
  6. 0993cc8 [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections. by George Rimar · 6 years ago
  7. 7ce9ffa [WebAssembly] Update test output after rL353474. NFC. by Dan Gohman · 6 years ago
  8. 29400a2 [CodeView] Fix cycles in debug info when merging Types with global hashes by Alexandre Ganea · 6 years ago
  9. 472ba07 [WebAssembly] Update test output after rL353357. NFC. by Sam Clegg · 6 years ago
  10. 9d070e1 [llvm-readobj] Display sections that do not belong to a segment in the section-mapping by Matt Davis · 6 years ago
  11. 429b74e [llvm-readobj] Fix readobj test expectation broken in rL353109. NFC. by Sam Clegg · 6 years ago
  12. 96488ce [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ by Sam Clegg · 6 years ago
  13. 1677420 [llvm-readobj] Add a flag to dump just the section-to-segment mapping. by Matt Davis · 6 years ago
  14. c2ed95b [llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbols by James Henderson · 6 years ago
  15. 1da2ee9 [NFC][llvm-readobj]Normalise --/- inconsistency in test options by James Henderson · 6 years ago
  16. 698f734 [llvm-readelf]Revert --dyn-symbols behaviour to make it GNU compatible, and add new --hash-symbols switch for old behaviour by James Henderson · 6 years ago
  17. 6c942cd [llvm-readobj][ELF]Add demangling support by James Henderson · 6 years ago
  18. 9afc48e [llvm-readobj] Set correct offset when dumping hex section output. by Sid Manning · 6 years ago
  19. 29aeb33 [WebAssembly] Store section alignment as a power of 2 by Sam Clegg · 6 years ago
  20. e55d66c [llvm-readelf] Allow single-letter flags to be merged. by Jordan Rupprecht · 6 years ago
  21. 6fb9d21 [llvm-readobj] Don't print '@' at end of unversioned dynsym names by James Henderson · 6 years ago
  22. fdc4ee5 Python compat - iteritems() vs. items() by Serge Guelton · 6 years ago
  23. ed38195 Python compat - portable way of raising exceptions by Serge Guelton · 6 years ago
  24. 3050b0c [NFC] Remove unused Python import by Serge Guelton · 6 years ago
  25. 60ccceb Python compat - print statement by Serge Guelton · 6 years ago
  26. 0239fd3 [llvm-readobj] [COFF] Print the symbol index for relocations by Martin Storsjo · 6 years ago
  27. cd44df2 [llvm-readelf] Add -e/--headers support to readobj/elf by Sid Manning · 6 years ago
  28. 84d18ae [libObject] Fix getDesc for Elf_Note_Impl by Jake Ehrlich · 7 years ago
  29. 6856bcc [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. by Jordan Rupprecht · 7 years ago
  30. 8e90617 [llvm-readobj] Implement LLVM style printer for --notes by Jordan Rupprecht · 7 years ago
  31. 0f48414 [WebAssembly] Update test cases after FixFunctionBitcasts by Heejin Ahn · 7 years ago
  32. 3497542 [AArch64] [Windows] Misc fixes for llvm-readobj -unwind. by Eli Friedman · 7 years ago
  33. 5c27f3e [llvm-readobj] Print ELF header flags names in GNU output by Simon Atanasyan · 7 years ago
  34. e10866a [ARM64][Windows] Add unwind support to llvm-readobj by Sanjin Sijaric · 7 years ago
  35. 0444f57 [DebugInfo] Common behavior for error types by Alexandre Ganea · 7 years ago
  36. ad8a8d1 Add missing test file from r339799. by Peter Collingbourne · 7 years ago
  37. a2ac910 llvm-readobj: Fix addend in relocations for android packed format by Peter Collingbourne · 7 years ago
  38. cac968e [llvm-readobj] Generic hex-dump option by Paul Semel · 7 years ago
  39. efd8832 [llvm-readobj] - Do not report invalid amount of sections. by George Rimar · 7 years ago
  40. 9f006d3 [llvm-readobj] Generic -string-dump option by Paul Semel · 7 years ago
  41. 8b80d4e [llvm-readobj] - Teach tool to dump objects with >= SHN_LORESERVE of sections. by George Rimar · 7 years ago
  42. 94b0940 [llvm-readobj] Add -hex-dump (-x) option by Paul Semel · 7 years ago
  43. 2d07720 Revert "[llvm-readobj] Fix printing format" by Paul Semel · 7 years ago
  44. 0de2000 [llvm-readobj] Fix printing format by Paul Semel · 7 years ago
  45. eefdbb4 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
  46. 032b305 llvm-readobj: fix printing number of relocations in Android packed format. by Peter Collingbourne · 7 years ago
  47. 2db6f82 [llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.property by Alexander Ivchenko · 7 years ago
  48. 80f62ff Reverted r333424 as it broke multiple build bots and left unfixed for a long time by Galina Kistanova · 7 years ago
  49. 980b901 [llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.property by Alexander Ivchenko · 7 years ago
  50. 8d1235f [WebAsembly] Update default triple in test files to wasm32-unknown-unkown. by Sam Clegg · 7 years ago
  51. edd7694 [WebAssembly] llvm-readobj: display symbols names in relocations by Sam Clegg · 7 years ago
  52. 4f72fc1 typo by Sam Clegg · 7 years ago
  53. bfeca0b [WebAssembly] Section symbols must have local binding by Sam Clegg · 7 years ago
  54. 14598cb [WebAssembly] Add version to object file metadata by Sam Clegg · 7 years ago
  55. 194a4e0 [WebAssembly] Use section index in relocation section header by Sam Clegg · 7 years ago
  56. 24b0700 Add PPC64_GLINK dynamic tag. by Sean Fertile · 7 years ago
  57. b068ce9 [WebAssembly] libObject: Don't include the name the size of custom sections by Sam Clegg · 7 years ago
  58. c8ecb9d Fix build bot after r328078 "llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections." by George Rimar · 7 years ago
  59. a48ab92 [llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections. by George Rimar · 7 years ago
  60. 3043522 [llvm-readobj] Extend the output of -elf-section-groups by Alexander Shaposhnikov · 7 years ago
  61. ed6b821 Reland "[DebugInfo] Support DWARF expressions in eh_frame" by Rafael Auler · 7 years ago
  62. 4d09eef Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame by Rui Ueyama · 7 years ago
  63. 44f97b9 [DebugInfo] Support DWARF expressions in eh_frame by Rafael Auler · 7 years ago
  64. 022e5fa [WebAssembly] Reorder reloc sections to come between symtab and name by Nicholas Wilson · 7 years ago
  65. 2d7ecce [WebAssembly] Update pre-generated test files to match latest llc output. NFC. by Nicholas Wilson · 7 years ago
  66. e14b248 [WebAssembly] Remove DataSize from linking metadata section by Sam Clegg · 7 years ago
  67. d578479 [WebAssembly] Add first claass symbol table to wasm objects by Sam Clegg · 7 years ago
  68. 2589f81 Mark two tests REQUIRES: x86-registered-backend by Justin Bogner · 7 years ago
  69. e7676fe CodeGen: support an extension to pass linker options on ELF by Saleem Abdulrasool · 7 years ago
  70. eb7fd73 [WebAssembly] Remove debug names from symbol table by Sam Clegg · 7 years ago
  71. fbe3e1c [llvm-readobj] Support -needed-libs option for Mach-O files by Petr Hosek · 7 years ago
  72. c5ea695 [llvm-readobj] Support -needed-libs option for COFF files by Petr Hosek · 7 years ago
  73. 6572bcd [llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumping by Simon Atanasyan · 7 years ago
  74. 0eba9bc [llvm-readobj] Print static MIPS GOT by Simon Atanasyan · 8 years ago
  75. 3a1f0f3 Assembly tests require x86 target. by Peter Collingbourne · 8 years ago
  76. 68a3deb llvm-readobj: Add support for reading relocations in the Android packed format. by Peter Collingbourne · 8 years ago
  77. 790af1a [codeview] Add support for inlinee lists by Reid Kleckner · 8 years ago
  78. 9b90153 AMDGPU: Add and set AMDGPU-specific e_flags by Konstantin Zhuravlyov · 8 years ago
  79. 7624630 AMDGPU: Add ELFOSABI_AMDGPU_PAL by Konstantin Zhuravlyov · 8 years ago
  80. e286417 [WebAssembly] Allow each data segment to specify its own alignment by Sam Clegg · 8 years ago
  81. 81e3824 Reland "[WebAssembly] Add support for naming wasm data segments" by Sam Clegg · 8 years ago
  82. 96bd923 [llvm-readobj] Teach readobj to dump .res files (WindowsResource). by Marek Sokolowski · 8 years ago
  83. 097fb8c Reverting due to Green Dragon bot failure. by Mike Edwards · 8 years ago
  84. e5c4334 [WebAssembly] Add support for naming wasm data segments by Sam Clegg · 8 years ago
  85. 295be90 [llvm-readobj] - Teach tool to report error if some section is in multiple COMDAT groups at once. by George Rimar · 8 years ago
  86. 9f8cb47 [WebAssembly] Only treat imports/exports as symbols when reading relocatable object files by Sam Clegg · 8 years ago
  87. 8b020d7 [WebAssembly] Update relocation names to match spec by Sam Clegg · 8 years ago
  88. ed5628c [Object] Initialize LoadConfig member to null by Reid Kleckner · 8 years ago
  89. f144b00 [llvm-readobj] Install llvm-readelf alias by Petr Hosek · 8 years ago
  90. 35375a3 [llvm-readobj] Accept (and ignore) --wide (-W) command-line switch by Petr Hosek · 8 years ago
  91. efdf7c0 [llvm-readobj] Accept -S as an alias for --sections by Petr Hosek · 8 years ago
  92. 9cdd4dd [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form. by George Rimar · 8 years ago
  93. 028eab1 [codeview] Change readobj symbol dumping format by Reid Kleckner · 8 years ago
  94. f3f7937 [WebAssembly] Add more details to llvm-readobj for wasm files by Sam Clegg · 8 years ago
  95. 3ba6566 [WebAssembly] Be consistent in generating trivial test input files by Sam Clegg · 8 years ago
  96. 9f0e6a1 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
  97. 824ab51 [llvm-readobj] Include the PE magic value in printouts by Martin Storsjo · 8 years ago
  98. 3a8fe65 [WebAssembly] Add more support for weak symbols by Sam Clegg · 8 years ago
  99. d24edfe [llvm-readobj] Fix COFF RVA table dumping bug by Reid Kleckner · 8 years ago
  100. 367f21d [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago