summaryrefslogtreecommitdiff
path: root/lib/Archive
AgeCommit message (Expand)AuthorFilesLines
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth1-0/+6
2011-03-01Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman1-38/+36
2011-01-17Archive: Fix temp path names.Michael J. Spencer1-4/+6
2011-01-16UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer1-36/+36
2011-01-16UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer2-6/+7
2011-01-16Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer2-7/+6
2011-01-16Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer1-36/+36
2011-01-15Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer1-36/+36
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer2-6/+7
2011-01-10Fix Whitespace.Michael J. Spencer2-17/+17
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2-3/+7
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2-14/+11
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2-8/+25
2010-11-29Merge System into Support.Michael J. Spencer3-4/+4
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+0
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-0/+2
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman1-8/+4
2010-04-25silence a warning, patch by "mike".Chris Lattner1-1/+1
2010-04-19Don't write into MemoryBuffers.Benjamin Kramer4-18/+13
2010-04-19Fix -Wcast-qual warnings.Dan Gohman2-4/+7
2010-04-07add newlines at end of files.Chris Lattner1-1/+1
2010-03-30Fix a grammaro.Dan Gohman1-1/+1
2010-02-04From PR6228:Chris Lattner1-1/+2
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin4-59/+44
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
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