summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/blocks-seq.c
Commit message (Collapse)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
| | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
| | | | llvm-svn: 230795
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
| | | | llvm-svn: 230783
* clang/test/CodeGen/blocks-seq.c: FileCheck-ize.NAKAMURA Takumi2013-01-221-10/+8
| | | | llvm-svn: 173113
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - 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). llvm-svn: 91446
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-6/+6
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Make the forwarding member of block byref structs be a pointer to the block ↵Anders Carlsson2009-09-101-8/+6
| | | | | | byref struct itself. llvm-svn: 81423
* Fix a few tests to be -Asserts agnostic.Daniel Dunbar2009-08-231-10/+12
| | | | | | - Ugh. llvm-svn: 79860
* Update test case.Daniel Dunbar2009-08-111-2/+2
| | | | llvm-svn: 78699
* Fixup codegen for __block int i; i += rhs();. Should also slightlyMike Stump2009-05-221-2/+7
| | | | | | improve codegen in some cases. llvm-svn: 72273
* Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhsMike Stump2009-05-211-0/+13
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. llvm-svn: 72226
OpenPOWER on IntegriCloud