summaryrefslogtreecommitdiff
path: root/kernels
AgeCommit message (Expand)AuthorFilesLines
2014-06-11fix utest simd_any for simd width 8 and 16Guo Yejun1-1/+1
2014-06-11Add the utest case for printfJunyan He1-0/+13
2014-06-09utests: add a double precision check test case.Zhigang Gong1-0/+11
2014-05-29utests: disable double test case.Ruiling Song2-2/+2
2014-04-22add test for __gen_ocl_simd_any and __gen_ocl_simd_allGuo Yejun2-0/+27
2014-02-28GBE: support getelementptr with ConstantExpr operandGuo Yejun1-0/+18
2014-01-20Add utest compiler_private_data_overflowYongjia Zhang1-0/+10
2014-01-16Change compiler_function_argument3 to cover llvm.memcpy.Yang Rong1-0/+2
2013-11-13GBE: fix the constant data allocation.Zhigang Gong1-1/+1
2013-11-07GBE: fix a 64bit scalar register issue.Ruiling Song1-3/+4
2013-11-06utests: add test case for structure argumentLu Guanqun1-0/+69
2013-11-06utests: use mad which will get better precision.Ruiling Song1-1/+1
2013-10-29utest: add test case for builtin function exp/exp2/exp10/expm1.Yi Sun1-0/+10
2013-10-29utest: Add test case for built-in function pow.Yi Sun1-0/+7
2013-10-22Add a test for vector argument deallocate assert.Yang Rong1-0/+12
2013-10-21Add more type for async copy test case.Yang Rong1-15/+23
2013-10-21GBE: Handle all-zero constant.Ruiling Song1-2/+13
2013-10-18support saturated converting from 64-bit intHomer Hsing1-0/+16
2013-10-18Add test case for newValueProxy of InsertElementInst.Yang Rong1-0/+11
2013-10-17utests: add test cases for function call.Ruiling Song2-0/+233
2013-10-14GBE: Support local variable inside kernel function.Ruiling Song1-7/+21
2013-10-10saturated conversion of native GPU data type, larger to narrowerHomer Hsing1-0/+32
2013-09-26GBE: Refine the curbe entry allocation for sampler/image information.Zhigang Gong1-1/+1
2013-09-25fix scalarizing of llvm phi nodeHomer Hsing1-0/+13
2013-09-18Utests: refine the previous fake 3D test cases.Zhigang Gong3-7/+24
2013-09-18utests: add more constant test cases for composite type.Ruiling Song1-2/+57
2013-09-17change constant test case to cover short/long type.Ruiling Song1-1/+12
2013-09-17support converting 64-bit integer to 32-bit floatHomer Hsing1-0/+5
2013-09-11support converting 64-bit integer to shorter integerHomer Hsing1-0/+7
2013-09-11add built-in function "atan2"Homer Hsing1-0/+4
2013-09-04Change constant unit test to cover 4 byte data type.Ruiling Song1-1/+1
2013-08-30Fix utest compiler_group_size4 error.Ruiling Song1-3/+3
2013-08-30add built-in function "lgamma", "lgamma_r"Homer Hsing2-0/+8
2013-08-30add built-in function "tgamma"Homer Hsing1-0/+4
2013-08-30improve built-in function "sinpi"Homer Hsing1-0/+4
2013-08-29Add a test case that trigger a known bug.Chuanbo Weng1-0/+21
2013-08-29utests: Add a unit test for non-aligned group size.Ruiling Song1-0/+17
2013-08-19Utests: enable long/ulong for abs_diff test case.Zhigang Gong1-0/+2
2013-08-19fix a typoHomer Hsing1-1/+1
2013-08-16Add async copy and async stride copy test case.Yang Rong2-0/+32
2013-08-16test 64bit version of "upsample"Homer Hsing1-0/+4
2013-08-14test 64bit-integer comparingHomer Hsing1-0/+29
2013-08-13support 64bit-integer multiplicationHomer Hsing1-0/+7
2013-08-13Add a load bool imm test case.Yang Rong1-0/+12
2013-08-13test 64bit-integer shiftingHomer Hsing3-0/+21
2013-08-12support converting shorter int to 64bit intHomer Hsing1-0/+7
2013-08-12Add event unit test.Yang Rong1-0/+6
2013-08-12utest: Add test case for function acos/acosh/asin/asinh.Yi Sun1-0/+10
2013-08-09Utests: enable long/ulong in vector load/store test case.Zhigang Gong1-3/+3
2013-08-07GBE: enable double vector load/store support.Zhigang Gong1-3/+3