Age | Commit message (Expand) | Author |
---|---|---|
2009-11-13 | Code gen. For virtual destructor call on array objects | Fariborz Jahanian |
2009-11-13 | Fixes a code gen. bug for array delete operator call | Fariborz Jahanian |
2009-11-13 | Code gen for arrady delete operator. Fixes pr5472. | Fariborz Jahanian |
2009-11-13 | Add a special BuildVirtualCall that's going to be used for building calls to ... | Anders Carlsson |
2009-11-10 | Fix for PR5454: make sure to use the right block as the predecessor in the | Eli Friedman |
2009-10-01 | Fix a lame regression in IR gen for C++ delete expressions. PR5102 | Douglas Gregor |
2009-09-29 | Handle C++ delete expressions when the overloaded delete operator is a | Douglas Gregor |
2009-09-23 | Emit new[] cookie when needed. | Anders Carlsson |
2009-09-23 | Basic support for new[]. | Anders Carlsson |
2009-09-22 | Move codegen of new and delete to CGCXXExpr.cpp | Anders Carlsson |