Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Object / Object.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
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 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-06-25 Michael J. SpencerObject: Add proper error handling.
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.