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