aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-2/+0
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-1/+1
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-7/+7
* add missing #includesChris Lattner2008-04-011-0/+1
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-1/+1
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-11/+5
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-11/+11
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-061-43/+18
* add bitcode supportChris Lattner2007-05-061-7/+41
* For PR1302:Reid Spencer2007-04-041-2/+2
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-7/+10
* For PR1050:Reid Spencer2006-12-151-2/+11
* For PR797:Reid Spencer2006-08-251-4/+6
* For PR797:Reid Spencer2006-08-241-2/+6
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-68/+131
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-121-0/+2
* more C++ daintinessDuraid Madina2005-12-261-0/+1
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-231-18/+24
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-38/+38
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-261-0/+29
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-291-1/+3
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-201-1/+0
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-131-4/+4
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-131-13/+22
* 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