summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-12utests: refine the helper macros.Release_v0.1Zhigang Gong1-31/+12
2013-04-12utests: add a simple test case for cl_khr_gl_sharing.Zhigang Gong3-0/+84
2013-04-12utests: added cl_khr_gl_sharing related helper functions.Zhigang Gong3-18/+185
2013-04-12Fixed the extension string for both platform and device.Zhigang Gong2-0/+6
2013-04-12Enable the clFlush.Zhigang Gong1-1/+4
2013-04-11Fix brw instruction field "flag"Homer Hsing1-4/+16
2013-04-11throw exception instead of just assertLu Guanqun1-1/+0
2013-04-11release the contraint of volatile pointerLu Guanqun4-1/+14
2013-04-11add disassembler support for message gatewayLu Guanqun2-0/+31
2013-04-10backend: Use alignof keyword when supportedFeng, Boqun3-6/+13
2013-04-10Update documents.Zhigang Gong10-34/+1050
2013-04-10enable CL_DEVICE_IMAGE_SUPPORT checkLv, Meng1-1/+1
2013-04-10change the way clGetDeviceInfo() is called in cl_ocl_init()Lu Guanqun1-9/+17
2013-04-10enhance clGetDeviceInfo() API to return the length of string fieldsLu Guanqun1-2/+17
2013-04-10change the way clGetPlatformInfo() is called in cl_ocl_init()Lu Guanqun1-8/+18
2013-04-10enhance clGetPlatformInfo() API to return the string lengthLu Guanqun1-2/+17
2013-04-10add test case for clCreateContextFromType()Lu Guanqun2-0/+12
2013-04-10implement clCreateContextFromType()Lu Guanqun1-2/+20
2013-04-10fix one typo for clCreateContextFromType()Lu Guanqun1-1/+1
2013-04-10fix typo in FindLLVM.cmakeLu Guanqun1-1/+1
2013-04-10Fixed a potential null pointer reference bug.Zhigang Gong1-1/+2
2013-04-10Set the initial library versions to 0.1.Zhigang Gong4-1/+21
2013-04-10Change the cl version to 1.0.Zhigang Gong3-2/+10
2013-04-10Add the interface of cl_buffer_map_gttHomer Hsing3-0/+12
2013-04-10fix unused-result warningHomer Hsing1-2/+5
2013-04-10Output the map from IR reg to ASM regHomer Hsing3-0/+23
2013-04-10Use new OCL1.2 API rather than those deprecated API.Zhigang Gong5-13/+34
2013-04-10do not use the advanced C++ featureLu Guanqun1-2/+3
2013-04-10add a case for MEM_INVALID to fix a warningLu Guanqun1-0/+1
2013-04-10add linking library for gcc compiler.Lu Guanqun1-1/+1
2013-04-10Fixed a bug when expire registers.Zhigang Gong1-5/+5
2013-04-10Add utest case for movforphi's undef case.Zhigang Gong3-0/+70
2013-04-10Delete temp files if compiled successfullyHomer Hsing1-1/+4
2013-04-10Output meaning of special registers in dumped IRHomer Hsing3-4/+20
2013-04-10Display function argument name in IRHomer Hsing5-13/+15
2013-04-10fix the possible overflow in slm_szLu Guanqun2-2/+2
2013-04-10Fix uninitialize value warningZou, Nanhai1-2/+2
2013-04-10Also make "arithmetic shift right" workHomer Hsing3-0/+48
2013-04-10Make "logical shift right" workHomer Hsing4-1/+51
2013-04-10Add convert_uchar_sat and test caseHomer Hsing4-0/+54
2013-04-10Fixed a bug on 64bit system.Zhigang Gong1-24/+7
2013-04-10fix disassembler: horizontal stride of dest operandHomer Hsing1-2/+2
2013-04-10Test case for fabsHomer Hsing3-0/+50
2013-04-10fix the wrong zero extend instruction handlingLu Guanqun1-4/+15
2013-04-10Test case for integer division arithmetic ~Homer Hsing3-0/+51
2013-04-10Add a test case for integer remainder arithmeticHomer Hsing3-0/+51
2013-04-10Make integer remainder & division arithmetic work ~ ~Homer Hsing2-0/+28
2013-04-10Split the multiple test cases to individual cases.Zhigang Gong2-24/+28
2013-04-10add sub_sat test caseLu Guanqun3-0/+129
2013-04-10add anonymous namespace to avoid name collision with the next patchLu Guanqun1-0/+4