aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object][Archive] Fix name handling with bsd style long names.Michael J. Spencer2013-01-101-8/+14
* [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.Michael J. Spencer2013-01-101-2/+6
* [Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer2013-01-091-10/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* s/assert/llvm_unreachable/Matt Beaumont-Gay2012-11-141-3/+4
* Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay2012-11-141-6/+6
* [Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer2012-11-141-18/+32
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-26/+118
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-091-1/+1
* Mark some static arrays as const.Craig Topper2012-05-241-2/+2
* [Object]David Meyer2012-03-091-1/+1
* Remove static ctor.Benjamin Kramer2012-02-221-2/+2
* 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