summaryrefslogtreecommitdiff
path: root/lib/Archive
Commit message (Expand)AuthorAge
* 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
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-19
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Fix some things for Mac OSX archives:Reid Spencer2004-11-17
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-17
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-17
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-17
* Fix typeo in comment.Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First working versionReid Spencer2004-11-14
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-14
* Recognize compressed LLVM bytecode files.John Criswell2004-11-09
* Makefile for the LLVMArchive library.Reid Spencer2004-11-06
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06
* Changes For Bug 352Reid Spencer2004-09-01
* Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer2004-07-04
* Use the new FileUtilities.h API for mapping a file into an addressChris Lattner2004-05-28