summaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Enable libocl and disable the usage of the old huge header.Junyan He2014-09-047-350/+376
* Add the bit code linker into the module pass.Junyan He2014-09-042-0/+219
* Add memcpy, memset and barrier bitcode files into liboclJunyan He2014-09-043-0/+502
* Add the ocl_defines header file into liboclJunyan He2014-09-041-0/+20
* Add the relational module into libocl as templateJunyan He2014-09-043-0/+261
* Add the math function into libocl as templateJunyan He2014-09-043-0/+3580
* Add the integer module into libocl as templateJunyan He2014-09-043-0/+541
* Add the common module into the libocl as templateJunyan He2014-09-043-0/+89
* Add the gen_vector script into the liboclJunyan He2014-09-041-0/+382
* Add the convert and as modules into the liboclJunyan He2014-09-042-0/+783
* Add thw workitem module into the liboclJunyan He2014-09-042-0/+55
* Add vload module into the liboclJunyan He2014-09-042-0/+399
* Add printf module into liboclJunyan He2014-09-041-0/+15
* Add the sync module into the liboclJunyan He2014-09-042-0/+32
* Add the misc module into the liboclJunyan He2014-09-042-0/+323
* Add the image module into the liboclJunyan He2014-09-042-0/+574
* Add the geometric module into the liboclJunyan He2014-09-042-0/+134
* Add the atomic module into the liboclJunyan He2014-09-042-0/+204
* Add the async module into the liboclJunyan He2014-09-042-0/+118
* Add common define header files to initialize the liboclJunyan He2014-09-042-0/+183
* GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong2014-09-043-5/+12
* GBE: refine the unaligned data gathering.Zhigang Gong2014-09-031-17/+23
* GBE: relax the batch byte/short load vector size restrication.Zhigang Gong2014-09-034-27/+24
* GBE: optimize unaligned char and short data vector's load.Zhigang Gong2014-09-033-46/+178
* GBE: fix error in the rootn fastpath function for some special input.Zhigang Gong2014-09-021-3/+12
* Fix the global string bug for printf.Junyan He2014-09-021-0/+12
* Fix two bugs.Yang Rong2014-09-021-2/+2
* Two minor fix.Yang Rong2014-09-022-3/+3
* Revert "GBE: refine post register allocation scheduling for global buffers."Zhigang Gong2014-08-281-11/+3
* GBE: refine the llvm multi-thread related code.Ruiling Song2014-08-281-5/+9
* GBE: clear deadprintfs when current function is done.Ruiling Song2014-08-271-0/+1
* fix opencv_test_imgproc subcase OCL_ImgProc/Accumulate.Mask regression.Luo Xionghu2014-08-275-8/+34
* Fix compile warnings for CLANG compilerLv Meng2014-08-194-25/+15
* Fix compile warnings for ICC compilerLv Meng2014-08-1913-31/+34
* Fix compile errors for CLANG compilerLv Meng2014-08-122-12/+6
* GBE: Fix a bug in gatherBTI.Ruiling Song2014-08-121-1/+1
* GBE: initialize BTI structure to zero.Ruiling Song2014-08-121-0/+4
* GBE: Fix type size for vector3Ruiling Song2014-08-122-1/+6
* GBE: Fix a warning in getConstantPointerRegister.Ruiling Song2014-08-111-2/+4
* fix the relational built-in vector function regression.Luo Xionghu2014-08-111-1/+4
* improve the build performance of vector type built-in function.LuoXionghu2014-08-011-6/+36
* GBE: remove some useless code for getting printf buffer address.Ruiling Song2014-08-012-9/+1
* GBE: Reduce random behaviour of the code generationZhigang Gong2014-07-313-4/+14
* GBE: enable constant expression processing.Zhigang Gong2014-07-311-71/+82
* GBE: complete constant expression processing.Zhigang Gong2014-07-319-65/+529
* GBE: simplify processConstant.Zhigang Gong2014-07-312-69/+39
* GBE: refactor the immediate class to support vector data type.Zhigang Gong2014-07-316-81/+206
* GBE: refine post register allocation scheduling for global buffers.Zhigang Gong2014-07-311-3/+11
* GBE: cleanup image base index related code.Zhigang Gong2014-07-313-17/+0
* GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song2014-07-3011-18/+82