Age | Commit message (Expand) | Author |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-13 | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin... | Argyrios Kyrtzidis |
2010-08-13 | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl |
2010-08-05 | Store the pending implicit instantiations in the PCH and perform them at the ... | Argyrios Kyrtzidis |
2010-08-05 | Support #pragma weak for PCH. | Argyrios Kyrtzidis |
2010-08-03 | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis |
2010-08-02 | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis |
2010-07-27 | Update the list of lexical decls in the TU for chained PCHs. This makes -ast-... | Sebastian Redl |
2010-07-27 | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl |
2010-07-23 | PCH read/write for selector reference pool. | Fariborz Jahanian |
2010-07-22 | Serialization is implemented, fix comments. | Argyrios Kyrtzidis |
2010-07-22 | Support C++ try/catch statements for PCH. | Argyrios Kyrtzidis |
2010-07-10 | Add PCH support for the remaining C++ exprs. | Argyrios Kyrtzidis |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-06 | Add to PCH missing Sema information about VTable uses and dynamic classes. | Argyrios Kyrtzidis |
2010-07-04 | Don't try to install the __[u]int128_t identifier if it is already installed ... | Argyrios Kyrtzidis |
2010-06-30 | Support DependentSizedArrayType for PCH. | Argyrios Kyrtzidis |
2010-06-30 | Support ParenListExpr for PCH. | Argyrios Kyrtzidis |
2010-06-28 | Support CXXPseudoDestructorExpr for PCH. | Argyrios Kyrtzidis |
2010-06-28 | Support DependentScopeDeclRefExpr for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Support DependentTemplateSpecializationType and ElaboratedType for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Support UnresolvedLookupExpr for PCH. | Argyrios Kyrtzidis |
2010-06-25 | Support UnresolvedMemberExpr for PCH. | Argyrios Kyrtzidis |
2010-06-24 | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis |
2010-06-22 | Read/write CXXDeleteExpr from/to PCH. | Argyrios Kyrtzidis |
2010-06-19 | Initial support for writing templates to PCH. | Argyrios Kyrtzidis |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-10 | pch'ify CXXNewExpr and CXXZeroInitValueExpr | Chris Lattner |
2010-05-10 | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner |
2010-05-09 | pch'ify default argument definitions and uses. | Chris Lattner |
2010-05-09 | pch'ify 'this' and 'throw' | Chris Lattner |
2010-05-09 | pch'ify typeid. | Chris Lattner |
2010-05-09 | pchify CXXMemberCallExpr correctly. Before it would serialize | Chris Lattner |
2010-05-07 | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner |
2010-04-28 | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor |
2010-04-23 | More work toward implementing | Fariborz Jahanian |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-02-21 | Implement PCH support for C++ namespaces. | Douglas Gregor |
2010-02-12 | Implementing unused function warning. | Tanya Lattner |
2010-02-07 | Roll r95513 back in. | Sam Weinig |
2010-02-07 | Roll out r95513, it seems to have broken self hosting. | Sam Weinig |