1. b15c35a Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block" by Brian Gesiak · 7 years ago
  2. e8b3d63 Revert "[coroutines][PR40978] Emit error for co_yield within catch block" by Brian Gesiak · 7 years ago
  3. 9db9b1a [coroutines][PR40978] Emit error for co_yield within catch block by Brian Gesiak · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 3be68e1 Revert r335019 "Update NRVO logic to support early return (Attempt 2)" by Taiju Tsuiki · 7 years ago
  6. b000a88 Update NRVO logic to support early return (Attempt 2) by Taiju Tsuiki · 7 years ago
  7. 5429bd7 Revert "Update NRVO logic to support early return" by Sam McCall · 7 years ago
  8. 44f9c58 Update NRVO logic to support early return by Taiju Tsuiki · 7 years ago
  9. df5ec07 Fix Scope::dump() by Richard Trieu · 8 years ago
  10. 10aced8 [Parser] Clear the TemplateParamScope bit of the current scope's flag by Akira Hatanaka · 10 years ago
  11. cdae941 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  12. a7f8c46 MS ABI: Implement the MSVC 2015 scheme for scope disambiguation by David Majnemer · 11 years ago
  13. 1d59f99 Initial support for Win64 SEH IR emission by Reid Kleckner · 11 years ago
  14. f6be4cb Revert r213437 by Warren Hunt · 11 years ago
  15. b530bc0 [MS-ABI] Assign SEH handler indices to __try blocks by Warren Hunt · 11 years ago
  16. eb61d4d Sema: Check that __leave is contained in a __try block. by Nico Weber · 11 years ago
  17. fe78145 MS static locals mangling: don't count enum scopes by Hans Wennborg · 11 years ago
  18. a8e9d2e [OPENMP] Loop canonical form analysis (Sema) by Alexander Musman · 11 years ago
  19. c3ec149 [C++11] Use 'nullptr'. Sema edition. by Craig Topper · 11 years ago
  20. d78f92f Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal. by Nick Lewycky · 12 years ago
  21. 2206bf5 [-cxx-abi microsoft] Implement local manglings accurately by David Majnemer · 12 years ago
  22. 09f9924 Fix to PR8880 (clang dies processing a for loop) by Serge Pavlov · 12 years ago
  23. b3b8ea8 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 12 years ago
  24. 6652921 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 12 years ago
  25. 6f8780b Reapply r151638 and r151641. by James Molloy · 14 years ago
  26. 5929ef2 Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h by Argyrios Kyrtzidis · 14 years ago
  27. 051390ff Correctly track tags and enum members defined in the prototype of a function, and ensure they are properly scoped. by James Molloy · 14 years ago
  28. 1002d10 Reject continue/break statements within members of local functions nested within by Richard Smith · 14 years ago
  29. 8fb0d9d Store a parameter index and function prototype depth in every by John McCall · 15 years ago