1. 59343a9 Fix a bugs with using some Mach-O command line flags like "-arch armv7m". by Kevin Enderby · 9 years ago
  2. 4ffec85 Add error checking for Mach-O universal files. by Kevin Enderby · 9 years ago
  3. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  4. 2b5ba7b [lib/Object] Modernize. NFCI. by Davide Italiano · 9 years ago
  5. 79d6c63 nother additional error check for an invalid Mach-O file by Kevin Enderby · 9 years ago
  6. 5e51a2e [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. by Lang Hames · 9 years ago
  7. c60a321 Change Archive::create() from ErrorOr<...> to Expected<...> and update by Kevin Enderby · 9 years ago
  8. 1ead14b [Object] Fix a -Wpessimizing-move error; clang-format; NFC by Vedant Kumar · 9 years ago
  9. 4239805 Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  10. 1051909 Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected<...> to by Kevin Enderby · 9 years ago
  11. 8e783eb [MachO] Finish moving fat header swap functions to MachO.h by Chris Bieneman · 9 years ago
  12. eb6d110 Add support for Darwin’s 64-bit universal files with 64-bit offsets and sizes for the objects. by Kevin Enderby · 9 years ago
  13. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  14. ff044b1 [Object] Make createMachOObjectFile return Expected<...> rather than by Lang Hames · 10 years ago
  15. 6eb30ee Use early return NFC. by Frederic Riss · 10 years ago
  16. ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
  17. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  18. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  19. 0bfe828 Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. by Rafael Espindola · 11 years ago
  20. 798ff92 Be more specific about return type of MachOUniversalBinary::getObjectForArch by Alexey Samsonov · 11 years ago
  21. 1f76e52 unique_ptrify MachOUniversalBinary::create by David Blaikie · 11 years ago
  22. 113ba3e Fix a pair of use after free. Should bring the bots back. by Rafael Espindola · 11 years ago
  23. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  24. f557713 A std::unique_ptr case I missed in the previous patch. by Rafael Espindola · 11 years ago
  25. 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  26. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  27. 4f7932b Convert a few methods to use ErrorOr. by Rafael Espindola · 11 years ago
  28. 1983fcf Change the output of llvm-nm and llvm-size for Mach-O universal files (aka by Kevin Enderby · 11 years ago
  29. 4b8fc28 Teach llvm-size to know about Mach-O universal files (aka fat files) and by Kevin Enderby · 11 years ago
  30. c7b4253 Replacing the private implementations of SwapValue with calls to sys::swapByteOrder() by Artyom Skrobov · 11 years ago
  31. ef5e867 Renaming SwapByteOrder() to getSwappedBytes() by Artyom Skrobov · 11 years ago
  32. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  33. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  34. e858a65 Teach llvm-nm to know about fat archives (aka MachOUniversal files by Kevin Enderby · 11 years ago
  35. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  36. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  37. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  38. 692410e Be a bit more consistent about using ErrorOr when constructing Binary objects. by Rafael Espindola · 12 years ago
  39. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  40. 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  41. 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  42. 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  43. db1bf3f MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::string instead. by NAKAMURA Takumi · 12 years ago
  44. e6388e6 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 12 years ago