| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow some differences between the predefines buffer used to build a | Douglas Gregor | 2009-04-28 | 1 | -42/+182 |
* | Remove unused LangOptions NoExtensions and Boolean. | Eli Friedman | 2009-04-28 | 1 | -2/+0 |
* | Add a header containing the Clang version; make the driver use this | Douglas Gregor | 2009-04-27 | 1 | -1/+7 |
* | fix test/PCH/method_pool.m | Chris Lattner | 2009-04-27 | 1 | -1/+1 |
* | -E, -Eonly and -parse-noop now work with PCH! | Chris Lattner | 2009-04-27 | 1 | -0/+2 |
* | Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) | Chris Lattner | 2009-04-27 | 1 | -74/+77 |
* | Be more careful in our teardown of the PCHReader after deciding to | Douglas Gregor | 2009-04-27 | 1 | -0/+8 |
* | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t... | Douglas Gregor | 2009-04-27 | 1 | -0/+29 |
* | shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte | Chris Lattner | 2009-04-27 | 1 | -1/+1 |
* | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor | 2009-04-27 | 1 | -1/+125 |
* | encode the type and decl offsets with 32-bits for entry instead | Chris Lattner | 2009-04-27 | 1 | -2/+2 |
* | fix a couple more places that should be using the DeclCursor instead | Chris Lattner | 2009-04-27 | 1 | -11/+10 |
* | Load most of the source manager's information lazily from the PCH | Douglas Gregor | 2009-04-27 | 1 | -56/+136 |
* | unclone SavedStreamPosition | Chris Lattner | 2009-04-27 | 1 | -17/+0 |
* | move attribute reading to PCHReaderDecl.cpp, remove some | Chris Lattner | 2009-04-27 | 1 | -134/+0 |
* | read all decls (and attributes and stmts/exprs referenced by the decl) | Chris Lattner | 2009-04-27 | 1 | -11/+13 |
* | rename GetStmt -> GetDeclStmt to make it clear that the stmt read | Chris Lattner | 2009-04-27 | 1 | -1/+6 |
* | change the interface to ReadStmt to force clients to pass a cursor in to read... | Chris Lattner | 2009-04-27 | 1 | -2/+2 |
* | split decl reading out to its own PCHReaderDecl.cpp file. | Chris Lattner | 2009-04-27 | 1 | -585/+0 |
* | split stmt/expr deserialization out to PCHReaderStmt.cpp | Chris Lattner | 2009-04-27 | 1 | -1114/+15 |
* | remove dead var | Chris Lattner | 2009-04-27 | 1 | -1/+0 |
* | Set up DeclsCursor. | Chris Lattner | 2009-04-27 | 1 | -1/+35 |
* | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor | 2009-04-26 | 1 | -17/+30 |
* | Adjust to LLVM API changes that went into r70157. | Chris Lattner | 2009-04-26 | 1 | -6/+7 |
* | Add PCH read/write support for ObjC statements. | Steve Naroff | 2009-04-26 | 1 | -0/+76 |
* | When writing a PCH file, write multiple type and declaration blocks as | Douglas Gregor | 2009-04-26 | 1 | -0/+1 |
* | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner | 2009-04-26 | 1 | -4/+59 |
* | Don't read all of the records in the PCH file's preprocessor block, | Douglas Gregor | 2009-04-26 | 1 | -84/+18 |
* | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor | 2009-04-25 | 1 | -1/+2 |
* | Optimize the loading of an identifier from a PCH file when given the | Douglas Gregor | 2009-04-25 | 1 | -17/+35 |
* | PCH optimization for the identifier table, where we separate | Douglas Gregor | 2009-04-25 | 1 | -3/+26 |
* | Revert my changes that try to avoid creating StringMap entries for | Douglas Gregor | 2009-04-25 | 1 | -15/+3 |
* | Start implementing the PTH IdentifierInfo-saving trick in PCH, | Douglas Gregor | 2009-04-25 | 1 | -2/+14 |
* | Tweak the data layout for the on-disk hash table of identifiers in the PCH fi... | Douglas Gregor | 2009-04-25 | 1 | -1/+1 |
* | Write the identifier offsets array into the PCH file as a blob, so | Douglas Gregor | 2009-04-25 | 1 | -40/+34 |
* | Write the declaration and type offset arrays into the bitstream as | Douglas Gregor | 2009-04-25 | 1 | -33/+31 |
* | Load the selector table lazily from the PCH file. | Douglas Gregor | 2009-04-25 | 1 | -121/+81 |
* | Fix indexing error in PCHStmtReader::VisitArraySubscriptExpr(). | Steve Naroff | 2009-04-25 | 1 | -1/+1 |
* | Add PCH support for ObjCMessageExpr (needed to build Mail). | Steve Naroff | 2009-04-25 | 1 | -0/+19 |
* | Fixup comment. | Steve Naroff | 2009-04-25 | 1 | -1/+1 |
* | Fix a major bug in PCHReader::ReadSelectorBlock(). | Steve Naroff | 2009-04-25 | 1 | -2/+3 |
* | Make sure that the consumer sees all interested decls. This fixes Preview | Douglas Gregor | 2009-04-25 | 1 | -15/+26 |
* | Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up | Ted Kremenek | 2009-04-25 | 1 | -0/+1 |
* | When we de-serialize an Objective-C protocol, hand it to the AST consumer so ... | Douglas Gregor | 2009-04-24 | 1 | -0/+3 |
* | Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked | Ted Kremenek | 2009-04-24 | 1 | -0/+1 |
* | Once the protocol list has been loaded from the PCH file, add it to | Douglas Gregor | 2009-04-24 | 1 | -0/+1 |
* | PCH support for the global method pool (= instance and factory method | Douglas Gregor | 2009-04-24 | 1 | -1/+134 |
* | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 1 | -3/+16 |
* | Use cast_or_null instead of ternary operator (suggested by Doug). | Steve Naroff | 2009-04-24 | 1 | -3/+1 |
* | Allow the next catoregory slot to be null. | Steve Naroff | 2009-04-24 | 1 | -1/+3 |