summaryrefslogtreecommitdiff
path: root/lib/Archive
Commit message (Expand)AuthorAge
...
* 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
* Use the true, decoded name of the archive member in getObjectType.Brian Gaeke2004-03-31
* * finegrainify namespacification of ArchiveReader.cppChris Lattner2004-01-10
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-30
* Reverted back to revision 1.11. The previous fix doesn't really fixJohn Criswell2003-12-22
* Fix PR#193.John Criswell2003-12-20
* Make getObjectType() smarter about ranlibbed Mac OS X archives.Brian Gaeke2003-12-17