1. fc149a6 Path: Recognize Windows compiled resource file. by Rui Ueyama · 12 years ago
  2. 4d76a21 Delete the buffer in createObjectFile if it fails. by Rafael Espindola · 12 years ago
  3. e6388e6 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 12 years ago
  4. 447d2d1 Fix variable name style. Don't cast to and from int. by Rafael Espindola · 12 years ago
  5. cd81b90 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  6. 1dc4306 Pass a StringRef to sys::identifyFileType. by Rafael Espindola · 12 years ago
  7. 4f60a38 Change how we iterate over relocations on ELF. by Rafael Espindola · 12 years ago
  8. e4dd2e0 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 12 years ago
  9. 717c4d4 Remove unused argument. by Rafael Espindola · 13 years ago
  10. a5a4ff5 When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 13 years ago
  11. 2d3dac3 Remove unused variables. by Rafael Espindola · 14 years ago
  12. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  13. 557a81e ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 14 years ago
  14. ec29b12 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  15. aa41981 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  16. a7f9c49 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  17. bafb9347 Hook in mach-o object files into Object interface. by Eric Christopher · 15 years ago
  18. b60a18d Object: Add ELF support. by Michael J. Spencer · 15 years ago
  19. 8e90ada Object: Add COFF Support. by Michael J. Spencer · 15 years ago
  20. 39a0ffc MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 15 years ago
  21. 7b6fef8 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 15 years ago
  22. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  23. ee5ba31 Fix typo: Exectuable -> Executable by Peter Collingbourne · 15 years ago
  24. f177d16 Object: Get rid of sys::Path, Triple, and cleanup namespace. by Michael J. Spencer · 15 years ago
  25. fe5ee80 Add LLVMObject Library. by Michael J. Spencer · 15 years ago