1. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  2. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  3. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  4. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  5. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  6. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  7. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  8. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  9. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  10. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  11. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  12. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  13. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  14. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  15. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  16. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  17. 5a121b2 Restore the ability to check if LLVMCreateObjectFile was successful by Bjorn Steinbrink · 11 years ago
  18. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  19. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  20. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  21. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  22. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  23. 6956b1a Convert getFileOffset to getOffset and move it to its only user. by Rafael Espindola · 11 years ago
  24. 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
  25. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  26. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  27. 51cc360 Change createObjectFile to return an ErrorOr. by Rafael Espindola · 12 years ago
  28. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  29. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  30. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  31. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 12 years ago
  32. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  33. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  34. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  35. f7a89d0 Expose relocation accessors through the libObject C API. by Owen Anderson · 14 years ago
  36. e245af6 Add relocation iterators to the libObject C API. by Owen Anderson · 14 years ago
  37. 500ebeb Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 14 years ago
  38. 07bfdbb Bind libObject API for obtaining the section containing a Symbol. by Owen Anderson · 14 years ago
  39. 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
  40. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  41. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  42. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  43. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  44. c56d2e8 Move Object.cpp out of VMCore and into Object. by Eric Christopher · 14 years ago[Renamed from llvm/lib/VMCore/Object.cpp]
  45. 9f08a3b Add a set of C bindings for the Object interface. by Eric Christopher · 14 years ago