Age | Commit message (Expand) | Author |
2009-09-05 | Install thunks later to fixup overrides. Track space taken by vbase | Mike Stump |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-04 | Add overidding for methods for vtable building for the secondary | Mike Stump |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-03 | If the alignment of the chosen field in a union is greater than the alignment... | Anders Carlsson |
2009-09-03 | Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transpos... | David Chisnall |
2009-09-02 | Don't try to CodeGen using directives, from Anders Johnsen | Douglas Gregor |
2009-09-02 | Fix an assertion when initializing a union using a member initializer. (We we... | Anders Carlsson |
2009-09-02 | Packed unions should be packed. Fixes an assert Daniel reported. | Anders Carlsson |
2009-09-02 | Add mangling for covariant thunks. | Mike Stump |
2009-09-02 | Shorten name. | Mike Stump |
2009-09-02 | Add mangling for thunks. | Mike Stump |
2009-09-01 | More overriding base work and some cleanups. WIP. | Mike Stump |
2009-09-01 | Split out overriding. WIP. | Mike Stump |
2009-09-01 | Handle member expressions that return references correctly. | Anders Carlsson |
2009-09-01 | Assert that we don't have any virtual bases. We can emit dtors for polymorphi... | Anders Carlsson |
2009-09-01 | Use the correct cast kinds for bit casts and function to pointer decay. Fixes... | Anders Carlsson |
2009-09-01 | We can generate constructors/destructors with base classes and non-trivial fi... | Anders Carlsson |
2009-09-01 | Fixed a property getter ir-gen crash. | Fariborz Jahanian |
2009-09-01 | PR4836, part 2: CodeGen for __builtin_isnan. | Eli Friedman |
2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
2009-08-31 | Rename DIBlock as DILexicalBlock. | Devang Patel |
2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
2009-08-31 | Re-implemented generation of objc_memmove_collectable | Fariborz Jahanian |
2009-08-31 | Updated GNU runtime non-fragile ABI. | David Chisnall |
2009-08-29 | Make IRGen for initializing a member reference work correctly. | Eli Friedman |
2009-08-29 | Patch to ir-gen user-defined conversions used in expressions | Fariborz Jahanian |
2009-08-29 | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian |
2009-08-28 | iGenerate vcalls as we build up the methods. WIP. | Mike Stump |
2009-08-28 | ir-gen related patch for type conversion | Fariborz Jahanian |
2009-08-27 | Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error | Eli Friedman |
2009-08-26 | Fixup codegen for static dispatch to a virtual function that was | Mike Stump |
2009-08-26 | ir-gen for type convesion of class objects. WIP. | Fariborz Jahanian |
2009-08-26 | When a member reference expression includes a qualifier on the member | Douglas Gregor |
2009-08-26 | Regularize the case and sort. | Mike Stump |
2009-08-26 | Implement virtual dispatch. :-) This is self-consistent with clang, | Mike Stump |
2009-08-26 | Make address-space qualification work correctly for compound literals. | Eli Friedman |
2009-08-26 | Revert r80064 since it broke the build. | Anders Carlsson |
2009-08-26 | Implement virtual dispatch. :-) This is self-consistent with clang, but not... | Mike Stump |
2009-08-26 | Simplified default construction of array data members | Fariborz Jahanian |
2009-08-25 | Emit conversion functions correctly. | Anders Carlsson |
2009-08-25 | Fix ivar layout map generation (hopefully). | Anders Carlsson |
2009-08-24 | Remove #ifdef'out code. | Fariborz Jahanian |
2009-08-24 | Remove ivarlayout bitmap optimization, instead if all zeros, | Fariborz Jahanian |
2009-08-24 | Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas... | Anders Carlsson |
2009-08-24 | Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast | Anders Carlsson |
2009-08-24 | Pass the cast kind to ScalarExprEmitter::EmitCastExpr. | Anders Carlsson |