aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode/Archive.h
Commit message (Expand)AuthorAgeFilesLines
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* For PR797:Reid Spencer2006-08-241-9/+17
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-10/+9
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-12/+27
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-071-6/+18
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* minor cleanupChris Lattner2005-11-301-1/+1
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-0/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-63/+63
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-261-0/+9
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-131-2/+6
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-9/+14
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-191-3/+6
* Per code review:\Reid Spencer2004-11-161-18/+23
* Complete rewrite to get first working version.Reid Spencer2004-11-141-192/+410
* Deprecate constructors we don't want users to use.Reid Spencer2004-11-061-0/+23
* Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer2004-11-051-6/+11
* * Documentation corrections (thanks to Chris for nit-picking)Reid Spencer2004-11-051-18/+11
* First version of the interface to Archive files. This introduces theReid Spencer2004-11-051-0/+261