summaryrefslogtreecommitdiff
path: root/lib/VMCore/ModuleProvider.cpp
Commit message (Expand)AuthorAge
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Let subclasses implement ModuleProvider::materializeModule() which is based onMisha Brukman2004-01-21
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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