1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  3. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  4. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  5. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  6. ca82a82 Enforce access control for conversion operators used in contextual by John McCall · 13 years ago
  7. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  8. 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
  9. 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
  10. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  11. 7cfd76c Switch delete[] IR-generation over to the destroy framework, by John McCall · 13 years ago
  12. a8b20f7 When compiling ::delete for a class with a virtual destructor, call by Douglas Gregor · 13 years ago
  13. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  14. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  15. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  16. 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
  17. f9cce31 Fix more i1/i8 pointer madness. Here, an overactive assertion by Douglas Gregor · 14 years ago
  18. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 14 years ago
  19. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 14 years ago
  20. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  21. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  22. d69dd78 Fix a lame regression in IR gen for C++ delete expressions. PR5102 by Douglas Gregor · 15 years ago
  23. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago