Age | Commit message (Expand) | Author |
2010-01-31 | Some class related cleanup. | Anders Carlsson |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2010-01-15 | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck |
2010-01-05 | When emitting member function pointers, use the canonical decl if the member ... | Anders Carlsson |
2010-01-02 | Get rid of some unnecessary code. | Eli Friedman |
2009-12-08 | Update CGExprConstant for change to emit padding values as undef. | Daniel Dunbar |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-27 | Don't build the entire vtable when all we want is the index of a virtual method. | Anders Carlsson |
2009-11-21 | Support emitting aggregate class initializers. Fixes PR5581. | Anders Carlsson |
2009-11-14 | Avoid assert-crash in a case where the expression passed to EmitConstantExpr | Eli Friedman |
2009-11-14 | Make __func__ and friends work correctly within the initializer for a static | Eli Friedman |
2009-11-13 | Obvious fix for PR5474. | Eli Friedman |
2009-11-06 | indirectbr seems to work! Rip out the old code. | Chris Lattner |
2009-10-29 | make clang emit undefs for padding of structs and unions instead of zeros. th... | Nuno Lopes |
2009-10-28 | Implement clang support for indirect branch and address of label | Chris Lattner |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-18 | Use CK_BitCast for member function pointer casts. Fixes PR5138. | Anders Carlsson |
2009-10-13 | fix test/CodeGen/statements.c on 32-bit hosts. | Chris Lattner |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-13 | Teach sema and codegen about the difference between address of labels, | Chris Lattner |
2009-10-11 | Move the vtable builder to CGVtable.cpp, general cleanup. | Anders Carlsson |
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 |