1. 6cf0926 [ELF] Convert ELF.h to Expected<T>. by Davide Italiano · 9 years ago
  2. 6a49497 Replace a report_fatal_error with an ErrorOr. by Rafael Espindola · 9 years ago
  3. 073624b Simplify iterating over program headers and detect corrupt ones. by Rafael Espindola · 10 years ago
  4. 2b5f841 Fix the name of the iterator functions to match the coding standards. by Rafael Espindola · 10 years ago
  5. 126973b [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
  6. df1ecbd7 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
  7. 2f44bf2 Introduce convenience typedefs for the 4 ELF object types. by Rafael Espindola · 12 years ago
  8. e0bdc94 print TLS segment by Shankar Easwaran · 13 years ago
  9. ed82095 [objdump] Add PT_PHDR. by Michael J. Spencer · 13 years ago
  10. 1366a61 [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly. by Michael J. Spencer · 13 years ago
  11. 1fe21fc Sort all of the includes. Several files got checked in with mis-sorted includes. by Chandler Carruth · 13 years ago
  12. 1a79161 [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 13 years ago
  13. 6acf814 [objdump] Use correct format specifiers and fix C++03 variadic warning. by Michael J. Spencer · 13 years ago
  14. 209565db [objdump] Add --private-headers, -p. by Michael J. Spencer · 13 years ago