1. a896ada Update a few switch statements to handle file_magic::pdb. by Zachary Turner · 7 years ago
  2. f45980e Convert the last uses of ErrorOr in include/llvm/Object. by Rafael Espindola · 8 years ago
  3. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  4. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. 86bfc78 [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  6. 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  7. 648ba5f Fix -Wswitch. by Rui Ueyama · 9 years ago
  8. dead081 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  9. 6673ea8 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  10. c6bf9be Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  11. 40e2251 Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  12. 976f3e1 Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  13. e8402a2 Object: Teach llvm-ar to create symbol table for COFF short import files. by Rui Ueyama · 10 years ago
  14. a4beb9e Object: Handle Mach-O kext bundle files by Justin Bogner · 10 years ago
  15. 075a8ce Rename createIRObjectFile to just create. by Rafael Espindola · 11 years ago
  16. b9f39bc Support ELF files of unknown type. by Michael J. Spencer · 11 years ago
  17. 394be6c LTO: introduce object file-based on-disk module format. by Peter Collingbourne · 11 years ago
  18. faa7461 unique_ptrify IRObjectFile::createIRObjectFile by David Blaikie · 11 years ago
  19. 38a4f3b Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. by David Blaikie · 11 years ago
  20. 548f2b6 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  21. 79002da Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  22. 0d50598 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  23. b138cab Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  24. 1f65932 Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  25. 91f86b7 Add a SymbolicFile interface between Binary and ObjectFile. by Rafael Espindola · 12 years ago