| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a lame regression in IR gen for C++ delete expressions. PR5102 | Douglas Gregor | 2009-10-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 83195 | ||||
| * | Handle C++ delete expressions when the overloaded delete operator is a | Douglas Gregor | 2009-09-29 | 1 | -3/+11 |
| | | | | | | | | | | | | "usual deallocation function" with two arguments. CodeGen will have to handle this case specifically, since the value for the second argument (the size of the allocated object) may have to be computed at run time. Fixes the Sema part of PR4782. llvm-svn: 83080 | ||||
| * | Emit new[] cookie when needed. | Anders Carlsson | 2009-09-23 | 1 | -6/+19 |
| | | | | | llvm-svn: 82642 | ||||
| * | Basic support for new[]. | Anders Carlsson | 2009-09-23 | 1 | -26/+104 |
| | | | | | llvm-svn: 82628 | ||||
| * | Move codegen of new and delete to CGCXXExpr.cpp | Anders Carlsson | 2009-09-22 | 1 | -0/+203 |
| llvm-svn: 82585 | |||||

