aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+477