| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -3/+5 |
* | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 1 | -22/+28 |
* | Introduce a generation number for selector lookups in the global | Douglas Gregor | 2012-01-25 | 1 | -4/+16 |
* | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor | 2012-01-25 | 1 | -35/+27 |
* | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor | 2012-01-24 | 1 | -5/+12 |
* | Optimize unqualified/global name lookup in modules by introducing a | Douglas Gregor | 2012-01-18 | 1 | -11/+38 |
* | Rework the way in which we (de-)serialize the declarations | Douglas Gregor | 2012-01-17 | 1 | -8/+22 |
* | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor | 2012-01-17 | 1 | -6/+4 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -16/+5 |
* | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor | 2012-01-15 | 1 | -13/+10 |
* | Reimplement RedeclarableTemplateDecl in terms of | Douglas Gregor | 2012-01-14 | 1 | -8/+18 |
* | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 1 | -7/+35 |
* | Introduce a "Hidden" bit into Decl, to track whether that declaration | Douglas Gregor | 2012-01-06 | 1 | -1/+1 |
* | Teach DeclContext deserialization to pay attention to endianness, from | Douglas Gregor | 2012-01-06 | 1 | -1/+1 |
* | When loading an AST file, set SourceManager::MainFileID to the main file of t... | Argyrios Kyrtzidis | 2012-01-05 | 1 | -7/+10 |
* | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -4/+4 |
* | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -7/+17 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -0/+18 |
* | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor | 2011-12-22 | 1 | -0/+10 |
* | When deserializing an Objective-C class, check whether we have another | Douglas Gregor | 2011-12-22 | 1 | -1/+1 |
* | When we make a previously-deserialized module definition visible, | Douglas Gregor | 2011-12-20 | 1 | -2/+8 |
* | Fix off-by-one error in an assert condition. No functionality change, but better | Richard Smith | 2011-12-20 | 1 | -1/+1 |
* | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor | 2011-12-20 | 1 | -0/+1 |
* | Eliminate the first->last redeclaration map from the AST file | Douglas Gregor | 2011-12-19 | 1 | -10/+0 |
* | Remove ASTReader's PendingForwardRefs, which is now handled by the | Douglas Gregor | 2011-12-19 | 1 | -3/+0 |
* | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor | 2011-12-19 | 1 | -0/+23 |
* | The submodule offset map can introduce "empty" remapping entries for | Douglas Gregor | 2011-12-19 | 1 | -11/+13 |
* | Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used... | Craig Topper | 2011-12-19 | 1 | -2/+2 |
* | Completely re-implement (de-)serialization of declaration | Douglas Gregor | 2011-12-17 | 1 | -0/+42 |
* | [PCH] Don't deserialize bodies of interesting decls while iterating | Argyrios Kyrtzidis | 2011-12-17 | 1 | -41/+49 |
* | [PCH] In ASTReader::FinishedDeserializing fully load the interesting decls, | Argyrios Kyrtzidis | 2011-12-17 | 1 | -0/+9 |
* | Make sure we're always setting the previous declaration of an ObjCInterfaceDecl | Douglas Gregor | 2011-12-16 | 1 | -1/+1 |
* | Use llvm::sys::fs::equivalent rather than comparing inodes, because | Douglas Gregor | 2011-12-09 | 1 | -6/+5 |
* | Move a free function from the Frontend library into the Lex library as | Chandler Carruth | 2011-12-09 | 1 | -2/+2 |
* | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth | 2011-12-09 | 1 | -1/+1 |
* | Implement umbrella directories for modules, which are similar to | Douglas Gregor | 2011-12-08 | 1 | -1/+23 |
* | Within the module representation, generalize the notion of an umbrella | Douglas Gregor | 2011-12-08 | 1 | -2/+2 |
* | Remove unused-but-set variable. | Benjamin Kramer | 2011-12-07 | 1 | -2/+0 |
* | Implement inferred submodules support, which (when requested) | Douglas Gregor | 2011-12-06 | 1 | -16/+15 |
* | Parse inferred submodules in module maps, track their contents in | Douglas Gregor | 2011-12-05 | 1 | -1/+12 |
* | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor | 2011-12-05 | 1 | -10/+59 |
* | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor | 2011-12-05 | 1 | -14/+37 |
* | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor | 2011-12-03 | 1 | -0/+21 |
* | Only perform checking of the predefines buffer when loading a | Douglas Gregor | 2011-12-02 | 1 | -2/+2 |
* | When making a module visible, also make any of its exported modules | Douglas Gregor | 2011-12-02 | 1 | -0/+12 |
* | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor | 2011-12-02 | 1 | -0/+37 |
* | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor | 2011-12-02 | 1 | -0/+6 |
* | Implement name hiding for macro definitions within modules, such that | Douglas Gregor | 2011-12-02 | 1 | -8/+34 |
* | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor | 2011-12-01 | 1 | -1/+20 |
* | Introduce the notion of name visibility into modules. For a given | Douglas Gregor | 2011-12-01 | 1 | -0/+32 |