Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini
[oota-llvm.git] / include / llvm-c / Object.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-21 Owen AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Owen AndersonFix typo.
2011-10-21 Owen AndersonBind libObject API for obtaining the section containing...
2011-10-21 Owen AndersonExpand the coverage of the libObject C bindings to...
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.