aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Reader.h
AgeCommit message (Expand)Author
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