1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  3. ce218c6 Let subclasses implement ModuleProvider::materializeModule() which is based on by Misha Brukman · 21 years ago
  4. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  5. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  6. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  7. c51aeaf Chris says it's better to assert that TheModule is valid than silently return 0. by Misha Brukman · 21 years ago
  8. 7f3df41 Return the Module that we just materialized. by Misha Brukman · 21 years ago
  9. 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 21 years ago
  10. 238fb25 * No longer initialize the module, a subclass is more suitable to do this by Misha Brukman · 21 years ago
  11. 521f1fe Minimal implementation of the abstract ModuleProvider interface. by Misha Brukman · 21 years ago