aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/Archive.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-0/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-121-1/+2
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-091-0/+14
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-091-1/+2
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-091-1/+2
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-091-5/+5
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-091-2/+2
* Remove declare but not implemented methods.Rafael Espindola2013-07-091-4/+0
* Move some code out of line. No functionality change.Rafael Espindola2013-07-091-65/+6
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-051-0/+1
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-031-5/+93
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+14
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* [Object]David Meyer2012-03-091-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-161-0/+8
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-021-0/+46
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-1/+1
* Object: constize Archive.Michael J. Spencer2011-10-081-4/+4
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+90