1. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  2. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  3. e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  4. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  5. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  6. a7ad4b3 Object: Handle Mach-O kext bundle files by Justin Bogner · 11 years ago
  7. bbd875b Support ELF files of unknown type. by Michael J. Spencer · 11 years ago
  8. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  9. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  10. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  11. 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  12. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  13. c3f9b5a Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  14. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  15. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  16. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  17. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  18. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  19. 40066cc Shankar kindly pointed out that I wasn't following the coding convention properly, so moving raw_ostream.h above system_error.h. by Aaron Ballman · 12 years ago
  20. b1f8a5a Fixing the MSVC build by including a file. by Aaron Ballman · 12 years ago
  21. f12b828 Add a SymbolicFile interface between Binary and ObjectFile. by Rafael Espindola · 12 years ago
  22. afcc3df Make ObjectFile ownership of the MemoryBuffer optional. by Rafael Espindola · 12 years ago
  23. ec46f31 Pass the computed magic to createBinary and createObjectFile if available. by Rafael Espindola · 12 years ago
  24. 51cc360 Change createObjectFile to return an ErrorOr. by Rafael Espindola · 12 years ago
  25. 692410e Be a bit more consistent about using ErrorOr when constructing Binary objects. by Rafael Espindola · 12 years ago
  26. e448f9e Path: Recognize COFF import library file magic. by Rui Ueyama · 12 years ago
  27. fc149a6 Path: Recognize Windows compiled resource file. by Rui Ueyama · 12 years ago
  28. 4d76a21 Delete the buffer in createObjectFile if it fails. by Rafael Espindola · 12 years ago
  29. e6388e6 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 12 years ago
  30. 447d2d1 Fix variable name style. Don't cast to and from int. by Rafael Espindola · 12 years ago
  31. cd81b90 Convert another use of sys::identifyFileType. by Rafael Espindola · 12 years ago
  32. 1dc4306 Pass a StringRef to sys::identifyFileType. by Rafael Espindola · 12 years ago
  33. 4f60a38 Change how we iterate over relocations on ELF. by Rafael Espindola · 12 years ago
  34. e4dd2e0 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 13 years ago
  35. 717c4d4 Remove unused argument. by Rafael Espindola · 13 years ago
  36. a5a4ff5 When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 13 years ago
  37. 2d3dac3 Remove unused variables. by Rafael Espindola · 14 years ago
  38. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  39. 557a81e ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 14 years ago
  40. ec29b12 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  41. aa41981 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  42. a7f9c49 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  43. bafb9347 Hook in mach-o object files into Object interface. by Eric Christopher · 15 years ago
  44. b60a18d Object: Add ELF support. by Michael J. Spencer · 15 years ago
  45. 8e90ada Object: Add COFF Support. by Michael J. Spencer · 15 years ago
  46. 39a0ffc MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 15 years ago
  47. 7b6fef8 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 15 years ago
  48. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  49. ee5ba31 Fix typo: Exectuable -> Executable by Peter Collingbourne · 15 years ago
  50. f177d16 Object: Get rid of sys::Path, Triple, and cleanup namespace. by Michael J. Spencer · 15 years ago
  51. fe5ee80 Add LLVMObject Library. by Michael J. Spencer · 15 years ago