1. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  2. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  3. ca82a82 Enforce access control for conversion operators used in contextual by John McCall · 13 years ago
  4. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  5. 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
  6. 91873b7 Make CodeGen for array delete involving incomplete class work without crashing. Should fix regression on g++.dg/init/delete1.C. by Eli Friedman · 13 years ago
  7. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  8. 7cfd76c Switch delete[] IR-generation over to the destroy framework, by John McCall · 13 years ago
  9. a8b20f7 When compiling ::delete for a class with a virtual destructor, call by Douglas Gregor · 13 years ago
  10. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  11. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  12. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  13. 4076dac When applying 'delete' on a pointer-to-array type match GCC and EDG behavior and treat it as 'delete[]'. by Argyrios Kyrtzidis · 14 years ago
  14. f9cce31 Fix more i1/i8 pointer madness. Here, an overactive assertion by Douglas Gregor · 14 years ago
  15. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 14 years ago
  16. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 14 years ago
  17. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  18. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  19. d69dd78 Fix a lame regression in IR gen for C++ delete expressions. PR5102 by Douglas Gregor · 15 years ago
  20. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago