1. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  3. 2cbec5d Let subclasses implement ModuleProvider::materializeModule() which is based on by Misha Brukman · 22 years ago
  4. 189d19f Finegrainify namespacification by Chris Lattner · 22 years ago
  5. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  6. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  7. e5a2565 Chris says it's better to assert that TheModule is valid than silently return 0. by Misha Brukman · 22 years ago
  8. de360f8 Return the Module that we just materialized. by Misha Brukman · 22 years ago
  9. cc593fb Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 22 years ago
  10. cd1d0e3 * No longer initialize the module, a subclass is more suitable to do this by Misha Brukman · 22 years ago
  11. 3d72fad Minimal implementation of the abstract ModuleProvider interface. by Misha Brukman · 22 years ago