index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Serialization
/
GlobalModuleIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change
Rafael Espindola
2013-10-25
1
-1
/
+2
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-1
/
+2
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-17
1
-0
/
+31
*
<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...
Douglas Gregor
2013-03-22
1
-65
/
+31
*
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-19
1
-133
/
+104
*
Never cache the result of a module file lookup.
Douglas Gregor
2013-02-08
1
-2
/
+5
*
Eliminate a race condition with the global module index.
Douglas Gregor
2013-02-06
1
-1
/
+2
*
ASTReader and profiling statistics indicate that implementing a method
Douglas Gregor
2013-01-28
1
-4
/
+0
*
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
1
-26
/
+5
*
Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>
NAKAMURA Takumi
2013-01-25
1
-0
/
+1
*
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
1
-17
/
+387
*
clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...
NAKAMURA Takumi
2013-01-24
1
-3
/
+1
*
Fix for case-sensitive file systems. Ugh
Douglas Gregor
2013-01-23
1
-1
/
+1
*
Implement the writer side of the global module index.
Douglas Gregor
2013-01-23
1
-0
/
+535