summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-3094/+0
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-171-1/+1
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+3094
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-3094/+0
* Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin...Argyrios Kyrtzidis2010-08-131-17/+16
* Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl2010-08-131-0/+22
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* -Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis2010-08-111-0/+1
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-3/+1
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-1/+3
* Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ...Argyrios Kyrtzidis2010-08-091-0/+30
* Write various C++-specific records to chained PCHs. Tests will come later.Sebastian Redl2010-08-051-3/+77
* Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis2010-08-051-0/+16
* Support #pragma weak for PCH.Argyrios Kyrtzidis2010-08-051-0/+19
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-0/+1
* Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl2010-08-041-1/+5
* Bring stats for the method pool back.Sebastian Redl2010-08-041-1/+3
* Implement per-file reading of the selector table. This disables statistics ab...Sebastian Redl2010-08-041-3/+2
* When chaining, only write interesting selectors to the PCH.Sebastian Redl2010-08-041-11/+42
* Store the IDs of selectors in the PCH file explicitly.Sebastian Redl2010-08-041-22/+41
* Incomplete promotion of selector info to per-file data.Sebastian Redl2010-08-031-29/+19
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-031-0/+13
* Avoid writing a VTABLE_USES record in PCH if there are no entries.Argyrios Kyrtzidis2010-08-031-5/+7
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-38/+5
* Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl2010-08-021-4/+2
* Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis2010-08-021-0/+11
* Safely get a data pointer for vectors that might be empty.Sebastian Redl2010-07-301-6/+15
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-15/+21
* Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl2010-07-271-8/+69
* Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...Sebastian Redl2010-07-271-4/+12
* - Fix recording of offsets of types in dependent PCHs.Sebastian Redl2010-07-271-16/+21
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-2/+1
* Make declarations in the dependent PCH visible, for C at least.Sebastian Redl2010-07-231-9/+30
* PCH read/write for selector reference pool.Fariborz Jahanian2010-07-231-0/+22
* Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl2010-07-221-4/+6
* Add a little more data to chained PCHs. WIPSebastian Redl2010-07-161-33/+48
* Add a callback interface that allows interested parties to get notified whene...Sebastian Redl2010-07-141-10/+19
* Fix a documentation paste-o and eliminate a useless function parameter, both ...Douglas Gregor2010-07-121-4/+2
* Split the normal and chained PCH writing paths and add a tiny bit of implemen...Sebastian Redl2010-07-121-8/+73
* When given the -chained-pch option and a previous PCH file, have the PCHWrite...Sebastian Redl2010-07-091-8/+14
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+1
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-1/+2
* For TagType and TemplateSpecializationType, isDependent calculation may be in...Argyrios Kyrtzidis2010-07-081-0/+2
* Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis2010-07-061-0/+22
* Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis2010-07-041-0/+1
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-0/+9
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-0/+11
* Fix reading of DependentNameType.Argyrios Kyrtzidis2010-07-021-0/+3
* - Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis2010-07-021-2/+5
* Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis2010-06-301-2/+4
OpenPOWER on IntegriCloud