Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Object / Binary.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-20 Alexey SamsonovAdd const version of OwningBinary::getBinary
2014-08-19 Rafael Espindolafix the gcc build
2014-08-19 Rafael EspindolaFix the MSVC build.
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-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
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-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-01-09 NAKAMURA Takumi[Object, DebugInfo] Make DWARFContext BE-aware.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionName.
2012-03-09 David Meyer[Object]
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.