summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAge
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* add missing #includesChris Lattner2008-04-01
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* For PR1302:Reid Spencer2007-04-04
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR1050:Reid Spencer2006-12-15
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* more C++ daintinessDuraid Madina2005-12-26
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-23
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-29
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-13
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-28
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-23
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-19
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-17
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-17
* Per code review:\Reid Spencer2004-11-16
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* 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