summaryrefslogtreecommitdiff
path: root/include/llvm-c/Object.h
Commit message (Expand)AuthorAge
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Revert r178713Evan Cheng2013-04-04
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-03
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* 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
* Fix typo.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
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-03