1. 4fd11c1 [Object] Extend MachOUniversalBinary::getObjectForArch by Alexander Shaposhnikov · 6 years ago
  2. bcc00e1 Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
  3. 468919e Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
  4. a0c6a35 [llvm/Object] - Convert SectionRef::getName() to return Expected<> by George Rimar · 6 years ago
  5. b0fd12b6 [LLVM-C] Add Accessor for Mach-O Universal Binary Slices by Robert Widmann · 6 years ago
  6. e183340 Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  7. 4da9ff9 Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>" by Hans Wennborg · 6 years ago
  8. a076ec5 [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  9. d1ba3b1 [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries by Robert Widmann · 7 years ago
  10. a51883c [LLVM-C] Allow Access to the Type of a Binary by Robert Widmann · 7 years ago
  11. c76b621 [LLVM-C] Begin to Expose A More General Binary Interface by Robert Widmann · 7 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  13. 7570932 Use llvm::copy. NFC by Fangrui Song · 7 years ago
  14. 45eb84f [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  15. 76d8cce Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  16. 4500001 Revert r325224 "Report fatal error in the case of out of memory" by Serge Pavlov · 8 years ago
  17. 431502a Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  18. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  19. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  20. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  21. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  22. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 10 years ago
  23. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  24. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  25. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  26. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  27. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  28. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  29. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  30. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  31. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  32. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  33. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  34. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  35. 5a121b2 Restore the ability to check if LLVMCreateObjectFile was successful by Bjorn Steinbrink · 11 years ago
  36. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  37. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  38. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  39. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  40. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  41. 6956b1a Convert getFileOffset to getOffset and move it to its only user. by Rafael Espindola · 12 years ago
  42. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  43. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  44. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  45. 51cc360 Change createObjectFile to return an ErrorOr. by Rafael Espindola · 12 years ago
  46. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  47. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  48. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  49. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  50. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  51. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  52. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  53. f7a89d0 Expose relocation accessors through the libObject C API. by Owen Anderson · 14 years ago
  54. e245af6 Add relocation iterators to the libObject C API. by Owen Anderson · 14 years ago
  55. 500ebeb Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 14 years ago
  56. 07bfdbb Bind libObject API for obtaining the section containing a Symbol. by Owen Anderson · 14 years ago
  57. f239db4 Expand the coverage of the libObject C bindings to include more SectionRef accessors as well as Symbol iterators. by Owen Anderson · 14 years ago
  58. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  59. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  60. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  61. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  62. c56d2e8 Move Object.cpp out of VMCore and into Object. by Eric Christopher · 15 years ago[Renamed from llvm/lib/VMCore/Object.cpp]
  63. 9f08a3b Add a set of C bindings for the Object interface. by Eric Christopher · 15 years ago