1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 28ce23a I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 11 years ago
  7. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  8. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  9. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  10. fa69fc1 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). by Douglas Gregor · 12 years ago
  11. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 12 years ago
  12. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 12 years ago
  13. 8e31d06 Eliminate a race condition with the global module index. by Douglas Gregor · 12 years ago
  14. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 12 years ago
  15. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
  16. 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 12 years ago
  17. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  18. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
  19. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 12 years ago
  20. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago