aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/Archive.h
AgeCommit message (Expand)Author
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-10-11Remove unnecessary classof()'sSean Silva
2012-03-09[Object]David Meyer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-16Object/Archive: Give Child a operator < for map.Michael J. Spencer
2011-11-02Object/Archive: Add symbol table iteration.Michael J. Spencer
2011-10-25Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer
2011-10-08Object: constize Archive.Michael J. Spencer
2011-09-27Object: Add archive support.Michael J. Spencer