aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor1-26/+90
2013-02-08Never cache the result of a module file lookup.Douglas Gregor1-3/+6
2013-01-28Eliminate memory allocation from most invocations ofDouglas Gregor1-13/+38
2013-01-25Improve coordination between the module manager and the global moduleDouglas Gregor1-5/+51
2013-01-25Optimize ModuleManager::visit() by precomputing the visitation orderDouglas Gregor1-65/+82
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor1-2/+3
2013-01-21Give ModuleFiles an index, so that we can use indexed vectors ratherDouglas Gregor1-20/+30
2012-11-30Actually keep track of the source locations at which particular moduleDouglas Gregor1-4/+8
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor1-0/+39
2012-10-03Set the file entry for a Module* that was created during deserializationArgyrios Kyrtzidis1-1/+2
2012-01-18Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor1-2/+3
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor1-25/+25
2011-10-11Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor1-0/+49
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor1-0/+204