summaryrefslogtreecommitdiff
path: root/lib/VMCore/ModuleProvider.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Chris says it's better to assert that TheModule is valid than silently return 0.Misha Brukman2003-10-17
* Return the Module that we just materialized.Misha Brukman2003-10-17
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-04
* * No longer initialize the module, a subclass is more suitable to do thisMisha Brukman2003-09-22
* Minimal implementation of the abstract ModuleProvider interface.Misha Brukman2003-09-18