aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/Binary.h
Commit message (Expand)AuthorAgeFilesLines
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+5
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-1/+2
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-081-2/+15
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-091-2/+6
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-191-0/+7
* [Object]David Meyer2012-03-091-7/+37
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-2/+5
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-251-0/+64
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-131-64/+0
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-5/+2
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-2/+5
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-131-0/+64