aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Simplify code.Benjamin Kramer2011-11-041-4/+3
* Removed unused variable.Chad Rosier2011-11-021-1/+0
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-021-9/+71
* Object/Archive: Cleanup anon namespace.Michael J. Spencer2011-10-251-8/+5
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-7/+48
* lib/Object: Suppress warnings on gcc-4.3.4 cygwinNAKAMURA Takumi2011-10-081-1/+1
* Object: constize Archive.Michael J. Spencer2011-10-081-2/+2
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+172