summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Utest: Fix an unused waring in 2.0 utestPan Xiuli2017-02-101-2/+1
* FindLLVM: Accept LLVM 3.9Rebecca N. Palmer2017-02-101-2/+2
* API: Fix local memory type to CL_LOCALPan Xiuli2017-02-104-4/+4
* Typo in error messageGiuseppe Bilotta2017-02-081-1/+1
* Add a CMake option for toggling OCL ICD Loader compatibilityMarek Szuba2017-02-071-0/+3
* Make CL-GL sharing available via ICDRebecca N. Palmer2017-02-061-12/+16
* Fix typoRebecca N. Palmer2017-02-061-1/+1
* GBE: use shift for PowerOf2 size when lowering GEP.Ruiling Song2017-02-061-6/+13
* Bump version to 1.4.Yang Rong2017-01-202-1/+4
* Doc: add android build howto.Yang Rong2017-01-202-0/+65
* Doc: add OpenCL 2.0 section to readme.Yang Rong2017-01-201-0/+12
* Android.mk: update Android.mk for android build.Yang Rong2017-01-194-5/+27
* GBE: fix llvm3.5 version build error.Yang Rong2017-01-192-5/+8
* Add some pointer access check.Yang Rong2017-01-114-3/+7
* Fix two bugs about command queue destroy.Junyan He2017-01-112-1/+4
* Fail, don't assert, if unable to create contextRebecca N. Palmer2017-01-091-3/+5
* GBE: Fix getTypesize bug with LLVM3.9Pan Xiuli2017-01-091-5/+6
* GBE: fix a mix analyze bug.Yang Rong2017-01-091-2/+4
* GBE: fix legacy read64 mix pointer bug.Yang Rong2017-01-091-2/+2
* GBE: if PointerFamily is FAMILY_QWORD, chv and bxt need special handle.Yang Rong2017-01-064-0/+125
* Runtime: Fix a event bug.Yang Rong2017-01-061-7/+21
* GBE: Fix memdep-block-scan-limit caused bug on LLVM3.8Pan Xiuli2017-01-061-1/+1
* Fix a event notify bug.Junyan He2017-01-064-48/+27
* GBE: Fix another Sel.bool issue.Ruiling Song2017-01-061-5/+8
* GBE: fix long work group fail.Yang Rong2017-01-062-38/+58
* Backend: Fix header address of oword block read/writePan Xiuli2017-01-052-5/+6
* Fix two bugs about event.Junyan He2017-01-052-16/+13
* Backend: Fix sel ir subnr usagePan Xiuli2017-01-042-4/+5
* fix UNTYPED_WRITE function parameters for Gen75Encoder::UNTYPED_WRITEGuo Yejun2017-01-032-2/+2
* utest: fix i386 system long ctz fail.Yang Rong2017-01-031-1/+1
* Runtime: fix a profiling fail.Yang Rong2016-12-303-23/+6
* add sends support for printfGuo, Yejun2016-12-304-16/+33
* Runtime: add the head file to avoid implicit declaration of function ‘cl_de...Yang Rong2016-12-301-0/+1
* CMake: add an option to enable OpenCL 2.0.Yang, Rong R2016-12-302-32/+74
* CMake: Add OCL20 env for utestPan Xiuli2016-12-302-0/+4
* OCL20: add device enqueue test case.Yang, Rong R2016-12-303-1/+56
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-3015-700/+1006
* OCL20: add a cl_kernel pointer to gpgpu.Yang, Rong R2016-12-304-5/+31
* OCL20: Add runtime functions to get the device enqueue info.Yang, Rong R2016-12-304-0/+30
* OCL20: handle device enqueue helper functions in the backend.Yang, Rong R2016-12-307-6/+71
* OCL20: add ir register enqueuebufptr for enqueue global buffer.Yang, Rong R2016-12-303-3/+12
* OCL20: add device enqueue builtins.Yang, Rong R2016-12-305-4/+334
* OCL20: add device enqueue helper functions in backend.Yang, Rong R2016-12-305-0/+430
* Backend: Fix some A64 block read/write bugPan Xiuli2016-12-302-4/+5
* Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.Meng Mengmeng2016-12-302-1/+2
* GBE: correct the llvm.loop.unroll.enable meta.Yang Rong2016-12-301-9/+5
* GBE: fix a src/dst register reuse bug.Yang, Rong R2016-12-304-1/+26
* eliminate build warnings in i386 system.Meng Mengmeng2016-12-293-6/+6
* Add the NULL pointer check.Yang Rong2016-12-298-19/+37
* utest: suspend deprecated-declarations warning.Yang Rong2016-12-291-0/+2