aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Binary.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-3/+49
llvm-svn: 133870
2011-06-25Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer1-0/+50
llvm-svn: 133869
2011-06-13Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer1-50/+0
llvm-svn: 132914
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer1-49/+3
llvm-svn: 132913
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-3/+49
llvm-svn: 132911
2011-06-13Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer1-0/+50
llvm-svn: 132910