aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ModuleManager.cpp
AgeCommit 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-21Remove unused variable.Benjamin Kramer
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-02-08Never cache the result of a module file lookup.Douglas Gregor
2013-01-28Eliminate memory allocation from most invocations ofDouglas Gregor
2013-01-25Improve coordination between the module manager and the global moduleDouglas Gregor
2013-01-25Optimize ModuleManager::visit() by precomputing the visitation orderDouglas Gregor
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-21Give ModuleFiles an index, so that we can use indexed vectors ratherDouglas Gregor
2012-11-30Actually keep track of the source locations at which particular moduleDouglas Gregor
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor
2012-10-03Set the file entry for a Module* that was created during deserializationArgyrios Kyrtzidis
2012-01-18Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-10-11Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor