Age | Commit message (Expand) | Author |
2009-10-03 | Pass the canonical method decl to GetVtableIndex. Fixes PR5120. | Anders Carlsson |
2009-10-03 | Handle base-to-derived casts of member function pointers in CGExprConstant.cpp | Anders Carlsson |
2009-10-03 | Handle members to function pointers in CGExprConstant. | Anders Carlsson |
2009-10-02 | Don't update the struct alignment when adding fields to a packed struct. Fixe... | Anders Carlsson |
2009-10-02 | When building constant structs, check if the resulting LLVM struct will be bi... | Anders Carlsson |
2009-09-29 | Improve support for member function pointers. | Anders Carlsson |
2009-09-19 | Make clang stop relying on ConstantStruct::get's default value for isPacked | Nick Lewycky |
2009-09-10 | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Make address-space qualification work correctly for compound literals. | Eli Friedman |
2009-08-24 | More member pointer work. | Anders Carlsson |
2009-08-23 | Whoops, comment this out for now. I'll fix it shortly. | Anders Carlsson |
2009-08-23 | More work towards zero-initializing structs that contain member pointers in c... | Anders Carlsson |
2009-08-23 | Handle CK_NullToMemberPointer casts in the constant expr emitter. | Anders Carlsson |
2009-08-22 | Change the constant expression emitter to look at the cast kind for to-union ... | Anders Carlsson |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-09 | Improve handling of member pointers. | Anders Carlsson |
2009-08-06 | Fix clang breakage, CGF can be null in this context. | Daniel Dunbar |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-08-02 | use CodeGenModule::EmitNullConstant in a couple of places. | Anders Carlsson |
2009-08-01 | Fix a minor issue with unions in the new struct building code. | Eli Friedman |
2009-07-31 | Remove the old struct builder code. | Anders Carlsson |
2009-07-31 | Move code from EmitUnion directly into the function that handles cast-to-union. | Anders Carlsson |
2009-07-31 | Use the struct builder for unions. | Anders Carlsson |
2009-07-31 | Update for LLVM API change. | Owen Anderson |
2009-07-29 | Update for LLVM API change. | Owen Anderson |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-29 | Update for LLVM API change. | Owen Anderson |
2009-07-28 | Update for LLVM API change. | Owen Anderson |
2009-07-28 | Update for LLVM API change. | Owen Anderson |
2009-07-27 | Update for LLVM API change. | Owen Anderson |
2009-07-27 | Update for LLVM API change. | Owen Anderson |
2009-07-27 | Enable the new constant struct builder by default. The old code is still in p... | Anders Carlsson |
2009-07-27 | More work on the constant struct builder, fix a couple of thinkos and add sup... | Anders Carlsson |
2009-07-27 | More work on bitfield support in the new constant struct builder. | Anders Carlsson |
2009-07-25 | More work on the constant struct builder. We can now convert the struct to a ... | Anders Carlsson |
2009-07-25 | More work on the constant struct builder. We now try to layout all constant s... | Anders Carlsson |
2009-07-24 | Update for LLVM API change. | Owen Anderson |
2009-07-24 | Fix a release build warning. | Anders Carlsson |
2009-07-24 | Check in a half finished new constant struct builder (Obviously not used yet). | Anders Carlsson |
2009-07-23 | Move the LLVM field number for bit fields into the BitFieldInfo structure, si... | Anders Carlsson |
2009-07-23 | Use arrays as union padding. Also, since the resulting struct will always con... | Anders Carlsson |
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-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson |
2009-07-14 | Update for API change. | Owen Anderson |
2009-07-13 | Update for LLVM API change. | Owen Anderson |
2009-07-08 | Update for LLVM API change. | Owen Anderson |
2009-07-08 | Update for LLVM API change. | Owen Anderson |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |