aboutsummaryrefslogtreecommitdiff
path: root/lib/Object/Object.cpp
AgeCommit message (Expand)Author
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-10-27Expose relocation accessors through the libObject C API.Owen Anderson
2011-10-27Add relocation iterators to the libObject C API.Owen Anderson
2011-10-21Use LLVMBool for a function that logically returns a boolean value.Owen Anderson
2011-10-21Bind libObject API for obtaining the section containing a Symbol.Owen Anderson
2011-10-21Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Change relocation API to be per section.Michael J. Spencer
2011-06-25Object: Add proper error handling.Michael J. Spencer
2011-04-03Move Object.cpp out of VMCore and into Object.Eric Christopher