summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Add built-in function __gen_ocl_vme.Chuanbo Weng18-5/+436
2015-11-10GBE: fix a regression bug at post phi copy optimization.Zhigang Gong1-0/+6
2015-11-10Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng7-0/+146
2015-11-10Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng7-3/+109
2015-11-06utests: fix compiler_fill_image_2d_array random bugPan Xiuli1-6/+12
2015-11-06utests: fix image_from_buffer bugsPan Xiuli1-8/+9
2015-11-06GBE: Refine ir for memory operation like atomic/load/storeRuiling Song6-505/+531
2015-11-06add benckmark for copy data from image to imageMeng Mengmeng3-1/+87
2015-11-06add benckmark for copy data from buffer to bufferMeng Mengmeng3-1/+84
2015-11-06Backend: Fix half->long convertion bug for BSW.Junyan He1-3/+13
2015-11-06Backend: Fix a potential bug for uniform conversion.Junyan He1-0/+33
2015-11-06Utest: Fix a bug for double div.Junyan He2-2/+4
2015-11-06Utests: Add test cases for double conversion.Junyan He7-57/+837
2015-11-06Backend: Add double conversion to insn selection.Junyan He1-8/+189
2015-11-06Backend: Delete LOAD_DF_IMM instruction.Junyan He9-97/+2
2015-11-06Backend: Delete the useless MOV_DF instruction.Junyan He9-145/+1
2015-11-04GBE: Don't read past end of printf format stringRebecca N. Palmer1-1/+1
2015-11-04set the pitch of image from buffer to the buffer's pitch.Luo Xionghu1-1/+6
2015-11-03utests: fix multithread queue chaosPan Xiuli1-7/+1
2015-11-03add more OP for LOGICAL_SRCMOD caseGuo Yejun3-8/+9
2015-11-03fix regression issue for climage + uesrptrGuo Yejun1-1/+2
2015-11-03add comments to explain 32bit is enough to represent w+hstrid+vstrideGuo Yejun1-0/+4
2015-11-03GBE: Fix unaligned load/store issues.Ruiling Song1-4/+5
2015-11-03runtime: dynamically get global memory size and max alloc sizePan Xiuli2-4/+20
2015-11-03driver: add setup_bti_gen9 for bigger buffer up to 4GPan Xiuli1-2/+39
2015-11-03runtime: refine the cl_device_id to support bigger memoryPan Xiuli6-11/+73
2015-11-03drivers: change the buf size to size_tPan Xiuli2-9/+12
2015-10-27Utest: Add double division test.Junyan He5-45/+92
2015-10-27Utests: Add double check and refine compiler_double case.Junyan He5-1/+31
2015-10-27Runtime: Refine ext enable function for platform.Junyan He3-19/+54
2015-10-27Backend: Add madm and invm instrucions to disasm.Junyan He1-18/+116
2015-10-27Backend: Implement FDIV64 on BDW.Junyan He2-0/+147
2015-10-27Backend: Add the MADM function to gen8 encoder.Junyan He2-0/+63
2015-10-27Backend: Add MATH_WITH_ACC function.Junyan He3-0/+77
2015-10-27Backend: Fix a bug for double imm src setting.Junyan He1-1/+1
2015-10-27Backend: Delete getDoubleExecWidth and refine handleDouble.Junyan He7-61/+55
2015-10-27Backend: Add gen8 instruction field for special accumulator.Junyan He1-0/+86
2015-10-27Backend: Add FDIV64 function for gen_insn_selection.Junyan He5-1/+58
2015-10-27Backend: Redefine double register pattern.Junyan He2-3/+3
2015-10-27Backend: Fix the bug for double imm reg.Junyan He1-1/+1
2015-10-21fix a long relative regreesion issue on BSW caused by local copy propagationGuo Yejun3-2/+10
2015-10-21fix a regression issue caused by LocalCopyPropagationGuo Yejun3-0/+14
2015-10-21Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong3-0/+4
2015-10-21LibOcl: Fix float convert to long/ulong bug.Yang Rong1-3/+23
2015-10-21Utest: fix random assert in function cl_kernel_link.Yang Rong1-8/+6
2015-10-21Libocl: forgot to add memset.h.Yang Rong1-0/+1
2015-10-21use table to define and query binary headers.Luo Xionghu3-74/+117
2015-10-21add utests option: -j which specifies the 'number' of jobs (multi-thread)Meng Mengmeng5-13/+89
2015-10-20add conditions of pitch and h to enable userptr for climage_use_host_ptrGuo Yejun1-1/+4
2015-10-20fix uniform case for ByteGatherGuo Yejun1-2/+2