aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Archive.h
AgeCommit message (Expand)Author
2007-05-06remove bytecode headersChris Lattner
2007-04-07For PR1291:Reid Spencer
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-08-24For PR797:Reid Spencer
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-11-30minor cleanupChris Lattner
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-26Implement an isBytecodeArchive method to determine if an archive containsReid Spencer
2004-12-13Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-19Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer
2004-11-16Per code review:\Reid Spencer
2004-11-14Complete rewrite to get first working version.Reid Spencer
2004-11-06Deprecate constructors we don't want users to use.Reid Spencer
2004-11-05Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer
2004-11-05* Documentation corrections (thanks to Chris for nit-picking)Reid Spencer
2004-11-05First version of the interface to Archive files. This introduces theReid Spencer