summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-557/+0
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-81/+7
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-8/+6
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-1/+1
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-261-11/+11
* Fix typoMatt Arsenault2013-02-261-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+2
* 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
* adjust this to live in lib/ArchiveChris Lattner2007-05-061-0/+633
OpenPOWER on IntegriCloud