Age | Commit message (Expand) | Author |
2011-12-21 | Implement a trivial, obvious optimization for deserialization of | Douglas Gregor |
2011-12-20 | When we make a previously-deserialized module definition visible, | Douglas Gregor |
2011-12-20 | Fix off-by-one error in an assert condition. No functionality change, but better | Richard Smith |
2011-12-20 | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor |
2011-12-19 | Eliminate the first->last redeclaration map from the AST file | Douglas Gregor |
2011-12-19 | Remove ASTReader's PendingForwardRefs, which is now handled by the | Douglas Gregor |
2011-12-19 | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor |
2011-12-19 | Re-implement (de-)serialization of redeclaration chains for | Douglas Gregor |
2011-12-19 | The submodule offset map can introduce "empty" remapping entries for | Douglas Gregor |
2011-12-19 | Optimize serialized representation of redeclarable declarations for | Douglas Gregor |
2011-12-19 | Combine common (de-)serialization logic for typedefs and type aliases | Douglas Gregor |
2011-12-19 | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith |
2011-12-19 | Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used... | Craig Topper |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |
2011-12-17 | [PCH] Don't deserialize bodies of interesting decls while iterating | Argyrios Kyrtzidis |
2011-12-17 | [PCH] In ASTReader::FinishedDeserializing fully load the interesting decls, | Argyrios Kyrtzidis |
2011-12-16 | Make sure we're always setting the previous declaration of an ObjCInterfaceDecl | Douglas Gregor |
2011-12-16 | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor |
2011-12-15 | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor |
2011-12-15 | Introduce the core infrastructure needed to model a complete | Douglas Gregor |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-14 | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor |
2011-12-12 | Tweak submodule ID handling in the AST writer | Douglas Gregor |
2011-12-09 | Use llvm::sys::fs::equivalent rather than comparing inodes, because | Douglas Gregor |
2011-12-09 | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth |
2011-12-09 | Clean up the comments for this file now that its contents are totally | Chandler Carruth |
2011-12-09 | Move a free function from the Frontend library into the Lex library as | Chandler Carruth |
2011-12-09 | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-07 | Remove unused-but-set variable. | Benjamin Kramer |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-05 | Actually add a useful bit to the comment pre-FIXME | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-12-03 | Module files representing actual modules don't need to know the set of module... | Douglas Gregor |
2011-12-03 | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-02 | Only perform checking of the predefines buffer when loading a | Douglas Gregor |
2011-12-02 | When making a module visible, also make any of its exported modules | Douglas Gregor |
2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |