clang-1/test/CodeGen
Devang Patel 2c30d8fee8 Recognize while(1) and avoid extra blocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42811 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-09 20:51:27 +00:00
..
array.c Fix array->pointer decay. This unbreaks test/CodeGen/array.c 2007-08-20 22:37:10 +00:00
complex.c add some more testcases now that sema is happier :) 2007-08-27 16:37:44 +00:00
compound.c new testcase 2007-08-25 21:57:08 +00:00
conditional.c Check in these testcases. 2007-07-13 20:18:44 +00:00
dostmt.c new test 2007-10-09 20:37:41 +00:00
enum.c Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator 2007-08-29 17:48:46 +00:00
int-to-pointer.c Check in these testcases. 2007-07-13 20:18:44 +00:00
mandel.c testcase that doesn't work quite yet 2007-08-27 05:23:45 +00:00
ocu-vector.c testcase for vector element access stuff. 2007-08-03 16:42:43 +00:00
switch.c Code gen case statement ranges. 2007-10-08 20:57:48 +00:00
whilestmt.c Recognize while(1) and avoid extra blocks. 2007-10-09 20:51:27 +00:00