aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-254/+0
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-6/+0
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-8/+6
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+2
* UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic.""Michael J. Spencer2011-01-161-3/+2
* Revert the archive part of "Support/PathV2: Add identify_magic."Michael J. Spencer2011-01-161-2/+3
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-3/+2
* Fix Whitespace.Michael J. Spencer2011-01-101-11/+11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-2/+4
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-8/+6
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-4/+11
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-3/+2
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-29/+14
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-8/+8
* Fix some non-sensical code.Daniel Dunbar2009-07-131-1/+4
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-3/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-3/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+6
* Add the private linkage.Rafael Espindola2009-01-151-2/+2
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-2/+2
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+2
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-14/+7
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-1/+1
* add missing #includesChris Lattner2008-04-011-0/+1
* Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...Anton Korobeynikov2008-03-111-4/+2
* Add alias with non-external aliasee to the list of exported symbols of the li...Anton Korobeynikov2008-03-041-1/+10
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+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-8/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-8/+8
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-061-10/+18
* Avoid a useless temporary constrution.Reid Spencer2007-04-071-2/+1
* Fix another PathWithStatus issue.Reid Spencer2007-04-071-1/+2
* For PR1302:Reid Spencer2007-04-041-2/+2
* For PR789:Reid Spencer2007-03-291-1/+4
* For PR789:Reid Spencer2007-03-291-1/+1
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-071-1/+69
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-3/+3
* For PR1050:Reid Spencer2006-12-151-1/+6
* For PR797:Reid Spencer2006-08-241-12/+16
* For PR797:Reid Spencer2006-08-221-2/+6
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+4
* Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen2006-05-061-1/+1
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-2/+22
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13