- c78d346 PCH support for the global method pool (= instance and factory method by Douglas Gregor · 17 years ago
- 3fa455a Add PCH support for #import. by Steve Naroff · 17 years ago
- b87eeae Use cast_or_null instead of ternary operator (suggested by Doug). by Steve Naroff · 17 years ago
- 54b6db1 Allow the next catoregory slot to be null. by Steve Naroff · 17 years ago
- 79947a2 Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's good for uniformity is good for PCH (or is it the other way around?). by Douglas Gregor · 17 years ago
- f6c2a27 PCH support for categories in Objective-C interfaces. by Douglas Gregor · 17 years ago
- 512b077 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 17 years ago
- 89c8e00 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 17 years ago
- 0cbba99 More PushOnScopeChain() FIXME's. by Steve Naroff · 17 years ago
- 3c301dc Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). by Steve Naroff · 17 years ago
- 2ddea05 Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 17 years ago
- 515b505 PCH (de-)serialization of the protocols in an ObjCInterfaceDecl by Douglas Gregor · 17 years ago
- 0ebb996 Add the PCH reader stub for ObjCCompatibleAliasDecl by Douglas Gregor · 17 years ago
- 49e72fb PCH support for ObjCPropertyImplDecl by Douglas Gregor · 17 years ago
- 5f66205 The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 17 years ago
- 510fd8d PCH support for ObjCCategoryImplDecl (which can't be tested now). by Douglas Gregor · 17 years ago
- 9a13efd PCH (de-)serialization for ObjCImplDecl. This can't be tested yet. by Douglas Gregor · 17 years ago
- 85e1108 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 17 years ago
- a57c3ab Add PCH statistics for the number/percent of lexical/visible declcontexts read by Douglas Gregor · 17 years ago
- acfc76c Support locally-declared external declarations in PCH files by Douglas Gregor · 17 years ago
- d4df865 Support tentative definitions in precompiled headers. This isn't likely by Douglas Gregor · 17 years ago
- 7cd60f7 Eliminate some FIXMEs in the PCH reader that were either already fixed or aren't actually things to fix by Douglas Gregor · 17 years ago
- b985eeb Minimize the number and kind of "external definitions" that the PCH by Douglas Gregor · 17 years ago
- 4621c6a Lazy loading of builtins for precompiled headers. by Douglas Gregor · 17 years ago
- 3d48e3d Remove some debugging output from the PCH reader by Douglas Gregor · 17 years ago
- ad8f750 ObjCQualifiedClass is dead, remove it. by Chris Lattner · 17 years ago
- 587cbe1 deserialization support for qualified interfaces by Chris Lattner · 17 years ago
- 6e054af pch support for protocol qualified id's. by Chris Lattner · 17 years ago
- 8f07349 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 17 years ago
- 19cea4e implement serialization support for @encode, by Chris Lattner · 17 years ago
- f89771c Reorganize built-in initialization to separate the creation of target builtins from marking IdentifierInfos as builtins. No functionality change by Douglas Gregor · 17 years ago
- c3366a5 Lazy deserialization of macro definitions for precompiled headers. by Douglas Gregor · 17 years ago
- a868bbd Lazy deserialization of the declaration chains associated with by Douglas Gregor · 17 years ago
- 426662b Add pch reader/writer support for most of DeclObjC.h. Very close to reading/writing all ObjC AST nodes that we will encounter in header files (still a few FIXME's). by Steve Naroff · 17 years ago
- e84a9da Write the identifier table into the PCH file as an on-disk hash table by Douglas Gregor · 17 years ago
- aac654a Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & ObjCIvarDecl. by Steve Naroff · 17 years ago
- ddf6ca0 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 17 years ago
- 04f2d14 Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 17 years ago
- 34d9a51 Add location info for indirect goto. by Chris Lattner · 17 years ago
- 652d82a Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 17 years ago
- 3c3aa61 Lazy deserialization of function bodies for PCH files. For the Carbon by Douglas Gregor · 17 years ago
- 08f0129 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 17 years ago
- f994f06 PCH support for inline assembly statements. by Douglas Gregor · 17 years ago
- 5ceb1a2 PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr by Douglas Gregor · 17 years ago
- c95701d PCH support for blocks by Douglas Gregor · 17 years ago
- af97671 PCH support for GNU statement expressions by Douglas Gregor · 17 years ago
- 779d865 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 17 years ago
- 6cc68a4 PCH support for labels and goto. by Douglas Gregor · 17 years ago
- 915b6c6 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 17 years ago
- f961e59 PCH support for return statements. by Douglas Gregor · 17 years ago
- 71517c4 PCH support for do-while and for loops by Douglas Gregor · 17 years ago
- e24cbc0 PCH support for while and continue statements by Douglas Gregor · 17 years ago
- a9af1d1 PCH support for the first batch of statements, including null, by Douglas Gregor · 17 years ago
- 573b924 Clean up the declaration-decoding step in the PCH reader, using the by Douglas Gregor · 17 years ago
- 8f45df5 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 17 years ago
- 6d955a9 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 17 years ago
- 4c5cd33 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 17 years ago
- 38676d5 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 17 years ago
- a3c5590 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 17 years ago
- 8693ec4 PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 17 years ago
- 2ebf8717 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 17 years ago
- d4ed114 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 17 years ago
- 978887b PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 17 years ago
- 455b8f4 PCH support for ExtQualType by Douglas Gregor · 17 years ago
- bc8a78d5 PCH support for declaration attributes by Douglas Gregor · 17 years ago
- e95304a PCH support for the string literal of a FileScopeAsmDecl. Some minor cleanup. by Douglas Gregor · 17 years ago
- 8324327 For source location entries that describe instantiations, encode the by Douglas Gregor · 17 years ago
- e20a2e5 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 17 years ago
- 958dfc9 PCH support for string literals by Douglas Gregor · 17 years ago
- 0253c83 PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 17 years ago
- 534b6f2 Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stream. LLVM has been updated to allow this by Douglas Gregor · 17 years ago
- 67fdb08 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 17 years ago
- 954a830 PCH support for ParenExpr by Douglas Gregor · 17 years ago
- f0b575f Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 17 years ago
- 184e65d Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 17 years ago
- e0a3a51 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 17 years ago
- feb84b0 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 17 years ago
- 1a0d0b9 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 17 years ago
- a541485 Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require by Douglas Gregor · 17 years ago
- 92f056f PCH support for functions and their parameters. by Douglas Gregor · 17 years ago
- 183671e PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 17 years ago
- c3b1dd1 Print the number (and percentage) of identifiers read from the PCH file as part of its statistics by Douglas Gregor · 17 years ago
- 85c0fcd Introduce PCH (de-)serialization for most compound types, excluding by Douglas Gregor · 17 years ago
- 1daeb69 Add PCH support for enumerations and enumerators. by Douglas Gregor · 17 years ago
- a885465 Make the reading of the line table from a PCH file more robust against by Douglas Gregor · 17 years ago
- 4c7626e Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 17 years ago
- 0af3ba1 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 by Chris Lattner · 17 years ago
- c523d8e now that we have an identifier table in the PCH file, finish hooking up by Chris Lattner · 17 years ago
- 3ed42cb Store unique IDs for identifiers in the PCH file. Use some bitmangling by Douglas Gregor · 17 years ago
- 92863e4 Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 17 years ago
- d959d75 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 17 years ago
- 34321bc add support for reading macros. This does all the reading (with a bunch of by Chris Lattner · 17 years ago
- bfbde53 Encode the target triple in the PCH file, and check that target triple when using the PCH file by Douglas Gregor · 17 years ago
- 55abb23 Implement serialization/deserialization of LangOptions in the PCH by Douglas Gregor · 17 years ago
- 1e9bf3b Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 17 years ago
- a7f71a9 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 17 years ago
- ef84c4b Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 17 years ago