summaryrefslogtreecommitdiff
path: root/lib/Object/Object.cpp
Commit message (Expand)AuthorAge
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-27
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-27
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-21
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-21
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-21
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-03