| Age | Commit message (Expand) | Author |
| 2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
| 2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
| 2012-10-25 | Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. | Kaelyn Uhrain |
| 2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
| 2012-10-02 | Added a test for C++11 statement attributes serialization. | Alexander Kornienko |
| 2012-07-01 | PR13189: va_list broken with precompiled headers | Meador Inge |
| 2011-12-19 | objc-arc: bridge casts in non-arc mode are now | Fariborz Jahanian |
| 2011-08-30 | When writing out the entries in a lookup table for a DeclContext, make | Douglas Gregor |
| 2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
| 2011-06-15 | Automatic Reference Counting. | John McCall |
| 2011-03-08 | When writing file references in a pch, make sure to ask the file manager for ... | Anders Carlsson |
| 2010-10-19 | Putting back safe fixes 116836,116837,116838 | Andrew Trick |
| 2010-10-19 | Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa... | Andrew Trick |
| 2010-10-19 | Merge headers into test/PCH/chain-cxx.cpp for convenience. | Argyrios Kyrtzidis |
| 2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
| 2010-10-05 | Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. | Douglas Gregor |
| 2010-10-05 | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor |
| 2010-10-05 | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor |
| 2010-10-02 | When we insert a category (or class extension) into an interface, mark | Douglas Gregor |
| 2010-10-01 | When an identifier that has a macro definition in the original PCH | Douglas Gregor |
| 2010-08-24 | AST writer support for having specializations of templates from earlier in th... | Sebastian Redl |
| 2010-08-24 | Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup. | Sebastian Redl |
| 2010-08-04 | Activate selectors in chained PCH. Chained PCH now works for Objective-C. | Sebastian Redl |
| 2010-08-02 | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl |
| 2010-07-30 | Correctly deal with using names for both functions and structs in chained PCH. | Sebastian Redl |
| 2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
| 2010-07-28 | Support extended vector types in chained PCH. | Sebastian Redl |
| 2010-07-28 | Add a test case for tentative definitions in chained PCH. Fix a bug that comp... | Sebastian Redl |
| 2010-07-27 | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl |
| 2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
| 2010-07-23 | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl |
| 2010-07-22 | Thread bitstream cursors all the way through the AST reading stuff. This way,... | Sebastian Redl |
| 2010-05-07 | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner |
| 2010-02-24 | Add PCH test for C++ namespaces, missing from a previous commit | Douglas Gregor |