1. 2c51880 Spelling mistakes in comments. NFCI. (PR27635) by Simon Pilgrim · 8 years ago
  2. c3f8925 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  3. 421119f [Temporary, Lifetime] Add lifetime marks for temporaries by Tim Shen · 9 years ago
  4. 8af7bb2 [CodeGen] Emit lifetime.end intrinsic after objects are destructed in by Akira Hatanaka · 9 years ago
  5. 4e52d6f Update clang to use the updated LLVM EH instructions by David Majnemer · 10 years ago
  6. c2d2b42 [CodeGen] Remove dead code. NFC. by Benjamin Kramer · 10 years ago
  7. 2586aac [SEH] Use cleanupendpad so that WinEHPrepare gets the coloring right by Reid Kleckner · 10 years ago
  8. 7e70d68 Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymorphically by David Blaikie · 10 years ago
  9. 50ccaa6 Fix for MSVC by David Blaikie · 10 years ago
  10. fb2b796 Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are move constructed in ConditionalCleanup::restore by David Blaikie · 10 years ago
  11. dbf1045 [MS ABI] Hook clang up to the new EH instructions by David Majnemer · 10 years ago
  12. 8041e59 Hopefully fix android i386 build after r242554. by James Y Knight · 10 years ago
  13. 53c7616 Fix alignment issues in Clang. by James Y Knight · 10 years ago
  14. dc012fa Revert "Revert r234581, it might have caused a few miscompiles in Chromium." by David Majnemer · 10 years ago
  15. 1c565c3 Revert r234581, it might have caused a few miscompiles in Chromium. by Nico Weber · 10 years ago
  16. 047a686 Remove threshold for inserting lifetime markers for named temporaries by Arnaud A. de Grandmaison · 10 years ago
  17. 7f1f6b5 Disambiguate call for GCC. by Benjamin Kramer · 11 years ago
  18. 51680bc CodeGen: Base the conditional cleanup machinery on variadic templates by Benjamin Kramer · 11 years ago
  19. ebf9a05 Add comments for two CleanupKinds. by Nico Weber · 11 years ago
  20. 6c4f606 Remove comment addressed by d0k in r229327. by Nico Weber · 11 years ago
  21. 583089c Unbreak the build. by Benjamin Kramer · 11 years ago
  22. c582c89 Make pushCleanup a variadic template. NFC. by Benjamin Kramer · 11 years ago
  23. c311aba Silence a warning from MSVC "14" by making an enum unsigned by Reid Kleckner · 11 years ago
  24. 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
  25. 8a13c41 [C++11] Use 'nullptr'. CodeGen edition. by Craig Topper · 11 years ago
  26. 4f12f10 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  27. ed2f476 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  28. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  29. d29f134 [CodeGen] Move EHScopeStack into its own header by Reid Kleckner · 12 years ago