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
/
ModuleManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bit more info to modules fatal error.
Eli Friedman
2013-09-05
1
-2
/
+4
*
This wasn't headers, just missing namespaces.
Benjamin Kramer
2013-08-24
1
-1
/
+0
*
Add missing includes.
Benjamin Kramer
2013-08-24
1
-1
/
+2
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
1
-1
/
+13
*
<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...
Douglas Gregor
2013-03-22
1
-47
/
+18
*
Remove unused variable.
Benjamin Kramer
2013-03-21
1
-3
/
+0
*
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-19
1
-26
/
+90
*
Never cache the result of a module file lookup.
Douglas Gregor
2013-02-08
1
-3
/
+6
*
Eliminate memory allocation from most invocations of
Douglas Gregor
2013-01-28
1
-13
/
+38
*
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
1
-5
/
+51
*
Optimize ModuleManager::visit() by precomputing the visitation order
Douglas Gregor
2013-01-25
1
-65
/
+82
*
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
1
-2
/
+3
*
Give ModuleFiles an index, so that we can use indexed vectors rather
Douglas Gregor
2013-01-21
1
-20
/
+30
*
Actually keep track of the source locations at which particular module
Douglas Gregor
2012-11-30
1
-4
/
+8
*
When loading a module fails because it is out of date, rebuild that
Douglas Gregor
2012-11-07
1
-0
/
+39
*
Set the file entry for a Module* that was created during deserialization
Argyrios Kyrtzidis
2012-10-03
1
-1
/
+2
*
Optimize unqualified/global name lookup in modules by introducing a
Douglas Gregor
2012-01-18
1
-2
/
+3
*
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-30
1
-25
/
+25
*
Add support for viewing the module graph via Graphviz, for debugging
Douglas Gregor
2011-10-11
1
-0
/
+49
*
Factor the Module and ModuleManager classes out into separate headers
Douglas Gregor
2011-08-25
1
-0
/
+204