| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -12/+14 | 
| *  | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -1/+15 | 
| *  | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor | 2011-12-20 | 1 | -2/+16 | 
| *  | Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer.  This gives... | Ted Kremenek | 2011-12-17 | 1 | -1/+1 | 
| *  | Revert r146646 that was a mistake, and make the intended change in the right ... | Argyrios Kyrtzidis | 2011-12-15 | 1 | -3/+0 | 
| *  | [libclang] Try to unbreak mingw build. | Argyrios Kyrtzidis | 2011-12-15 | 1 | -0/+3 | 
| *  | Keep track of import dependencies between submodules within the module | Douglas Gregor | 2011-12-08 | 1 | -8/+13 | 
| *  | Make changes to SDiagsWriter to make it work in combination with the ARC migr... | Argyrios Kyrtzidis | 2011-12-07 | 1 | -1/+4 | 
| *  | If we can't write the temporary module map file when compiling a | Douglas Gregor | 2011-12-07 | 1 | -1/+2 | 
| *  | Add a FIXME to provide a sensible error message here | Douglas Gregor | 2011-12-06 | 1 | -2/+3 | 
| *  | Use absolute paths for temporary module map files | Douglas Gregor | 2011-12-06 | 1 | -1/+1 | 
| *  | When we treat an #include or #import as a module import, create an | Douglas Gregor | 2011-12-02 | 1 | -3/+13 | 
| *  | Introduce the notion of name visibility into modules. For a given | Douglas Gregor | 2011-12-01 | 1 | -3/+10 | 
| *  | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -7/+7 | 
| *  | Don't collide loop variable names (to appease GCC) | Matt Beaumont-Gay | 2011-11-30 | 1 | -7/+6 | 
| *  | Implement (de-)serialization of the description of a module and its | Douglas Gregor | 2011-11-30 | 1 | -26/+34 | 
| *  | Teach the preprocessor how to handle module import declarations that | Douglas Gregor | 2011-11-30 | 1 | -0/+8 | 
| *  | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor | 2011-11-30 | 1 | -82/+150 | 
| *  | Switch the module-loading interfaces and parser from a simple | Douglas Gregor | 2011-11-30 | 1 | -10/+14 | 
| *  | Switch on-demand module building over to use module maps, always. When | Douglas Gregor | 2011-11-29 | 1 | -72/+46 | 
| *  | Teach the module import mechanism how to rebuild modules expressed via | Douglas Gregor | 2011-11-29 | 1 | -8/+64 | 
| *  | Start refactoring to use module maps when rebuilding a module | Douglas Gregor | 2011-11-29 | 1 | -12/+15 | 
| *  | When attempting to load a module that is not in the module cache, | Douglas Gregor | 2011-11-28 | 1 | -7/+7 | 
| *  | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek | 2011-11-17 | 1 | -3/+3 | 
| *  | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor | 2011-11-15 | 1 | -6/+5 | 
| *  | Split GenerateModuleAction into its own action, which will start | Douglas Gregor | 2011-11-15 | 1 | -5/+6 | 
| *  | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor | 2011-11-15 | 1 | -3/+4 | 
| *  | I predict that HeaderSearch will need the ability to generate | Douglas Gregor | 2011-11-11 | 1 | -1/+2 | 
| *  | rename getHostTriple into getDefaultTargetTriple in clang | Sebastian Pop | 2011-11-01 | 1 | -1/+1 | 
| *  | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek | 2011-10-29 | 1 | -0/+27 | 
| *  | lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si... | NAKAMURA Takumi | 2011-10-08 | 1 | -1/+1 | 
| *  | Whitespace | NAKAMURA Takumi | 2011-10-08 | 1 | -87/+87 | 
| *  | Seriously ugly hack, part 2 | Douglas Gregor | 2011-10-05 | 1 | -1/+7 | 
| *  | Seriously ugly hack to try to get the Windows builders back online | Douglas Gregor | 2011-10-05 | 1 | -2/+15 | 
| *  | Introduce a simple file-based locking protocol for on-demand module | Douglas Gregor | 2011-10-05 | 1 | -0/+259 | 
| *  | When build a module on demand, run the module-building job on a | Douglas Gregor | 2011-10-04 | 1 | -3/+21 | 
| *  | Introduce an opt-in warning when a module is being implicitly built | Douglas Gregor | 2011-09-29 | 1 | -0/+2 | 
| *  | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 1 | -13/+13 | 
| *  | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -2/+2 | 
| *  | Rename ChainedDiagnosticClient to ChainedDiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -3/+3 | 
| *  | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -3/+3 | 
| *  | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -6/+7 | 
| *  | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis | 2011-09-19 | 1 | -5/+2 | 
| *  | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -1/+4 | 
| *  | Comment what's going on when we compile a module | Douglas Gregor | 2011-09-15 | 1 | -0/+8 | 
| *  | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor | 2011-09-15 | 1 | -0/+23 | 
| *  | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor | 2011-09-15 | 1 | -0/+2 | 
| *  | Make -E work with module imports | Douglas Gregor | 2011-09-14 | 1 | -5/+11 | 
| *  | Assert that the module hash produced after stripping away non-modular options... | Douglas Gregor | 2011-09-13 | 1 | -3/+2 | 
| *  | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -12/+14 |