aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ModuleProvider.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2004-01-21Let subclasses implement ModuleProvider::materializeModule() which is based onMisha Brukman
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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