Remove warnings about unused parameters and shadowed variables.
[oota-llvm.git] / include / llvm / ModuleProvider.h
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-03-25 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-03-29 Chris Lattneradd a hook to demat functions.
2006-07-07 Chris LattnerFix an embarassing bug reid noticed
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-02-01 Chris LattnerAdd comments
2004-01-21 Misha BrukmanTo materialize a module, you need to know what function...
2003-12-30 Chris LattnerAdd a new class useful for providing fully materialized...
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-17 Misha BrukmanReturn the Module being materialized to avoid always...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-09-30 Chris Lattnermake the header comment more useful
2003-09-22 Misha BrukmanMaterialize the module before releasing it.
2003-09-18 Misha BrukmanAbstract interface for module providers, e.g. streaming...