Age | Commit message (Expand) | Author |
---|---|---|
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-01-21 | Let subclasses implement ModuleProvider::materializeModule() which is based on | Misha Brukman |
2003-11-21 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-17 | Chris says it's better to assert that TheModule is valid than silently return 0. | Misha Brukman |
2003-10-17 | Return the Module that we just materialized. | Misha Brukman |
2003-10-04 | Rename 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 this | Misha Brukman |
2003-09-18 | Minimal implementation of the abstract ModuleProvider interface. | Misha Brukman |