aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Reader.h
AgeCommit message (Expand)Author
2007-05-06remove bytecode headersChris Lattner
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-08-30Restore source-level compatibility with clients of these functions.Chris Lattner
2006-08-25For PR797:Reid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-15Remove useless/confusing namespace qualifier.Reid Spencer
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer
2004-11-14Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer
2004-11-06Provide an interface for getting just the external symbols from aReid Spencer
2004-09-11Correct the interface of a function to use the correct typedef for anReid Spencer
2004-08-24Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer
2004-06-29Provide support for the BytecodeHandler interface which will be called byReid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-22Added doxygen comments for the streaming module provider.Misha Brukman
2003-09-22Added functions to perform streaming function loading, doxygenified comments.Misha Brukman
2003-04-22Add information about the module sourceChris Lattner
2003-04-19Add prototype to read .a filesChris Lattner
2003-03-06Generalize interface a bitChris Lattner
2002-10-25Fix typoChris Lattner
2002-07-21changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla
2002-07-21changed first arg og parseBytecodeBuffer to ucharAnand Shukla
2002-07-17Fix prototype to make function.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-06-06Initial revisionChris Lattner