[C++11] Replace OwningPtr::take() with OwningPtr::release().
[oota-llvm.git] / lib / Object / Binary.cpp
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-06-28 Alexey SamsonovMake a switch in createBinary fully-covered. Add forgot...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-11 Rafael EspindolaConvert a use of sys::identifyFileType to sys::fs:...
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-08 Sean SilvaDon't artifically restrict input object size.
2011-10-08 Michael J. SpencerObject: Add support for opening stdin.
2011-09-27 Michael J. SpencerObject: Add archive support.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.