summaryrefslogtreecommitdiff
path: root/include/llvm/Object/Binary.h
Commit message (Expand)AuthorAge
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-08
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-09
* Remove unnecessary classof()'sSean Silva2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-19
* [Object]David Meyer2012-03-09
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-25
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-25
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-13
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-13
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-13
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-13