summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveWriter.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
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* 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
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-01
* Archive: Fix temp path names.Michael J. Spencer2011-01-17
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-16
* UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer2011-01-16
* Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer2011-01-16
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-16
* Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer2011-01-15
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Fix Whitespace.Michael J. Spencer2011-01-10
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-27
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-19
* Fix a grammaro.Dan Gohman2010-03-30
* 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
* Avoid leaking memory in an error path. NoticedDuncan Sands2009-06-11
* Silence unused variable warnings.Devang Patel2008-11-21
* Create archives with the same permissions are ar.Owen Anderson2008-05-24
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* add missing #includesChris Lattner2008-04-01
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-28
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* 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
* For PR789:Reid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR1050:Reid Spencer2006-12-15
* Use ostream instead of iostreamBill Wendling2006-11-28
* For PR797:Reid Spencer2006-08-25