aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/GlobalModuleIndex.cpp
AgeCommit message (Expand)Author
2013-04-17[Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis
2013-03-22<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-02-08Never cache the result of a module file lookup.Douglas Gregor
2013-02-06Eliminate a race condition with the global module index.Douglas Gregor
2013-01-28ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor
2013-01-25Improve coordination between the module manager and the global moduleDouglas Gregor
2013-01-25Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>NAKAMURA Takumi
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-24clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi
2013-01-23Fix for case-sensitive file systems. UghDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor