1. 359840a [BinaryFormat] Teach identify_magic about Tapi files. by Cyndy Ishida · 6 years ago
  2. 837ae69 [Object][XCOFF] Add support for 64-bit file header and section header dumping. by Sean Fertile · 6 years ago
  3. ab2eb2b [XCOFF] Add functionality for parsing AIX XCOFF object file headers by Hubert Tong · 6 years ago
  4. 581d79a [Object] Add basic minidump support by Pavel Labath · 7 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. aac28f3 Update a few switch statements to handle file_magic::pdb. by Zachary Turner · 8 years ago
  7. 3500f5e Convert the last uses of ErrorOr in include/llvm/Object. by Rafael Espindola · 8 years ago
  8. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  9. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  10. d341c93 [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  11. 2c6f75d [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  12. e97c34c Fix -Wswitch. by Rui Ueyama · 9 years ago
  13. d9445c4 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  14. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  15. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  16. 71ba9bd Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  17. 8cff174 Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  18. 22b1b7a Object: Teach llvm-ar to create symbol table for COFF short import files. by Rui Ueyama · 10 years ago
  19. a7ad4b3 Object: Handle Mach-O kext bundle files by Justin Bogner · 11 years ago
  20. 5dec7ea Rename createIRObjectFile to just create. by Rafael Espindola · 11 years ago
  21. bbd875b Support ELF files of unknown type. by Michael J. Spencer · 11 years ago
  22. 10039c0 LTO: introduce object file-based on-disk module format. by Peter Collingbourne · 11 years ago
  23. 10a27df unique_ptrify IRObjectFile::createIRObjectFile by David Blaikie · 11 years ago
  24. 99b96f4 Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. by David Blaikie · 11 years ago
  25. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  26. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  27. 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  28. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  29. c3f9b5a Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  30. f12b828 Add a SymbolicFile interface between Binary and ObjectFile. by Rafael Espindola · 12 years ago