Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Bytecode / Reader.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-22 Misha BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-04-22 Chris LattnerAdd information about the module source
2003-04-19 Chris LattnerAdd prototype to read .a files
2003-03-06 Chris LattnerGeneralize interface a bit
2002-10-25 Chris LattnerFix typo
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-17 Chris LattnerFix prototype to make function.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-06-06 Chris LattnerInitial revision