summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveReader.cpp
Commit message (Expand)AuthorAge
* silence a warning, patch by "mike".Chris Lattner2010-04-25
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-19
* Fix -Wcast-qual warnings.Dan Gohman2010-04-19
* From PR6228:Chris Lattner2010-02-04
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* add missing #includesChris Lattner2008-04-01
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* For PR1302:Reid Spencer2007-04-04
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR1050:Reid Spencer2006-12-15
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* more C++ daintinessDuraid Madina2005-12-26
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-23
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* 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
* 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
* 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
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-17
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-17
* 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