summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Archive
AgeCommit message (Expand)AuthorFilesLines
2007-05-06move this to lib/ArchiveChris Lattner5-1486/+0
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
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner1-6/+5
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2-3/+7
2006-07-28Exceptions are thrown by and through this library.Chris Lattner1-0/+1
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer3-70/+137
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer1-98/+109
2006-07-07These libs use EH infoChris Lattner1-1/+2
2006-05-12When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer1-0/+2
2006-05-06Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen1-1/+1
2005-12-26more C++ daintinessDuraid Madina1-0/+1
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2-36/+72
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner1-1/+0
2005-09-23speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner1-18/+24
2005-07-08Final Changes For PR495:Reid Spencer1-4/+4
2005-07-07For PR495:Reid Spencer2-4/+4
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman1-1/+0
2005-04-21Remove trailing whitespaceMisha Brukman4-93/+93
2005-04-21Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer1-2/+3
2005-04-21Eliminate calls to system dependent function getuid by usingReid Spencer1-2/+3
2005-04-20Initialize fields mode, uid, and gid.Misha Brukman1-0/+6
2005-04-20Align comments together for consistencyMisha Brukman1-1/+1
2005-02-26Implement an isBytecodeArchive method to determine if an archive containsReid Spencer1-0/+29
2005-01-28Properly close mapped files.Jeff Cohen2-3/+3
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen1-2/+4
2004-12-29Remove potential platform portability issue with size of "int".Reid Spencer1-1/+3
2004-12-20Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2-2/+1
2004-12-15For PR351:Reid Spencer1-1/+0
2004-12-13Make sure the Archive gets deleted if there's an error.Reid Spencer1-4/+4
2004-12-13Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer1-13/+22
2004-12-11Path::get -> Path::toStringReid Spencer3-22/+24
2004-11-28Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer1-2/+3
2004-11-25Adjust to Compressor interface changeReid Spencer1-2/+1