aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ModuleProvider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Let subclasses implement ModuleProvider::materializeModule() which is based onMisha Brukman2004-01-211-12/+0
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Chris says it's better to assert that TheModule is valid than silently return 0.Misha Brukman2003-10-171-2/+1
* Return the Module that we just materialized.Misha Brukman2003-10-171-2/+5
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-3/+3
* * No longer initialize the module, a subclass is more suitable to do thisMisha Brukman2003-09-221-6/+6
* Minimal implementation of the abstract ModuleProvider interface.Misha Brukman2003-09-181-0/+28