| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the Itanium ABI for member pointers. Add a missing 'break' statement and ... | Anders Carlsson | 2009-05-17 | 1 | -9/+9 |
| * | Fix rdar://6880874 - [sema] crash on array types with different index sizes | Chris Lattner | 2009-05-13 | 1 | -1/+6 |
| * | Patch to implement ivar synthesis of properties declared in protocols | Fariborz Jahanian | 2009-05-12 | 1 | -10/+40 |
| * | The canonical declaration of a NULL declaration is NULL | Douglas Gregor | 2009-05-10 | 1 | -0/+3 |
| * | Implement the semantics of the injected-class-name within a class | Douglas Gregor | 2009-05-10 | 1 | -1/+29 |
| * | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+6 |
| * | Remove -fobjc-tight-layout, seems to work! | Daniel Dunbar | 2009-05-07 | 1 | -6/+3 |
| * | Start canonicalizing template names. This is not yet complete, but it | Douglas Gregor | 2009-05-07 | 1 | -0/+11 |
| * | Back out r70506 (exception spec in AST) again. We won't have exception specs ... | Sebastian Redl | 2009-05-06 | 1 | -24/+10 |
| * | Fix the field count in interface record layout (it was incorrectly | Daniel Dunbar | 2009-05-04 | 1 | -6/+0 |
| * | Add -fobjc-tight-layout. | Daniel Dunbar | 2009-05-04 | 1 | -0/+9 |
| * | Don't allow clients to traverse into superclass synthesized properties | Daniel Dunbar | 2009-05-04 | 1 | -9/+0 |
| * | Remove ASTContext::addRecordToClass. | Daniel Dunbar | 2009-05-03 | 1 | -55/+4 |
| * | Use ASTRecordLayout for computing ivar offsets instead of shadow | Daniel Dunbar | 2009-05-03 | 1 | -0/+5 |
| * | Fix a possible memory error, the record layout entry could be | Daniel Dunbar | 2009-05-03 | 1 | -9/+8 |
| * | Implement the interface/implementation layout distinction. | Daniel Dunbar | 2009-05-03 | 1 | -10/+25 |
| * | Split out getASTObjCImplementationLayout | Daniel Dunbar | 2009-05-03 | 1 | -7/+20 |
| * | Make a home for exception specs in the AST. Now Sema can hook them up. | Sebastian Redl | 2009-04-30 | 1 | -10/+24 |
| * | Properly compute the alignment of typedefs that make use of the | Douglas Gregor | 2009-04-30 | 1 | -8/+42 |
| * | int128_t is apparently 128-bit aligned on all 64-bit targets, and | Chris Lattner | 2009-04-30 | 1 | -7/+5 |
| * | initial support for __[u]int128_t, which should be basically | Chris Lattner | 2009-04-30 | 1 | -0/+18 |
| * | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman | 2009-04-26 | 1 | -3/+2 |
| * | Make sure to pull in the target builtin records when initialize the AST conte... | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor | 2009-04-23 | 1 | -6/+34 |
| * | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor | 2009-04-23 | 1 | -2/+4 |
| * | Remove the serialization code that predates precompiled | Douglas Gregor | 2009-04-22 | 1 | -178/+0 |
| * | Lazy loading of builtins for precompiled headers. | Douglas Gregor | 2009-04-22 | 1 | -3/+9 |
| * | Reapply r69771, with updates & fixes: | Daniel Dunbar | 2009-04-22 | 1 | -11/+28 |
| * | Simplify addRecordToClass, it is not legal to call it on a forward | Daniel Dunbar | 2009-04-22 | 1 | -15/+6 |
| * | ObjCQualifiedClass is dead, remove it. | Chris Lattner | 2009-04-22 | 1 | -4/+0 |
| * | Reorganize built-in initialization to separate the creation of target builtin... | Douglas Gregor | 2009-04-22 | 1 | -1/+2 |
| * | Revert r69771, I missed some (obvious) details. :/ | Daniel Dunbar | 2009-04-22 | 1 | -33/+10 |
| * | Mark another TypeForDecl const and make getObjCInterfaceType's argument const. | Daniel Dunbar | 2009-04-22 | 1 | -2/+3 |
| * | Rework the shadow struct that is layed out for Objective-C classes. | Daniel Dunbar | 2009-04-22 | 1 | -10/+33 |
| * | Make sure to mark the interface as completed when we see an | Daniel Dunbar | 2009-04-21 | 1 | -0/+3 |
| * | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar | 2009-04-21 | 1 | -10/+0 |
| * | Assert on a few conditions that (I believe) should hold | Daniel Dunbar | 2009-04-21 | 1 | -0/+2 |
| * | Make FieldDecl parameter to getObjCEncodingForType... const. | Daniel Dunbar | 2009-04-20 | 1 | -4/+4 |
| * | Fix decl type merges when they have | Fariborz Jahanian | 2009-04-15 | 1 | -3/+3 |
| * | ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating i... | Steve Naroff | 2009-04-14 | 1 | -5/+5 |
| * | Change dyn_cast<> to isa<>. Pointed out by Anders (thanks). | Steve Naroff | 2009-04-14 | 1 | -1/+1 |
| * | Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). | Steve Naroff | 2009-04-14 | 1 | -5/+7 |
| * | fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. | Chris Lattner | 2009-04-12 | 1 | -11/+18 |
| * | Non-pointer objects are none gc'able regardles of | Fariborz Jahanian | 2009-04-11 | 1 | -0/+4 |
| * | Use correct alignment and size for references in records as well. | Anders Carlsson | 2009-04-10 | 1 | -0/+4 |
| * | Fix thinko noticed by Chris. | Anders Carlsson | 2009-04-10 | 1 | -1/+1 |
| * | Use the same alignment for reference declarations as for pointer declarations. | Anders Carlsson | 2009-04-10 | 1 | -2/+5 |
| * | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -1/+17 |
| * | Add @encode support for complex types. | Anders Carlsson | 2009-04-09 | 1 | -2/+5 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -16/+18 |