| Commit message (Expand) | Author | Age | Files | Lines |
* | Utest: Fix an unused waring in 2.0 utest | Pan Xiuli | 2017-02-10 | 1 | -2/+1 |
* | FindLLVM: Accept LLVM 3.9 | Rebecca N. Palmer | 2017-02-10 | 1 | -2/+2 |
* | API: Fix local memory type to CL_LOCAL | Pan Xiuli | 2017-02-10 | 4 | -4/+4 |
* | Typo in error message | Giuseppe Bilotta | 2017-02-08 | 1 | -1/+1 |
* | Add a CMake option for toggling OCL ICD Loader compatibility | Marek Szuba | 2017-02-07 | 1 | -0/+3 |
* | Make CL-GL sharing available via ICD | Rebecca N. Palmer | 2017-02-06 | 1 | -12/+16 |
* | Fix typo | Rebecca N. Palmer | 2017-02-06 | 1 | -1/+1 |
* | GBE: use shift for PowerOf2 size when lowering GEP. | Ruiling Song | 2017-02-06 | 1 | -6/+13 |
* | Bump version to 1.4. | Yang Rong | 2017-01-20 | 2 | -1/+4 |
* | Doc: add android build howto. | Yang Rong | 2017-01-20 | 2 | -0/+65 |
* | Doc: add OpenCL 2.0 section to readme. | Yang Rong | 2017-01-20 | 1 | -0/+12 |
* | Android.mk: update Android.mk for android build. | Yang Rong | 2017-01-19 | 4 | -5/+27 |
* | GBE: fix llvm3.5 version build error. | Yang Rong | 2017-01-19 | 2 | -5/+8 |
* | Add some pointer access check. | Yang Rong | 2017-01-11 | 4 | -3/+7 |
* | Fix two bugs about command queue destroy. | Junyan He | 2017-01-11 | 2 | -1/+4 |
* | Fail, don't assert, if unable to create context | Rebecca N. Palmer | 2017-01-09 | 1 | -3/+5 |
* | GBE: Fix getTypesize bug with LLVM3.9 | Pan Xiuli | 2017-01-09 | 1 | -5/+6 |
* | GBE: fix a mix analyze bug. | Yang Rong | 2017-01-09 | 1 | -2/+4 |
* | GBE: fix legacy read64 mix pointer bug. | Yang Rong | 2017-01-09 | 1 | -2/+2 |
* | GBE: if PointerFamily is FAMILY_QWORD, chv and bxt need special handle. | Yang Rong | 2017-01-06 | 4 | -0/+125 |
* | Runtime: Fix a event bug. | Yang Rong | 2017-01-06 | 1 | -7/+21 |
* | GBE: Fix memdep-block-scan-limit caused bug on LLVM3.8 | Pan Xiuli | 2017-01-06 | 1 | -1/+1 |
* | Fix a event notify bug. | Junyan He | 2017-01-06 | 4 | -48/+27 |
* | GBE: Fix another Sel.bool issue. | Ruiling Song | 2017-01-06 | 1 | -5/+8 |
* | GBE: fix long work group fail. | Yang Rong | 2017-01-06 | 2 | -38/+58 |
* | Backend: Fix header address of oword block read/write | Pan Xiuli | 2017-01-05 | 2 | -5/+6 |
* | Fix two bugs about event. | Junyan He | 2017-01-05 | 2 | -16/+13 |
* | Backend: Fix sel ir subnr usage | Pan Xiuli | 2017-01-04 | 2 | -4/+5 |
* | fix UNTYPED_WRITE function parameters for Gen75Encoder::UNTYPED_WRITE | Guo Yejun | 2017-01-03 | 2 | -2/+2 |
* | utest: fix i386 system long ctz fail. | Yang Rong | 2017-01-03 | 1 | -1/+1 |
* | Runtime: fix a profiling fail. | Yang Rong | 2016-12-30 | 3 | -23/+6 |
* | add sends support for printf | Guo, Yejun | 2016-12-30 | 4 | -16/+33 |
* | Runtime: add the head file to avoid implicit declaration of function ‘cl_de... | Yang Rong | 2016-12-30 | 1 | -0/+1 |
* | CMake: add an option to enable OpenCL 2.0. | Yang, Rong R | 2016-12-30 | 2 | -32/+74 |
* | CMake: Add OCL20 env for utest | Pan Xiuli | 2016-12-30 | 2 | -0/+4 |
* | OCL20: add device enqueue test case. | Yang, Rong R | 2016-12-30 | 3 | -1/+56 |
* | OCL20: handle device enqueue in runtime. | Yang, Rong R | 2016-12-30 | 15 | -700/+1006 |
* | OCL20: add a cl_kernel pointer to gpgpu. | Yang, Rong R | 2016-12-30 | 4 | -5/+31 |
* | OCL20: Add runtime functions to get the device enqueue info. | Yang, Rong R | 2016-12-30 | 4 | -0/+30 |
* | OCL20: handle device enqueue helper functions in the backend. | Yang, Rong R | 2016-12-30 | 7 | -6/+71 |
* | OCL20: add ir register enqueuebufptr for enqueue global buffer. | Yang, Rong R | 2016-12-30 | 3 | -3/+12 |
* | OCL20: add device enqueue builtins. | Yang, Rong R | 2016-12-30 | 5 | -4/+334 |
* | OCL20: add device enqueue helper functions in backend. | Yang, Rong R | 2016-12-30 | 5 | -0/+430 |
* | Backend: Fix some A64 block read/write bug | Pan Xiuli | 2016-12-30 | 2 | -4/+5 |
* | Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type. | Meng Mengmeng | 2016-12-30 | 2 | -1/+2 |
* | GBE: correct the llvm.loop.unroll.enable meta. | Yang Rong | 2016-12-30 | 1 | -9/+5 |
* | GBE: fix a src/dst register reuse bug. | Yang, Rong R | 2016-12-30 | 4 | -1/+26 |
* | eliminate build warnings in i386 system. | Meng Mengmeng | 2016-12-29 | 3 | -6/+6 |
* | Add the NULL pointer check. | Yang Rong | 2016-12-29 | 8 | -19/+37 |
* | utest: suspend deprecated-declarations warning. | Yang Rong | 2016-12-29 | 1 | -0/+2 |