1. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  2. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 12 years ago
  3. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
  4. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  5. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  6. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
  7. 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 12 years ago
  8. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago