Age | Commit message (Expand) | Author |
---|---|---|
2013-01-22 | clang/test/CodeGen/blocks-seq.c: FileCheck-ize. | NAKAMURA Takumi |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-09-10 | Make the forwarding member of block byref structs be a pointer to the block b... | Anders Carlsson |
2009-08-23 | Fix a few tests to be -Asserts agnostic. | Daniel Dunbar |
2009-08-11 | Update test case. | Daniel Dunbar |
2009-05-22 | Fixup codegen for __block int i; i += rhs();. Should also slightly | Mike Stump |
2009-05-21 | Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs | Mike Stump |