summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* GBE: the dst grf should use same width as source registerRuiling Song2016-04-081-1/+1
* GBE: don't try to erase a llvm:Constant.Ruiling Song2016-04-081-1/+3
* GBE: Fix bug when unspill a long type value from scratch.Ruiling Song2016-04-081-2/+2
* GBE: add ocl 2.0 work_group_barrier support.Ruiling Song2016-04-0815-42/+92
* GBE: Fix SEL.bool issue.Ruiling Song2016-04-081-0/+5
* GBE: Fix type mismatch bug.Ruiling Song2016-04-081-1/+2
* libocl: Refine return type of workitem built-in functionsPan Xiuli2016-04-084-15/+18
* Prepend std namespace to isnan and isinf calls.Sean Lynch2016-04-0810-46/+46
* Backend: Refine typedef of ptrint_tPan Xiuli2016-04-084-8/+23
* Backend: Clang now support static, fix nowPan Xiuli2016-04-051-2/+0
* Libocl: change prototype of math built-in for OCL2.0 specPan Xiuli2016-04-052-145/+25
* atomic bug fix.Luo Xionghu2016-04-051-1/+1
* Runtime: Add support for non uniform group sizePan Xiuli2016-03-165-24/+78
* Backend: Refine get_enqueued_local_size and get_local_sizePan Xiuli2016-03-168-36/+57
* change the sampler type value to keep same with spir spec.Luo Xionghu2016-03-151-17/+15
* gbe/libocl: define the gentype half_xxx math function instead of using MACRO.Luo Xionghu2016-03-153-29/+70
* gbe: add vec_type_hint's type into functionAttributes.Luo Xionghu2016-03-153-8/+104
* runtime: fix clLinkProgram bug.Luo Xionghu2016-03-151-0/+10
* runtime: fix clCompileProgram bug.Luo Xionghu2016-03-153-13/+6
* runtime: initialize the memory content to 0.Luo Xionghu2016-03-151-0/+1
* gbe/libocl: change xxx_fence function to OVERLOADABLE.Luo Xionghu2016-03-152-6/+6
* gbe: use kernel_arg_base_type to recognize image arguments.Luo Xionghu2016-03-152-7/+21
* gbe/libocl: define the vloada_xxx function instead of using MACRO.Luo Xionghu2016-03-152-8/+26
* atomic_flag_test_and_set function fix.Luo Xionghu2016-03-152-5/+26
* fix compiler_generic_atomic utest bug.Luo Xionghu2016-03-151-1/+2
* Runtime: Add support for clGetMemObjectInfoPan Xiuli2016-03-152-4/+11
* Runtime: Add suport for sRGB to clEnqueueFillImagePan Xiuli2016-03-151-1/+22
* GBE: fix a assert when structure argument's first field don't used.Yang Rong2016-03-151-0/+10
* Runtime: Add suport for sRGB to clEnqueueCopyImagePan Xiuli2016-03-151-1/+3
* Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli2016-03-153-0/+7
* Runtime: Add support for sRGBPan Xiuli2016-03-154-3/+27
* Utest: Add pipe related testPan Xiuli2016-03-154-1/+204
* Backend: Add pipe packet size checkPan Xiuli2016-03-155-0/+42
* Backend: Add Pipe Builtin supportPan Xiuli2016-03-1513-8/+410
* Runtime: Add pipe related APIsPan Xiuli2016-03-157-7/+197
* Backend: Add uncompatiblePCHOptions for OCL20Pan Xiuli2016-03-151-1/+1
* Backend: Add extensions for compilerPan Xiuli2016-03-151-0/+3
* Runtime: Add extensions for OCL20Pan Xiuli2016-03-151-3/+3
* runtime: extension size not enough.Luo Xionghu2016-03-153-3/+10
* Runtime: Add support of OCL2.0 device queriesPan Xiuli2016-03-153-3/+39
* Utest: Add sampler testPan Xiuli2016-03-152-1/+14
* Runtime: Add clCreateSamplerWithPropertiesPan Xiuli2016-03-153-7/+70
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-03-158-16/+106
* OCL20: Fix svm bugsYang Rong2016-03-152-4/+20
* Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu2016-03-154-4/+75
* utest: write to dst buffer to fix utest failureRuiling Song2016-03-081-0/+2
* considering width and hstride when do unpacked_uwGuo Yejun2016-03-082-1/+27
* utest: add atomic opencl-2.0 case to test api.Luo Xionghu2016-03-022-3/+67
* address bits change to 64.Luo Xionghu2016-03-021-1/+1
* gbe: atomic_long type support.Luo Xionghu2016-03-026-22/+57