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