| Commit message (Expand) | Author | Age | Files | Lines |
* | PCH support for the string literal of a FileScopeAsmDecl. | Douglas Gregor | 2009-04-15 | 1 | -4/+4 |
* | For source location entries that describe instantiations, encode the | Douglas Gregor | 2009-04-15 | 1 | -0/+8 |
* | PCH support for MemberExpr and CallExpr. | Douglas Gregor | 2009-04-15 | 1 | -0/+22 |
* | PCH support for string literals | Douglas Gregor | 2009-04-15 | 1 | -0/+17 |
* | PCH support for UnaryOperator, SizeOfAlignOfExpr | Douglas Gregor | 2009-04-15 | 1 | -0/+24 |
* | PCH support for CStyleCastExpr and BinaryOperator expression kinds. | Douglas Gregor | 2009-04-15 | 1 | -0/+24 |
* | PCH support for ParenExpr | Douglas Gregor | 2009-04-14 | 1 | -0/+9 |
* | Add PCH support for ImplicitCastExprs. This is the first expression | Douglas Gregor | 2009-04-14 | 1 | -4/+44 |
* | Add PCH support for PredefinedExpr and FloatingLiteral expressions | Douglas Gregor | 2009-04-14 | 1 | -0/+23 |
* | PCH support for a few very, very simple kinds of expressions. Hook up | Douglas Gregor | 2009-04-14 | 1 | -9/+93 |
* | When writing a PCH file, keep track of all of the non-static, | Douglas Gregor | 2009-04-14 | 1 | -2/+25 |
* | Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require | Douglas Gregor | 2009-04-13 | 1 | -0/+18 |
* | PCH support for functions and their parameters. | Douglas Gregor | 2009-04-13 | 1 | -1/+38 |
* | PCH support for record decls/types and their fields. Now that we can | Douglas Gregor | 2009-04-13 | 1 | -0/+19 |
* | Add PCH support for enumerations and enumerators. | Douglas Gregor | 2009-04-13 | 1 | -1/+28 |
* | Include the SourceManager's line table in the PCH file. We can now | Douglas Gregor | 2009-04-13 | 1 | -2/+38 |
* | implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 | Chris Lattner | 2009-04-13 | 1 | -3/+7 |
* | now that we have an identifier table in the PCH file, finish hooking up | Chris Lattner | 2009-04-11 | 1 | -15/+3 |
* | add some #includes for better compatibility with gcc 4.4, | Chris Lattner | 2009-04-11 | 1 | -1/+1 |
* | Store unique IDs for identifiers in the PCH file. Use some bitmangling | Douglas Gregor | 2009-04-11 | 1 | -5/+60 |
* | Compare the predefines buffer in the PCH file with the predefines | Douglas Gregor | 2009-04-10 | 1 | -1/+1 |
* | add support for reading macros. This does all the reading (with a bunch of | Chris Lattner | 2009-04-10 | 1 | -0/+2 |
* | Encode the target triple in the PCH file, and check that target triple when u... | Douglas Gregor | 2009-04-10 | 1 | -1/+18 |
* | Implement serialization/deserialization of LangOptions in the PCH | Douglas Gregor | 2009-04-10 | 1 | -6/+64 |
* | add a new PP_MACRO_NAME hack so that I can test object-like macros. | Chris Lattner | 2009-04-10 | 1 | -0/+7 |
* | emit tokens, constify the Preprocessor passed down into PCH writer. | Chris Lattner | 2009-04-10 | 1 | -3/+25 |
* | emit function-like and object-like macros to the PCH file. | Chris Lattner | 2009-04-10 | 1 | -0/+50 |
* | Various minor fixes to PCH reading and writing, with general | Douglas Gregor | 2009-04-10 | 1 | -12/+8 |
* | improve punctuation | Chris Lattner | 2009-04-10 | 1 | -4/+11 |
* | Arrange for the preprocessor to be passed down into the PCH writer. | Chris Lattner | 2009-04-10 | 1 | -1/+9 |
* | PCH serialization/deserialization of the source manager. With this | Douglas Gregor | 2009-04-10 | 1 | -0/+152 |
* | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -0/+636 |