Added target hook for post-indexed memory ops transformation.
[oota-llvm.git] / include / llvm / Bytecode / Reader.h
2006-08-30 Chris LattnerRestore source-level compatibility with clients of...
2006-08-25 Reid SpencerFor PR797:
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerRemove ReadArchiveFile (functionality moved to Archive...
2004-11-06 Reid SpencerProvide an interface for getting just the external...
2004-09-11 Reid SpencerCorrect the interface of a function to use the correct...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-06-29 Reid SpencerProvide support for the BytecodeHandler interface which...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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