History log of /external/clang/test/CodeGen/blocks-seq.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9627bb6e00321a079a6cce887bc85f5e4e50baa5 22-Jan-2013 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/CodeGen/blocks-seq.c: FileCheck-ize.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173113 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
4fcfde4d5c8f25e40720972a5543d538a0dcb220 08-Nov-2009 Daniel Dunbar <daniel@zuster.org> Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86430 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
3604386e1eacbe9da4ab13a2648a44ca581057d3 10-Sep-2009 Anders Carlsson <andersca@mac.com> Make the forwarding member of block byref structs be a pointer to the block byref struct itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81423 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
55a759b8bb52e9d74c92e17543780751c5e5c5ec 23-Aug-2009 Daniel Dunbar <daniel@zuster.org> Fix a few tests to be -Asserts agnostic.
- Ugh.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79860 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
b2fedb46056accb808d42c1754031b9bfa6aa69b 11-Aug-2009 Daniel Dunbar <daniel@zuster.org> Update test case.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78699 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
cc0442fa28e5d1f403f820dcdee49911c3e622a9 22-May-2009 Mike Stump <mrs@apple.com> Fixup codegen for __block int i; i += rhs();. Should also slightly
improve codegen in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72273 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c
99459b67daa0a49af7c5e5e93324f6ca815c0e6a 21-May-2009 Mike Stump <mrs@apple.com> Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs
evaluated first. This can also improve codegen just a bit as we might
have another register to play with for the evaluation of the rhs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72226 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-seq.c