aboutsummaryrefslogtreecommitdiff
path: root/lib/Object/Archive.cpp
AgeCommit message (Expand)Author
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer
2013-01-10[Object][Archive] Fix name handling with bsd style long names.Michael J. Spencer
2013-01-10[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.Michael J. Spencer
2013-01-09[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-14s/assert/llvm_unreachable/Matt Beaumont-Gay
2012-11-14Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay
2012-11-14[Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-05-24Mark some static arrays as const.Craig Topper
2012-03-09[Object]David Meyer
2012-02-22Remove static ctor.Benjamin Kramer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-04Simplify code.Benjamin Kramer
2011-11-02Removed unused variable.Chad Rosier
2011-11-02Object/Archive: Add symbol table iteration.Michael J. Spencer
2011-10-25Object/Archive: Cleanup anon namespace.Michael J. Spencer
2011-10-25Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer
2011-10-08lib/Object: Suppress warnings on gcc-4.3.4 cygwinNAKAMURA Takumi
2011-10-08Object: constize Archive.Michael J. Spencer
2011-09-27Object: Add archive support.Michael J. Spencer