| Commit message (Expand) | Author | Age | Files | Lines |
| * | When chaining, only write interesting selectors to the PCH. | Sebastian Redl | 2010-08-04 | 1 | -11/+42 |
| * | Store the IDs of selectors in the PCH file explicitly. | Sebastian Redl | 2010-08-04 | 1 | -22/+41 |
| * | Incomplete promotion of selector info to per-file data. | Sebastian Redl | 2010-08-03 | 1 | -29/+19 |
| * | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis | 2010-08-03 | 1 | -0/+13 |
| * | Avoid writing a VTABLE_USES record in PCH if there are no entries. | Argyrios Kyrtzidis | 2010-08-03 | 1 | -5/+7 |
| * | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl | 2010-08-02 | 1 | -38/+5 |
| * | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl | 2010-08-02 | 1 | -4/+2 |
| * | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -0/+11 |
| * | Safely get a data pointer for vectors that might be empty. | Sebastian Redl | 2010-07-30 | 1 | -6/+15 |
| * | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 1 | -15/+21 |
| * | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl | 2010-07-27 | 1 | -8/+69 |
| * | Update the list of lexical decls in the TU for chained PCHs. This makes -ast-... | Sebastian Redl | 2010-07-27 | 1 | -4/+12 |
| * | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl | 2010-07-27 | 1 | -16/+21 |
| * | Add source location information to C++ base specifiers. | Nick Lewycky | 2010-07-26 | 1 | -2/+1 |
| * | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl | 2010-07-23 | 1 | -9/+30 |
| * | PCH read/write for selector reference pool. | Fariborz Jahanian | 2010-07-23 | 1 | -0/+22 |
| * | Allow loading declcontext information from any file in the chain. Properly wr... | Sebastian Redl | 2010-07-22 | 1 | -4/+6 |
| * | Add a little more data to chained PCHs. WIP | Sebastian Redl | 2010-07-16 | 1 | -33/+48 |
| * | Add a callback interface that allows interested parties to get notified whene... | Sebastian Redl | 2010-07-14 | 1 | -10/+19 |
| * | Fix a documentation paste-o and eliminate a useless function parameter, both ... | Douglas Gregor | 2010-07-12 | 1 | -4/+2 |
| * | Split the normal and chained PCH writing paths and add a tiny bit of implemen... | Sebastian Redl | 2010-07-12 | 1 | -8/+73 |
| * | When given the -chained-pch option and a previous PCH file, have the PCHWrite... | Sebastian Redl | 2010-07-09 | 1 | -8/+14 |
| * | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor | 2010-07-09 | 1 | -0/+1 |
| * | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl | 2010-07-08 | 1 | -1/+2 |
| * | For TagType and TemplateSpecializationType, isDependent calculation may be in... | Argyrios Kyrtzidis | 2010-07-08 | 1 | -0/+2 |
| * | Add to PCH missing Sema information about VTable uses and dynamic classes. | Argyrios Kyrtzidis | 2010-07-06 | 1 | -0/+22 |
| * | Don't try to install the __[u]int128_t identifier if it is already installed ... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+1 |
| * | Read/write CastExpr's CXXBaseSpecifierArray for PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -0/+9 |
| * | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -0/+11 |
| * | Fix reading of DependentNameType. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -0/+3 |
| * | - Allow a typedef type to be read from PCH even if its decl is currently init... | Argyrios Kyrtzidis | 2010-07-02 | 1 | -2/+5 |
| * | Support DependentSizedArrayType for PCH. | Argyrios Kyrtzidis | 2010-06-30 | 1 | -2/+4 |
| * | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis | 2010-06-29 | 1 | -5/+10 |
| * | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -2/+2 |
| * | Fix PCH emitting/reading for template arguments that contain expressions. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -5/+11 |
| * | Implement support for -fwrapv, rdar://7221421 | Chris Lattner | 2010-06-26 | 1 | -5/+2 |
| * | Support DependentTemplateSpecializationType and ElaboratedType for PCH. | Argyrios Kyrtzidis | 2010-06-25 | 1 | -5/+10 |
| * | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis | 2010-06-24 | 1 | -2/+4 |
| * | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis | 2010-06-23 | 1 | -0/+26 |
| * | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner | 2010-06-23 | 1 | -2/+1 |
| * | -Introduce PCHReader::ReadTemplateArgumentLoc() | Argyrios Kyrtzidis | 2010-06-22 | 1 | -7/+17 |
| * | Initial support for writing templates to PCH. | Argyrios Kyrtzidis | 2010-06-19 | 1 | -15/+109 |
| * | Implement first TD-based usage of attributes. | Alexis Hunt | 2010-06-16 | 1 | -57/+57 |
| * | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -0/+10 |
| * | AST: Add AlignMac68kAttr, not yet used. | Daniel Dunbar | 2010-05-27 | 1 | -0/+3 |
| * | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar | 2010-05-27 | 1 | -2/+2 |
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -1/+4 |
| * | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -0/+6 |
| * | Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm not | John McCall | 2010-05-16 | 1 | -0/+1 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -13/+10 |