Age | Commit message (Expand) | Author |
2010-03-31 | IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o... | Daniel Dunbar |
2010-03-31 | IRGen: Hide CGRecordLayoutBuilder class, because I can. | Daniel Dunbar |
2010-03-30 | IRGen: Narrow getCGRecordLayout type. | Daniel Dunbar |
2010-03-30 | IRgen: Move CGRecordLayout to its own happy little file. | Daniel Dunbar |
2010-03-30 | Minor formatting/FIXME cleanups. | Daniel Dunbar |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-02-26 | Use the power of types to track down another canonicalization bug in | John McCall |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-05 | Always start tag definitions before completing them. Assert same. | John McCall |
2010-02-04 | Extract a common structure for holding information about the definition | John McCall |
2010-01-11 | Use the new isInteger() method in a couple places, some random cleanup, and | Chris Lattner |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-18 | Cleanup switch so it doesn't have a default case. | Eli Friedman |
2009-12-03 | Fix for PR5659: correct a rather nasty oversight in the type conversion for | Eli Friedman |
2009-11-21 | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian |
2009-11-20 | Fix a couple minor memory leaks. | Eli Friedman |
2009-11-10 | Fix clang's use of DenseMap iterators after r86636 fixed their constness. | Jeffrey Yasskin |
2009-10-23 | Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, | John McCall |
2009-09-26 | Use the qualified name for tag types. | Anders Carlsson |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-15 | Codegen support for nullptr from C++0x. | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-24 | More member pointer work. | Anders Carlsson |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-07 | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-07-30 | Add ability to layout the vtable pointer in trivial cases. I noticed | Mike Stump |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-28 | Remove the old RecordOrganizer. | Anders Carlsson |
2009-07-27 | Some minor changes toward support of data | Fariborz Jahanian |
2009-07-27 | Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ... | Anders Carlsson |
2009-07-25 | ir-gen for non-virtual base class initialization | Fariborz Jahanian |
2009-07-23 | Move the LLVM field number for bit fields into the BitFieldInfo structure, si... | Anders Carlsson |
2009-07-23 | Check in CGRecordLayoutBuilder which is a reimplementation of the record lay... | Anders Carlsson |
2009-07-18 | Revert r75641. | Anders Carlsson |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-13 | Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie... | Steve Naroff |
2009-07-11 | Fix type conversion of ObjCObjectPointerType. | Daniel Dunbar |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-05-17 | Add support for converting member pointer types to LLVM types. Also mangle po... | Anders Carlsson |
2009-05-09 | Correct for renaming PaddedSize -> AllocSize in | Duncan Sands |