aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Archive/Archive.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-16UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer1-3/+2
2011-01-16Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer1-2/+3
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer1-3/+2
2011-01-10Fix Whitespace.Michael J. Spencer1-11/+11
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-2/+4
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-8/+6
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer1-4/+11
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-04-19Don't write into MemoryBuffers.Benjamin Kramer1-3/+2
2010-04-19Fix -Wcast-qual warnings.Dan Gohman1-1/+1
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-29/+14
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-8/+8
2009-07-13Fix some non-sensical code.Daniel Dunbar1-1/+4
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-3/+3
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-3/+3
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-4/+6
2009-01-15Add the private linkage.Rafael Espindola1-2/+2
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman1-2/+2
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner1-3/+2
2008-04-01change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner1-14/+7
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner1-1/+1
2008-04-01add missing #includesChris Lattner1-0/+1
2008-03-11Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...Anton Korobeynikov1-4/+2
2008-03-04Add alias with non-external aliasee to the list of exported symbols of the li...Anton Korobeynikov1-1/+10
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif1-8/+1
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-8/+8
2007-05-06adjust this to live in lib/ArchiveChris Lattner1-0/+271