summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAge
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-26
* Fix typoMatt Arsenault2013-02-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Mark checkSignature const, and in turn stop casting away const fromRoman Divacky2012-09-05
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-23
* Avoid using an invalidated iterator.Rafael Espindola2012-01-23
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-23
* silence a warning, patch by "mike".Chris Lattner2010-04-25
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-19
* Fix -Wcast-qual warnings.Dan Gohman2010-04-19
* From PR6228:Chris Lattner2010-02-04
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* 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