summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.1Release_v1.1.2Release_v1.1Yang Rong2016-04-192-1/+4
* Backend: Remove uselsee ParseCommandLineOptionsPan Xiuli2016-02-251-14/+1
* Driver: Fix GPGPU delete bugPan Xiuli2016-02-241-2/+2
* runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong2016-01-275-6/+13
* GBE: use opencl c to implement llvm.memset and llvm.memcpy.Yang Rong2016-01-268-924/+181
* fix llvm3.7 compiler_function_qualifiers utest fail.Yang Rong2016-01-261-2/+2
* GBE: Add datalayout and triple to ll files.Yang Rong2016-01-262-0/+6
* GBE: Move createStripAttributesPass before createInstructionCombiningPass.Yang Rong2016-01-261-1/+1
* GBE: Add llvm3.7 support.Yang Rong2016-01-2619-453/+207
* utest: correct a typo in compiler_cl_finish.cppGuo Yejun2016-01-251-5/+2
* Fix the bug when we pass argument with spaces.Junyan He2016-01-251-6/+67
* Add the serializeToBin and deserializeFromBin for kernel arg info.Junyan He2016-01-191-0/+55
* Backend: Use KernelArgument::ArgInfo to replace llvm's arg info.Junyan He2016-01-193-4/+17
* Backend: Fix the bug of printf in multi kernels within on file.Junyan He2016-01-191-9/+18
* SKL: use the hw defautl value mocs index before linux 4.3.Yang Rong2016-01-051-1/+15
* SKL: Use kernel-defined MOCS values instead of assuming hardware defaults.Francisco Jerez2016-01-051-2/+2
* add Broxton supportGuo Yejun2015-12-1812-10/+208
* Runtime: return the correct error code in cl_event_check_waitlist.Yang Rong2015-12-181-2/+4
* gbe: fix uitofp instruction issue.Luo Xionghu2015-12-181-1/+11
* GBE: Don't read past end of printf format stringRebecca N. Palmer2015-12-181-1/+1
* GBE: Fix unaligned load/store issues.Ruiling Song2015-12-181-4/+5
* drivers: change the buf size to size_tPan Xiuli2015-12-182-9/+12
* Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong2015-12-183-0/+4
* LibOcl: Fix float convert to long/ulong bug.Yang Rong2015-12-181-3/+23
* fix uniform case for ByteGatherGuo Yejun2015-12-181-2/+2
* utests: event should be releasedPan Xiuli2015-12-181-0/+1
* Fix a event leak in create contextPan Xiuli2015-12-181-0/+1
* runtime: refine the last_event in queue to a listPan Xiuli2015-12-183-24/+55
* Fix gpgpu node related bugPan Xiuli2015-12-181-1/+1
* Driver: fix the annoying "Failed to release userptr..." error messagePan Xiuli2015-12-181-2/+4
* Bump version to 1.1.1Release_v1.1.1Yang Rong2015-10-082-1/+4
* Calculate appropriate timestamps for cl profileMidhun Kodiyath2015-09-243-4/+71
* should check the return value of cl_program_new.Luo Xionghu2015-09-211-0/+18
* GBE: Minor refine uw1grf(nr, subnr).Ruiling Song2015-09-211-1/+7
* GBE: fix ub1grf(nr, subnr) issue.Ruiling Song2015-09-211-1/+7
* Fix clLinkProgram error.Yang Rong2015-09-212-16/+29
* Fix piglit clLinkProgram fail.Yang Rong2015-09-187-9/+80
* Don't use cl_buffer_get_subdata in clEnqueueReadBuffer.Yang Rong2015-09-181-1/+4
* GBE: fix build error with LLVM 3.5 and previous version.Zhigang Gong2015-09-181-1/+6
* GBE: add check dumpASMFileName.empty()Ruiling Song2015-09-181-5/+8
* utests: Added unit tests to test LLVM and ASM dump generation.Sirisha Gandikota2015-09-181-0/+107
* GBE: Use addRemappedFile to avoid creating temporary cl source file.Zhigang Gong2015-09-181-30/+10
* Utest: Add -cl-kernel-arg-info to the utest test_get_arg_infoJunyan He2015-09-181-1/+1
* Runtime: Add NULL pointer check in clGetKernelArgInfoJunyan He2015-09-181-1/+2
* Fix clGetKernelArgInfo fail on piglitPan Xiuli2015-09-182-9/+13
* GBE: a potential bug in instruction scheduling.Zhigang Gong2015-09-181-1/+5
* GBE: one minor bug in OP_SIMD_XXX.Zhigang Gong2015-09-181-1/+7
* utests: refine image 1d buffer test case.Zhigang Gong2015-09-182-53/+32
* GBE: fix the broken image_1d_buffer write.Zhigang Gong2015-09-181-1/+13
* correct simd width when dst of simd_shuffle is scalarGuo Yejun2015-09-181-0/+5