summaryrefslogtreecommitdiff
path: root/include/llvm/Object/Archive.h
Commit message (Expand)AuthorAge
* Remove unnecessary classof()'sSean Silva2012-10-11
* [Object]David Meyer2012-03-09
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-16
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-02
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-25
* Object: constize Archive.Michael J. Spencer2011-10-08
* Object: Add archive support.Michael J. Spencer2011-09-27