aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Path::get -> Path::toStringReid Spencer2004-12-111-7/+7
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-281-2/+3
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-231-1/+2
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-27/+39
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-191-8/+8
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-191-4/+2
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-191-3/+14
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-171-3/+9
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-171-2/+3
* Per code review:\Reid Spencer2004-11-161-15/+20
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-151-8/+20
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-2/+47
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-141-160/+369
* 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