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
/
ModuleManager.cpp
Age
Commit message (
Expand
)
Author
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-22
<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...
Douglas Gregor
2013-03-21
Remove unused variable.
Benjamin Kramer
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-01-28
Eliminate memory allocation from most invocations of
Douglas Gregor
2013-01-25
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
Optimize ModuleManager::visit() by precomputing the visitation order
Douglas Gregor
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-21
Give ModuleFiles an index, so that we can use indexed vectors rather
Douglas Gregor
2012-11-30
Actually keep track of the source locations at which particular module
Douglas Gregor
2012-11-07
When loading a module fails because it is out of date, rebuild that
Douglas Gregor
2012-10-03
Set the file entry for a Module* that was created during deserialization
Argyrios Kyrtzidis
2012-01-18
Optimize unqualified/global name lookup in modules by introducing a
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-10-11
Add support for viewing the module graph via Graphviz, for debugging
Douglas Gregor
2011-08-25
Factor the Module and ModuleManager classes out into separate headers
Douglas Gregor