summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAge
* 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
* For PR797:Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-07
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Properly close mapped files.Jeff Cohen2005-01-28
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-15
* Path::get -> Path::toStringReid Spencer2004-12-11
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19
* Fix some things for Mac OSX archives:Reid Spencer2004-11-17