summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Archive
Commit message (Expand)AuthorAgeFilesLines
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-202-2/+1
* For PR351:Reid Spencer2004-12-151-1/+0
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-131-4/+4
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-131-13/+22
* Path::get -> Path::toStringReid Spencer2004-12-113-22/+24
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-281-2/+3
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-231-1/+2
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-204-40/+66
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-192-9/+9
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-191-4/+2
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-191-3/+14
* Fix some things for Mac OSX archives:Reid Spencer2004-11-171-5/+14
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-171-3/+9
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-171-10/+14
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-171-2/+3
* Fix typeo in comment.Reid Spencer2004-11-161-1/+1
* Per code review:\Reid Spencer2004-11-161-44/+46
* Per code review:\Reid Spencer2004-11-161-15/+20
* Per code review:\Reid Spencer2004-11-161-1/+2
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-151-8/+20
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-152-14/+68
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-141-160/+369
* Implementation declarations for ArchiveReid Spencer2004-11-141-108/+24
* First working versionReid Spencer2004-11-142-224/+492
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-141-0/+194
* Makefile for the LLVMArchive library.Reid Spencer2004-11-061-0/+18
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-063-0/+466
OpenPOWER on IntegriCloud