summaryrefslogtreecommitdiff
path: root/lib/Archive
Commit message (Expand)AuthorAge
* Avoid a useless temporary constrution.Reid Spencer2007-04-07
* Fix another PathWithStatus issue.Reid Spencer2007-04-07
* For PR1302:Reid Spencer2007-04-04
* For PR789:Reid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-07
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR1050:Reid Spencer2006-12-15
* Use ostream instead of iostreamBill Wendling2006-11-28
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Exceptions are thrown by and through this library.Chris Lattner2006-07-28
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-07
* These libs use EH infoChris Lattner2006-07-07
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen2006-05-06
* more C++ daintinessDuraid Madina2005-12-26
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-23
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Align comments together for consistencyMisha Brukman2005-04-20
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* Properly close mapped files.Jeff Cohen2005-01-28
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-29
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-15
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-13
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-28
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-23
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19