summaryrefslogtreecommitdiff
path: root/lib/Archive
AgeCommit message (Expand)AuthorFilesLines
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner3-26/+25
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer1-1/+1
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson1-1/+1
2009-07-13Fix some non-sensical code.Daniel Dunbar1-1/+4
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson4-8/+8
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson4-8/+9
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson4-19/+25
2009-06-11Avoid leaking memory in an error path. NoticedDuncan Sands1-3/+4
2009-01-15Add the private linkage.Rafael Espindola1-2/+2
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman1-3/+3
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman1-0/+1
2008-11-21Silence unused variable warnings.Devang Patel1-0/+4
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+5
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman2-4/+2
2008-05-24Create archives with the same permissions are ar.Owen Anderson1-0/+7
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman2-3/+3
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2-7/+4
2008-04-01change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner3-47/+34
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner2-3/+3
2008-04-01add missing #includesChris Lattner3-0/+3
2008-03-11Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...Anton Korobeynikov1-4/+2
2008-03-04Add alias with non-external aliasee to the list of exported symbols of the li...Anton Korobeynikov1-1/+10
2008-02-28Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth1-1/+1
2008-02-20Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov1-1/+2
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2-0/+4
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner4-8/+8
2007-12-29remove attribution from lib Makefiles.Chris Lattner1-2/+2
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif1-1/+1
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif3-26/+8
2007-07-05Here is the bulk of the sanitizing.Gabor Greif4-35/+35
2007-05-06adjust this to live in lib/ArchiveChris Lattner1-2/+2
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner4-60/+40
2007-05-06add bitcode supportChris Lattner2-50/+44
2007-04-07Avoid a useless temporary constrution.Reid Spencer1-2/+1
2007-04-07Fix another PathWithStatus issue.Reid Spencer1-1/+2
2007-04-04For PR1302:Reid Spencer3-6/+6
2007-03-29For PR789:Reid Spencer2-2/+8
2007-03-29For PR789:Reid Spencer2-2/+2
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner2-3/+80
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner3-12/+17
2006-12-15For PR1050:Reid Spencer3-6/+27
2006-11-28Use ostream instead of iostreamBill Wendling1-2/+1
2006-08-25For PR797:Reid Spencer1-1/+0
2006-08-25For PR797:Reid Spencer2-6/+9
2006-08-24For PR797:Reid Spencer3-57/+65
2006-08-23For PR797:Reid Spencer1-2/+4
2006-08-23For PR797:Reid Spencer1-2/+4
2006-08-22Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer1-1/+1
2006-08-22For PR797:Reid Spencer2-6/+19