summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ModuleManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a bit more info to modules fatal error.Eli Friedman2013-09-051-2/+4
* This wasn't headers, just missing namespaces.Benjamin Kramer2013-08-241-1/+0
* Add missing includes.Benjamin Kramer2013-08-241-1/+2
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-1/+13
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-221-47/+18
* 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