[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / Object / Binary.h
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.