1. 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
  2. 6d69e8c Fix assertion failure if a lambda array-capture is followed by a this capture. by Richard Smith · 10 years ago
  3. bdf40a6 Test case updates for explicit type parameter to the gep operator by David Blaikie · 11 years ago
  4. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  5. e5df59f Emit DeferredDeclsToEmit in a DFS order. by Rafael Espindola · 11 years ago
  6. 2144377 Use a CHECK-LABEL. NFC by Rafael Espindola · 11 years ago
  7. 602cfe7 CodeGen: Don't crash when a lambda uses a local constexpr variable by David Majnemer · 11 years ago
  8. 17e2633 CodeGen: Compound literals with funny types shouldn't crash by David Majnemer · 11 years ago
  9. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  10. 985d1c5 Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 13 years ago
  11. 85ab57a Update the tests. by Bill Wendling · 13 years ago
  12. 9806806 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 13 years ago
  13. 33accdf Don't assert/crash on reference variables in lambdas bound to a by Eli Friedman · 13 years ago
  14. 6780b68 clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts. by NAKAMURA Takumi · 13 years ago
  15. f5f4d2f Make sure the __invoke function for lambdas returns properly. Per bug report on IRC> by Eli Friedman · 13 years ago
  16. c401755 Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 13 years ago
  17. 5a1104b DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 13 years ago
  18. 0421ce7 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 13 years ago
  19. 6f88e5e Implement non-internal linkage for lambda closure types that need a by Douglas Gregor · 14 years ago
  20. 43c3f28 Make sure that we set up the right declaration contexts when creating by Douglas Gregor · 14 years ago
  21. d5c4844 When we resolve the type of an 'auto' variable, clear out the linkage by Douglas Gregor · 14 years ago
  22. 6379854 Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 14 years ago
  23. 355efbb Rework the Sema/AST/IRgen dance for the lambda closure type's by Douglas Gregor · 14 years ago
  24. 4412b23 Add a coverage test for lambda expression IRGen. by Eli Friedman · 14 years ago