aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-2/+9
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-9/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-2/+9
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-271-0/+45
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-271-0/+23
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-211-1/+1
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-211-0/+6
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-211-0/+69
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-2/+2
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-2/+2
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
* Object: Add proper error handling.Michael J. Spencer2011-06-251-6/+15
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-031-0/+59