1. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  2. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  3. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  4. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  5. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  6. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  7. 8c72a7d Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name says. by Eli Friedman · 12 years ago
  8. 23f0267 Implement "optimization" for lambda-to-block conversion which inlines the generated block literal for lambdas which are immediately converted to block pointer type. This simplifies the AST, avoids an unnecessary copy of the lambda and makes it much easier to avoid copying the result onto the heap. by Eli Friedman · 12 years ago
  9. cd7a099 Basic coverage test for conversion-to-block-pointer for lambda expressions. by Eli Friedman · 12 years ago