Don't return error_code from function that never fails.
[oota-llvm.git] / lib / Object / Object.cpp
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-05 Bjorn SteinbrinkRestore the ability to check if LLVMCreateObjectFile...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
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.