1. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 13 years ago
  2. d3cf5fb Eliminate memory allocation from most invocations of by Douglas Gregor · 13 years ago
  3. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 13 years ago
  4. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 13 years ago
  5. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 13 years ago
  6. cc71dbe Give ModuleFiles an index, so that we can use indexed vectors rather by Douglas Gregor · 13 years ago
  7. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 13 years ago
  8. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 13 years ago
  9. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 13 years ago
  10. 057df20 Optimize unqualified/global name lookup in modules by introducing a by Douglas Gregor · 14 years ago
  11. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
  12. 2492c89 Add support for viewing the module graph via Graphviz, for debugging purposes. by Douglas Gregor · 14 years ago
  13. 98339b9 Factor the Module and ModuleManager classes out into separate headers by Douglas Gregor · 14 years ago