summaryrefslogtreecommitdiff
path: root/utests
Commit message (Expand)AuthorAgeFilesLines
* Use new OCL1.2 API rather than those deprecated API.Zhigang Gong2013-04-105-13/+34
* Add utest case for movforphi's undef case.Zhigang Gong2013-04-102-0/+52
* Also make "arithmetic shift right" workHomer Hsing2013-04-102-0/+44
* Make "logical shift right" workHomer Hsing2013-04-102-0/+46
* Add convert_uchar_sat and test caseHomer Hsing2013-04-102-0/+45
* Test case for fabsHomer Hsing2013-04-102-0/+45
* Test case for integer division arithmetic ~Homer Hsing2013-04-102-0/+45
* Add a test case for integer remainder arithmeticHomer Hsing2013-04-102-0/+45
* Split the multiple test cases to individual cases.Zhigang Gong2013-04-102-26/+30
* add sub_sat test caseLu Guanqun2013-04-102-0/+113
* add anonymous namespace to avoid name collision with the next patchLu Guanqun2013-04-101-0/+4
* fix two unused variablesLu Guanqun2013-04-102-2/+0
* add add_sat test caseLu Guanqun2013-04-102-1/+110
* utest: Added one test case for the int4 constant vector.Zhigang Gong2013-04-102-0/+35
* utest: Added one test case to fill a image2d.Zhigang Gong2013-04-102-0/+37
* utest: Added one image2d test case copy_image.Zhigang Gong2013-04-102-0/+47
* utest: Added some new helper macros for image2d test cases.Zhigang Gong2013-04-101-0/+14
* remove all MakefilesLu Guanqun2013-04-101-78/+0
* add check for memory allocation sizeLu Guanqun2013-04-102-0/+17
* Keep consistent naming rule for LLVM_XXX Cmake variables.Zhigang Gong2013-04-101-1/+1
* CMake fixup.Zhigang Gong2013-03-291-6/+2
* update headers to OpenCL 1.2 standardsLu Guanqun2013-03-291-2/+2
* fix assertion when two kernels exist in cl fileLu Guanqun2013-03-293-0/+19
* output file name and kernel name when cl_kernel_init() failsLu Guanqun2013-03-291-1/+2
* test OpenCL 1.1 Vector Data Load/Store FunctionsHomer Hsing2013-03-291-0/+10
* test OpenCL 1.1 Async Copies and Prefetch FunctionsHomer Hsing2013-03-291-0/+10
* Test OpenCL 1.1 Geometric Builtin FunctionsHomer Hsing2013-03-291-0/+9
* test OpenCL 1.1 Relational Built-in FunctionsHomer Hsing2013-03-291-0/+9
* test OpenCL 1.1 Synchronization, explicit memory fenceHomer Hsing2013-03-291-0/+9
* test OpenCL 1.1 sampler declaration fieldsHomer Hsing2013-03-291-0/+2
* Test case for OpenCL 1.1 Sampler ObjectsHomer Hsing2013-03-291-0/+39
* Test case for OpenCL 1.1 Atomic FunctionsHomer Hsing2013-03-291-0/+10
* test case for OpenCL 1.1 function qualifiersHomer Hsing2013-03-291-0/+10
* test case for OpenCL 1.1 conversion & type castingHomer Hsing2013-03-291-0/+10
* Test case for OpenCL 1.1 address space qualifierHomer Hsing2013-03-291-0/+10
* Test case for OpenCL 1.1 integer built-in functionsHomer Hsing2013-03-291-0/+9
* Test case for OpenCL 1.1 structure attributesHomer Hsing2013-03-291-0/+9
* Test case for OpenCL 1.1 Preprocessor Directives & MacrosHomer Hsing2013-03-291-0/+9
* Test case for OpenCL 1.1 math constantsHomer Hsing2013-03-291-0/+9
* Test case for OpenCL 1.1 workitem builtin functionsHomer Hsing2013-03-291-0/+9
* Test case for OpenCL 1.1 supported data typesHomer Hsing2013-03-291-0/+9
* Add test case, OpenCL 1.1 Math Built-in FunctionsHomer Hsing2013-03-291-0/+9
* test creating program objects, build program executable, build options, query...Homer Hsing2013-03-291-0/+64
* new test case from Nanhai.Zhigang Gong2013-03-292-0/+355
* Implemented a work around for LLVM / clang 3.2. They handle swizzle of constantBenjamin Segovia2012-11-161-2/+4
* Improved llvm 3.2 support (remove some warnings using nasty macros)Benjamin Segovia2012-11-161-1/+1
* Added complete support for barrier (and use of SLM)Benjamin Segovia2012-11-134-0/+96
* Added support for __local pointer in kernel arguments. This require to add moreBenjamin Segovia2012-11-095-1/+121
* Fixed more warning with LLVM 3.2Benjamin Segovia2012-11-091-1/+1
* Added support for llvm 3.1Benjamin Segovia2012-11-081-4/+4