1. 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
  2. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  3. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  4. 51cc360 Change createObjectFile to return an ErrorOr. by Rafael Espindola · 12 years ago
  5. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  6. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  7. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  8. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  9. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  10. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  11. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  12. f7a89d0 Expose relocation accessors through the libObject C API. by Owen Anderson · 14 years ago
  13. e245af6 Add relocation iterators to the libObject C API. by Owen Anderson · 14 years ago
  14. 500ebeb Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 14 years ago
  15. 07bfdbb Bind libObject API for obtaining the section containing a Symbol. by Owen Anderson · 14 years ago
  16. 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
  17. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  18. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  19. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  20. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  21. c56d2e8 Move Object.cpp out of VMCore and into Object. by Eric Christopher · 15 years ago[Renamed from llvm/lib/VMCore/Object.cpp]
  22. 9f08a3b Add a set of C bindings for the Object interface. by Eric Christopher · 15 years ago