aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-141-1/+1
* Recognize compressed LLVM bytecode files.John Criswell2004-11-091-0/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer2004-07-041-0/+1
* Use the new FileUtilities.h API for mapping a file into an addressChris Lattner2004-05-281-14/+8
* Use the true, decoded name of the archive member in getObjectType.Brian Gaeke2004-03-311-7/+10
* * finegrainify namespacification of ArchiveReader.cppChris Lattner2004-01-101-6/+3
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-301-7/+5
* Reverted back to revision 1.11. The previous fix doesn't really fixJohn Criswell2003-12-221-12/+3
* Fix PR#193.John Criswell2003-12-201-3/+12
* Make getObjectType() smarter about ranlibbed Mac OS X archives.Brian Gaeke2003-12-171-0/+2
* In getObjectType(), doxygenify comment, and take a pointer to theBrian Gaeke2003-12-111-50/+43
* Implement skeletal support for __.SYMDEF (ranlib) sections in archives.Brian Gaeke2003-11-161-10/+35
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Update file header for renamed fileChris Lattner2003-09-221-1/+1
* Fixed spelling and grammar.Misha Brukman2003-09-111-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-3/+3
* Fixed 'prevalent'.Misha Brukman2003-04-231-1/+1
* Preserve module source information in the ModuleIDChris Lattner2003-04-221-3/+5
* Initial support for reading standard .a filesChris Lattner2003-04-191-0/+166