Age | Commit message (Expand) | Author |
2012-01-03 | Don't attempt to merge a deserialized declaration with existing | Douglas Gregor |
2012-01-03 | Factor the merging of declarations in the AST reader out to a separate | Douglas Gregor |
2012-01-02 | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor |
2012-01-02 | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor |
2012-01-01 | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor |
2012-01-01 | Implement declaration merging for Objective-C protocols across | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Don't bother rewriting an Objective-C class or protocol declaration to the mo... | Douglas Gregor |
2012-01-01 | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor |
2012-01-01 | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor |
2012-01-01 | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor |
2012-01-01 | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-29 | Fix cmake build with -DBUILD_SHARED_LIBS=ON. | Rafael Espindola |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-27 | Initialize member that ends up in PCH files. | Benjamin Kramer |
2011-12-22 | Make a note for an optimization that I'd like to implement, when the ASTs for... | Douglas Gregor |
2011-12-22 | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor |
2011-12-22 | If we end up merging an Objective-C class with an existing Objective-C | Douglas Gregor |
2011-12-22 | When deserializing an Objective-C class, check whether we have another | Douglas Gregor |
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 |