| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian | 2010-08-20 | 1 | -53/+29 |
* | Add some enum goodness as requested by Chris. Now instead of storing the | Charles Davis | 2010-08-19 | 1 | -3/+5 |
* | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -8/+4 |
* | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -3/+3 |
* | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis | 2010-08-16 | 1 | -5/+14 |
* | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -14/+0 |
* | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -1/+2 |
* | Fixes block type matching bug. Radar 8302845. | Fariborz Jahanian | 2010-08-12 | 1 | -1/+1 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -6/+16 |
* | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -18/+12 |
* | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -12/+18 |
* | Warn if class object does not implement qualified | Fariborz Jahanian | 2010-08-09 | 1 | -4/+4 |
* | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -0/+6 |
* | Introduce implicit conversions between AltiVec vectors and GCC | Douglas Gregor | 2010-08-06 | 1 | -4/+23 |
* | Compute width/align of objc builtin types (id, etc) | Fariborz Jahanian | 2010-08-02 | 1 | -0/+6 |
* | Change the name to something less terrible; suggestion by Doug. No functional... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -1/+1 |
* | Weak references and variables that are not definitions are not required for e... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -0/+7 |
* | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-29 | 1 | -0/+160 |
* | Allow a looser form of compatibility checking (which ignores | Douglas Gregor | 2010-07-29 | 1 | -13/+59 |
* | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor | 2010-07-25 | 1 | -51/+15 |
* | Vectors are not integer types, so the type system should not classify | Douglas Gregor | 2010-07-23 | 1 | -3/+3 |
* | Patch to type match comparing Objective-C Classes which implement | Fariborz Jahanian | 2010-07-19 | 1 | -1/+31 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+4 |
* | When printing statistics for the ASTContext, also print them for its BumpPtrA... | Douglas Gregor | 2010-07-07 | 1 | -0/+3 |
* | Fix a regression of a previous commit of mine (rdar://8158953). | Argyrios Kyrtzidis | 2010-07-04 | 1 | -2/+26 |
* | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+10 |
* | Don't try to install the __[u]int128_t identifier if it is already installed ... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -2/+2 |
* | Read/write specialization info of static data members for PCH. | Argyrios Kyrtzidis | 2010-07-04 | 1 | -2/+3 |
* | Lazily declare default constructors. We now delay the construction of | Douglas Gregor | 2010-07-03 | 1 | -0/+5 |
* | Lazily declare implicit copy constructors. | Douglas Gregor | 2010-07-02 | 1 | -0/+5 |
* | Lazily declare copy-assignment operators. | Douglas Gregor | 2010-07-02 | 1 | -0/+5 |
* | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor | 2010-07-02 | 1 | -0/+7 |
* | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -2/+1 |
* | - Allow a typedef type to be read from PCH even if its decl is currently init... | Argyrios Kyrtzidis | 2010-07-02 | 1 | -37/+44 |
* | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner | 2010-06-23 | 1 | -10/+15 |
* | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian | 2010-06-22 | 1 | -2/+4 |
* | Change two static variables into instance variables of ASTContext. This allo... | Ted Kremenek | 2010-06-18 | 1 | -3/+2 |
* | Canonicalize template template parameters when canonicalizing a | Douglas Gregor | 2010-06-16 | 1 | -3/+97 |
* | Revert r106099; it broke self-host. | Douglas Gregor | 2010-06-16 | 1 | -4/+5 |
* | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara | 2010-06-16 | 1 | -5/+4 |
* | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
* | TemplateSpecializationType's isCurrentInstantiation bit can be derived | John McCall | 2010-06-13 | 1 | -12/+5 |
* | Don't store ASTContext references in the TST nodes just to support profiling. | John McCall | 2010-06-11 | 1 | -3/+5 |
* | Provide an Objective C mangling for wchar_t. Patch by Nico Weber! | John McCall | 2010-06-11 | 1 | -0/+1 |
* | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -25/+50 |
* | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 1 | -0/+42 |
* | Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ str... | Ted Kremenek | 2010-06-08 | 1 | -7/+10 |
* | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall | 2010-06-04 | 1 | -0/+1 |
* | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola | 2010-06-04 | 1 | -0/+9 |
* | Preserve more information from a block's original function declarator, if one | John McCall | 2010-06-04 | 1 | -1/+1 |