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