aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-011-38/+36
* Archive: Fix temp path names.Michael J. Spencer2011-01-171-4/+6
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-161-36/+36
* UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer2011-01-161-3/+5
* Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer2011-01-161-5/+3
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-161-36/+36
* Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer2011-01-151-36/+36
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-3/+5
* Fix Whitespace.Michael J. Spencer2011-01-101-6/+6
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-1/+3
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-6/+5
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-4/+14
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-271-8/+4
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-2/+1
* Fix a grammaro.Dan Gohman2010-03-301-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-6/+6
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-10/+9
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+3
* Avoid leaking memory in an error path. NoticedDuncan Sands2009-06-111-3/+4
* Silence unused variable warnings.Devang Patel2008-11-211-0/+4
* Create archives with the same permissions are ar.Owen Anderson2008-05-241-0/+7
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-2/+2
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-4/+2
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-26/+20
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-2/+2
* add missing #includesChris Lattner2008-04-011-0/+1
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-281-1/+1
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-201-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-7/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-6/+6
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-061-4/+2
* add bitcode supportChris Lattner2007-05-061-43/+3
* For PR1302:Reid Spencer2007-04-041-2/+2
* For PR789:Reid Spencer2007-03-291-1/+4
* For PR789:Reid Spencer2007-03-291-1/+1
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-2/+4
* For PR1050:Reid Spencer2006-12-151-3/+10
* Use ostream instead of iostreamBill Wendling2006-11-281-2/+1
* For PR797:Reid Spencer2006-08-251-2/+3
* For PR797:Reid Spencer2006-08-241-43/+43
* For PR797:Reid Spencer2006-08-231-2/+4
* For PR797:Reid Spencer2006-08-231-2/+4
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-221-1/+1
* For PR797:Reid Spencer2006-08-221-4/+13
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-6/+5
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-1/+3