summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ModuleManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variable.Benjamin Kramer2013-03-211-3/+0
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-26/+90
* Never cache the result of a module file lookup.Douglas Gregor2013-02-081-3/+6
* Eliminate memory allocation from most invocations ofDouglas Gregor2013-01-281-13/+38
* Improve coordination between the module manager and the global moduleDouglas Gregor2013-01-251-5/+51
* Optimize ModuleManager::visit() by precomputing the visitation orderDouglas Gregor2013-01-251-65/+82
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-251-2/+3
* Give ModuleFiles an index, so that we can use indexed vectors ratherDouglas Gregor2013-01-211-20/+30
* Actually keep track of the source locations at which particular moduleDouglas Gregor2012-11-301-4/+8
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-071-0/+39
* Set the file entry for a Module* that was created during deserializationArgyrios Kyrtzidis2012-10-031-1/+2
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-181-2/+3
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-25/+25
* Add support for viewing the module graph via Graphviz, for debuggingDouglas Gregor2011-10-111-0/+49
* Factor the Module and ModuleManager classes out into separate headersDouglas Gregor2011-08-251-0/+204
OpenPOWER on IntegriCloud