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