summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-0/+2
* make these be unsigned now that they are eagerly created.Chris Lattner2009-04-271-4/+4
* shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byteChris Lattner2009-04-271-2/+2
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-271-2/+123
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-271-0/+1
* encode the type and decl offsets with 32-bits for entry insteadChris Lattner2009-04-271-2/+2
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-271-3/+3
* Load most of the source manager's information lazily from the PCHDouglas Gregor2009-04-271-68/+98
* split expr/stmt writing out to PCHWriterStmt.cppChris Lattner2009-04-271-799/+0
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-445/+1
* add stmt/expr names to BlockInfo block.Chris Lattner2009-04-271-3/+77
* drop the _ID suffixes from block names.Chris Lattner2009-04-271-6/+6
* add the decl names.Chris Lattner2009-04-261-2/+26
* make llvm-bcanalyzer dump out PCH files symbolically. We should probablyChris Lattner2009-04-261-0/+107
* Some fixes for PCH (de-)serialization of Objective-C AST nodes:Douglas Gregor2009-04-261-9/+17
* Add PCH read/write support for ObjC statements.Steve Naroff2009-04-261-1/+54
* Make sure we have a code in the node:-)Steve Naroff2009-04-261-0/+4
* When writing a PCH file, write multiple type and declaration blocks asDouglas Gregor2009-04-261-12/+21
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-1/+0
* implement PCH support for the rest of ExprObjC.h, includingChris Lattner2009-04-261-3/+45
* Don't read all of the records in the PCH file's preprocessor block,Douglas Gregor2009-04-261-27/+28
* PCH optimization for the identifier table, where we separateDouglas Gregor2009-04-251-2/+36
* Revert my changes that try to avoid creating StringMap entries forDouglas Gregor2009-04-251-7/+1
* Tweak the data layout for the on-disk hash table of identifiers in the PCH fi...Douglas Gregor2009-04-251-1/+7
* Write the identifier offsets array into the PCH file as a blob, soDouglas Gregor2009-04-251-2/+13
* Write the declaration and type offset arrays into the bitstream asDouglas Gregor2009-04-251-3/+29
* Load the selector table lazily from the PCH file. Douglas Gregor2009-04-251-31/+44
* Add PCH support for ObjCMessageExpr (needed to build Mail).Steve Naroff2009-04-251-0/+16
* Fix a major bug in PCHReader::ReadSelectorBlock().Steve Naroff2009-04-251-5/+5
* Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked upTed Kremenek2009-04-251-0/+1
* Add new checker-specific attribute 'objc_ownership_returns'. This isn't hookedTed Kremenek2009-04-241-0/+1
* Fix two small but very nasty bugs in the PCH writer for method pools:Douglas Gregor2009-04-241-5/+10
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-241-0/+173
* Add PCH support for #import.Steve Naroff2009-04-241-1/+17
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-1/+1
* Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls inDouglas Gregor2009-04-231-1/+1
* PCH support for categories in Objective-C interfaces.Douglas Gregor2009-04-231-1/+1
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-231-0/+6
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-0/+1
* Add PCH read/write support for Objective-C Selectors.Steve Naroff2009-04-231-4/+37
* PCH (de-)serialization of the protocols in an ObjCInterfaceDeclDouglas Gregor2009-04-231-1/+6
* PCH support for ObjCPropertyImplDeclDouglas Gregor2009-04-231-1/+3
* The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor2009-04-231-1/+1
* PCH support for ObjCCategoryImplDecl (which can't be tested now).Douglas Gregor2009-04-231-1/+1
* PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.Douglas Gregor2009-04-231-1/+2
* PCH support for Objective-C property declarations (UNTESTED!)Douglas Gregor2009-04-221-2/+17
* Add PCH statistics for the number/percent of lexical/visible declcontexts readDouglas Gregor2009-04-221-1/+6
* Support locally-declared external declarations in PCH filesDouglas Gregor2009-04-221-0/+15
* Support tentative definitions in precompiled headers. This isn't likelyDouglas Gregor2009-04-221-0/+14
* Minimize the number and kind of "external definitions" that the PCHDouglas Gregor2009-04-221-16/+1
OpenPOWER on IntegriCloud