aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-1/+6
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-071-98/+109
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-34/+50
* Final Changes For PR495:Reid Spencer2005-07-081-4/+4
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-33/+33
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-211-2/+3
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-201-0/+6
* Properly close mapped files.Jeff Cohen2005-01-281-2/+2
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-2/+4
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-201-1/+1
* For PR351:Reid Spencer2004-12-151-1/+0
* Path::get -> Path::toStringReid Spencer2004-12-111-8/+10
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-6/+13
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-191-1/+1
* Fix some things for Mac OSX archives:Reid Spencer2004-11-171-5/+14
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-171-10/+14
* Fix typeo in comment.Reid Spencer2004-11-161-1/+1
* Per code review:\Reid Spencer2004-11-161-44/+46
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-12/+21
* First working versionReid Spencer2004-11-141-222/+364