Age | Commit message (Expand) | Author |
2009-04-20 | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff |
2009-04-19 | Add location info for indirect goto. | Chris Lattner |
2009-04-18 | Store the type ID for __builtin_va_list in the PCH file, so that the | Douglas Gregor |
2009-04-18 | Lazy deserialization of function bodies for PCH files. For the Carbon | Douglas Gregor |
2009-04-17 | Keep track of the number of statements/expressions written to and read | Douglas Gregor |
2009-04-17 | PCH support for inline assembly statements. | Douglas Gregor |
2009-04-17 | PCH tests for va_arg expressions. Verified that the blocks test does create a... | Douglas Gregor |
2009-04-17 | PCH support for blocks | Douglas Gregor |
2009-04-17 | PCH support for GNU statement expressions | Douglas Gregor |
2009-04-17 | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor |
2009-04-17 | PCH support for labels and goto. | Douglas Gregor |
2009-04-17 | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor |
2009-04-17 | PCH support for return statements. | Douglas Gregor |
2009-04-17 | PCH support for do-while and for loops | Douglas Gregor |
2009-04-17 | PCH support for while and continue statements | Douglas Gregor |
2009-04-17 | PCH support for the first batch of statements, including null, | Douglas Gregor |
2009-04-16 | Clean up the declaration-decoding step in the PCH reader, using the | Douglas Gregor |
2009-04-16 | Prepare PCH reader and writer for (de-)serialization of statements. No | Douglas Gregor |
2009-04-16 | Eliminate pch::TYPE_ATTR, which is never used | Douglas Gregor |
2009-04-16 | PCH support for CompoundLiteralExpr. This is the last C expression | Douglas Gregor |
2009-04-16 | PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. | Douglas Gregor |
2009-04-16 | PCH support for ShuffleVectorExpr and BlockDeclRefExpr | Douglas Gregor |
2009-04-15 | PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. | Douglas Gregor |
2009-04-15 | PCH support for ExtVectorElementExpr and VAArgExpr. | Douglas Gregor |
2009-04-15 | PCH support for CompoundAssignOperator and ConditionalOperator | Douglas Gregor |
2009-04-15 | PCH support for ImaginaryLiteral and ArraySubscriptExpr | Douglas Gregor |
2009-04-15 | PCH support for ExtQualType | Douglas Gregor |
2009-04-15 | PCH support for declaration attributes | Douglas Gregor |
2009-04-15 | PCH support for the string literal of a FileScopeAsmDecl. | Douglas Gregor |
2009-04-15 | For source location entries that describe instantiations, encode the | Douglas Gregor |
2009-04-15 | PCH support for MemberExpr and CallExpr. | Douglas Gregor |
2009-04-15 | PCH support for string literals | Douglas Gregor |
2009-04-15 | PCH support for UnaryOperator, SizeOfAlignOfExpr | Douglas Gregor |
2009-04-15 | Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stre... | Douglas Gregor |
2009-04-15 | PCH support for CStyleCastExpr and BinaryOperator expression kinds. | Douglas Gregor |
2009-04-14 | PCH support for ParenExpr | Douglas Gregor |
2009-04-14 | Add PCH support for ImplicitCastExprs. This is the first expression | Douglas Gregor |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-04-14 | Add PCH support for PredefinedExpr and FloatingLiteral expressions | Douglas Gregor |
2009-04-14 | PCH support for a few very, very simple kinds of expressions. Hook up | Douglas Gregor |
2009-04-14 | When writing a PCH file, keep track of all of the non-static, | Douglas Gregor |
2009-04-13 | Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require | Douglas Gregor |
2009-04-13 | PCH support for functions and their parameters. | Douglas Gregor |
2009-04-13 | PCH support for record decls/types and their fields. Now that we can | Douglas Gregor |
2009-04-13 | Print the number (and percentage) of identifiers read from the PCH file as pa... | Douglas Gregor |
2009-04-13 | Introduce PCH (de-)serialization for most compound types, excluding | Douglas Gregor |
2009-04-13 | Add PCH support for enumerations and enumerators. | Douglas Gregor |
2009-04-13 | Make the reading of the line table from a PCH file more robust against | Douglas Gregor |
2009-04-13 | Include the SourceManager's line table in the PCH file. We can now | Douglas Gregor |
2009-04-13 | implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 | Chris Lattner |