| Age | Commit message (Expand) | Author |
| 2009-04-27 | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek |
| 2009-04-27 | make these be unsigned now that they are eagerly created. | Chris Lattner |
| 2009-04-27 | shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte | Chris Lattner |
| 2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |
| 2009-04-27 | Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same | Ted Kremenek |
| 2009-04-27 | encode the type and decl offsets with 32-bits for entry instead | Chris Lattner |
| 2009-04-27 | add an abbreviation for common PARM_VAR_DECL. All but 9 of the | Chris Lattner |
| 2009-04-27 | Load most of the source manager's information lazily from the PCH | Douglas Gregor |
| 2009-04-27 | split expr/stmt writing out to PCHWriterStmt.cpp | Chris Lattner |
| 2009-04-27 | split decl writing out to its own PCHWriterDecl.cpp file. | Chris Lattner |
| 2009-04-27 | add stmt/expr names to BlockInfo block. | Chris Lattner |
| 2009-04-27 | drop the _ID suffixes from block names. | Chris Lattner |
| 2009-04-26 | add the decl names. | Chris Lattner |
| 2009-04-26 | make llvm-bcanalyzer dump out PCH files symbolically. We should probably | Chris Lattner |
| 2009-04-26 | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor |
| 2009-04-26 | Add PCH read/write support for ObjC statements. | Steve Naroff |
| 2009-04-26 | Make sure we have a code in the node:-) | Steve Naroff |
| 2009-04-26 | When writing a PCH file, write multiple type and declaration blocks as | Douglas Gregor |
| 2009-04-26 | split ObjC and C++ Statements out into their own headers. | Chris Lattner |
| 2009-04-26 | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner |
| 2009-04-26 | Don't read all of the records in the PCH file's preprocessor block, | Douglas Gregor |
| 2009-04-25 | PCH optimization for the identifier table, where we separate | Douglas Gregor |
| 2009-04-25 | Revert my changes that try to avoid creating StringMap entries for | Douglas Gregor |
| 2009-04-25 | Tweak the data layout for the on-disk hash table of identifiers in the PCH fi... | Douglas Gregor |
| 2009-04-25 | Write the identifier offsets array into the PCH file as a blob, so | Douglas Gregor |
| 2009-04-25 | Write the declaration and type offset arrays into the bitstream as | Douglas Gregor |
| 2009-04-25 | Load the selector table lazily from the PCH file. | Douglas Gregor |
| 2009-04-25 | Add PCH support for ObjCMessageExpr (needed to build Mail). | Steve Naroff |
| 2009-04-25 | Fix a major bug in PCHReader::ReadSelectorBlock(). | Steve Naroff |
| 2009-04-25 | Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up | Ted Kremenek |
| 2009-04-24 | Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked | Ted Kremenek |
| 2009-04-24 | Fix two small but very nasty bugs in the PCH writer for method pools: | Douglas Gregor |
| 2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
| 2009-04-24 | Add PCH support for #import. | Steve Naroff |
| 2009-04-24 | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor |
| 2009-04-23 | Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in | Douglas Gregor |
| 2009-04-23 | PCH support for categories in Objective-C interfaces. | Douglas Gregor |
| 2009-04-23 | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor |
| 2009-04-23 | Fix handling of C99 "extern inline" semantics when dealing with | Douglas Gregor |
| 2009-04-23 | Add PCH read/write support for Objective-C Selectors. | Steve Naroff |
| 2009-04-23 | PCH (de-)serialization of the protocols in an ObjCInterfaceDecl | Douglas Gregor |
| 2009-04-23 | PCH support for ObjCPropertyImplDecl | Douglas Gregor |
| 2009-04-23 | The ivars in an ObjCImplementationDecl are now stored in the | Douglas Gregor |
| 2009-04-23 | PCH support for ObjCCategoryImplDecl (which can't be tested now). | Douglas Gregor |
| 2009-04-23 | PCH (de-)serialization for ObjCImplDecl. This can't be tested yet. | Douglas Gregor |
| 2009-04-22 | PCH support for Objective-C property declarations (UNTESTED!) | Douglas Gregor |
| 2009-04-22 | Add PCH statistics for the number/percent of lexical/visible declcontexts read | Douglas Gregor |
| 2009-04-22 | Support locally-declared external declarations in PCH files | Douglas Gregor |
| 2009-04-22 | Support tentative definitions in precompiled headers. This isn't likely | Douglas Gregor |
| 2009-04-22 | Minimize the number and kind of "external definitions" that the PCH | Douglas Gregor |