1. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  2. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  3. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  4. fa69fc1 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). by Douglas Gregor · 11 years ago
  5. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 11 years ago
  6. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 11 years ago
  7. 8e31d06 Eliminate a race condition with the global module index. by Douglas Gregor · 11 years ago
  8. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 11 years ago
  9. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 11 years ago
  10. 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 11 years ago
  11. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 11 years ago
  12. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 11 years ago
  13. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 11 years ago
  14. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 11 years ago