summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-38/+38
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-261-0/+29
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-291-1/+3
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-201-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-111-7/+7
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-281-2/+3
* 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-201-27/+39
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-191-8/+8
* 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
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-171-3/+9
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-171-2/+3
* Per code review:\Reid Spencer2004-11-161-15/+20
* * 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-151-2/+47
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-141-160/+369
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-141-0/+194
OpenPOWER on IntegriCloud