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