1. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  2. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 11 years ago
  3. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  4. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
  5. f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
  6. 30fa370 Use atexit when __cxa_atexit isn't available instead of adding a by John McCall · 12 years ago
  7. 48b68a0 Use the new Triple::getMacOSXVersion function in another place. by Bob Wilson · 13 years ago
  8. f48f796 Get a little bit smarter about killing off the ReturnValue alloca by John McCall · 13 years ago
  9. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  10. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  11. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  12. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  13. 7d16627 The array-size operand to a new-expression is not necessarily a size_t. by John McCall · 13 years ago
  14. 5536daa Make sure we or together the overflow flags of the multiply and add, so the by Eli Friedman · 13 years ago
  15. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  16. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  17. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 14 years ago
  18. fc40028 Re-commit r112916 with an additional fix for the self-host failures. by John McCall · 14 years ago
  19. 2b8d60d Revert r112916, it's breaking selfhost pretty badly. by John McCall · 14 years ago
  20. 52968ab It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo by John McCall · 14 years ago
  21. ae18096 Stupid emacs keystroke. by John McCall · 14 years ago
  22. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 14 years ago
  23. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  24. 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 14 years ago
  25. c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 14 years ago