summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/GlobalModuleIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola2013-10-251-1/+2
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-1/+2
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-171-0/+31
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-221-65/+31
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-133/+104
* Never cache the result of a module file lookup.Douglas Gregor2013-02-081-2/+5
* Eliminate a race condition with the global module index.Douglas Gregor2013-02-061-1/+2
* ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor2013-01-281-4/+0
* Improve coordination between the module manager and the global moduleDouglas Gregor2013-01-251-26/+5
* Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>NAKAMURA Takumi2013-01-251-0/+1
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-251-17/+387
* clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi2013-01-241-3/+1
* Fix for case-sensitive file systems. UghDouglas Gregor2013-01-231-1/+1
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-0/+535
OpenPOWER on IntegriCloud