aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark checkSignature const, and in turn stop casting away const fromRoman Divacky2012-09-051-2/+2
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-6/+1
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-231-0/+1
* Avoid using an invalidated iterator.Rafael Espindola2012-01-231-1/+5
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-231-13/+15
* silence a warning, patch by "mike".Chris Lattner2010-04-251-1/+1
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-12/+9
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-3/+6
* From PR6228:Chris Lattner2010-02-041-1/+2
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-19/+19
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-8/+8
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-11/+12
* 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