index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
GlobalModuleIndex.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios 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-08
Never cache the result of a module file lookup.
Douglas Gregor
2013-02-06
Eliminate a race condition with the global module index.
Douglas Gregor
2013-01-28
ASTReader and profiling statistics indicate that implementing a method
Douglas Gregor
2013-01-25
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>
NAKAMURA Takumi
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-24
clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...
NAKAMURA Takumi
2013-01-23
Fix for case-sensitive file systems. Ugh
Douglas Gregor
2013-01-23
Implement the writer side of the global module index.
Douglas Gregor