1. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  2. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  3. 71ba9bd Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  4. 8cff174 Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  5. 22b1b7a Object: Teach llvm-ar to create symbol table for COFF short import files. by Rui Ueyama · 10 years ago
  6. a7ad4b3 Object: Handle Mach-O kext bundle files by Justin Bogner · 11 years ago
  7. 5dec7ea Rename createIRObjectFile to just create. by Rafael Espindola · 11 years ago
  8. bbd875b Support ELF files of unknown type. by Michael J. Spencer · 11 years ago
  9. 10039c0 LTO: introduce object file-based on-disk module format. by Peter Collingbourne · 11 years ago
  10. 10a27df unique_ptrify IRObjectFile::createIRObjectFile by David Blaikie · 11 years ago
  11. 99b96f4 Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. by David Blaikie · 11 years ago
  12. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  13. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  14. 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  15. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  16. c3f9b5a Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  17. f12b828 Add a SymbolicFile interface between Binary and ObjectFile. by Rafael Espindola · 12 years ago