aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-211-2/+3
* Properly close mapped files.Jeff Cohen2005-01-281-1/+1
* Path::get -> Path::toStringReid Spencer2004-12-111-7/+7
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-4/+10
* Per code review:\Reid Spencer2004-11-161-1/+2
* First working versionReid Spencer2004-11-141-2/+128
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-061-0/+24