Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / VMCore / ModuleProvider.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-01-21 Misha BrukmanLet subclasses implement ModuleProvider::materializeMod...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Misha BrukmanChris says it's better to assert that TheModule is...
2003-10-17 Misha BrukmanReturn the Module that we just materialized.
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-09-22 Misha Brukman* No longer initialize the module, a subclass is more...
2003-09-18 Misha BrukmanMinimal implementation of the abstract ModuleProvider...