| Commit message (Expand) | Author | Age | Files | Lines |
| * | ObjCQualifiedClass is dead, remove it. | Chris Lattner | 2009-04-22 | 1 | -6/+0 |
| * | deserialization support for qualified interfaces | Chris Lattner | 2009-04-22 | 1 | -4/+9 |
| * | pch support for protocol qualified id's. | Chris Lattner | 2009-04-22 | 1 | -4/+8 |
| * | add three new objc expression types. @selector doesn't work because we have no | Chris Lattner | 2009-04-22 | 1 | -0/+38 |
| * | implement serialization support for @encode, | Chris Lattner | 2009-04-22 | 1 | -4/+20 |
| * | Reorganize built-in initialization to separate the creation of target builtin... | Douglas Gregor | 2009-04-22 | 1 | -0/+3 |
| * | Lazy deserialization of macro definitions for precompiled headers. | Douglas Gregor | 2009-04-21 | 1 | -43/+108 |
| * | Lazy deserialization of the declaration chains associated with | Douglas Gregor | 2009-04-21 | 1 | -39/+224 |
| * | Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w... | Steve Naroff | 2009-04-21 | 1 | -3/+144 |
| * | Write the identifier table into the PCH file as an on-disk hash table | Douglas Gregor | 2009-04-20 | 1 | -2/+3 |
| * | Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj... | Steve Naroff | 2009-04-20 | 1 | -0/+43 |
| * | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner | 2009-04-20 | 1 | -1/+1 |
| * | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff | 2009-04-20 | 1 | -0/+31 |
| * | Add location info for indirect goto. | Chris Lattner | 2009-04-19 | 1 | -0/+1 |
| * | Store the type ID for __builtin_va_list in the PCH file, so that the | Douglas Gregor | 2009-04-18 | 1 | -0/+8 |
| * | Lazy deserialization of function bodies for PCH files. For the Carbon | Douglas Gregor | 2009-04-18 | 1 | -1/+10 |
| * | Keep track of the number of statements/expressions written to and read | Douglas Gregor | 2009-04-17 | 1 | -1/+11 |
| * | PCH support for inline assembly statements. | Douglas Gregor | 2009-04-17 | 1 | -0/+41 |
| * | PCH tests for va_arg expressions. Verified that the blocks test does create a... | Douglas Gregor | 2009-04-17 | 1 | -2/+0 |
| * | PCH support for blocks | Douglas Gregor | 2009-04-17 | 1 | -0/+13 |
| * | PCH support for GNU statement expressions | Douglas Gregor | 2009-04-17 | 1 | -0/+13 |
| * | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor | 2009-04-17 | 1 | -0/+54 |
| * | PCH support for labels and goto. | Douglas Gregor | 2009-04-17 | 1 | -1/+64 |
| * | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor | 2009-04-17 | 1 | -1/+24 |
| * | PCH support for return statements. | Douglas Gregor | 2009-04-17 | 1 | -0/+13 |
| * | PCH support for do-while and for loops | Douglas Gregor | 2009-04-17 | 1 | -0/+28 |
| * | PCH support for while and continue statements | Douglas Gregor | 2009-04-17 | 1 | -0/+24 |
| * | PCH support for the first batch of statements, including null, | Douglas Gregor | 2009-04-17 | 1 | -2/+133 |
| * | Clean up the declaration-decoding step in the PCH reader, using the | Douglas Gregor | 2009-04-16 | 1 | -59/+26 |
| * | Prepare PCH reader and writer for (de-)serialization of statements. No | Douglas Gregor | 2009-04-16 | 1 | -74/+79 |
| * | Eliminate pch::TYPE_ATTR, which is never used | Douglas Gregor | 2009-04-16 | 1 | -4/+0 |
| * | PCH support for CompoundLiteralExpr. This is the last C expression | Douglas Gregor | 2009-04-16 | 1 | -0/+13 |
| * | PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. | Douglas Gregor | 2009-04-16 | 1 | -0/+102 |
| * | PCH support for ShuffleVectorExpr and BlockDeclRefExpr | Douglas Gregor | 2009-04-16 | 1 | -0/+28 |
| * | PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. | Douglas Gregor | 2009-04-15 | 1 | -0/+39 |
| * | PCH support for ExtVectorElementExpr and VAArgExpr. | Douglas Gregor | 2009-04-15 | 1 | -0/+28 |
| * | PCH support for CompoundAssignOperator and ConditionalOperator | Douglas Gregor | 2009-04-15 | 1 | -0/+25 |
| * | PCH support for ImaginaryLiteral and ArraySubscriptExpr | Douglas Gregor | 2009-04-15 | 1 | -2/+25 |
| * | PCH support for ExtQualType | Douglas Gregor | 2009-04-15 | 1 | -4/+14 |
| * | PCH support for declaration attributes | Douglas Gregor | 2009-04-15 | 1 | -5/+152 |
| * | PCH support for the string literal of a FileScopeAsmDecl. | Douglas Gregor | 2009-04-15 | 1 | -1/+4 |
| * | For source location entries that describe instantiations, encode the | Douglas Gregor | 2009-04-15 | 1 | -3/+1 |
| * | PCH support for MemberExpr and CallExpr. | Douglas Gregor | 2009-04-15 | 1 | -0/+29 |
| * | PCH support for string literals | Douglas Gregor | 2009-04-15 | 1 | -0/+31 |
| * | PCH support for UnaryOperator, SizeOfAlignOfExpr | Douglas Gregor | 2009-04-15 | 1 | -0/+32 |
| * | Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stre... | Douglas Gregor | 2009-04-15 | 1 | -5/+2 |
| * | PCH support for CStyleCastExpr and BinaryOperator expression kinds. | Douglas Gregor | 2009-04-15 | 1 | -0/+33 |
| * | PCH support for ParenExpr | Douglas Gregor | 2009-04-14 | 1 | -0/+13 |
| * | Add PCH support for ImplicitCastExprs. This is the first expression | Douglas Gregor | 2009-04-14 | 1 | -45/+125 |
| * | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner | 2009-04-14 | 1 | -3/+4 |